AP-CALCBC-9.1-9.2

U9.1 Parametric Equations and Differentiation

Master AP Calculus BC parametric differentiation: compute dy/dx and d²y/dx² from x(t), y(t), and find horizontal and vertical tangents.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U9.1 Parametric Equations and Differentiation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A parametric curve traces a path where both coordinates depend on a third variable, usually time tt. Instead of yy being a direct function of xx, you get x(t)x(t) and y(t)y(t) moving together. This lets curves loop, cross themselves, and do things a single function y=f(x)y=f(x) never could.

In this lesson you will learn how to find the slope of a parametric curve using dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}, how to build the second derivative d2ydx2\frac{d^2y}{dx^2} the right way (a common trap!), and how to locate horizontal and vertical tangent lines. These skills feed directly into arc length, vector motion, and polar work later in Unit 9.

From x(t), y(t) to the slope dy/dx

A parametric curve is a pair of functions x=x(t)x=x(t) and y=y(t)y=y(t) that give a point (x,y)(x,y) for each value of the parameter tt. As tt increases, the point moves and sweeps out the curve, giving it a direction (orientation).

To find the slope of the tangent line, apply the chain rule. Since dydt=dydxdxdt\frac{dy}{dt}=\frac{dy}{dx}\cdot\frac{dx}{dt}, solving for the slope givesdydx=dy/dtdx/dt=y(t)x(t),dxdt0.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}=\frac{y'(t)}{x'(t)},\quad \frac{dx}{dt}\neq 0.The key idea: differentiate yy and xx separately with respect to tt, then divide. Do not differentiate yy with respect to xx directly. The result dydx\frac{dy}{dx} is still a function of tt, not of xx.

A frequent misconception is to write dydx=dx/dtdy/dt\frac{dy}{dx}=\frac{dx/dt}{dy/dt} (upside down). Remember: the numerator matches the variable in the numerator of the slope — rise over run means dydy on top.

On the exam you will often be asked to evaluate the slope at a specific tt, then perhaps write the tangent line equation. Always plug the given tt into x(t)x(t) and y(t)y(t) to get the point, and into the slope formula to get mm.

The second derivative d²y/dx²

