<< Chapter < Page Chapter >> Page >
  • Determine derivatives and equations of tangents for parametric curves.
  • Find the area under a parametric curve.
  • Use the equation for arc length of a parametric curve.
  • Apply the formula for surface area to a volume generated by a parametric curve.

Now that we have introduced the concept of a parameterized curve, our next step is to learn how to work with this concept in the context of calculus. For example, if we know a parameterization of a given curve, is it possible to calculate the slope of a tangent line to the curve? How about the arc length of the curve? Or the area under the curve?

Another scenario: Suppose we would like to represent the location of a baseball after the ball leaves a pitcher’s hand. If the position of the baseball is represented by the plane curve ( x ( t ) , y ( t ) ) , then we should be able to use calculus to find the speed of the ball at any given time. Furthermore, we should be able to calculate just how far that ball has traveled as a function of time.

Derivatives of parametric equations

We start by asking how to calculate the slope of a line tangent to a parametric curve at a point. Consider the plane curve defined by the parametric equations

x ( t ) = 2 t + 3 , y ( t ) = 3 t 4 , −2 t 3 .

The graph of this curve appears in [link] . It is a line segment starting at ( −1 , −10 ) and ending at ( 9 , 5 ) .

A straight line from (−1, −10) to (9, 5). The point (−1, −10) is marked t = −2, the point (3, −4) is marked t = 0, and the point (9, 5) is marked t = 3. There are three equations marked: x(t) = 2t + 3, y(t) = 3t – 4, and −2 ≤ t ≤ 3
Graph of the line segment described by the given parametric equations.

We can eliminate the parameter by first solving the equation x ( t ) = 2 t + 3 for t :

x ( t ) = 2 t + 3 x 3 = 2 t t = x 3 2 .

Substituting this into y ( t ) , we obtain

y ( t ) = 3 t 4 y = 3 ( x 3 2 ) 4 y = 3 x 2 9 2 4 y = 3 x 2 17 2 .

The slope of this line is given by d y d x = 3 2 . Next we calculate x ( t ) and y ( t ) . This gives x ( t ) = 2 and y ( t ) = 3 . Notice that d y d x = d y / d t d x / d t = 3 2 . This is no coincidence, as outlined in the following theorem.

Derivative of parametric equations

Consider the plane curve defined by the parametric equations x = x ( t ) and y = y ( t ) . Suppose that x ( t ) and y ( t ) exist, and assume that x ( t ) 0 . Then the derivative d y d x is given by

d y d x = d y / d t d x / d t = y ( t ) x ( t ) .

Proof

This theorem can be proven using the Chain Rule. In particular, assume that the parameter t can be eliminated, yielding a differentiable function y = F ( x ) . Then y ( t ) = F ( x ( t ) ) . Differentiating both sides of this equation using the Chain Rule yields

y ( t ) = F ( x ( t ) ) x ( t ) ,

so

F ( x ( t ) ) = y ( t ) x ( t ) .

But F ( x ( t ) ) = d y d x , which proves the theorem.

[link] can be used to calculate derivatives of plane curves, as well as critical points. Recall that a critical point of a differentiable function y = f ( x ) is any point x = x 0 such that either f ( x 0 ) = 0 or f ( x 0 ) does not exist. [link] gives a formula for the slope of a tangent line to a curve defined parametrically regardless of whether the curve can be described by a function y = f ( x ) or not.

Finding the derivative of a parametric curve

