Tangent to a Parametric Curve
Let a parametric curve be given by
x=x(t),y=y(t).
At t=t0, the curve passes through the point
P=(x(t0),y(t0)).
If x′(t0)=0, then the tangent slope is
dxdy=dx/dtdy/dt=x′(t0)y′(t0).
Method 1: Chain rule via a local graph
Suppose locally the curve can be written as a function y=F(x). Then by the chain rule,
dtdy=dxdy⋅dtdx.
So when x′(t0)=0,
dxdy=dx/dtdy/dt.
This is the usual tangent formula for a parametric curve.
The formula breaks down when x′(t0)=0. In that case we cannot divide by dx/dt, and the curve may fail to be a local graph y=F(x).
For example, consider the heart-shaped curve
x=16sin3t,y=13cost−5cos(2t)−2cos(3t)−cos(4t).
At t=π/2,
x=16,y=4,x′(π/2)=0,
so the tangent line is vertical.
Heart curve with a vertical tangent
Method 2: Right-triangle approximation
Now take two nearby parameter values t0 and t0+Δt.
The change in position is approximately
Δx≈x′(t0)Δt,Δy≈y′(t0)Δt.
Those two changes form the legs of a small right triangle, so the secant slope is approximately
ΔxΔy≈x′(t0)Δty′(t0)Δt=x′(t0)y′(t0).
As Δt→0, the secant line becomes the tangent line.
For the same heart curve, choose t0=π/4. Then
P≈(5.6569,11.6066),dxdy≈0.2976.
So the tangent line is approximately
y−11.6066=0.2976(x−5.6569),
or equivalently
y≈0.2976x+9.9232.
Tangent line from a local secant approximation
Second Derivative and Concavity
The first derivative of a parametric curve is
dxdy=x′(t)y′(t),x′(t)=0.
To differentiate again with respect to x, use
dxd=x′(t)1dtd.
Therefore,
dx2d2y=x′(t)1dtd(x′(t)y′(t))=(x′(t))3x′(t)y′′(t)−y′(t)x′′(t).
This is the standard second-derivative formula for a parametric curve.
Concavity
- If dx2d2y>0, the curve is concave upward.
- If dx2d2y<0, the curve is concave downward.
For example, take
x=t,y=t3−3t.
Here x′(t)=1, so the formula reduces to the usual calculus rule:
dx2d2y=6t.
So the curve is concave downward for t<0, concave upward for t>0, and changes concavity at t=0.
Second derivative and concavity
Arc Length
For a tiny piece of curve, the change in position can be approximated by a right triangle.
If the small changes are Δx and Δy, then by the Pythagorean theorem,
(Δs)2≈(Δx)2+(Δy)2.
So the small arc length is approximately
Δs≈(Δx)2+(Δy)2.
If the curve is written as y=f(x), then
Δy≈dxdyΔx,
so
Δs≈1+(dxdy)2Δx.
Passing to the limit gives the arc length formula
L=∫ab1+(dxdy)2dx.
For a parametric curve x=x(t), y=y(t),
dx=x′(t)dt,dy=y′(t)dt.
Then the same Pythagorean idea gives
ds=(x′(t))2+(y′(t))2dt,
and therefore
L=∫ab(x′(t))2+(y′(t))2dt.
A curve used to visualize tiny arc segments
Exercises
For the heart curve
x=16sin3t,y=13cost−5cos(2t)−2cos(3t)−cos(4t),find the tangent line at t=π/4.
Hint: compute x′(t) and y′(t), then use dxdy=x′y′.
Answer: dxdy≈0.2976, so the tangent line is
y≈0.2976x+9.9232.
On the same heart curve, what happens at t=π/2?
Hint: compute x′(π/2).
Answer: x′(π/2)=0, so the quotient x′y′ is not usable there. The tangent is vertical, and the curve is not locally a graph y=F(x).
Let x=t and y=t3−3t. Compute dx2d2y and determine where the curve is concave upward and concave downward.
Answer: Since x′(t)=1 and y′′(t)=6t,
dx2d2y=6t.The curve is concave downward for t<0 and concave upward for t>0.
Let x=3t and y=4t for 0≤t≤1. Find the arc length.
Hint: use L=∫01(x′)2+(y′)2dt.
Answer: x′=3 and y′=4, so
L=∫0132+42dt=∫015dt=5.
Summary
- For a parametric curve, the tangent slope is dxdy=x′y′ when x′=0.
- The chain rule explains the formula, but it fails when x′=0.
- The second derivative is
dx2d2y=(x′)3x′y′′−y′x′′.
- Concavity is determined by the sign of dx2d2y.
- Arc length comes from a tiny right triangle and the Pythagorean theorem.