The second derivative measures concavity, and here is the most tested trap in the whole topic. You cannot square or divide second tt-derivatives directly. Instead, treat dydx\frac{dy}{dx} as a new function of tt and repeat the parametric derivative process:d2ydx2=ddt(dydx)dxdt.\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}.In words: take the slope dydx\frac{dy}{dx} (which you already found as a function of tt), differentiate that expression with respect to tt, then divide by dxdt\frac{dx}{dt} again.
Wrong (do NOT use)Correct
y(t)x(t)\dfrac{y''(t)}{x''(t)}ddt(dydx)x(t)\dfrac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{x'(t)}
The classic error is d2ydx2=d2y/dt2d2x/dt2\frac{d^2y}{dx^2}=\frac{d^2y/dt^2}{d^2x/dt^2}. This is false and loses easy points. The extra division by dxdt\frac{dx}{dt} comes from applying the chain rule a second time.

Once you have d2ydx2\frac{d^2y}{dx^2}, its sign tells concavity: positive means concave up, negative means concave down. This is a natural setup for justifying behavior on FRQs.

Horizontal and vertical tangents

Tangent lines that are horizontal or vertical happen where the numerator or denominator of the slope vanishes.

A horizontal tangent occurs where dydx=0\frac{dy}{dx}=0, which requires dydt=0\frac{dy}{dt}=0 while dxdt0\frac{dx}{dt}\neq 0. The curve is momentarily flat.

A vertical tangent occurs where the slope is undefined, which requires dxdt=0\frac{dx}{dt}=0 while dydt0\frac{dy}{dt}\neq 0. The curve momentarily rises straight up.
FeatureCondition on derivatives
Horizontal tangenty(t)=0y'(t)=0 and x(t)0x'(t)\neq 0
Vertical tangentx(t)=0x'(t)=0 and y(t)0y'(t)\neq 0
Possible cusp/singular pointx(t)=0x'(t)=0 and y(t)=0y'(t)=0
When both derivatives are zero at the same tt, the slope is the indeterminate 00\frac{0}{0}; the point may be a cusp or corner and needs closer inspection (often a limit). The exam usually keeps you away from that case for tangent-line questions, but knowing to check both conditions separately prevents mistakes.

Strategy: set y(t)=0y'(t)=0 to find candidate horizontal tangents, then verify x(t)0x'(t)\neq 0 there. Set x(t)=0x'(t)=0 for vertical tangents, then verify y(t)0y'(t)\neq 0.

How the exam tests this

Multiple-choice questions typically give x(t)x(t) and y(t)y(t) and ask for dydx\frac{dy}{dx} or d2ydx2\frac{d^2y}{dx^2} at a specific tt, or ask where the tangent is horizontal/vertical. The traps are the flipped slope and the wrong second-derivative formula, so distractor answers are built from exactly those errors.

Free-response questions in Unit 9 often combine several skills: find the slope, write the tangent line, determine concavity, then move into arc length or speed (taught in neighboring lessons). A common phrasing asks you to find all values of tt where the tangent line is vertical and to justify your answer using both x(t)x'(t) and y(t)y'(t).

A reliable workflow: first compute x(t)x'(t) and y(t)y'(t). Second, form dydx=y(t)x(t)\frac{dy}{dx}=\frac{y'(t)}{x'(t)}. Third, if needed, differentiate that quotient with respect to tt and divide by x(t)x'(t) for the second derivative. Fourth, answer the specific tangent or concavity question. Keep everything in terms of tt until the final numeric evaluation, and always report the point (x,y)(x,y) when a tangent line is requested. Calculator sections allow numerical evaluation, but you must still set up the correct symbolic expression.

Key terms

Parametric equations.
A pair of functions x=x(t)x=x(t) and y=y(t)y=y(t) that define a curve by giving coordinates as functions of a parameter tt.
Parameter.
The independent variable (often tt, thought of as time) that drives both xx and yy along the curve.
dy/dx (parametric).
The slope of the tangent line, computed as dy/dtdx/dt\frac{dy/dt}{dx/dt} where dxdt0\frac{dx}{dt}\neq 0.
Second derivative.
d2ydx2=ddt(dy/dx)dx/dt\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}(dy/dx)}{dx/dt}; it measures concavity of the parametric curve.
Horizontal tangent.
A point where dydt=0\frac{dy}{dt}=0 and dxdt0\frac{dx}{dt}\neq 0, giving slope zero.
Vertical tangent.
A point where dxdt=0\frac{dx}{dt}=0 and dydt0\frac{dy}{dt}\neq 0, giving an undefined slope.
Orientation.
The direction in which the curve is traced as tt increases.

Worked example

A curve is given by x(t)=t24tx(t)=t^2-4t and y(t)=t33ty(t)=t^3-3t. Find dydx\frac{dy}{dx}, determine all tt where the tangent is horizontal or vertical, and find d2ydx2\frac{d^2y}{dx^2} at t=1t=1.
First compute the tt-derivatives: x(t)=2t4x'(t)=2t-4 and y(t)=3t23y'(t)=3t^2-3.

The slope is dydx=3t232t4\frac{dy}{dx}=\frac{3t^2-3}{2t-4}.

Horizontal tangents: set the numerator 3t23=03t^2-3=0, so t2=1t^2=1, giving t=1t=1 and t=1t=-1. Check the denominator at each: at t=1t=1, x=2(1)4=20x'=2(1)-4=-2\neq 0; at t=1t=-1, x=60x'=-6\neq 0. Both give horizontal tangents.

Vertical tangents: set the denominator 2t4=02t-4=0, so t=2t=2. Check the numerator: y(2)=3(4)3=90y'(2)=3(4)-3=9\neq 0, so t=2t=2 gives a vertical tangent.

Now the second derivative. Differentiate dydx=3t232t4\frac{dy}{dx}=\frac{3t^2-3}{2t-4} with respect to tt using the quotient rule:ddt(dydx)=(6t)(2t4)(3t23)(2)(2t4)2.\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac{(6t)(2t-4)-(3t^2-3)(2)}{(2t-4)^2}.At t=1t=1: numerator =(6)(2)(0)(2)=12=(6)(-2)-(0)(2)=-12; denominator =(2)2=4=(-2)^2=4. So ddt(dy/dx)=124=3\frac{d}{dt}(dy/dx)=\frac{-12}{4}=-3.

