zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Defining and Differentiating Parametric Equations

Benjamin Wright

Benjamin Wright

7 min read

Next Topic - Second Derivatives of Parametric Equations

Listen to this study note

Study Guide Overview

This study guide covers parametric equations, polar coordinates, and vector-valued functions. It focuses on parametric equations and their differentiation. Key concepts include understanding parametric equations as functions of a dummy variable (like time), calculating the derivative (dy/dx) as (dy/dt)/(dx/dt), and finding the slope of tangent lines to parametric curves at specific points.

#9.1 Defining and Differentiating Parametric Equations

πŸͺ Unit 9 of AP Calculus BC deals with three major topics:

  1. Parametric equations
  2. Polar coordinates - a two-dimensional coordinate system dealing with a line’s distance from the origin (rrr) and the angle said line makes with the positive x-axis (ΞΈΞΈΞΈ).
  3. Vector-valued functions - functions that returns a vector after taking one or more variables.

We’ll dive deeper into the second and third topics in future sections; for now, we’ll focus on parametric functions as they actually tell us a lot of information about real-world phenomena like projectile and circular motion.

#πŸ’­ What is a Parametric Function?

Parametric functionsΒ are a set of related functions whereΒ x and y are independent from each other, but they are connected using theΒ dummy variableΒ t, which represents time. When we use theΒ Cartesian graph, we assume that we are moving along the x-axis in only one direction at a constant rate. However,Β parametric equationsΒ give us more freedom to manipulateΒ horizontal motion. πŸ—ΊοΈ

A parametric equation would look something like this:

x(t)=t2βˆ’1,y(t)=3tx(t)=t^2-1, y(t)=3tx(t)=t2βˆ’1,y(t)=3t

In this equation, your x-coordinate would be determined by t2βˆ’1tΒ² - 1t2βˆ’1 and your y-coordinate would be determined by 3t3t3t. So, when t = 1, you would plot the point (0, 3). In aΒ parametric equation, t isn’t actually on the graph; we just use t as our constant so that our points are independent from one another.

There are several methods for calculating derivatives ofΒ real-valued functions, such as theΒ limit definition, theΒ power rule, theΒ product rule, and theΒ quotient rule. These methods can be extended to parametric functions, which are functions that depend on both a real variable and one or moreΒ parameters.

One way to extend these methods to parametric functions is to treat theΒ parametersΒ as constants and use the usual rules for differentiation. For example, if aΒ parametric functionΒ is given by f(x,p)=px2f(x,p) = pxΒ²f(x,p)=px2, where x is the real variable and p is the parameter, then theΒ derivativeΒ with respect to x can be calculated using theΒ power ruleΒ asΒ df/dx=2pβˆ—xdf/dx = 2p*xdf/dx=2pβˆ—x.

However, our method for computing derivatives will actually be much simpler than the method above. Excited? πŸ˜„


#✏️ Differentiating Parametric Equations

Like we discussed earlier, aΒ parametric functionΒ is still graphed in 2D on an xy-plane, so if we wanted to find the slope of theΒ tangent line, we would still need to find dy/dx. πŸ”

When dealing with parametric functions, where both x and y are expressed in terms of a third variable t, you can find the slope of the tangent line by taking the derivative of y with respect to t (dy/dt) and dividing it by the derivative of x with respect to t (dx/dt):

dydtdxdt=dydx\frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{dy}{dx}dtdx​dtdy​​=dxdy​

This ratio simplifies to dy/dx, which gives you the slope of the tangent line. This is analogous to the traditional approach of finding the slope of a curve in terms of x and y. Note than dx/dt cannot be zero!

#🧠 Understanding Differentiation of Parametric Equations

Still confused about the theory? Let's go into further detail on what this idea really means physically and mathematically. πŸ‘‡

This idea is known as the "parametricΒ derivative" in calculus, often used to find theΒ instantaneous rate of changeΒ of aΒ parametric curveΒ at a specific point. This method can only be used forΒ parametric equations, where the curve is defined using a set ofΒ parametric equationsΒ in terms of a parameter, such as t.

To find the slope of theΒ tangent lineΒ at a point on the curve, we first find theΒ derivativeΒ of the x-coordinate function with respect to the parameter and theΒ derivativeΒ of the y-coordinate function with respect to the parameter. These derivatives are denoted asΒ dx/dtΒ andΒ dy/dtΒ respectively. ⛰️

