Finding the slope of the tangent line to a graph y=f(x) is easy --
just compute f′(x). Likewise, the area under the curve between x=a
and x=b is just ∫baf(x)dx. But how do we compute slopes and
areas with parametrized curves?
The answer is to express everything in terms of the parameter t.
By computing derivatives with respect to t and integrals with respect
to t, we can compute everything we want.
For slopes, we are looking for dy/dx. This is a limit
dydx=limΔyΔx=limΔy/ΔtΔx/Δt=lim(Δy/Δt)lim(Δx/Δt)=dy/dtdx/dt,
where the limits are as Δt and Δx and Δy all go to zero. As long as we can
take the derivatives of x and y, we can compute dy/dx.
Example 1: Find the slope of the tangent to the unit circle
x=cos(t);y=sin(t) at time t=π/6, i.e. at
the point (x,y)=(√32,12).
Solution:dydt=cos(t)=√32 and
dxdt=−sin(t)=−12,
so dydx=√3/2−1/2=−√3.
To find the area under a curve between x=a and x=b, we need
to compute ∫baydx=∫t2t1y(t)dx(t)dtdt,
where x(t1)=a and x(t2)=b.
To find the area, we need to both compute a
derivative as well as an integral.
Example 2: Find the area under the top half of the unit circle between
x=0 and x=1/2.
Solution: Since x=0 when t=π/2 and x=1/2 when t=π/3, we
are integrating from t1=π/2 to t2=π/3. This may look strange,
since t1>t2, but it has to do with our tracing the upper semi-circle
from right to left: dx/dt=−sin(t) is negative. Since y(t)=sin(t),
our area is
∫t2t1y(t)dxdtdt=∫π/3π/2−sin2(t)dt=∫π/2π/3sin2(t)dt=∫π/2π/312(1−cos(2t))dt=t2−sin(2t)4|π/2π/3=π12+√38
Summary: When working with a parametrized curve,
The slope of the tangent line at time t is
dxdt=dy/dtdx/dt.
The area under the curve between a=x(t1) and b=x(t2) is
∫t2t1y(t)dxdtdt
In the following video, we derive these formulas,
work out the tangent line to a cycloid,
and compute the area under one span of the cycloid.