Fiveable

♾️AP Calculus AB/BC Unit 9 Review

QR code for AP Calculus AB/BC practice questions

9.1 Defining and Differentiating Parametric Equations

9.1 Defining and Differentiating Parametric Equations

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

A parametric curve uses a parameter, usually tt, to define x(t)x(t) and y(t)y(t) separately, then ties them together as a path in the plane. To find the slope of the tangent line, compute dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}, as long as dxdt0\frac{dx}{dt}\neq 0. For AP Calculus BC, keep track of whether each derivative is with respect to tt or xx.

Why This Matters for the AP Calculus Exam

Parametric equations show up only on the AP Calculus BC exam, and Unit 9 carries real weight in the BC course. This topic is the foundation for everything else in the unit: second derivatives of parametric curves, arc length, vector-valued functions, and planar motion all build on the slope formula you learn here.

The big skill is transferring tools you already know. You are applying the chain rule and your existing derivative rules to a new representation. On the exam you may need to:

  • Recognize when a curve is given in parametric form.
  • Choose the right procedure (differentiate xx and yy separately with respect to tt).
  • Show clean work with correct notation.
  • Interpret the slope at a specific parameter value.

Precise notation matters here. Keeping track of what you are differentiating with respect to (tt vs xx) is important for clear exam work and prevents avoidable mistakes.

Key Takeaways

  • A parametric curve is written as x=f(t)x=f(t) and y=g(t)y=g(t), where tt is a parameter that connects the two equations. The point at time tt is (f(t),g(t))(f(t), g(t)).
  • The slope of the tangent line is dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}, valid only when dxdt0\frac{dx}{dt}\neq 0.
  • Differentiate x(t)x(t) and y(t)y(t) separately, then divide. Do not differentiate yy with respect to xx directly.
  • After finding dydx\frac{dy}{dx} in terms of tt, plug in the given tt value to get the slope at that point.
  • When dxdt=0\frac{dx}{dt}=0 and dydt0\frac{dy}{dt}\neq 0, the tangent is vertical (slope undefined). When dydt=0\frac{dy}{dt}=0 and dxdt0\frac{dx}{dt}\neq 0, the tangent is horizontal.
  • This is BC-only material that reinforces derivative rules and the chain rule from earlier units.

What Is a Parametric Function?

A parametric function is a set of related equations where xx and yy are written separately, each in terms of a parameter (usually tt, which often represents time). On a normal Cartesian graph you move along the x-axis in one direction at a steady rate. Parametric equations give you more freedom, so the curve can loop, reverse, and move in ways a single y=f(x)y=f(x) function cannot.

A parametric equation looks like this:

x(t)=t21,y(t)=3tx(t)=t^2-1, \quad y(t)=3t

Here your x-coordinate comes from t21t^2-1 and your y-coordinate comes from 3t3t. When t=1t=1, you plot the point (0,3)(0, 3). The parameter tt is not an axis on the graph; it is the input that generates each point, which lets xx and yy move independently.

The derivative tools you already know (the limit definition, power rule, product rule, quotient rule) extend directly to parametric functions. You differentiate each piece with respect to tt, and that is most of the work.

Differentiating Parametric Equations

A parametric curve still lives on a 2D xy-plane, so the slope of the tangent line is still dydx\frac{dy}{dx}. The difference is how you get there.

When both xx and yy are expressed in terms of tt, find the slope by taking the derivative of yy with respect to tt and dividing by the derivative of xx with respect to tt:

dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

This comes from the chain rule: dydx=dydtdtdx\frac{dy}{dx}=\frac{dy}{dt}\cdot\frac{dt}{dx}. The result gives you the slope of the tangent line, exactly like the slope of a curve written as y=f(x)y=f(x).

One condition is critical: dxdt\frac{dx}{dt} cannot equal zero at the point you care about. If it does, the tangent line is vertical and the slope is undefined.

How to Read the Slope

To find the slope at a point, first compute dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}. Then divide dydt\frac{dy}{dt} by dxdt\frac{dx}{dt} to get dydx\frac{dy}{dx} in terms of tt. If you are given a specific parameter value, plug it in at the end.

Watch the edge cases:

  • dxdt=0\frac{dx}{dt}=0 and dydt0\frac{dy}{dt}\neq 0: vertical tangent, slope undefined.
  • dydt=0\frac{dy}{dt}=0 and dxdt0\frac{dx}{dt}\neq 0: horizontal tangent, slope 00.

How to Use This on the AP Calculus Exam

Problem Solving

