# Defining and differentiating parametric equations

> AP Calculus BC · Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-and-differentiating-parametric-equations/

This sub-topic covers defining parametric curves, eliminating parameters, calculating first and second derivatives for parametric equations, and interpreting slope and concavity for the AP Calculus BC exam. It is a core foundation for all Unit 9 topics.

**Prerequisites:** Chain rule for composite functions; Implicit differentiation; Slope and concavity interpretation for Cartesian functions

## Learning objectives

- Define parametric equations and parametric curves and identify orientation
- Eliminate the parameter to convert parametric equations to Cartesian form with correct domain restrictions
- Calculate the first derivative $\frac{dy}{dx}$ for parametric curves and find tangent lines
- Calculate the second derivative $\frac{d^2y}{dx^2}$ and interpret concavity of parametric curves

## Defining Parametric Curves and Eliminating the Parameter

Instead of defining a curve in the $xy$-plane as a direct relation between $x$ and $y$, parametric equations express both coordinates as separate functions of a third independent variable called a parameter, most commonly $t$ (often representing time or angle).

This notation lets us describe curves that fail the vertical line test (such as circles, ellipses, and cycloids) and track the position of moving objects over time, which is impossible with a single Cartesian function $y=f(x)$.

**Parametric Curve** — A set of points traced as the parameter $t$ increases over its domain. The direction of tracing as $t$ increases is called the orientation. Two parametric curves can share the same set of points but have different orientations, which matters for motion problems.

*Notation:* $x = x(t),\ y = y(t),\ a \leq t \leq b$

Eliminating the parameter converts the parametric pair to a single Cartesian relation to identify the curve's shape. For non-trigonometric parametric equations, solve one equation for $t$ and substitute into the other. For trigonometric equations, use Pythagorean identities, and always restrict the domain of $x$ and $y$ to match the original parameter interval.

**Worked example:** Identify the shape of the parametric curve $x = 4\cos t$, $y = 2\sin t$ for $-\frac{\pi}{2} \leq t \leq \frac{\pi}{2}$, find its Cartesian equation, and state its orientation.

1. Solve for $\cos t$ and $\sin t$ from the parametric equations:
2. $$\cos t = \frac{x}{4}, \quad \sin t = \frac{y}{2}$$
3. Use the Pythagorean identity $\cos^2 t + \sin^2 t = 1$ to eliminate $t$:
4. $$\left(\frac{x}{4}\right)^2 + \left(\frac{y}{2}\right)^2 = 1$$
5. This is the equation of a full ellipse centered at the origin with a horizontal major axis. Apply the domain restriction: for $-\frac{\pi}{2} \leq t \leq \frac{\pi}{2}$, $\cos t \geq 0$ so $x \geq 0$, with $y$ ranging from $-2$ to $2$. The curve is only the right half of the full ellipse.
6. Check orientation by evaluating key points: at $t = -\frac{\pi}{2}$, the point is $(0, -2)$; at $t=0$, it is $(4, 0)$; at $t = \frac{\pi}{2}$, it is $(0, 2)$. The curve is traced counterclockwise from $(0, -2)$ to $(0, 2)$.

> **tip**
>
> Always explicitly state the restricted domain for your Cartesian equation after eliminating the parameter — AP exam questions almost always include this as a required scoring point for full credit.

## First Derivative $\frac{dy}{dx}$ for Parametric Equations

To find the slope of the tangent line to a parametric curve at a given value of $t$, we use the chain rule to relate the derivatives with respect to $t$ to the derivative of $y$ with respect to $x$. Starting from $\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}$, rearrange to solve for $\frac{dy}{dx}$:

$$\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}, \quad \frac{dx}{dt} \neq 0$$

Special cases: If $\frac{dy}{dt} = 0$ and $\frac{dx}{dt} \neq 0$, the tangent line is horizontal. If $\frac{dx}{dt} = 0$ and $\frac{dy}{dt} \neq 0$, the tangent line is vertical (slope undefined). This formula works even when you cannot eliminate the parameter, making it extremely versatile.

**Worked example:** Given the parametric curve $x(t) = t^3 - 2t$, $y(t) = t^2 + 3t$ for all real $t$, find the slope of the tangent line at $t = 2$, and identify if the tangent is horizontal, vertical, or neither.

