Exponential Functions Explained Human brains are wired for linear thinking. Exponential functions are not linear — a 1% daily growth rate becomes a 37× increase over a year. Understanding the math is the first step to believing the results.
Synthesis: Precalculus as the Language of Mathematical Relationships Functions, transformations, trigonometry, and limits aren't separate topics waiting to be useful. Together they form a grammar for describing how quantities relate — and calculus is just that grammar spoken fluently.
Asymptotic Behavior: What Happens at Infinity f(x) = x² + 1000x + 1,000,000. For small x, the constant dominates. f(1) = 1,001,001. The constant is almost everything. For large x, the x² term dominates. f(1000) = 1,000,000 + 1,000,000 + 1,000,000 = 3,000,000. But x² alone is 1,000,
Introduction to Limits: Approaching Without Arriving Calculus is built on a philosophical trick: asking what happens as you get infinitely close to something without actually arriving. Limits formalize that question—and their answer unlocks derivatives, integrals, and more.
Polar Coordinates: Angles and Distances Instead of x and y Some curves are a nightmare in Cartesian coordinates and a single clean equation in polar form. Replacing x and y with radius and angle isn't just a notational trick — it's choosing a coordinate system that matches the geometry of the problem.
Parametric Equations: Two Functions One Curve A circle. In standard form: x² + y² = 1. But how do you trace the circle? How do you describe a point moving around it? Parametric equations. x = cos(t) y = sin(t) As t goes from 0 to 2π, the point (x, y) traces the full circle. Parametric equations describe
Conic Sections: Circles Ellipses Parabolas Hyperbolas Every curve a planet traces, every parabolic antenna, every elliptical orbit — they all come from slicing a cone. Conic sections are geometry's greatest unifying trick.