Calculus Mastery
The Human Knowledge Project
Chapter 18 — Parametric Curves and Polar Coordinates
Derivatives, Slopes, and Motion Along Curves
18.1 Learning Objectives
By the end of this chapter, students should be able to:
- Understand what parametric equations are.
- Explain why some motion cannot be described easily by ordinary functions.
- Interpret parametric curves geometrically and physically.
- Compute derivatives for parametric equations.
Understand:
dx
dy
=
dx/dt
dy/dt
for parametric motion.
Understand tangent slopes along parametric paths.
Interpret velocity and motion in two dimensions.
Understand polar coordinates conceptually and graphically.
Compute derivatives in polar form.
Visualize motion and geometry dynamically.
18.2 Big Picture — Beyond Ordinary Functions
Earlier chapters mainly studied graphs of the form:
y = f(x)
But many important curves cannot easily be represented this way.
Examples:
circles
spirals
cycloids
planetary motion
oscillations
projectile motion
Real motion often involves:
two coordinates changing simultaneously.
This leads naturally to:
parametric equations.
18.3 Why Ordinary Functions Become Limiting
Consider a circle.
Equation:
x
2
+y
2
=25
If solved for y:
y =
25−x
2
or:
y =−
25−x
2
This splits the circle awkwardly into:
upper half
lower half
But the circle itself is naturally:
one continuous motion.
Parametric equations describe the curve much more naturally.
18.4 What Are Parametric Equations?
Instead of:
y depending directly on x
both coordinates depend on:
a third variable
usually:
time
Example:
x = cost
y = sint
As:
t changes
the point moves around:
a circle.
18.5 Visualization of Parametric Motion
Students should imagine:
a moving particle
At each time:
particle has position:
(x(t),y(t))
As time changes:
point traces path through plane.
This creates:
motion-generated geometry.
18.6 Parametric Curves as Motion
Parametric equations are deeply connected to:
physics
engineering
animation
robotics
astronomy
They naturally describe:
moving systems.
The parameter often represents:
time.
18.7 Worked Example — Circle Motion
Suppose:
x = cost
y = sint
Use identity:
x
2
+y
2
= cos
2
t+sin
2
t
=1
This describes:
unit circle
As:
t increases
particle moves:
counterclockwise around circle.
18.8 Direction Matters
Students must understand:
parametric curves possess direction.
The same geometric curve may be traced:
differently
at different speeds
in different directions
depending on parameterization.
This is extremely important physically.
18.9 Derivatives of Parametric Curves
Suppose:
x = f(t)
y = g(t)
We want slope:
dx
dy
But both variables depend on:
t
Use Chain Rule.
18.10 Deriving the Parametric Derivative Formula
Start with:
dx
dy
=
dt
dy
⋅
dx
dt
Since:
dx
dt
=
dx/dt
1
we obtain:
dx
dy
=
dx/dt
dy/dt
This becomes the central derivative formula for parametric curves.
18.11 Why This Formula Makes Sense
Students should interpret carefully.
The parameter:
drives both coordinates.
The ratio compares:
vertical motion
to:
horizontal motion
This naturally produces:
tangent slope.
18.12 Worked Example — Parametric Slope
Suppose:
x = t
2
y = t
3
Find:
dx
dy
Differentiate with respect to:
t
dt
dx
=2t
dt
dy
=3t
2
Now divide:
dx
dy
=
2t
3t
2
Simplify:
=
2
3t
18.13 Interpretation of This Result
The slope changes continuously as:
parameter changes.
Different times produce:
different tangent directions.
This describes:
evolving motion along curve.
18.14 Horizontal and Vertical Tangents
Horizontal Tangent
Occurs when:
dt
dy
=0
while:
dt
dx
=0
Slope becomes:
0
Vertical Tangent
Occurs when:
dt
dx
=0
while:
dt
dy
=0
Slope becomes:
undefined/infinite.
18.15 Velocity in Parametric Motion
Suppose:
x = x(t)
y = y(t)
Velocity now has:
horizontal component
vertical component
Velocity vector:
(
dt
dx
,
dt
dy
)
Motion becomes:
two-dimensional.
18.16 Speed Along a Parametric Curve
Overall speed:
(
dt
dx
)
2
+(
dt
dy
)
2
This comes from:
Pythagorean Theorem
Students should visualize:
combined horizontal and vertical motion.
18.17 Polar Coordinates — A New Coordinate System
Earlier graphs used:
rectangular coordinates
based on:
horizontal and vertical distances.
Polar coordinates use:
distance from origin
and:
angle.
This creates a radically different geometric perspective.
18.18 Polar Coordinates Defined
A polar point described by:
(r,θ)
where:
r = distance from origin
θ = angle from positive x-axis
Students should visualize:
rotating rays
radial distance
rather than:
rectangular grids.
18.19 Why Polar Coordinates Matter
Polar coordinates naturally describe:
spirals
circles
planetary orbits
rotational systems
wave patterns
Many symmetric systems become:
simpler in polar form.
18.20 Converting Between Polar and Rectangular Coordinates
Relationships:
x = rcosθ
y = rsinθ
Also:
r
2
= x
2
+y
2
These formulas connect:
two geometric worlds.
18.21 Example — Polar Circle
Suppose:
r =3
Interpretation:
all points exactly 3 units from origin
This describes:
circle radius 3.
In rectangular coordinates:
this required:
x
2
+y
2
=9
Polar form becomes dramatically simpler.
18.22 Polar Curves
Example:
r =θ
As angle increases:
radius increases simultaneously.
Result:
spiral
Students should visualize:
outward winding motion.
18.23 Slopes in Polar Coordinates
Polar curves also possess tangent slopes.
Using:
x = rcosθ
y = rsinθ
differentiate both with respect to:
θ
Then compute:
dx
dy
=
dx/dθ
dy/dθ
The structure mirrors:
parametric derivatives.
18.24 Why Parametric and Polar Ideas Connect
Polar equations naturally generate:
parametric motion
Both approaches describe:
evolving geometric positions
through changing parameters.
18.25 Physical Interpretation
Examples:
planetary orbits
radar systems
rotational mechanics
fluid vortices
electromagnetic waves
These systems often involve:
radial and angular motion simultaneously.
18.26 Why This Chapter Matters
This chapter expands calculus beyond:
ordinary function graphs
Students now study:
motion-generated curves
rotating systems
multidimensional motion
evolving geometry
This is a major conceptual expansion.
18.27 Common Student Mistakes
Mistake 1 — Forgetting Parameter Dependence
Both:
x
and:
y
depend on parameter.
Mistake 2 — Dividing Incorrectly
Need:
dx/dt
dy/dt
not:
separate derivatives independently.
Mistake 3 — Ignoring Direction
Parametric curves possess:
orientation
motion direction
Mistake 4 — Confusing Polar Radius with Cartesian Distance
Polar coordinates fundamentally differ from:
rectangular coordinates.
18.28 Visualization Strategy
Students should continually imagine:
moving particles
rotating systems
spirals
circular motion
tangent directions
evolving geometry
This chapter is highly visual and dynamic.
18.29 Practice Problems
A. Parametric Curves
Suppose:
x = t
y = t
2
Eliminate parameter.
Suppose:
x = cost
y = sint
Identify curve.
Explain why parametric equations describe motion naturally.
Explain why circles become simpler parametrically.
Explain why direction matters.
B. Parametric Derivatives
Suppose:
x = t
2
y = t
3
Find:
dx
dy
Suppose:
x = cost
y = sint
Find:
dx
dy
Explain why parametric slopes require ratios of derivatives.
Explain why Chain Rule appears naturally.
Explain physical meaning of tangent slope.
C. Velocity and Motion
Suppose:
x = t
y = t
2
Find velocity vector.
Find speed.
Explain why motion becomes two-dimensional.
Explain why velocity possesses components.
Explain why Pythagorean Theorem appears in speed formula.
D. Polar Coordinates
Convert:
(r,θ)=(3,π/4)
to rectangular coordinates.
Explain meaning of:
r =2
Explain meaning of:
r =θ
Explain why polar coordinates simplify circles.
Explain why rotational systems favor polar coordinates.
E. Conceptual Problems
Explain difference between:
parametric curves
ordinary functions
Explain why motion naturally generates curves.
Explain why tangent slopes remain important.
Explain why geometry and motion connect deeply.
Explain why parametric equations appear throughout physics.
Explain why polar coordinates change geometric perspective.
Explain relationship between:
derivatives
motion
tangent directions
Explain why circular motion becomes natural parametrically.
Explain why multidimensional motion requires richer mathematics.
Explain why this chapter expands calculus conceptually.
18.30 Selected Solutions
Problem 1
Suppose:
x = t
y = t
2
Since:
t = x
Substitute:
y = x
2
Problem 6
Suppose:
x = t
2
y = t
3
Differentiate:
dt
dx
=2t
dt
dy
=3t
2
Therefore:
dx
dy
=
2t
3t
2
=
2
3t
Problem 11
Suppose:
x = t
y = t
2
Velocity vector:
(1,2t)
Problem 16
Given:
r =3
θ=π/4
Use:
x = rcosθ
y = rsinθ
Result:
x =
2
3
2
y =
2
3
2
18.31 Chapter Summary
In this chapter we introduced:
parametric equations
parametric derivatives
tangent slopes
multidimensional motion
velocity vectors
speed formulas
polar coordinates
rotational geometry
Most importantly:
students learned that calculus can describe not only ordinary graphs —
but also:
motion-generated curves
rotating systems
spirals
multidimensional geometric behavior.