Parametric Equations
What Are Parametric Equations?
Instead of expressing y directly as a function of x, parametric equations define both x and y in terms of a third variable called a parameter (usually t):
x=f(t),y=g(t)
This allows us to describe curves that fail the vertical line test, trace motion over time, and represent complex shapes naturally.
Eliminating the Parameter
To convert from parametric to rectangular form:
- Solve one equation for t
- Substitute into the other
Example: x=2t+1, y=t2
t=2xโ1โโนy
Common Parametric Curves
Line
x=x0โ+at,y=y0โ
- Direction vector: โจa,bโฉ
- Passes through (x0โ,y0โ)
Circle
x=h+rcost,y=k+rsint,0
- Center (h,k), radius r
Ellipse
x=acost,y=bsint
- Eliminates to a2x2โ+
Derivatives with Parametric Equations
dxdyโ=
Horizontal tangent: dy/dt=0 (and dx/dt๎ =0)
Vertical tangent: dx/dt=0 (and dy/dt๎ =0)
Second Derivative
dx2d2y
Arc Length of Parametric Curves
L=โซabโ(
Motion Applications
When t represents time:
- Position: (x(t),y(t))
- Velocity vector: โจdx/dt,dy/dtโฉ
- Speed:
AP Precalculus Tip: Parametric equations are a major topic in Unit 4. Be comfortable eliminating parameters, finding slopes, and interpreting motion.