1. Compute derivatives of $x(t)$ and $y(t)$ with respect to $t$:
2. $$\frac{dx}{dt} = 3t^2 - 2, \quad \frac{dy}{dt} = 2t + 3$$
3. Apply the parametric first derivative formula:
4. $$\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{2t + 3}{3t^2 - 2}$$
5. Substitute $t=2$ to get the slope:
6. $$\frac{dy}{dx}\bigg|_{t=2} = \frac{2(2) + 3}{3(2)^2 - 2} = \frac{7}{10} = 0.7$$
7. At $t=2$, $\frac{dx}{dt} = 10 \neq 0$ and $\frac{dy}{dt} = 7 \neq 0$, so the tangent line is neither horizontal nor vertical.

> **tip**
>
> If you forget the order of the ratio, re-derive it quickly from the chain rule on your scratch paper instead of guessing — this avoids the common mistake of flipping the numerator and denominator.

## Second Derivative $\frac{d^2y}{dx^2}$ and Concavity

We calculate the second derivative to analyze concavity of parametric curves, just like we do for Cartesian curves. The most common student mistake is differentiating $\frac{dy}{dx}$ with respect to $t$ and calling that the second derivative — this is incorrect. The second derivative is the derivative of the first derivative *with respect to $x$*, not $t$.

$$\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}$$

The sign of $\frac{d^2y}{dx^2}$ follows the same rules as Cartesian curves: positive = concave up, negative = concave down.

**Worked example:** For the parametric curve $x(t) = t^3 - 2t$, $y(t) = t^2 + 3t$ from the previous example, find the concavity at $t = 2$.

1. We already have the first derivative from the previous example:
2. $$\frac{dy}{dx} = \frac{2t + 3}{3t^2 - 2}$$
3. Differentiate $\frac{dy}{dx}$ with respect to $t$ using the quotient rule:
4. $$\frac{d}{dt}\left(\frac{dy}{dx}\right) = \frac{(2)(3t^2 - 2) - (2t + 3)(6t)}{(3t^2 - 2)^2} = \frac{-6t^2 - 18t - 4}{(3t^2 - 2)^2}$$
5. Apply the second derivative formula by dividing by $\frac{dx}{dt} = 3t^2 - 2$:
6. $$\frac{d^2y}{dx^2} = \frac{-6t^2 - 18t - 4}{(3t^2 - 2)^3}$$
7. Substitute $t=2$:
8. $$\frac{d^2y}{dx^2}\bigg|_{t=2} = \frac{-6(4) - 18(2) - 4}{(12 - 2)^3} = -\frac{64}{1000} = -0.064$$
9. The second derivative is negative, so the curve is concave down at $t=2$.

> **warning**
>
> Never use the incorrect formula $\frac{d^2y}{dx^2} = \frac{d^2y/dt^2}{d^2x/dt^2}$ — this will always cost you points on the AP exam, as it is not equivalent to the correct formula.

## AP-Style Concept Check

**Check your understanding**

Test your understanding of parametric second derivatives:

1. Given the parametric curve defined by $x(t) = \cos t$, $y(t) = \sin 2t$, what is $\frac{d^2y}{dx^2}$ at $t = \frac{\pi}{4}$?

   - -8
   - -4
   - 4
   - 8

   *Answer:* -8

   *Why:* Correct. Following the formula: $\frac{dy}{dx} = -\frac{2\cos 2t}{\sin t}$, differentiate with respect to $t$, then divide by $\frac{dx}{dt} = -\sin t$ to get $-8$ at $t=\frac{\pi}{4}$.

## Common pitfalls

- **Wrong:** After eliminating the parameter for $x=2t+1$, $y=t^2$ with $0 \leq t \leq 3$, you leave the domain of $x$ as all real numbers instead of $1 \leq x \leq 7$.
  - Why it fails: You forget the original parameter interval restricts $x$ to only a portion of the full Cartesian curve.
  - Correct: After eliminating the parameter, substitute the endpoints of $t$ into $x(t)$ to find the range of $x$, and explicitly state the restricted domain.
- **Wrong:** You calculate $\frac{dy}{dx}$ as $\frac{dx/dt}{dy/dt}$ instead of $\frac{dy/dt}{dx/dt}$.
  - Why it fails: You mixed up the order of the ratio when recalling the formula from memory.
  - Correct: Always re-derive the formula quickly from the chain rule $\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}$ if you are unsure of the order.