Then, at a specific point on the curve (x, y), the slope of theΒ tangent lineΒ is found by taking the ratio of theΒ derivativeΒ of the y-coordinate function with respect to the parameter (dy/dt) to theΒ derivativeΒ of the x-coordinate function with respect to the parameter (dx/dt). This is the equationΒ dy/dx =Β dy/dtΒ / dx/dt we saw earlier! It’s important to note that the above equation is only valid if dx/dt is not equal to zero at the point of interest, as a verticalΒ tangent lineΒ would not have a well-defined slope.

Now, this explanation still seems abstract when only talking about the theory. Why don’t we work this out with some examples? 😁


#πŸ“ Practice Differentiating Parametric Equations

Here are some concrete examples!

#πŸ₯‡ Differentiating Parametric Equations: Example 1

Find the slope of the tangent line of the parametrically defined equation at t = 3. x(t)=t2βˆ’2t,y(t)=t2+1x(t)=t^2-2t, y(t)=t^2+1x(t)=t2βˆ’2t,y(t)=t2+1

We first need to find dy/dt (based on y(t)) and dx/dt (based on x(t)):

dxdt=2tβˆ’2\frac{dx}{dt}=2t-2dtdx​=2tβˆ’2

dydt=2t\frac{dy}{dt}=2tdtdy​=2t

To get our final ratio dy/dx:

dydx=dydtdxdt=2t2tβˆ’2=ttβˆ’1\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{2t}{2t-2}=\frac{t}{t-1}dxdy​=dtdx​dtdy​​=2tβˆ’22t​=tβˆ’1t​

Normally, we’d stop here but we have a given parameter value (aka t = 3). Plug this into t:

dydx∣t=3=33βˆ’1=32\frac{dy}{dx}|_{t=3}=\frac{3}{3-1}=\frac{3}{2}dxdyβ€‹βˆ£t=3​=3βˆ’13​=23​

Therefore, the slope of the tangent line at t = 1 is 32\frac3223​!

#πŸ₯ˆΒ Differentiating Parametric Equations: Example 2

Find the slope of the tangent line of the parametrically defined equation at t = -1. x(t)=ln(t),y(t)=3t4+2t5+3tβˆ’8x(t)=ln(t), y(t)=3t^4+2t^5+3t-8x(t)=ln(t),y(t)=3t4+2t5+3tβˆ’8

You know the drill: find dy/dt and dx/dt by deriving x(t) and y(t), respectively:

dxdt=1t\frac{dx}{dt}=\frac{1}{t}dtdx​=t1​

dydt=12t3+10t4+3\frac{dy}{dt}=12t^3+10t^4+3dtdy​=12t3+10t4+3

To get our final ratio dy/dx:

dydx=dydtdxdt=12t3+10t4+31t=12t4+10t5+3t\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{12t^3+10t^4+3}{\frac{1}{t}}=12t^4+10t^5+3tdxdy​=dtdx​dtdy​​=t1​12t3+10t4+3​=12t4+10t5+3t

Plug t = -1 into our result:

dydx∣t=βˆ’1=12(βˆ’1)4+10(βˆ’1)5+3(βˆ’1)=βˆ’1\frac{dy}{dx}|_{t=-1}=12(-1)^4+10(-1)^5+3(-1)=-1dxdyβ€‹βˆ£t=βˆ’1​=12(βˆ’1)4+10(βˆ’1)5+3(βˆ’1)=βˆ’1

Therefore, the slope of the tangent line at t = -1 is equal to -1!


#πŸ’« Closing

Feeling better? Like most of AP Calc, this unit becomes more and more navigable with practice and repeated exposure! It’s highly encouraged that you brush up on your derivatives and tangent line calculations from the differentiation-focused sections in earlier units. πŸ—’οΈ

If you have limited time, the key takeaway for this section is the following:

As usual, good luck! πŸ’―

!Untitled

Derivative of parametric functions visual.

Image Courtesy of CalcWorkshop.

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Parametric Equations, Polar Coordinates, and Vector-Valued FunctionsNext Topic - Second Derivatives of Parametric Equations

Question 1 of 9

Which of the following represents a set of parametric equations? πŸ€”

y=2x+3y = 2x + 3y=2x+3

x2+y2=9x^2 + y^2 = 9x2+y2=9

x(t)=t2x(t) = t^2x(t)=t2, y(t)=4tβˆ’1y(t) = 4t - 1y(t)=4tβˆ’1

f(x)=x3βˆ’2xf(x) = x^3 - 2xf(x)=x3βˆ’2x