Parametric Differentiation 11.6   

Parametric Differentiation 11.6   

Parametric Differentiation 11.6 Introduction Sometimes the equation of a curve is not be given in Cartesian form y = f(x) but in parametric form: dy x = h(t), y = g(t). In this Section we see how to calculate the derivative from a knowledge of dx dx dy the so-called parametric derivatives and . We then extend this to the determination of the dt dt d2y second derivative . dx2 Parametric functions arise often in particle dynamics in which the parameter t represents the time and (x(t), y(t)) then represents the position of a particle as it varies with time. • be able to differentiate standard functions Prerequisites • be able to plot a curve given in parametric Before starting this Section you should ... form • find first and second derivatives when the Learning Outcomes equation of a curve is given in parametric On completion you should be able to ... form 44 HELM (2008): Workbook 11: Differentiation ® 1. Parametric differentiation In this subsection we consider the parametric approach to describing a curve: x = h(t) y = g(t) t0 ≤ t ≤ t1 | {z } | {z } / \ parametric equations parametric range As various values of t are chosen within the parameter range the corresponding values of x, y are calculated from the parametric equations. When these points are plotted on an xy plane they trace out a curve. The Cartesian equation of this curve is obtained by eliminating the parameter t from the parametric equations. For example, consider the curve: x = 2 cos t y = 2 sin t 0 ≤ t ≤ 2π. We can eliminate the t variable in an obvious way - square each parametric equation and then add: 2 2 2 2 2 2 x + y = 4 cos t + 4 sin t = 4 ∴ x + y = 4 which we recognise as the standard equation of a circle with centre at (0, 0) with radius 2. In a similar fashion the parametric equations x = 2t y = 4t2 − ∞ < t < ∞ describes a parabola. This follows since, eliminating the parameter t: x x2 t = y = 4 so y = x2 2 ∴ 4 which we recognise as the standard equation of a parabola. dy The question we wish to address in this Section is ‘how do we obtain the derivative if a curve is dx given in parametric form?’ To answer this we note the key result in this area: Key Point 12 Parametric Differentiation If x = h(t) and y = g(t) then dy dy dx = ÷ dx dt dt dy We note that this result allows the determination of without the need to find y as an explicit dx function of x. HELM (2008): 45 Section 11.6: Parametric Differentiation Example 13 Determine the equation of the tangent line to the semicircle with parametric equa- tions x = cos t y = sin t 0 ≤ t ≤ π at t = π/4. Solution The semicircle is drawn in Figure 9. We have also drawn the tangent line at t = π/4 (or, equivalently, π 1 π 1 at x = cos = √ , y = sin = √ .) 4 2 4 2 y 1/√2 P π/4 x 1/√2 Figure 9 Now dy dy dx cos t = ÷ = = − cot t. dx dt dt − sin t π dy π Thus at t = we have = − cot = −1. 4 dx 4 The equation of the tangent line is y = mx + c where m is the gradient of the line and c is a constant. Clearly m = −1 (since, at the point P the line and the circle have the same gradient). 1 1 To find c we note that the line passes through the point P with coordinates √ , √ . Hence 2 2 1 1 2 √ = (−1)√ + c ∴ c = √ 2 2 2 Finally, 2 y = −x + √ 2 is the equation of the tangent line at the point in question. 46 HELM (2008): Workbook 11: Differentiation ® We should note, before proceeding, that a derivative with respect to the parameter t is often denoted by a ‘dot’. Thus dx dy d2x =x, ˙ =y, ˙ =x ¨ etc. dt dt dt2 Task dy Find the value of if x = 3t, y = t2 − 4t + 1. dx dy Check your result by finding in the normal way. dx dx dy First find , : dt dt Your solution Answer dx dy = 3, = 2t − 4 dt dt dy Now obtain : dx Your solution Answer dy dy dx 2t − 4 2 4 = ÷ = = t − , dx dt dt 3 3 3 dy y˙ 2t − 4 2 4 or, using the ‘dot’ notation = = = t − dx x˙ 3 3 3 dy Now find y explicitly as a function of x by eliminating t, and so find directly: dx Your solution Answer x x2 4x dy 2x 4 2t 4 t = y = − + 1. Finally: = − = − . 3 ∴ 9 3 dx 9 3 3 3 HELM (2008): 47 Section 11.6: Parametric Differentiation dy Find the value of at t = 2 if x = 3t−4 sin πt, y = t2 +t cos πt, 0 ≤ t ≤ 4 dx dx dy First find , : dt dt Task Your solution Answer dx dy = 3 − 4π cos πt = 2t + cos πt − πt sin πt dt dt dy Now obtain : dx Your solution Answer dy dy dx 2t + cos πt − πt sin πt = ÷ = dx dt dt 3 − 4π cos πt dy y˙ 2t + cos πt − πt sin πt or, using the dot notation, = = dx x˙ 3 − 4π cos πt dy Finally, substitute t = 2 to find at this value of t. dx Your solution Answer dy 4 + 1 5 = = = −0.523 dx t=2 3 − 4π 3 − 4π 48 HELM (2008): Workbook 11: Differentiation ® 2. Higher derivatives dy Having found the first derivative using parametric differentiation we now ask how we might dx d2y determine the second derivative . dx2 By definition: d2y d dy = dx2 dx dx But dy y˙ d2y d y˙ = and so = dx x˙ dx2 dx x˙ y˙ Now is a function of t so we can change the derivative with respect to x into a derivative with x˙ respect to t since d dy d dy dt = dx dx dt dx dx from the function of a function rule (Key Point 11 in Section 11.5). But, differentiating the quotient y/˙ x˙, we have d y˙ x˙y¨ − y˙x¨ dt 1 1 = and = = dt x˙ x˙ 2 dx dx x˙ dt so finally: d2y x˙y¨ − y˙x¨ = dx2 x˙ 3 Key Point 13 If x = h(t), y = g(t) then the first and second derivatives of y with respect to x are: dy y˙ d2y x˙y¨ − y˙x¨ = and = dx x˙ dx2 x˙ 3 HELM (2008): 49 Section 11.6: Parametric Differentiation Example 14 dy d2y If the equations of a curve are x = 2t, y = t2 − 3, determine and . dx dx2 Solution dy y˙ 2t Here x˙ = 2, y˙ = 2t = = = t. ∴ dx x˙ 2 d2y 2(2) − 2t(0) 1 Also x¨ = 0, y¨ = 2 = = . ∴ dx2 (2)3 2 x x2 These results can easily be checked since t = and y = t2 − 3 which imply y = − 3. Therefore 2 4 dy 2x x d2y 1 the derivatives can be obtained directly: = = and = . dx 4 2 dx2 2 Exercises dy d2y 1. For the following sets of parametric equations find and dx dx2 (a) x = 3t2 y = 4t3 (b) x = 4 − t2 y = t2 + 4t (c) x = t2et y = t 2. Find the equation of the tangent line to the curve π x = 1 + 3 sin t y = 2 − 5 cos t at t = 6 Answers dy d2y 1 dy 2 d2y 1 1. (a) = 2t, = . (b) = −1 − , = − dx dx2 3t dx t dx2 t3 dy e−t d2y e−2t(t2 + 4t + 2) (c) = , = − dx 2t + t2 dx2 (t + 2)3t3 2. x˙ = 3 cos t y˙ = +5 sin t √ dy 5 dy 5 π 5 1 5 3 ∴ = tan t ∴ = tan = √ = dx 3 dx t=π/6 3 6 3 3 9 √ 5 3 The equation of the tangent line is y = mx + c where m = . 9 √ π 3 3 The line passes through the point x = 1 + 3 sin = 1 + , y = 2 − 5 and so 6 2 2 √ √ √ 3 5 3 3 35 3 2 − 5 = (1 + ) + c c = 2 − 2 9 2 ∴ 9 50 HELM (2008): Workbook 11: Differentiation.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us