Defining and Differentiating Parametric Equations

Benjamin Wright
7 min read
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:
- Parametric equations
- Polar coordinates - a two-dimensional coordinate system dealing with a lineβs distance from the origin () and the angle said line makes with the positive x-axis ().
- 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:
In this equation, your x-coordinate would be determined by and your y-coordinate would be determined by . 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 , 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Β .
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):
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.
We first need to find dy/dt (based on y(t)) and dx/dt (based on x(t)):
To get our final ratio dy/dx:
Normally, weβd stop here but we have a given parameter value (aka t = 3). Plug this into t:
Therefore, the slope of the tangent line at t = 1 is !
#π₯Β Differentiating Parametric Equations: Example 2
Find the slope of the tangent line of the parametrically defined equation at t = -1.
You know the drill: find dy/dt and dx/dt by deriving x(t) and y(t), respectively:
To get our final ratio dy/dx:
Plug t = -1 into our result:
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

How are we doing?
Give us your feedback and let us know how we can improve