---
title: "AP Calculus BC 9.1: Defining and Differentiating Parametric Equations"
description: "Review AP Calc BC 9.1 parametric equations, including how to define parametric curves, calculate dy/dx as (dy/dt)/(dx/dt), and identify horizontal or vertical tangents."
canonical: "https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 9 – Parametric Equations, Polar Coordinates, and Vector–Valued Functions (BC Only)"
lastUpdated: "2026-06-09"
---

# AP Calculus BC 9.1: Defining and Differentiating Parametric Equations

## Summary

Review AP Calc BC 9.1 parametric equations, including how to define parametric curves, calculate dy/dx as (dy/dt)/(dx/dt), and identify horizontal or vertical tangents.

## Guide

A [parametric curve](/ap-calc/key-terms/parametric-curve "fv-autolink") uses a parameter, usually $t$, to define $x(t)$ and $y(t)$ separately, then ties them together as a path in the plane. To find the [slope of the tangent line](/ap-calc/key-terms/slope-of-the-tangent-line "fv-autolink"), compute $\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$, as long as $\frac{dx}{dt}\neq 0$. For AP Calculus BC, keep track of whether each derivative is with respect to $t$ or $x$.

## Why This Matters for the AP Calculus Exam

Parametric equations show up only on the AP Calculus BC exam, and [Unit 9](/ap-calc/unit-9 "fv-autolink") 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](/ap-calc/key-terms/vector-valued-function "fv-autolink"), 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](/ap-calc/unit-3/chain-rule/study-guide/27HxeRGCYJBjuPWBm1uw "fv-autolink") and your existing [derivative rules](/ap-calc/unit-2/derivatives-tangent-cotangent-secant-cosecant-functions/study-guide/wkBAhxiFZ1wV1M5mwLwt "fv-autolink") 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 $x$ and $y$ separately with respect to $t$).
- 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 ($t$ vs $x$) is important for clear exam work and prevents avoidable mistakes.

## Key Takeaways

- A parametric curve is written as $x=f(t)$ and $y=g(t)$, where $t$ is a parameter that connects the two equations. The point at time $t$ is $(f(t), g(t))$.
- The slope of the tangent line is $\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$, valid only when $\frac{dx}{dt}\neq 0$.
- Differentiate $x(t)$ and $y(t)$ separately, then divide. Do not differentiate $y$ with respect to $x$ directly.
- After finding $\frac{dy}{dx}$ in terms of $t$, plug in the given $t$ value to get the slope at that point.
- When $\frac{dx}{dt}=0$ and $\frac{dy}{dt}\neq 0$, the tangent is vertical (slope undefined). When $\frac{dy}{dt}=0$ and $\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](/ap-calc/unit-9/second-derivatives-parametric-equations/study-guide/3lZ6t0UnfoooCAKbZ3Hq "fv-autolink") is a set of related equations where $x$ and $y$ are written separately, each in terms of a parameter (usually $t$, 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)$ [function](/ap-calc/unit-1/defining-continuity-at-point/study-guide/JbsR9iQfAzCznNOCG6JK "fv-autolink") cannot.

A parametric equation looks like this:

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

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

The derivative tools you already know (the [limit](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") definition, power rule, product rule, quotient rule) extend directly to [parametric functions](/ap-calc/key-terms/parametric-functions "fv-autolink"). You differentiate each piece with respect to $t$, 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 $\frac{dy}{dx}$. The difference is how you get there.

When both $x$ and $y$ are expressed in terms of $t$, find the slope by taking the derivative of $y$ with respect to $t$ and dividing by the derivative of $x$ with respect to $t$:

$$
\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}
$$

This comes from the chain rule: $\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)$.

One condition is critical: $\frac{dx}{dt}$ cannot equal zero at the point you care about. If it does, the [tangent line](/ap-calc/key-terms/tangent-line "fv-autolink") is vertical and the slope is undefined.

### How to Read the Slope

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

Watch the edge cases:

- $\frac{dx}{dt}=0$ and $\frac{dy}{dt}\neq 0$: vertical tangent, slope undefined.
- $\frac{dy}{dt}=0$ and $\frac{dx}{dt}\neq 0$: horizontal tangent, slope $0$.

## 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)$ to get $\frac{dx}{dt}$.
2. Differentiate $y(t)$ to get $\frac{dy}{dt}$.
3. Build the ratio $\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$.
4. Substitute the given $t$ value only after you have the ratio.

### Example 1

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

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

Find $\frac{dx}{dt}$ and $\frac{dy}{dt}$:

$$
\frac{dx}{dt}=2t-2
$$

$$
\frac{dy}{dt}=2t
$$

Build the ratio:

$$
\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{2t}{2t-2}=\frac{t}{t-1}
$$

Now substitute $t=3$:

$$
\frac{dy}{dx}\Big|_{t=3}=\frac{3}{3-1}=\frac{3}{2}
$$

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

### Example 2

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

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

Find $\frac{dx}{dt}$ and $\frac{dy}{dt}$:

$$
\frac{dx}{dt}=\frac{1}{t}
$$

$$
\frac{dy}{dt}=12t^3+10t^4+3
$$

Build the ratio:

$$
\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=-1$:

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

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

### Common Trap

Always pay attention to the [domain](/ap-calc/key-terms/domain "fv-autolink") of $x(t)$ and $y(t)$ when a problem gives you a parameter value. A slope calculation only describes the actual parametric curve when that value of $t$ is in the domain of both component functions.

## Common Misconceptions

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

## Related AP Calculus Guides

- [9.4 Defining and Differentiating Vector-Valued Functions](/ap-calc/unit-9/defining-differentiating-vector-valued-functions/study-guide/z7ZmELI67oVaf9UpfEEM)
- [Unit 9 Overview: Parametric Equations, Polar Coordinates, and Vector-Valued Functions](/ap-calc/unit-9/review/study-guide/8BdqQaG4sFPsU5Www85A)
- [9.2 Second Derivatives of Parametric Equations](/ap-calc/unit-9/second-derivatives-parametric-equations/study-guide/3lZ6t0UnfoooCAKbZ3Hq)
- [9.3 Finding Arc Lengths of Curves Given by Parametric Equations](/ap-calc/unit-9/finding-arc-lengths-curves-given-by-parametric-equations/study-guide/RygoOfTtj7Z4Al8q76Zs)
- [9.7 Defining Polar Coordinates and Differentiating in Polar Form](/ap-calc/unit-9/defining-polar-coordinates-differentiating-polar-form/study-guide/T4qHk9wFJdyA5ZzENJ9h)
- [9.8 Find the Area of a Polar Region or the Area Bounded by a Single Polar Curve](/ap-calc/unit-9/find-area-polar-region-or-area-bounded-by-single-polar-curve/study-guide/XhdT4ohGZFpzjdRT2l2q)

## Vocabulary

- **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.

## FAQs

### 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.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#what-are-parametric-equations-in-ap-calculus-bc","name":"What are parametric equations in AP Calculus BC?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#how-do-you-find-dydx-for-parametric-equations","name":"How do you find dy/dx for parametric equations?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#why-is-ap-calc-91-bc-only","name":"Why is AP Calc 9.1 BC only?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#when-does-a-parametric-curve-have-a-vertical-tangent","name":"When does a parametric curve have a vertical tangent?","acceptedAnswer":{"@type":"Answer","text":"A vertical tangent usually occurs when dx/dt = 0 and dy/dt is not zero. In that case the slope dy/dx is undefined."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#when-does-a-parametric-curve-have-a-horizontal-tangent","name":"When does a parametric curve have a horizontal tangent?","acceptedAnswer":{"@type":"Answer","text":"A horizontal tangent occurs when dy/dt = 0 and dx/dt is not zero. In that case dy/dx = 0."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-9/defining-differentiating-parametric-equations/study-guide/nU1r8WpcsY2eYA0axz89#how-is-ap-calculus-bc-91-tested","name":"How is AP Calculus BC 9.1 tested?","acceptedAnswer":{"@type":"Answer","text":"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."}}]}
```
