Science Book 5: The Year Science Starts Making Sense
.rs4k-pd { --primary: #66bd54; --primary-dark: #4c9c3b; --accent: #6c97f8; --accent-dark: #5573b8; --ink: #111111; --muted: #5b6573; --soft: rgba(102,189,84,0.08); --soft-blue: rgb a(108,151,248,0.07); --line: rgba(108,151,248,0.14); --line-green: rgba(102,189,84,0.25); --radius: 18px; font-family: 'DM Sans', sans-serif; color: var(--muted); line-height: 1.7; font-size: 16px; } .rs4k-pd * { box-sizing: border-box; } .rs4k-pd section { background: #ffffff; border: 2px solid var(--line); border-radius: var(--radius); padding: 28px 26px; margin: 0 0 18px 0; } @media (max-width: 600px) { .rs4k-pd section { padding: 20px 16px; } } .rs4k-pd h2 { font-size: clamp(21px, 3vw, 28px); font-weight: 800; color: var(--ink); line-height: 1.25; margin: 0 0 6px 0; padding-bottom: 12px; position: relative; } .rs4k-pd h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 56px; height: 4px; background: var(--primary); border-radius: 2px; } .rs4k-pd h2 + p, .rs4k-pd h2 + ul, .rs4k-pd h2 + h3 { margin-top: 16px; } .rs4k-pd h3 { font-size: 17px; font-weight: 700; color: var(--primary-dark); margin: 20px 0 8px 0; line-height: 1.3; } .rs4k-pd p { margin: 0 0 14px 0; } .rs4k-pd p:last-child { margin-bottom: 0; } .rs4k-pd strong { color: var(--ink); } .rs4k-pd em { font-style: italic; } .rs4k-pd a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(102,189,84,0.35); } .rs4k-pd a:hover { border-bottom-color: var(--primary-dark); } .rs4k-pd ul { margin: 0 0 14px 0; padding: 0; list-style: none; } .rs4k-pd ul li { position: relative; padding-left: 26px; margin-bottom: 8px; } .rs4k-pd ul li::before { content: ''; position: absolute; left: 4px; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); opacity: 0.85; } .rs4k-pd .pd-kit { background: linear-gradient(135deg, rgba(102,189,84,0.07), rgba(108,151,248,0.07)); border-color: var(--line-green); } .rs4k-pd .pd-kit h2 { color: var(--primary-dark); } .rs4k-pd .pd-batch { background: var(--soft); border-left: 4px solid var(--primary); border-radius: 10px; padding: 14px 16px; color: var(--ink); } .rs4k-pd .pd-fmt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 16px 0; } @media (max-width: 640px) { .rs4k-pd .pd-fmt-grid { grid-template-columns: 1fr; } } .rs4k-pd .pd-fmt { background: #fafcff; border: 1.5px solid var(--line); border-radius: 12px; padding: 16px 16px 12px; transition: border-color 0.15s ease, box-shadow 0.15s ease; } .rs4k-pd .pd-fmt:hover { border-color: var(--primary); box-shadow: 0 4px 14px rgba(102,189,84,0.12); } .rs4k-pd .pd-fmt h3 { margin: 0 0 6px 0; font-size: 15px; color: var(--ink); } .rs4k-pd .pd-fmt p { font-size: 14px; margin: 0; } .rs4k-pd .pd-fmt:first-child { border-color: var(--line-green); background: var(--soft); } .rs4k-pd .pd-fmt:nth-child(2) { border-color: var(--line-green); background: var(--soft); } .rs4k-pd .pd-series h3 { color: var(--ink); font-size: 15px; margin: 18px 0 6px 0; } .rs4k-pd .pd-series p { margin-bottom: 4px; } .rs4k-pd .pd-series a { display: inline-block; background: var(--soft); border: 1px solid var(--line-green); border-radius: 999px; padding: 5px 13px; margin: 0 6px 8px 0; font-size: 13px; font-weight: 700; color: var(--primary-dark); text-decoration: none; border-bottom-width: 1px; transition: background 0.15s ease; } .rs4k-pd .pd-series a:hover { background: rgba(102,189,84,0.18); } .rs4k-pd .pd-foot { background: transparent; border: none; text-align: center; padding: 10px 8px 0; } .rs4k-pd .pd-foot small { font-size: 12px; color: #8a929d; } .rs4k-pd a.bk1 { color: #981E76; border-bottom-color: rgba(152,30,118,0.40); } .rs4k-pd a.bk1:hover { border-bottom-color: #981E76; } .rs4k-pd .pd-series a.bk1 { background: rgba(152,30,118,0.10); border-color: rgba(152,30,118,0.40); color: #981E76; } .rs4k-pd .pd-series a.bk1:hover { background: rgba(152,30,118,0.20); } .rs4k-pd a.bk2 { color: #C90D1B; border-bottom-color: rgba(225,15,30,0.40); } .rs4k-pd a.bk2:hover { border-bottom-color: #C90D1B; } .rs4k-pd .pd-series a.bk2 { background: rgba(225,15,30,0.10); border-color: rgba(225,15,30,0.40); color: #C90D1B; } .rs4k-pd .pd-series a.bk2:hover { background: rgba(225,15,30,0.20); } .rs4k-pd a.bk3 { color: #C27102; border-bottom-color: rgba(245,143,4,0.40); } .rs4k-pd a.bk3:hover { border-bottom-color: #C27102; } .rs4k-pd .pd-series a.bk3 { background: rgba(245,143,4,0.10); border-color: rgba(245,143,4,0.40); color: #C27102; } .rs4k-pd .pd-series a.bk3:hover { background: rgba(245,143,4,0.20); } .rs4k-pd a.bk4 { color: #9A7500; border-bottom-color: rgba(255,194,4,0.40); } .rs4k-pd a.bk4:hover { border-bottom-color: #9A7500; } .rs4k-pd .pd-series a.bk4 { background: rgba(255,194,4,0.10); border-color: rgba(255,194,4,0.40); color: #9A7500; } .rs4k-pd .pd-series a.bk4:hover { background: rgba(255,194,4,0.20); } .rs4k-pd a.bk5 { color: #4E8A22; border-bottom-color: rgba(97,171,42,0.40); } .rs4k-pd a.bk5:hover { border-bottom-color: #4E8A22; } .rs4k-pd .pd-series a.bk5 { background: rgba(97,171,42,0.10); border-color: rgba(97,171,42,0.40); color: #4E8A22; } .rs4k-pd .pd-series a.bk5:hover { background: rgba(97,171,42,0.20); } .rs4k-pd a.bk6 { color: #077FB3; border-bottom-color: rgba(8,153,216,0.40); } .rs4k-pd a.bk6:hover { border-bottom-color: #077FB3; } .rs4k-pd .pd-series a.bk6 { background: rgba(8,153,216,0.10); border-color: rgba(8,153,216,0.40); color: #077FB3; } .rs4k-pd .pd-series a.bk6:hover { background: rgba(8,153,216,0.20); } .rs4k-pd a.bk7 { color: #2D6DB4; border-bottom-color: rgba(45,109,180,0.40); } .rs4k-pd a.bk7:hover { border-bottom-color: #2D6DB4; } .rs4k-pd .pd-series a.bk7 { background: rgba(45,109,180,0.10); border-color: rgba(45,109,180,0.40); color: #2D6DB4; } .rs4k-pd .pd-series a.bk7:hover { background: rgba(45,109,180,0.20); } Building the Modern Scientific Foundation for Everything That Comes Next Science Book 5 is a turning point in science learning. For many students, this is the first time science is taught with correct atomic and molecular understanding from the very beginning, the kind of foundation that makes later chemistry, biology, physics, geology, and astronomy finally feel logical instead of confusing. Whether your student is continuing from Science Book 4 or starting their Real Science-4-Kids journey here for the first time, Book 5 delivers what students often miss in traditional programs: modern scientific models taught clearly, correctly, and connected across disciplines. This is the year students stop memorizing science and start understanding it. Why Starting Correctly Transforms Understanding Many programs introduce science with simplified or outdated models that create confusion later. Students may learn vocabulary, complete worksheets, and pass quizzes, yet still feel like science is a collection of disconnected facts. Science Book 5 changes that by building a foundation that is: accurate from day one atomic and molecular in its reasoning connected across the five disciplines strong enough to support advanced study When students learn science correctly the first time, they build confidence immediately. They understand not just what happens, but why it happens, and they begin to reason scientifically instead of guessing. What Makes Science Book 5 Different Science Book 5 is not simply "harder science." It is truer science. Students learn to: Build correct categories and models for atoms, molecules, and matter Understand bonding and reactions as predictable, logical processes See biology as chemistry in action, not a set of mysteries Understand energy as a measurable, conserved quantity Learn Earth and space science through evidence-based explanation Connect ideas across disciplines using the atomic thread Book 5 is where students develop the modern foundation they will rely on in Book 6 and Book 7, and in high school science. The Atoms-First Difference The Atoms-First approach changes what students are able to do with science, not just what they know. Learn more about the Atoms-First Way. Correct Atomic Understanding from Day One Students learn accurate models immediately, without misconceptions to "fix" later. Builds Confidence Through Real Explanation Students learn the "why" behind the "what," which makes science feel understandable and achievable. Prepares for Advanced Study Book 5 forms the backbone for Book 6 and Book 7 and aligns strongly with high school readiness. Welcomes New Students Without Oversimplifying Book 5 is designed to work as a true entry point while still delivering age-appropriate depth and rigor. Students begin to realize: Atoms and molecules follow understandable rules Reactions are logical processes, not "magic changes" Energy is conserved and measurable across systems Biology, Earth science, and space science are all explainable with the same modern framework Who Will Thrive With Science Book 5? Science Book 5 is designed for students ready to build a modern scientific foundation that will support everything that comes next. Perfect for two groups of students Continuing Real Science-4-Kids students moving forward after Book 4 New students who need a correct, modern starting point in science Typical starting points Grade 7+ independently (excellent full-year course) Grades 5 to 6 with support Any student new to Real Science-4-Kids who needs a strong, correct foundation Students who need a fresh start in science and want understanding that lasts Reading Level: Grade 7+ for independent workConcept Accessibility: Grades 5 to 6 with supportPrerequisite: None required for new students; ideal after Book 4Focus: Correct atomic and molecular understanding, confidence building, modern foundations New: Add the Book 5 Experiment Kit Every supply for all 9 hands-on experiments in Science Book 5, packed and ready in one box. No supply lists to hunt down and no last-minute store runs, just a few common household items to add. Choose a bundle with the kit right on this page: 3-Book Trio + Experiment Kit (Recommended): the complete print program with every experiment supplied 3-Book Trio + Digital Teaching Dashboard (18-Month Access) + Experiment Kit: everything, in print, digital, and hands-on form Batch September: open now through September 5. Ships by September 15. Our kits are built by hand in small batches. Order by September 5 to be included in this build; miss the window and you are first in line for the next batch. Books and digital access in your bundle are not delayed: digital access arrives right away, and the kit follows on the batch schedule. Teaching more than one child? The Book 5 Experiment Kit is also available on its own with sibling pack options, so every child has their own personal Real Science-4-Kids materials. Open and Go, Everything Is Ready Science Book 5 is designed to be picked up and taught immediately. No prep work, no science background required. Get up and running fast with the Quick-Start Guide. Understand why starting with the atomic map matters on the Start with the Right Map page. What's Inside the 3-Book Trio (Hardcover Student Textbook + Student Pages + Teacher Pages) 1. Hardcover Student Textbook A complete year of science that builds modern understanding across all five disciplines. Students learn correct atomic theory, bonding and reactions, biological molecules, energy principles, Earth systems, and astronomy, connected through a clear atomic thread. 2. Softcover Student Pages Workbooks that develop scientific thinking and confidence through active learning: Study pages reinforcing correct foundations RATATAZ experiments demonstrating real scientific principles Quizzes assessing both knowledge and reasoning Activities designed to build confidence in scientific explanation 3. Softcover Teacher Pages Comprehensive support for building correct understanding from the ground up: Lesson plans emphasizing foundational concepts Experiment notes designed to prevent common misconceptions Answer keys with clear scientific explanations Pacing guidance that builds understanding through gradual complexity Hands-On Investigations Included Every experiment is designed to reinforce correct models and build confidence through evidence. Access experiments three ways In the Student Pages: complete instructions and worksheets In the Teacher Pages: enhanced notes that prevent misconceptions In the Experiment Hub: Download Experiments Want the supplies handled too? The Book 5 Experiment Kit packs every supply for all 9 experiments, available bundled above or on its own. 22 Chapters: Building the Modern Scientific Foundation Chapter 1: What Is Science? Scientific habits from the start: measurement, data interpretation, and evidence-based reasoning. Chemistry: Building Atomic Understanding (Chapters 2 to 5) Matter and atomic theory with correct categories Chemical bonding and how atoms actually interact Molecules and reactions as predictable processes Students build the chemistry foundation needed for all future science. Biology: Life Through a Molecular Lens (Chapters 6 to 9) What life is, and how we classify it Chemistry of life and biological molecules Cells and microorganisms through structure and function Biology becomes understandable as molecular science, not memorization. Physics: Energy Principles Made Clear (Chapters 10 to 13) Force, work, energy, and fundamental relationships Energy conservation and transformation Real-world application across machines and natural systems Students understand energy as measurable, conserved, and predictable. Geology: Earth's Story Through Evidence (Chapters 14 to 17) Rocks, minerals, soils through identification and testing Earth's layers and dynamics Plate tectonics and evidence-based explanation Students learn how we know what we know about Earth, through real evidence. Astronomy: Our Place in an Understandable Universe (Chapters 18 to 21) Earth in space with correct scale and relationships Moon, Sun, and stars through accurate models Planets and solar systems through evidence-based classification Space becomes knowable and logical, not mysterious. Chapter 22: Putting It All Together Science as a coherent, connected understanding of our world. Available Formats 3-Book Trio + Digital Teaching Dashboard (18-Month Access) + Experiment Kit The complete Book 5 program: print, digital, and hands-onIdeal for families who want everything in one order 3-Book Trio + Experiment Kit (Recommended) The full print program with every experiment suppliedIdeal for hands-on, screen-free investigation with nothing to source 3-Book Trio + Digital Teaching Dashboard Print books plus the fully organized digital classroom with 18-Month AccessIdeal for blended print and digital instruction 3-Book Trio (Textbook + Student + Teacher Pages) Hardcover Textbook + Print Student Pages + Print Teacher PagesIdeal for hands-on foundation building and full-year learning Digital Teaching Dashboard A complete digital classroom designed to build correct foundations, with 18-Month AccessIdeal for new students, blended learning, and confidence building Hardcover Textbook Only Full-color print reference for structured reading and study Digital Textbook Only The Student Digital Textbook with Audio as a full-screen flipbook on any computer, tablet, or interactive whiteboard, with 18-Month Access and no app to install Need extra copies? Student Pages and Teacher Pages are sold separately in print or digital download for additional students, co-ops, and classrooms. Your Next Step in the Series New to Real Science-4-Kids? Science Book 5 is the best place to start if your student needs a correct, modern foundation that makes science make sense. Completed Science Book 4? Book 5 is the next step, where systems thinking becomes full foundational mastery across all five disciplines. Ready for advanced study? After Book 5, students continue to Science Book 6 and Science Book 7, where the foundation becomes deeper, faster, and more sophisticated, building strong readiness for high school science. Want to see the investigations in action? Visit the Experiment Hub to download experiments. Prefer one order for the whole middle school sequence? See the Middle School Set covering Books 4 to 7, or the Science Home Library for the complete series. Want the full story behind the Atoms-First sequence? Learn Our Approach. Explore the Complete Real Science-4-Kids Science Series Each book in the series builds on the last. Explore all books and their companion materials below: Science Book 1 Science Book 1 Textbook Science Book 1 Student Pages Science Book 1 Teacher Pages Book 1 Experiment Kit Science Book 2 Science Book 2 Textbook Science Book 2 Student Pages Science Book 2 Teacher Pages Book 2 Experiment Kit Science Book 3 Science Book 3 Textbook Science Book 3 Student Pages Science Book 3 Teacher Pages Science Book 4 Science Book 4 Textbook Science Book 4 Student Pages Science Book 4 Teacher Pages Science Book 5 Science Book 5 Textbook (this page) | Science Book 5 Student Pages Science Book 5 Teacher Pages Book 5 Experiment Kit Science Book 6 Science Book 6 Textbook Science Book 6 Student Pages Science Book 6 Teacher Pages Science Book 7 Science Book 7 Textbook Science Book 7 Student Pages Science Book 7 Teacher Pages © 2026 Dr. Rebecca Woodbury, PhD, M.Ed. All rights reserved. Published under license by Gravitas Publications, Inc. Real Science-4-Kids® is a registered trademark of Gravitas Publications, Inc.
More you might like
Related
The Science Inspectors (Books 1-3) - Science Chapter Book Bu
Related
Seeing Science: An Illustrated Guide to the Wonders of the U
Related
The Science of Reading Decodable Texts: Book 2 (The Science
Related