Browse all books

Books in Mastering Physics series

  • Physics

    James S. Walker

    Hardcover (Pearson, Jan. 24, 2016)
    Intended for algebra-based introductory physics courses. An accessible, problem-solving approach to physics, grounded in real-world applications James Walker’s Physics provides students with a solid conceptual understanding of physics that can be expressed quantitatively and applied to the world around them. Instructors and students praise Walker’s Physics for its friendly voice, the author’s talent for making complex concepts understandable, an inviting art program, and the range of excellent homework problems and example-types that provide guidance with problem solving. The Fifth Edition includes new “just-in-time” learning aids such as “Big Ideas” to quickly orient students to the overarching principles of each chapter, new Real-World Physics and Biological applications, and a wealth of problem-solving support features to coach students through the process of applying logic and reasoning to problem solving. This text is also available in two volumes, which can be purchased separately: Physics, Fifth Edition, Volume 1 ( includes Chapters 1—18) ISBN: 9780134031248 Physics, Fifth Edition, Volume 2 (includes Chapters 19-32) ISBN: 9780134031255 Also Available with MasteringPhysics MasteringPhysics from Pearson is the leading online homework, tutorial, and assessment system, designed to improve results by engaging students before, during, and after class with powerful content. Instructors ensure students arrive ready to learn by assigning educationally effective content before class and encourage critical thinking and retention with in-class resources such as Learning Catalytics. Students can further master concepts after class through traditional and adaptive homework assignments that provide hints and answer-specific feedback. The Mastering gradebook records scores for all automatically graded assignments in one place, while diagnostic tools give instructors access to rich data to assess student understanding and misconceptions. Mastering brings learning full circle by continuously adapting to each student and making learning more personal than ever—before, during, and after class. Note: You are purchasing a standalone product; MasteringPhysics does not come packaged with this content. Students, if interested in purchasing this title with MasteringPhysics, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase both the physical text and MasteringPhysics, search for: 0321993764 / 9780321993762 Physics Plus MasteringPhysics with eText -- Access Card Package, 5/e Package consists of: 0321976444 / 9780321976444 Physics, 5/e 0321980395 / 9780321980397 MasteringPhysics with Pearson eText -- ValuePack Access Card -- for Physics, 5/e
  • Mastering Portrait Photography

    Sarah Plater, Paul Wilkinson

    Paperback (Ammonite Press, April 1, 2016)
    No more formal, corporate-style poses—this book offers a modern, vibrant approach, capturing a moment in the subject's lifestyle. It discusses technical aspects from equipment to exposure, aperture, metering, shutter speed, depth of field and white balance settings, in addition to how natural light, color and movement affect an image. The book also covers posing, home studios, backgrounds, artificial light, and pre-shoot prep such as make-up, hair styling and clothing. Post-production topics include skin retouching, color correction, printing options and presentation.
  • Understanding the Laws of Thermodynamics

    Randall McPartland

    Hardcover (Cavendish Square Publishing, Jan. 1, 2015)
    Converting heat to energy or energy to heat has been a challenge for scientists for centuries. Now, the challenge of thermodynamics is to makes these conversions without damaging the environment.
    L
  • Physics Plus Masteringphysics With Etext Access Card

    James S. Walker

    Hardcover (Pearson, Jan. 25, 2016)
    NOTE: Before purchasing, check with your instructor to ensure you select the correct ISBN. Several versions of Pearson's MyLab & Mastering products exist for each title, and registrations are not transferable. To register for and use Pearson's MyLab & Mastering products, you may also need a Course ID, which your instructor will provide. Used books, rentals, and purchases made outside of Pearson If purchasing or renting from companies other than Pearson, the access codes for Pearson's MyLab & Mastering products may not be included, may be incorrect, or may be previously redeemed. Check with the seller before completing your purchase. Intended for algebra-based introductory physics courses. This package includes MasteringPhysics®. An accessible, problem-solving approach to physics, grounded in real-world applications James Walker’s Physics provides students with a solid conceptual understanding of physics that can be expressed quantitatively and applied to the world around them. Instructors and students praise Walker’s Physics for its friendly voice, the author’s talent for making complex concepts understandable, an inviting art program, and the range of excellent homework problems and example-types that provide guidance with problem solving. The Fifth Edition includes new “just-in-time” learning aids such as “Big Ideas” to quickly orient students to the overarching principles of each chapter, new Real-World Physics and Biological applications, and a wealth of problem-solving support features to coach students through the process of applying logic and reasoning to problem solving.The Fifth Edition is accompanied by MasteringPhysics, the leading online homework, tutorial, and assessment system. Personalize learning with MasteringPhysics MasteringPhysics from Pearson is the leading online homework, tutorial, and assessment system, designed to improve results by engaging students before, during, and after class with powerful content. Instructors ensure students arrive ready to learn by assigning educationally effective content before class and encourage critical thinking and retention with in-class resources such as Learning Catalytics. Students can further master concepts after class through traditional and adaptive homework assignments that provide hints and answer-specific feedback. The Mastering gradebook records scores for all automatically graded assignments in one place, while diagnostic tools give instructors access to rich data to assess student understanding and misconceptions. Mastering brings learning full circle by continuously adapting to each student and making learning more personal than ever–before, during, and after class. 0321993764 / 9780321993762 Physics Plus MasteringPhysics with eText -- Access Card Package, 5/e Package consists of: 0321976444 / 9780321976444 Physics, 5/e 0321980395 / 9780321980397 MasteringPhysics with Pearson eText -- ValuePack Access Card -- for Physics, 5/e
  • Understanding Quantum Physics

    Randall McPartland

    Library Binding (Cavendish Square, Jan. 1, 2015)
    Provides a simple introduction to the concepts of quantum physics.
    V
  • Mastering Algorithms with C: Useful Techniques from Sorting to Encryption

    Kyle Loudon

    Paperback (O'Reilly Media, Aug. 15, 1999)
    There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques.Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included.Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth.Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters.Contents include:PointersRecursionAnalysis of algorithmsData structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs)Sorting and searchingNumerical methodsData compressionData encryptionGraph algorithmsGeometric algorithms
  • Understanding Forces of Nature: Gravity, Electricity, and Magnetism

    Kristen Petersen

    Library Binding (Cavendish Square, Jan. 1, 2015)
    Provides a simple introduction to the natural forces of gravity, electromagnetism, and magnetism.
  • Understanding the Laws of Motion

    Kristen Petersen

    Library Binding (Cavendish Square, Jan. 1, 2015)
    Provides a simple introduction to the laws of motion.
    V
  • Understanding Waves and Wave Motion

    Randall McPartland

    Library Binding (Cavendish Square, Jan. 1, 2015)
    Provides a simple introduction to the concepts of waves and wave motion in physics.
    O
  • Understanding Kinetic Energy

    Kristen Petersen

    Library Binding (Cavendish Square, Jan. 1, 2015)
    Examines the basics of how the world works and mechanical energy, and how it can be used for everything from the design of a roller coaster to the layout of a ramp for snowboarders.
  • Mastering VMware View

    John Moran

    Paperback (Sybex, Nov. 11, 2013)
    How-to guide for IT professionals installing and managing VMware ViewIf you're managing the VMware solutions in your organization, this is the book you need. VMware View is a Virtual Desktop Infrastructure (VDI) or cloud solution that allows users to access their desktops on any device, including smartphones or tablets, and on multiple operating systems. This book shows you step by step how to install and manage the newest version of VMware View. As the business demand for cloud-based solutions soars, make sure you're ready with this authoritative guide.Shows IT administrators how to install, design, deploy, and manage VMware View installations in their organizations Features step-by-step instruction and hands-on exercises Topics include administering a View environment, creating and understanding Pools, application virtualization, choosing the right client for your environment, supporting users, third-party tools and utilities, and moreSetting up VMware View can be challenging, but less so if you have a copy of Mastering VMware View on hand.