Param Summary
Param Summary
Param Summary
Parametric curves
A parametric curve (in the plane) is a curve defined by two equations
x = x(t),
y = y(t),
where t is called a parameter. For each real number t, the point (x(t), y(t)) is a
point on the curve.
Eliminating parameters
To find the underlying curve, try eliminating the parameter using algebra and/or
trig identities.
x = x(t)
y = y(t).
1
The speed of the particle is given by
ds
q
= (x0 (t))2 + (y 0 (t))2
dt
The differential arc length element is given by
q
ds = (x0 (t))2 + (y 0 (t))2 dt.
Consider the arc length, or distance travelled by the particle from time t0 to
time t1 . The letter s is customarily used to denote arc length. You should think of
s = s(t) as a function of time, where s(t) is the distance travelled by the particle
since some starting time. If s0 = s(t0 ) and s1 = s(t1 ), then the distance traveled
by the particle from time t0 to t1 can be calculated by
Z s1 Z t1 q
s1 − s0 = ds = (x0 (t))2 + (y 0 (t))2 dt
s0 t0
In particular, dx2 = (dx)2 . This is the square of a differential, not the differential
of the square. The differential of the square is d(x2 ) = 2x dx, which is not the
same.
2
y
yn sn
∆s
s0
y0
x
x0 xn
Surface area
Consider the parametric curve
x = x(t)
y = y(t).
Consider the surface formed by rotating the curve about the y-axis.
The differential surface area element is given by
dA = 2πx ds
q
= 2πx(t) (x0 (t))2 + (y 0 (t))2 dt.
The the surface area from time t0 to time t1 is given by the integral:
Z t1 q
Surface area of parametric curve = 2πx(t) (x0 (t))2 + (y 0 (t))2 dt
t0
Consider the surface formed by rotating the curve about the x-axis.
The differential surface area element is given by
dA = 2πy ds
q
= 2πy(t) (x0 (t))2 + (y 0 (t))2 dt.
The the surface area from time t0 to time t1 is given by the integral:
Z t1 q
Surface area of parametric curve = 2πy(t) (x0 (t))2 + (y 0 (t))2 dt
t0
3
y
yn sn
∆s
s0
y0
x
x0 xn
This formula for the (signed) area under a parametric curve holds in general!
4
General result for parametric curves
Given a parametric curve:
x = x(t)
y = y(t),
The signed area of the region bounded between the curve and the x-axis for t0 <
t < t1 is given by the integral
Z t1
Signed Area = y(t) x0 (t) dt.
t0