The reliable routine for any "find the slope of the tangent line" parametric problem:

  1. Differentiate x(t)x(t) to get dxdt\frac{dx}{dt}.
  2. Differentiate y(t)y(t) to get dydt\frac{dy}{dt}.
  3. Build the ratio dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}.
  4. Substitute the given tt value only after you have the ratio.

Example 1

Find the slope of the tangent line of the parametrically defined curve at t=3t=3.

x(t)=t22t,y(t)=t2+1x(t)=t^2-2t, \quad y(t)=t^2+1

Find dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}:

dxdt=2t2\frac{dx}{dt}=2t-2 dydt=2t\frac{dy}{dt}=2t

Build the ratio:

dydx=dydtdxdt=2t2t2=tt1\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{2t}{2t-2}=\frac{t}{t-1}

Now substitute t=3t=3:

dydxt=3=331=32\frac{dy}{dx}\Big|_{t=3}=\frac{3}{3-1}=\frac{3}{2}

The slope of the tangent line at t=3t=3 is 32\frac{3}{2}.

Example 2

Find the slope of the tangent line of the parametrically defined curve at t=1t=-1.

x(t)=ln(t),y(t)=3t4+2t5+3t8x(t)=\ln(-t), \quad y(t)=3t^4+2t^5+3t-8

Find dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}:

dxdt=1t\frac{dx}{dt}=\frac{1}{t} dydt=12t3+10t4+3\frac{dy}{dt}=12t^3+10t^4+3

Build the ratio:

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+3t

Substitute t=1t=-1:

dydxt=1=12(1)4+10(1)5+3(1)=1\frac{dy}{dx}\Big|_{t=-1}=12(-1)^4+10(-1)^5+3(-1)=-1

The slope of the tangent line at t=1t=-1 is 1-1.

Common Trap

Always pay attention to the domain of x(t)x(t) and y(t)y(t) when a problem gives you a parameter value. A slope calculation only describes the actual parametric curve when that value of tt is in the domain of both component functions.

Common Misconceptions

  • Differentiating yy with respect to xx directly. You cannot, because yy is not written as a function of xx here. Differentiate xx and yy separately with respect to tt, then divide.
  • Flipping the ratio. The slope is dy/dtdx/dt\frac{dy/dt}{dx/dt}, not dx/dtdy/dt\frac{dx/dt}{dy/dt}. Keep $dy/dt$ on top.
  • Forgetting the dxdt0\frac{dx}{dt}\neq 0 condition. When dxdt=0\frac{dx}{dt}=0, the slope formula breaks down. That usually signals a vertical tangent, not a slope of zero.
  • Plugging in tt too early. Build the full dydx\frac{dy}{dx} expression first, then substitute the parameter value. Substituting before you finish dividing leads to messy errors.
  • Thinking tt is a coordinate. The parameter tt is not plotted on either axis. It is the input that generates each (x,y)(x, y) point.
  • Assuming the parameter formula equals the answer. The ratio dydx\frac{dy}{dx} is in terms of tt, so it gives a different slope at every point on the curve, not one fixed number.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

dx/dt

The derivative of x with respect to the parameter t; the rate of change of the x-coordinate as the parameter changes.

dy/dt

The derivative of y with respect to the parameter t; the rate of change of the y-coordinate as the parameter changes.

dy/dx

Leibniz notation for the derivative of y with respect to x.

parametric function

Functions where x and y coordinates are each expressed as separate functions of a third variable, typically time (t), rather than y as a function of x.

tangent line

A line that touches a curve at a single point and has a slope equal to the derivative of the function at that point.

Frequently Asked Questions

What are parametric equations in AP Calculus BC?

Parametric equations define x and y separately in terms of a parameter, usually t. Together, x(t) and y(t) trace a curve in the plane as t changes.

How do you find dy/dx for parametric equations?

Differentiate y with respect to t and x with respect to t, then divide: dy/dx = (dy/dt)/(dx/dt), as long as dx/dt is not zero.

Why is AP Calc 9.1 BC only?

Parametric equations are part of the AP Calculus BC-only content in Unit 9. They extend derivative ideas from earlier units to curves described by a parameter.

When does a parametric curve have a vertical tangent?

A vertical tangent usually occurs when dx/dt = 0 and dy/dt is not zero. In that case the slope dy/dx is undefined.

When does a parametric curve have a horizontal tangent?

A horizontal tangent occurs when dy/dt = 0 and dx/dt is not zero. In that case dy/dx = 0.

How is AP Calculus BC 9.1 tested?

AP Calculus BC 9.1 is tested through slope, tangent line, and notation questions. Be ready to differentiate x(t) and y(t) separately, form dy/dx, and evaluate at a given t-value.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot