Book picks similar to
Elements of Chemical Reaction Engineering by H. Scott Fogler
chemical-engineering
textbooks
science
engineering
Organic Chemistry
Janice Gorzynski Smith - 2004
Incorporating biological, medicinal, and environmental applications, it builts an art program. Highlighting the art program are micro-to-macro art pieces that visually guide students to conceptually understand organic chemistry.
The Science Book: Big Ideas Simply Explained
Rob Scott Colson - 2014
The Science Book
covers every area of science--astronomy, biology, chemistry, geology, math, and physics, and brings the greatest scientific ideas to life with fascinating text, quirky graphics, and pithy quotes.
The Developing Person Through Child and Adolescence
Kathleen Stassen Berger - 1980
The author covers research, policy and practical issues, all within a chronological framework.
Music for Sight Singing
Robert W. Ottman - 1900
Featuring singing materials from folk music and the literature of composed music.
The Art of Electronics
Paul Horowitz - 1980
Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.
Yookoso!: An Invitation to Contemporary Japanese = [Yokoso]
Yasu-Hiko Tohsaku - 1994
"Yookoso! An Invitation to Contemporary Japanese" is a complete package of instructional materials for beginning language study.
Human Physiology
Stuart Ira Fox - 2007
The beginning chapters introduce basic chemical and biological concepts to provide students with the framework they need to comprehend physiological principles. The chapters that follow promote conceptual understanding rather than rote memorization of facts. Health applications are included throughout the book to heighten interest, deepen understanding of physiological concepts, and help students relate the material to their individual career goals. Every effort has been made to help students integrate related concepts and understand the relationships between anatomical structures and their functions.
Quantum Physics of Atoms, Molecules, Solids, Nuclei, and Particles
Robert M. Eisberg - 1974
Emphasizes the applications of theory, and contains new material on particle physics, electron-positron annihilation in solids and the Mossbauer effect. Includes new appendices on such topics as crystallography, Fourier Integral Description of a Wave Group, and Time-Independent Perturbation Theory.
Essentials of Abnormal Psychology
V. Mark Durand - 2002
In this briefer version, the authors explain abnormal psychology in the most modern, scientifically valid method for studying abnormal psychology. Through this integrative approach, students learn that psychological disorders are rooted in multiple factors: biological, psychological, cultural, social, familial, and even political. Conversational writing style, consistent pedagogy, video clips of real clients (located on the accompanying free Abnormal Psychology Live 2.5 CD-ROM), and real case profiles - 95 percent from the authors' own case files - provide a realistic context for the scientific findings of the book, and ensure that readers never lose sight of the fact that beyond the DSM-IV-TR criteria, the theories, and the research are real people. With this text, students can take advantage of Abnormal PsychologyNow, our web-based, intelligent study system that, by using online diagnostic pre- and post-tests, helps students prioritize their study time by creating personalized study plans that focus only the sections in which they experienced difficulty.
Calculus
Michael Spivak - 1967
His aim is to present calculus as the first real encounter with mathematics: it is the place to learn how logical reasoning combined with fundamental concepts can be developed into a rigorous mathematical theory rather than a bunch of tools and techniques learned by rote. Since analysis is a subject students traditionally find difficult to grasp, Spivak provides leisurely explanations, a profusion of examples, a wide range of exercises and plenty of illustrations in an easy-going approach that enlightens difficult concepts and rewards effort. Calculus will continue to be regarded as a modern classic, ideal for honours students and mathematics majors, who seek an alternative to doorstop textbooks on calculus, and the more formidable introductions to real analysis.
The Beginnings of Western Science: The European Scientific Tradition in Philosophical, Religious, and Institutional Context, 600 B.C. to A.D. 1450
David C. Lindberg - 1992
In The Beginnings of Western Science, David C. Lindberg provides a rich chronicle of the development of scientific ideas, practices, and institutions from the pre-Socratic Greek philosophers to the late-medieval scholastics.Lindberg surveys all the most important themes in the history of ancient and medieval science, including developments in cosmology, astronomy, mechanics, optics, alchemy, natural history, and medicine. He synthesizes a wealth of information in superbly organized, clearly written chapters designed to serve students, scholars, and nonspecialists alike. In addition, Lindberg offers an illuminating account of the transmission of Greek science to medieval Islam and subsequently to medieval Europe. And throughout the book he pays close attention to the cultural and institutional contexts within which scientific knowledge was created and disseminated and to the ways in which the content and practice of science were influenced by interaction with philosophy and religion. Carefully selected maps, drawings, and photographs complement the text.Lindberg's story rests on a large body of important scholarship produced by historians of science, philosophy, and religion over the past few decades. However, Lindberg does not hesitate to offer new interpretations and to hazard fresh judgments aimed at resolving long-standing historical disputes. Addressed to the general educated reader as well as to students, his book will also appeal to any scholar whose interests touch on the history of the scientific enterprise.
Principles of Marketing
Philip Kotler - 1980
The 11th edition of this text continues to build on four major marketing themes: building and managing profitable customer relationships, building and managing strong brands to create brand equity, harnessing new marketing technologies in the digital age, and marketing in a socially responsible way around the globe.
Electronic Principles
Albert Paul Malvino - 1979
It's been updated to keep coverage in step with the fast-changing world of electronics. Yet, it retains Malvino's clear writing style, supported throughout by abundant illustrations and examples.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
Markets and the Environment
Nathaniel O. Keohane - 2007
It offers a clear overview of the fundamentals of environmental economics that will enable students and professionals to quickly grasp important concepts and to apply those concepts to real-world environmental problems. In addition, the book integrates normative, policy, and institutional issues at a principles level. Chapters examine: the benefits and costs of environmental protection, markets and market failure, natural resources as capital assets, and sustainability and economic development. Markets and the Environment is the second volume in the Foundations of Contemporary Environmental Studies Series, edited by James Gustave Speth. The series presents concise guides to essential subjects in the environmental curriculum, incorporating a problem-based approach to teaching and learning.