Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 29 Notes

advertisement
Jim Lambers
MAT 169
Fall Semester 2009-10
Lecture 29 Notes
These notes correspond to Section 9.1 in the text.
Parametric Curves
There are many useful curves that cannot be described by an equation of the form 𝑦 = 𝑓 (π‘₯), because
𝑓 is a function and therefore requires that only one 𝑦-value be associated with every π‘₯-value. For
example, a complete circle cannot be described by such an equation. In such cases, we can instead
describe the curve by parametric equations
π‘₯ = 𝑓 (𝑑),
𝑦 = 𝑔(𝑑),
where the variable 𝑑 is called a parameter, and the curve defined by these equations is called a
parametric curve. For example, a circle of radius π‘Ÿ can be defined by the parametric equations
π‘₯ = π‘Ÿ cos 𝑑,
𝑦 = π‘Ÿ sin 𝑑.
The parameter 𝑑 is typically restricted to some interval [π‘Ž, 𝑏]. The point π‘₯ = 𝑓 (π‘Ž), 𝑦 = 𝑔(π‘Ž) is then
called the initial point of the curve, and the point π‘₯ = 𝑓 (𝑏), 𝑦 = 𝑔(𝑏) is called the terminal point of
the curve.
Because any functions 𝑓 (𝑑) and 𝑔(𝑑) can be chosen to define the π‘₯-coordinates and 𝑦-coordinates,
respectively, of points on the curve, there is no requirement that each π‘₯-value is associated with
only 𝑦-value, as with a curve defined by the equation 𝑦 = 𝑓 (π‘₯). It follows that any curve in the
plane can be defined using parametric equations.
Example Construct parametric equations of the form
π‘₯ = 𝑓 (𝑑),
𝑦 = 𝑔(𝑑)
that describe the unit circle.
Solution The unit circle is a circle of radius 1 with center at the origin (0, 0). It is described by
the equation
π‘₯2 + 𝑦 2 = 1.
Choosing 𝑓 (𝑑) = cos 𝑑 and 𝑔(𝑑) = sin 𝑑, where 0 ≤ 𝑑 ≤ 2πœ‹, we find that π‘₯ and 𝑦 satisfy this equation
and describe the entire circle. If we let 𝑑 denote time, and let (π‘₯, 𝑦) = (𝑓 (𝑑), 𝑔(𝑑)) denote the position
of a particle at time 𝑑, then the particle begins at the point (1, 0) (corresponding to 𝑑 = 0) and
moves once around the circle in the counterclockwise direction, at constant speed.
1
An alternative description of this circle is given by the parametric equations
π‘₯ = sin 𝑒𝑑 ,
𝑦 = cos 𝑒𝑑 ,
ln πœ‹ ≤ 𝑑 ≤ ln 3πœ‹.
In this case, a particle whose motion is described by these equations starts at the point (0, −1) and
travels once around the circle in the clockwise direction, at steadily increasing speed. β–‘
Example Describe the differences between the following sets of parametric equations that represent
the curve 𝑦 = π‘₯3 , where −∞ < 𝑑 < ∞:
1. π‘₯ = 𝑑, 𝑦 = 𝑑3
2. π‘₯ = 𝑑2 , 𝑦 = 𝑑6
3. π‘₯ = sin 𝑑, 𝑦 = sin3 𝑑.
Solution
1. These equations describe the entire curve 𝑦 = π‘₯3 . A particle whose motion is described by
these equations traces the curve from left to right, at constant speed in the π‘₯-direction.
2. These equations describe the portion of the curve in the right-half plane π‘₯ ≥ 0. A particle
whose motion is described by these equations traces the curve from right to left as 𝑑 increases
from −∞, until 𝑑 = 0, at which point the particle turns around and retraces the curve from
left to right, at constant speed in the π‘₯-direction.
3. These equations describe the portion of the curve for which −1 ≤ π‘₯ ≤ 1 and −1 ≤ 𝑦 ≤ 1. A
particle whose motion is described by these equations traces the curve from left to right until
reaching the point (1, 1), at which point it turns around and retraces the curve from right to
left until reaching the point (−1, −1). This process continues forever as 𝑑 increases.
β–‘
Example Find parametric equations for the astroid π‘₯2/3 + 𝑦 2/3 = 1.
Solution Writing the equation for the astroid as
(π‘₯1/3 )2 + (𝑦 1/3 )2 = 1,
we see that π‘₯1/3 and 𝑦 1/3 can only assume values between −1 and 1. Therefore, we can use the
identity sin2 πœƒ + cos2 πœƒ = 1 and let π‘₯1/3 = cos 𝑑 and 𝑦 1/3 = sin 𝑑, which yields the equations
π‘₯ = cos3 𝑑,
𝑦 = sin3 𝑑,
where 0 ≤ 𝑑 ≤ 2πœ‹. β–‘
Example Find parametric equations for the ellipse
4π‘₯2 + 9𝑦 2 = 36.
2
Solution Rewriting the equation as
(2π‘₯)2 + (3𝑦)2 = 62 ,
we see that 2π‘₯ and 3𝑦 can only assume values between −6 and 6. Equating 2π‘₯ = 6 cos 𝑑 and
3𝑦 = 6 sin 𝑑 yields the equations
π‘₯ = 3 cos 𝑑, 𝑦 = 2 sin 𝑑,
where 0 ≤ 𝑑 < 2πœ‹. β–‘
Example Sketch the curve described by the parametric equations
π‘₯ = sin 𝑑,
𝑦 = sin 2𝑑,
where 0 ≤ 𝑑 ≤ 2πœ‹.
Solution The curve can be sketched by choosing several values of 𝑑 in the interval [0, 2πœ‹] and
computing the corresponding values of π‘₯ and 𝑦 for each value of 𝑑. In Figure 1, the curve is plotted
by using MatlabTM to compute π‘₯ and 𝑦 for 𝑑 = 0, 0.01, 0.02, . . . all the way up to 2πœ‹, plotting the
resulting points, and then connecting the points to obtain a smooth curve. β–‘
Example Given a curve defined by the parametric equations
𝑦 = 𝑑 − 1,
π‘₯ = 3𝑑 + 2,
eliminate the parameter 𝑑 and obtain a Cartesian equation for the curve.
Solution By a Cartesian equation, we mean an equation of the form 𝑦 = 𝑓 (π‘₯) or π‘₯ = 𝑓 (𝑦). In this
case, we can obtain either type of equation since both π‘₯ and 𝑦 are one-to-one functions of 𝑑. We
choose to obtain an equation of the form 𝑦 = 𝑓 (π‘₯). Solving the equation π‘₯ = 3𝑑 + 2 for 𝑑, we obtain
𝑑=
π‘₯−2
.
3
Substituting this expression for 𝑑 into the equation 𝑦 = 𝑑 − 1, we obtain the equation
𝑦 = 𝑓 (π‘₯) =
π‘₯−2
π‘₯−5
−1=
.
3
3
β–‘
Example Given a curve defined by the parametric equations
√
π‘₯ = 𝑑 + 1, 𝑦 = 𝑒𝑑 ,
where 𝑑 ≥ 0, eliminate the parameter 𝑑 and obtain a Cartesian equation for the curve.
3
Figure 1: Curve defined by the parametric equations π‘₯ = sin 𝑑, 𝑦 = sin 2𝑑.
Solution Since π‘₯ is a one-to-one function of 𝑑, we can solve the equation π‘₯ =
obtain
𝑑 = π‘₯2 − 1,
√
𝑑 + 1 for 𝑑 and
where π‘₯ ≥ 1. Substituting this relation into the equation 𝑦 = 𝑒𝑑 , we obtain the Cartesian equation
𝑦 = 𝑒π‘₯
2 −1
.
Since 𝑦 is also a one-to-one function of 𝑑, we have the relation
𝑑 = ln 𝑦,
where 𝑦 ≥ 1. We can substitute this relation into the equation π‘₯ =
representation of the curve,
√
π‘₯ = ln 𝑦 + 1.
β–‘
4
√
𝑑 + 1 to obtain the alternative
Summary
βˆ™ A parametric curve in the π‘₯𝑦-plane is a curve that is described by parametric equations
π‘₯ = 𝑓 (𝑑) and 𝑦 = 𝑔(𝑑), which define the π‘₯- and 𝑦-coordinates of each point on the curve as
functions of a parameter 𝑑, where 𝑑 belongs to an interval [π‘Ž, 𝑏].
βˆ™ The initial point of the curve is (𝑓 (π‘Ž), 𝑔(π‘Ž)), and the terminal point is (𝑓 (𝑏), 𝑔(𝑏)).
βˆ™ Any curve can be described by parametric equations, because parametric equations do not
require that each π‘₯-value is associated with only one 𝑦-value, unlike an equation of the form
𝑦 = 𝑓 (π‘₯).
βˆ™ A curve defined by an equation of the form [𝑓 (π‘₯)]2 + [𝑔(𝑦)]2 = π‘Ÿ2 can be converted to parametric equations by equating 𝑓 (π‘₯) = π‘Ÿ cos 𝑑 and 𝑔(𝑦) = π‘Ÿ sin 𝑑, and solving for π‘₯ and 𝑦.
βˆ™ Parametric equations π‘₯ = 𝑓 (𝑑), 𝑦 = 𝑔(𝑑) can be converted to an equation of the form 𝑦 = 𝑓 (π‘₯)
by solving π‘₯ = 𝑓 (𝑑) for 𝑑, if possible, and substituting the resulting expression for 𝑑 into the
equation 𝑦 = 𝑔(𝑑).
5
Download