- **Wrong:** You calculate $\frac{d^2y}{dx^2}$ as $\frac{d^2y/dt^2}{d^2x/dt^2}$.
  - Why it fails: You incorrectly generalized the first derivative ratio pattern to second derivatives.
  - Correct: Always follow the two-step process: compute $\frac{dy}{dx}$, differentiate that result with respect to $t$, then divide by $\frac{dx}{dt}$ to get $\frac{d^2y}{dx^2}$.
- **Wrong:** When $\frac{dx}{dt} = 0$ at a given $t$, you conclude the tangent line is horizontal.
  - Why it fails: You mixed up the conditions for horizontal and vertical tangents.
  - Correct: Memorize: $\frac{dy}{dt} = 0$, $\frac{dx}{dt} \neq 0$ → horizontal tangent; $\frac{dx}{dt} = 0$, $\frac{dy}{dt} \neq 0$ → vertical tangent.
- **Wrong:** You use the sign of $\frac{d}{dt}\left(\frac{dy}{dx}\right)$ to determine concavity, instead of the sign of $\frac{d^2y}{dx^2}$.
  - Why it fails: You forgot $\frac{dx}{dt}$ can be negative, which flips the sign of the final second derivative.
  - Correct: Always compute the full $\frac{d^2y}{dx^2}$ before checking its sign for concavity.
- **Wrong:** You ignore orientation when describing a parametric curve, only writing the Cartesian equation.
  - Why it fails: You assume two curves with the same points are identical, but orientation matters for motion problems.
  - Correct: Always confirm the direction the curve is traced as $t$ increases, and explicitly state orientation if the question asks for it.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Parametric Curve Definition | $x = x(t),\ y = y(t),\ a \leq t \leq b$ | Both coordinates are functions of independent parameter $t$; orientation is direction of trace as $t$ increases. |
| Parameter Elimination | Solve $x(t)$ for $t$, substitute into $y(t)$ | Use Pythagorean identities for trigonometric parametric equations; always restrict $x/y$ domain to match original $t$ interval. |
| First Derivative (Slope) | $\displaystyle \frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$ | Valid when $\frac{dx}{dt} \neq 0$; $\frac{dy}{dt}=0, \frac{dx}{dt} \neq 0$ → horizontal tangent; $\frac{dx}{dt}=0, \frac{dy}{dt} \neq 0$ → vertical tangent. |
| Second Derivative (Concavity) | $\displaystyle \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}$ | Never use $\frac{d^2y/dt^2}{d^2x/dt^2}$; same concavity interpretation as Cartesian curves. |
| Tangent Line Equation | $y - y(t_0) = \frac{dy}{dx}\bigg\|_{t_0} (x - x(t_0))$ | Evaluate $\frac{dy}{dx}$ at the given parameter $t_0$ before using point-slope form. |
| Concavity Interpretation | Positive $\frac{d^2y}{dx^2}$ = concave up; Negative $\frac{d^2y}{dx^2}$ = concave down | Sign rules match Cartesian curves, only the calculation method differs. |

## What's next

Mastering the definition and differentiation of parametric equations is the foundation for all remaining topics in Unit 9. Next, you will apply these differentiation skills to find velocity and acceleration for parametric motion, calculate arc length of parametric curves, and work with vector-valued functions. Without being able to correctly compute first and second derivatives of parametric equations, you will not be able to solve motion problems or arc length questions that regularly appear on the AP Calculus BC FRQ section. This topic connects directly to integration of parametric functions, which you will study immediately after differentiation, and it builds the pattern for differentiating polar coordinate functions later in the unit. The key skills of chain rule applications and ratio of derivatives transfer directly to all these upcoming topics.

- [Second derivatives of parametric equations](https://www.owlsprep.com/study/ap-calculus-bc-u9-second-derivatives-of-parametric-equations/)
- [Arc Length of a Parametric Curve](https://www.owlsprep.com/study/ap-calculus-bc-u9-arc-length-of-a-parametric/)
- [Defining and differentiating vector-valued functions](https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-and-differentiating-vector-valued/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-and-differentiating-parametric-equations/
