chapter8_notes1
chapter8_notes1
1 / 57
In this chapter, we will introduce other ways of describing curves than
the standard y = f (x) formulation. We will discuss the following:
3. Slopes, areas and arc lengths associated with polar curves (§8.6).
2 / 57
§8.2 Parametric Curves
Suppose an object moves around the xy-plane so that its coordinates at
time t are
x = f (t), y = g(t).
If f and g are continuous on the same interval t ∈ [a, b], this traces a
curve C, called a parametric curve. The independent variable t is called
the parameter.
3 / 57
Example 1: Sketch and identify the parametric curve
t = y − 1 =⇒ x = (y − 1)2 − 1 = y 2 − 2y.
4 / 57
5 / 57
Remarks:
1. Parametric curves have a direction.
▶ The particle moves from bottom to top as t increases.
2. Different parametric curves can trace out the same set of points.
The following parametric curves all trace out the same parabola:
▶ x = t2 − 1, y = t + 1 (−∞ < t < ∞)
▶ x = t2 − 1, y = 1 − t (−∞ < t < ∞)
Thus, C is not just a set of points: the dependence on t is important.
Information is lost when t is eliminated.
If t is eliminated, the new equation may contain points that were not
in the original parametric curve C.
6 / 57
Example 2: Sketch and identify the parametric curve
Solution: Since
x2 + y 2 = 9 cos2 t + 9 sin2 t = 9,
7 / 57
Interesting plane curves and their parametrizations
Example 3: The straight line passing through two points P0 = (x0 , y0 )
and P1 = (x1 , y1 ) has parametric equations
(
x = x0 + t(x1 − x0 )
(−∞ < t < ∞)
y = y0 + t(y1 − y0 )
8 / 57
Example 4: Sketch and identify the parametric curve
Solution: Since
x2 y 2
+ 2 = cos2 t + sin2 t = 1,
a2 b
the curve is an ellipse with width 2a and
height 2b.
9 / 57
Example 5: If a circle of radius a rolls without slipping along a straight
line, find the path followed by a point fixed on the circle. This path is
called a cycloid.
10 / 57
Suppose the circle rolls along the x-axis from O to T . If the point on the
circle originally at O is now be located at P (x, y), then
segment OT = arc P T = at
x = at − a sin t
y = a − a cos t.
x = a(t − sin t)
y = a(1 − cos t)
Note: Even though both x(t) and y(t) are differentiable, the curve is not
smooth, but has cusps at points corresponding to t = 2nπ, n = 0, 1, 2, . . .
11 / 57
§8.3 Smooth Parametric Curves and Their Slopes
A plane curve is called smooth if it has a tangent line at every point P ,
and if this tangent turns continuously as P moves along the curve.
Example 6: Consider the parametric curve
Eliminating t leads to
t = y 1/3 =⇒ x = y 2/3 ,
f ′ (0) = 2t|t=0 = 0,
g ′ (0) = 3t2 t=0
= 0.
12 / 57
Tangents and normals to parametric curves
Let C be the parametric curve x = f (t), y = g(t). If f ′ and g ′ are
continuous and not both zero at t0 , then its tangent and normal lines at
(f (t0 ), g(t0 )) is given by
Tangent Normal
( (
x = f (t0 ) + f ′ (t0 )(t − t0 ) x = f (t0 ) + g ′ (t0 )(t − t0 )
y = g(t0 ) + g ′ (t0 )(t − t0 ) y = g(t0 ) − f ′ (t0 )(t − t0 )
13 / 57
Theorem
Let C be the parametric curve x = f (t), y = g(t), where f ′ (t) and g ′ (t)
are continuous on an interval I. If f ′ (t) ̸= 0 on I, then C is smooth and
has at each t a tangent line with slope
dy g ′ (t)
= ′ .
dx f (t)
14 / 57
Example 7: Find equations of the tangent and normal lines to the
parametric curve x = t2 − t, y = t2 + t at the point where t = 2.
15 / 57
Warning: If f and g are both continuously differentiable and
f ′ (t0 ) = g ′ (t0 ) = 0,
16 / 57
Sketching parametric curves
Sketching a parametric curve x = f (t), y = g(t) (a ≤ t ≤ b) requires
information similar to sketching y = f (x):
From f (t) and g(t):
▶ End points
▶ x-intercepts (y = g(t) = 0), y-intercepts (x = f (t) = 0)
▶ Asymptotic behaviour (whether f (t) or g(t) goes to infinity)
From f ′ (t) and g ′ (t):
▶ whether x and y are increasing/decreasing in t
▶ slopes, horizontal tangents (g ′ (t) = 0), vertical tangents (f ′ (t) = 0)
▶ possibly non-smooth points (where f (t) = g(t) = 0)
From f ′′ (t) and g ′′ (t):
▶ concavity
17 / 57
To determine the concavity of the curve at (x, y) = (f (t), g(t)), we
calculate
d2 y
d dy
=
dx2 dx dx
d g ′ (t)
dt
= ′
·
dt f (t) dx
f ′ (t)g ′′ (t) − g ′ (t)f ′′ (t) 1
= ′ 2
· ′
(f (t)) f (t)
′ ′′ ′
f (t)g (t) − g (t)f (t) ′′
= .
(f ′ (t))3
This calculation is valid for any t such that f ′ (t) ̸= 0 (i.e., away from
vertical tangents and singular points).
18 / 57
Example 9: Use slope and concavity information to sketch the graph of
the parametric curve
Solution:
End points are (−2, 4) for t = −2, (2, 4) for t = 2.
x-intercept: y = g(t) = 0 =⇒ t = 0, (x, y) = (0, 0)
√
y-intercept: x = f (t) = 0 =⇒ t = ± 3, (x, y) = (0, 3) or t = 0,
(x, y) = (0, 0)
Critical points:
dx dy
= f ′ (t) = 3t2 − 3, = g ′ (t) = 2t,
dt dt
Vertical tangents at t = ±1, (x, y) = (∓2, 1),
Horizontal tangent at t = 0, (x, y) = (0, 0).
19 / 57
Note that
f ′ (t) > 0 means C is traversed from left to right as t increases, and
g ′ (t) > 0 means C is traversed from down to up as t increases.
20 / 57
Determine concavity:
Since the numerator does not change signs, the curve is concave up for
−1 < t < 1, and concave down otherwise.
21 / 57
22 / 57
§8.4 Arc Lengths and Areas for Parametric Curves
For the parametric curve
23 / 57
Example 10: Find the length of the parametric curve
where a > 0.
Solution: we have
dx
= −4a sin t cos t = −2a sin 2t,
dt
dy
= 2a cos2 t − 2a sin2 t = 2a cos 2t.
dt
Therefore,
Z π/2 p Z π/2
2 2 2 2
S= 4a sin 2t + 4a cos 2t dt = 2a dt = 2πa.
−π/2 −π/2
24 / 57
25 / 57
Areas Bounded by Parametric Curves
Let x = f (t), y = g(t). If
f ′ (t) > 0 (C is traversed from left to right as t increases),
g(t) ≥ 0 (C has no points below the x-axis),
then the area A under the curve is
Z t=b Z b
A= y dx = g(t)f ′ (t) dt.
t=a a
26 / 57
For the other cases, adjust the sign accordingly.
27 / 57
Example 11: Find the area enclosed by the astroid
where a > 0.
28 / 57
Solution: It suffices to calculate the area in the first quadrant (i.e., for
0 ≤ t ≤ π/2 and multiply the answer by 4. Since f ′ (t) ≤ 0 over this
range, we have
Z π/2
Area = −4 g(t)f ′ (t) dt
0
Z π/2
2
= −4a (sin3 t)(−3 cos2 t sin t) dt
0
π/2
3πa2
Z
= 12a2 sin4 t cos2 t dt = .
0 8
29 / 57
Closed curves
A closed parametric curve is one where the starting and ending points
are the same.
30 / 57
Example 12: Find the area bounded by the ellipse
with a, b > 0.
Solution: The ellipse is traversed counterclockwise, so
Z 2π
Area = − g(t)f ′ (t) dt
0
Z 2π
= −ab (− sin2 t) dt
0
ab 2π
Z
= (1 − cos 2t) dt
2 0
ab 1 2π
= t − sin 2t = πab.
2 2 0
31 / 57
§8.5 Polar Coordinates and Polar Curves
32 / 57
33 / 57
Conversion formula
x = r cos θ r 2 = x2 + y 2
y = r sin θ tan θ = y/x
Caution: (x, y) and (−x, −y) give the same value of tan θ, but not the
same θ!
Convention: Let r > 0, (−r, θ) means go in the direction opposite to θ,
i.e., go r units in the direction of θ + π. Thus, (−r, θ) represents the same
point as (r, θ + π).
Examples 13:
The straight line 2x − 3y = 5 has the polar equation
2r cos θ − 3r sin θ = 5
5
or r= .
2 cos θ − 3 sin θ
35 / 57
Example 14: Find the Cartesian equation of the curve represented by the
polar equation r = 2a cos θ, with a > 0.
Solution:
Multiply both sides by r and get
r2 = 2ar cos θ.
x2 + y 2 = 2ax =⇒ (x − a)2 + y 2 = a2 .
36 / 57
Example 15: Find the Cartesian equation of the curve represented by the
polar equation r = 2a cos(θ − θ0 ), with a > 0, θ0 = const.
(x − a cos θ0 )2 + (y − a sin θ0 )2 = a2 .
37 / 57
Example 16: Sketch the polar curve r = a(1 − cos θ), with a > 0.
Solution: Converting to rectangular coordinates gives
38 / 57
39 / 57
More polar curves
40 / 57
More polar curves
Example 18: The polar graphs
(a) r = θ, (b) r = e−θ/3
are not closed curves, because f and g are not periodic with a period
divisible by 2π. Their graphs for positive θ are shown below.
41 / 57
Intersection of polar curves
If f and g are 2π-periodic, then the curves r = f (θ) and r = g(θ)
intersect at
any θ0 for which f (θ0 ) = g(θ0 ),
42 / 57
Example 19: Find the intersections of the curves
√
So these two circles intersect at (1/ 2, π/4) and the origin even though
sin θ = cos θ only gives the one point.
43 / 57
Example 20: Find the intersections of the curves
sin θ = 1 − sin θ
1
=⇒ sin θ =
2
π 5π
=⇒ θ= or .
6 6
We therefore have [1/2, π/6] and [1/2, 5π/6] as intersections. Since both
curves pass through the origin, the point (0, 0) is also an intersection.
44 / 57
45 / 57
§8.6 Slopes, Areas and Arc Lengths for Polar Curves
Slopes
To find a tangent line to a polar curve r = f (θ), we regard θ as a
parameter and write its parametric equations as
Then, we have
dy dr
dy dθ dθ sin θ + r cos θ
= dx
= dr
.
dx dθ dθ cos θ − r sin θ
Cases:
dy dx
Horizontal tangents: = 0, ̸= 0
dθ dθ
dx dy
Vertical tangents: = 0, ̸= 0
dθ dθ
dy dr
Tangents at pole (origin), i.e., r = 0: = tan θ if ̸= 0
dx dθ
46 / 57
Example 21: Find the points on the cardioid r = 1 + cos θ where the
tangent lines are vertical or horizontal.
Solution: Rewriting the polar curve as a parametric curve, we get
x = (1 + cos θ) cos θ,
y = (1 + cos θ) sin θ.
dx
= − sin θ − 2 sin θ cos θ = 0
dθ
− sin θ(1 + 2 cos θ) = 0 =⇒ θ ∈ {0, ±2π/3, π}.
dy
= cos θ + cos2 θ − sin2 θ = 0
dθ
(2 cos θ − 1)(cos θ + 1) = 0 =⇒ θ ∈ {±π/3, π}.
47 / 57
dx
= 0 =⇒ θ ∈ {0, ±2π/3, π}.
dθ
dy
= 0 =⇒ θ ∈ {±π/3, π}.
dθ
Cases:
dy dx
Horizontal tangents: = 0, ̸= 0 ⇒ θ = ±π/3.
dθ dθ
dx dy
Vertical tangents: = 0, ̸= 0 ⇒ θ = 0, ±2π/3.
dθ dθ
dr
When θ = π, i.e., the pole (origin), we have = − sin θ = 0. So
dθ
there is no tangent line at that point.
48 / 57
49 / 57
Areas
For the polar curve r = f (θ), a suitable area element is a sector with
angular width dθ.
dθ 2 1 2 1
dA = πr = r dθ = (f (θ))2 dθ.
2π 2 2
50 / 57
If the region is bounded by the rays θ = α and θ = β (α < β), then
integrating gives
Z β
1
Area = (f (θ))2 dθ.
2 α
Example 22: Find the area bounded by the cardioid r = a(1 + cos θ).
51 / 57
Solution: It suffices to double the area above the x-axis, so
1 π 2
Z
A=2× a (1 + cos θ)2 dθ
2 0
Z π
2
=a (1 + 2 cos θ + cos2 θ) dθ
0
Z π
3 1
= a2 + 2 cos θ + cos(2θ) dθ
0 2 2
π
3πa2
2 3 1
=a θ + 2 sin θ + sin(2θ) = sq. units.
2 4 0 2
52 / 57
Example 23: Find the area of the region that lies inside the circle
√
r = 2 sin θ and inside the lemniscate r2 = sin 2θ.
53 / 57
Solution: The curves intersect at in the first quadrant at the point
satisfying
2 sin2 θ = r2 = sin 2θ
sin θ = cos θ =⇒ θ = π/4.
Therefore,
1
Z π/4 √ 1 π/2
Z
A= ( 2 sin θ)2 dθ + sin 2θ dθ
2 0 2 π/4
Z π/4 π/2
1 1
= (1 − cos 2θ) dθ − cos 2θ
2 0 4 π/4
π/4
θ 1 1 π
= − sin 2θ + = sq. units.
2 4 0 4 8
54 / 57
Arc lengths
The arc length element for the polar curve r = f (θ) can be determined
from the differential triangle shown below.
h dr 2 i
(ds)2 = (dr)2 + (r dθ)2 = + r2 (dθ)2 .
dθ
55 / 57
Therefore, the arc length for r = f (θ) between the rays θ = α and θ = β
is given by
Z β p
s= (f ′ (θ))2 + (f (θ))2 dθ.
α
Example 24: Find the total length of the cardioid r = a(1 + cos θ).
56 / 57
Solution: The total length is twice the length of the arc from θ = 0 to
θ = π. Since dr/dθ = −a sin θ, we have
Z πq
s=2 a2 sin2 θ + a2 (1 + cos θ)2 dθ
Z0 π p
=2 2a2 + 2a2 cos θ dθ
0
Z πp
=2 4a2 cos2 (θ/2) dθ
0
Z π
= 4a cos(θ/2) dθ
0
π
= 8a sin(θ/2) = 8a units.
0
57 / 57