Calculate the derivative d y d x for each of the following parametrically defined plane curves, and locate any critical points on their respective graphs.

  1. x ( t ) = t 2 3 , y ( t ) = 2 t 1 , −3 t 4
  2. x ( t ) = 2 t + 1 , y ( t ) = t 3 3 t + 4 , −2 t 5
  3. x ( t ) = 5 cos t , y ( t ) = 5 sin t , 0 t 2 π
  1. To apply [link] , first calculate x ( t ) and y ( t ) :
    x ( t ) = 2 t y ( t ) = 2.

    Next substitute these into the equation:
    d y d x = d y / d t d x / d t d y d x = 2 2 t d y d x = 1 t .

    This derivative is undefined when t = 0 . Calculating x ( 0 ) and y ( 0 ) gives x ( 0 ) = ( 0 ) 2 3 = −3 and y ( 0 ) = 2 ( 0 ) 1 = −1 , which corresponds to the point ( −3 , −1 ) on the graph. The graph of this curve is a parabola opening to the right, and the point ( −3 , −1 ) is its vertex as shown.
    A curved line going from (6, −7) through (−3, −1) to (13, 7) with arrow pointing in that order. The point (6, −7) is marked t = −3, the point (−3, −1) is marked t = 0, and the point (13, 7) is marked t = 4. On the graph there are also written three equations: x(t) = t2 − 3, y(t) = 2t − 1, and −3 ≤ t ≤ 4.
    Graph of the parabola described by parametric equations in part a.
  2. To apply [link] , first calculate x ( t ) and y ( t ) :
    x ( t ) = 2 y ( t ) = 3 t 2 3.

    Next substitute these into the equation:
    d y d x = d y / d t d x / d t d y d x = 3 t 2 3 2 .

    This derivative is zero when t = ±1 . When t = −1 we have
    x ( −1 ) = 2 ( −1 ) + 1 = −1 and y ( −1 ) = ( −1 ) 3 3 ( −1 ) + 4 = −1 + 3 + 4 = 6 ,

    which corresponds to the point ( −1 , 6 ) on the graph. When t = 1 we have
    x ( 1 ) = 2 ( 1 ) + 1 = 3 and y ( 1 ) = ( 1 ) 3 3 ( 1 ) + 4 = 1 3 + 4 = 2 ,

    which corresponds to the point ( 3 , 2 ) on the graph. The point ( 3 , 2 ) is a relative minimum and the point ( −1 , 6 ) is a relative maximum, as seen in the following graph.
    A vaguely sinusoidal curve going from (−3, 2) through (−1, 6) and (3, 2) to (5, 6). The point (−3, 2) is marked t = −2, the point (−1, 6) is marked t = −1, the point (3, 2) is marked t = 1, and the point (5, 6) is marked t = 2. On the graph there are also written three equations: x(t) = 2t + 1, y(t) = t3 – 3t + 4, and −2 ≤ t ≤ 2.
    Graph of the curve described by parametric equations in part b.
  3. To apply [link] , first calculate x ( t ) and y ( t ) :
    x ( t ) = −5 sin t y ( t ) = 5 cos t .

    Next substitute these into the equation:
    d y d x = d y / d t d x / d t d y d x = 5 cos t −5 sin t d y d x = cot t .

    This derivative is zero when cos t = 0 and is undefined when sin t = 0 . This gives t = 0 , π 2 , π , 3 π 2 , and 2 π as critical points for t. Substituting each of these into x ( t ) and y ( t ) , we obtain
    t x ( t ) y ( t )
    0 5 0
    π 2 0 5
    π −5 0
    3 π 2 0 −5
    2 π 5 0

    These points correspond to the sides, top, and bottom of the circle that is represented by the parametric equations ( [link] ). On the left and right edges of the circle, the derivative is undefined, and on the top and bottom, the derivative equals zero.
    A circle with radius 5 centered at the origin is graphed with arrow going counterclockwise. The point (5, 0) is marked t = 0, the point (0, 5) is marked t = π/2, the point (−5, 0) is marked t = π, and the point (0, −5) is marked t = 3π/2. On the graph there are also written three equations: x(t) = 5 cos(t), y(t) = 5 sin(t), and 0 ≤ t ≤ 2π.
    Graph of the curve described by parametric equations in part c.
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 2. OpenStax CNX. Feb 05, 2016 Download for free at http://cnx.org/content/col11965/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 2' conversation and receive update notifications?

Ask