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 deο¬ned by these equations is called a parametric curve. For example, a circle of radius π can be deο¬ned 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 deο¬ne 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 deο¬ned by the equation π¦ = π (π₯). It follows that any curve in the plane can be deο¬ned 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 ο¬nd 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 diο¬erences 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 deο¬ned 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 deο¬ned by the parametric equations √ π₯ = π‘ + 1, π¦ = ππ‘ , where π‘ ≥ 0, eliminate the parameter π‘ and obtain a Cartesian equation for the curve. 3 Figure 1: Curve deο¬ned 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 deο¬ne 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 deο¬ned 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