📊 Calculus with Parametric Equations
Finding dy/dx for Parametric Curves
For parametric equations x=f(t) and y=g(t):
dxdy=dx/dtdy/dt=f′(t)g′(t)
provided f′(t)=0.
💡 Key Idea: Use the chain rule! Since both x and y depend on t, divide the rates of change.
Why This Formula Works
By the chain rule:
dtdy=dxdy⋅dtdx
Solving for dxdy:
dxdy=dx/dtdy/dt
Think: "How fast is y changing compared to how fast x is changing?"
Example 1: Finding dy/dx
For x=t2, y=t3, find dxdy.
Step 1: Find derivatives with respect to t
dtdx=2t,dtdy=3t2
Step 2: Apply formula
dxdy=dx/dtdy/dt=2t3t2=23t
Step 3: Express in terms of x (optional)
Since x=t2, we have t=±x
dxdy=23x or 2−3x
(depending on which branch)
Example 2: Slope at a Point
For x=3cost, y=2sint, find the slope at t=4π.
Step 1: Find derivatives
dtdx=−3sint,dtdy=2cost
Step 2: Find dy/dx
dxdy=−3sint2cost=−3sint2cost=−32cott
Step 3: Evaluate at t=4π
dxdyt=π/4=−32cot4π=−32(1)=−32
Answer: The slope at t=4π is −32.
Horizontal and Vertical Tangents
Horizontal Tangent
Occurs when dxdy=0
This happens when:
- dtdy=0 AND
- dtdx=0
Vertical Tangent
Occurs when dxdy is undefined
This happens when:
- dtdx=0 AND
- dtdy=0
Singular Point
If dtdx=0 AND dtdy=0 simultaneously:
- The curve might have a cusp, self-intersection, or other singularity
- Need more analysis (possibly using higher derivatives)
Example 3: Finding Tangent Lines
For x=t3−3t, y=t2, find all points where the tangent is horizontal.
Step 1: Find derivatives
dtdx=3t2−3,dtdy=2t
Step 2: Set dtdy=0
2t=0⟹t=0
Step 3: Check that dtdx=0 at t=0
dtdxt=0=3(0)2−3=−3=0 ✓
Step 4: Find the point
At t=0:
x=03−3(0)=0
y=02=0
Answer: Horizontal tangent at point (0,0).
Second Derivative
To find dx2d2y for parametric curves:
dx2d2y=dxd(dxdy)=dx/dtd/dt(dy/dx)
Process:
- Find dxdy as before
- Take derivative with respect to t: dtd(dxdy)
- Divide by dtdx
Example 4: Second Derivative
For x=t2, y=t3, find dx2d2y.
Step 1: Find first derivative
dxdy=2t3t2=23t
Step 2: Differentiate with respect to t
dtd(dxdy)=dtd(23t)=23
Step 3: Divide by dtdx
dx2d2y=2t3/2=4t3
Answer: dx2d2y=4t3
Arc Length of Parametric Curves
The arc length from t=a to t=b is:
L=∫ab(dtdx)2+(dtdy)2dt
Think: Speed = (dx/dt)2+(dy/dt)2, integrate over time!
Where This Comes From
Infinitesimal arc length:
ds=(dx)2+(dy)2
=(dtdxdt)2+(dtdydt)2
=(dtdx)2+(dtdy)2dt
Integrate from t=a to t=b!
Example 5: Arc Length of Circle
Find the circumference of x=rcost, y=rsint for 0≤t≤2π.
Step 1: Find derivatives
dtdx=−rsint,dtdy=rcost
Step 2: Compute the integrand
(dtdx)2+(dtdy)2=r2sin2t+r2cos2t
=r2(sin2t+cos2t)=r2=r
Step 3: Integrate
L=∫02πrdt=r[t]02π=r(2π−0)=2πr
Answer: 2πr (the circumference formula!) ✓
Example 6: Arc Length with Integration
Find the arc length of x=t2, y=32t3 from t=0 to t=1.
Step 1: Find derivatives
dtdx=2t,dtdy=2t2
Step 2: Set up integral
L=∫01(2t)2+(2t2)2dt
=∫014t2+4t4dt
=∫014t2(1+t2)dt
=∫012t1+t2dt
Step 3: Use substitution
Let u=1+t2, du=2tdt
When t=0: u=1
When t=1: u=2
L=∫12udu=[32u3/2]12
=32(2)3/2−32(1)3/2=32(22)−32
=342−2
Answer: 342−2 or 32(22−1)
Surface Area of Revolution
When rotating a parametric curve around the x-axis from t=a to t=b:
S=2π∫aby(dtdx)2+(dtdy)2dt
Around the y-axis:
S=2π∫abx(dtdx)2+(dtdy)2dt
⚠️ Common Mistakes
Mistake 1: Flipping the Fraction
WRONG: dxdy=dy/dtdx/dt
RIGHT: dxdy=dx/dtdy/dt
The derivative you want is on top!
Mistake 2: Forgetting to Check Conditions
For horizontal tangent: dtdy=0 AND dtdx=0
Don't forget to verify the second condition!
Mistake 3: Wrong Arc Length Formula
WRONG: L=∫(dx)2+(dy)2
RIGHT: L=∫(dx/dt)2+(dy/dt)2dt
Need to integrate with respect to the parameter!
Mistake 4: Second Derivative Error
dx2d2y=d2x/dt2d2y/dt2
Must use: dx2d2y=dx/dtd/dt(dy/dx)
Summary of Formulas
First Derivative:
dxdy=dx/dtdy/dt
Second Derivative:
dx2d2y=dx/dtd/dt(dy/dx)
Arc Length:
L=∫ab(dtdx)2+(dtdy)2dt
📝 Practice Strategy
- Find dtdx and dtdy first
- For slope: Divide dtdy by dtdx
- For horizontal tangent: Set dtdy=0, check dtdx=0
- For vertical tangent: Set dtdx=0, check dtdy=0
- For arc length: Use formula with square root, often needs u-substitution
- Check your setup before integrating
- Simplify under the square root if possible