Finally divide by x(1)=2x'(1)=-2:d2ydx2=32=32.\frac{d^2y}{dx^2}=\frac{-3}{-2}=\frac{3}{2}.Since this is positive, the curve is concave up at t=1t=1.

Practice questions

For the parametric curve x(t)=etx(t)=e^{t}, y(t)=sin(2t)y(t)=\sin(2t), what is dydx\frac{dy}{dx}?
  1. 2cos(2t)et\frac{2\cos(2t)}{e^{t}}
  2. et2cos(2t)\frac{e^{t}}{2\cos(2t)}
  3. 2cos(2t)et2\cos(2t)\,e^{t}
  4. cos(2t)2et\frac{\cos(2t)}{2e^{t}}

Answer: 2cos(2t)et\frac{2\cos(2t)}{e^{t}}

Compute dydt=2cos(2t)\frac{dy}{dt}=2\cos(2t) and dxdt=et\frac{dx}{dt}=e^{t}. The slope is the quotient dy/dtdx/dt=2cos(2t)et\frac{dy/dt}{dx/dt}=\frac{2\cos(2t)}{e^{t}}. The flipped choice and the product choice are common errors from misremembering the formula.
A curve is defined by x(t)=t33tx(t)=t^3-3t and y(t)=t2y(t)=t^2. Find all values of tt at which the curve has a vertical tangent line, and justify your answer.

Answer: t=1t=1 and t=1t=-1

Vertical tangents require x(t)=0x'(t)=0 while y(t)0y'(t)\neq 0. Here x(t)=3t23=0x'(t)=3t^2-3=0 gives t2=1t^2=1, so t=±1t=\pm 1. Check y(t)=2ty'(t)=2t: at t=1t=1, y=20y'=2\neq 0; at t=1t=-1, y=20y'=-2\neq 0. Both conditions hold, so vertical tangents occur at t=1t=1 and t=1t=-1.
At a certain tt, a parametric curve has dydt=0\frac{dy}{dt}=0 and dxdt=5\frac{dx}{dt}=5. What can you conclude about the tangent line there?
  1. The tangent is vertical
  2. The tangent is horizontal
  3. The point is a cusp
  4. The slope is undefined

Answer: The tangent is horizontal

The slope is dy/dtdx/dt=05=0\frac{dy/dt}{dx/dt}=\frac{0}{5}=0, a horizontal tangent. A vertical tangent would need dxdt=0\frac{dx}{dt}=0 instead, and a cusp typically requires both derivatives to be zero.

FAQ

Why can't I just use y''(t) over x''(t) for the second derivative?
Because the chain rule does not distribute that way. The correct definition is d2ydx2=ddx(dydx)\frac{d^2y}{dx^2}=\frac{d}{dx}\left(\frac{dy}{dx}\right), and since dydx\frac{dy}{dx} is a function of tt, you differentiate it with respect to tt and then divide by dxdt\frac{dx}{dt}. Skipping that final division is the most common error on this topic.
How do I remember which condition gives horizontal versus vertical tangents?
Think of slope as rise over run: dy/dtdx/dt\frac{dy/dt}{dx/dt}. A horizontal tangent has zero slope, so the top (dy/dtdy/dt) is zero. A vertical tangent has undefined slope, so the bottom (dx/dtdx/dt) is zero. Always confirm the other derivative is nonzero to rule out a cusp.
What happens when both dx/dt and dy/dt are zero at the same t?
The slope becomes the indeterminate form 00\frac{0}{0}, so you cannot immediately classify the tangent. This point may be a cusp or corner. You would need to analyze a limit of dydx\frac{dy}{dx} as tt approaches that value. Standard tangent-line problems usually avoid this case.
Do I need to eliminate the parameter to find dy/dx?
No, and you usually shouldn't. The parametric formula dy/dtdx/dt\frac{dy/dt}{dx/dt} gives the slope directly in terms of tt, which is faster and works even for curves that loop or fail the vertical line test. Eliminating the parameter is only occasionally helpful for identifying the curve's shape.

Learn this with a teacher, not a page

The Crimsora tutor teaches U9.1 Parametric Equations and Differentiation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.