Part V — Parametric, Polar, and Conic Coordinate Systems

"Geometry is the science of correct reasoning on incorrect figures." — George Pólya

So far we have described curves and regions almost entirely through equations of the form $y = f(x)$. That description suffices for many purposes. But it is also limiting. A circle is not the graph of any single function $y = f(x)$. A cycloid (the path a point on a rolling wheel traces) is not. A planet's elliptical orbit is not. A logarithmic spiral on a nautilus shell is not.

This part introduces three alternative ways to describe curves:

  1. Parametric equations, where $x$ and $y$ both depend on a parameter $t$ — usually time, but often something else.
  2. Polar coordinates, where points are described by a distance $r$ from the origin and an angle $\theta$, rather than by Cartesian $(x, y)$.
  3. Conic sections, an ancient family of curves (ellipses, parabolas, hyperbolas) that show up everywhere in physics — and that resist clean Cartesian description until we set up the right framework.

These coordinate systems are not optional. They are the natural language for the multivariable and vector calculus we will encounter in Parts VI and VII. Parametric equations are how we will describe space curves. Polar coordinates generalize to cylindrical and spherical coordinates for 3D integration. The conic sections are the trajectories of objects under inverse-square forces — which means they describe planetary orbits, electron orbits, and the path of every projectile that has ever been launched.

What This Part Covers

  • Chapter 25 — Parametric Curves. Equations of the form $x = f(t)$, $y = g(t)$. Derivatives and arc length for parametric curves. Cycloids, projectile motion, robot trajectories.

  • Chapter 26 — Polar Coordinates. The $(r, \theta)$ description. Polar curves — cardioids, roses, spirals. Area in polar coordinates. The link between polar and Cartesian.

  • Chapter 27 — Conic Sections. Ellipses, parabolas, hyperbolas — geometric, algebraic, parametric, and polar descriptions. Reflective properties (parabolic dish antennas, elliptical whisper galleries). Kepler's laws of planetary motion.

What You Should Be Able to Do by the End of Part V

  • Convert curves between Cartesian, parametric, and polar descriptions
  • Compute slopes, areas, and arc lengths for curves in any of the three coordinate systems
  • Identify a conic from its equation; identify the equation from its geometric description
  • Set up and solve simple problems in projectile motion and orbital mechanics

Why This Part Matters

This is the shortest part of the book — only three chapters. But it is essential glue. Multivariable calculus (Part VI) treats curves in 3D space, which require parametric description. Vector calculus (Part VII) integrates over surfaces, which require parametric description. Polar coordinates generalize to cylindrical and spherical coordinates for 3D integration, which is essential in physics, engineering, and probability theory.

The conic sections are also a beautiful payoff in their own right. The fact that every trajectory under a $1/r^2$ force (gravity, electrostatics) is a conic — and which conic depends only on the total energy of the system — is one of the deepest results in classical physics. Kepler discovered it empirically in 1609. Newton proved it mathematically in 1687, using calculus. We will reconstruct that derivation here.

If Part IV was the most demanding, Part V is the most picturesque. Enjoy it.

Chapters in This Part