Parametric Curve

A parametric curve is the path traced in the xy-plane by points (x(t), y(t)), where both coordinates are functions of a parameter t. On the AP Calc BC exam, you find its slope using dy/dx = (dy/dt)/(dx/dt), as long as dx/dt ≠ 0 (Topic 9.1).

Verified for the 2027 AP Calculus AB/BC examLast updated June 2026

What is Parametric Curve?

A parametric curve is what you get when both x and y depend on a third variable, the parameter (usually t). Instead of one rule like y = f(x), you have two rules, x(t) and y(t), and the curve is the path those points trace as t moves through its values. Think of t as time and the curve as the trail left by a moving dot. That mental picture matters because parametric curves can loop, cross themselves, and fail the vertical line test, things an ordinary function graph can never do.

In the CED, this lives in Topic 9.1 (Defining and Differentiating Parametric Equations). The big idea is that your existing derivative tools still work here (CHA-3.G.1). The slope of the tangent line at a point on the curve is dy/dx, and you compute it by dividing dy/dt by dx/dt, provided dx/dt is not zero (CHA-3.G.2). So you never solve for y in terms of x. You differentiate each coordinate with respect to t and take the ratio.

Why Parametric Curve matters in AP Calculus

Parametric curves anchor Unit 9 (Parametric Equations, Polar Coordinates, and Vector-Valued Functions), which is BC only. Learning objective 9.1.A asks you to calculate derivatives of parametric functions, and everything else in Unit 9 builds on that skill, including second derivatives, arc length, and vector-valued motion. Conceptually, this is where the course breaks free of y = f(x). A circle, a figure-eight, the path of a projectile, all of these are awkward or impossible as single functions but easy as parametric curves. The exam payoff is concrete. You will find slopes of tangent lines, locate horizontal and vertical tangents, and interpret dy/dx on curves where x and y are both moving.

Keep studying AP Calculus Unit 9

How Parametric Curve connects across the course

Parametric Equations (Unit 9)

These are two sides of one idea. The parametric equations x(t) and y(t) are the recipe, and the parametric curve is the picture that recipe draws in the plane. Exam questions hand you the equations and ask about geometric features of the curve, like where the tangent line is horizontal.

Tangent Line and First Derivative (Units 2-4)

Everything you learned about dy/dx as slope carries over. The only change is the computation. On a parametric curve, dy/dx = (dy/dt)/(dx/dt). A horizontal tangent happens where dy/dt = 0 (and dx/dt ≠ 0), and a vertical tangent happens where dx/dt = 0.

Chain Rule (Unit 3)

The formula dy/dx = (dy/dt)/(dx/dt) is not a new rule from nowhere. It comes straight from the chain rule, since dy/dt = (dy/dx)·(dx/dt). If you can see that, the parametric derivative formula stops feeling like memorization.

Vector-Valued Functions and Particle Motion (Unit 9)

Later in Unit 9, the same curve gets reinterpreted as the path of a moving particle, where dx/dt and dy/dt become velocity components. The parametric curve is the bridge between geometry (slope of a path) and physics (motion along that path).

Is Parametric Curve on the AP Calculus exam?

Parametric curves are a BC-only topic, so they appear on the BC exam in both multiple choice and free response. The classic question gives you x(t) and y(t) and asks for one of three things. First, the slope dy/dx at a specific t-value, computed as (dy/dt)/(dx/dt). Second, the t-values where the tangent line is horizontal, which means solving dy/dt = 0 and checking that dx/dt ≠ 0 there. Practice problems do this with all kinds of pairings, like x = sin(t) with y = cos(2t), or x = ln(t) with y = t·ln(t) − t. Third, the second derivative d²y/dx², which you find by differentiating dy/dx with respect to t and dividing by dx/dt again. Watch the most common trap. Plugging t into the wrong place, or forgetting that dy/dx is a function of t, costs easy points. Always express dy/dx in terms of t first, then evaluate.

Parametric Curve vs Parametric Equations

Parametric equations are the algebraic objects, the pair x(t) and y(t). The parametric curve is the geometric object, the set of points those equations trace in the xy-plane. The distinction matters because different parametric equations can produce the same curve (the same circle can be traced fast, slow, or backwards), and the curve alone doesn't tell you about t. Exam questions about slope and tangent lines are questions about the curve, answered using the equations.

Key things to remember about Parametric Curve

  • A parametric curve is the path traced by points (x(t), y(t)) as the parameter t varies, and it can loop or cross itself in ways a function graph never can.

  • The slope of the tangent line to a parametric curve is dy/dx = (dy/dt)/(dx/dt), valid wherever dx/dt ≠ 0 (CHA-3.G.2).

  • Horizontal tangents occur where dy/dt = 0 while dx/dt ≠ 0; vertical tangents occur where dx/dt = 0 while dy/dt ≠ 0.

  • To find d²y/dx², differentiate dy/dx with respect to t and divide by dx/dt again. Do not just take the second derivatives of x and y separately.

  • This topic is BC only. It appears in Unit 9 alongside polar coordinates and vector-valued functions, and the same curves show up later as particle paths.

  • Always write dy/dx as a function of t before evaluating, since both coordinates depend on t.

Frequently asked questions about Parametric Curve

What is a parametric curve in AP Calculus?

It's the path traced in the xy-plane when both coordinates are functions of a parameter, so points have the form (x(t), y(t)). It's covered in Topic 9.1 of AP Calc BC, where you learn to find its slope with dy/dx = (dy/dt)/(dx/dt).

Are parametric curves on the AP Calculus AB exam?

No. Parametric equations, polar coordinates, and vector-valued functions make up Unit 9, which is BC only. If you're taking AB, you can skip this topic entirely.

Does a parametric curve have to pass the vertical line test?

No, and that's the whole point. Because x and y are each functions of t rather than of each other, a parametric curve can double back, loop, or cross itself. Circles and figure-eights are easy to write parametrically but impossible as a single y = f(x).

What's the difference between a parametric curve and parametric equations?

The parametric equations are the formulas x(t) and y(t); the parametric curve is the shape they draw in the plane. Different equations can trace the same curve, for example a circle traced clockwise versus counterclockwise.

How do you find where a parametric curve has a horizontal tangent line?

Set dy/dt = 0, solve for t, and confirm dx/dt ≠ 0 at those values. For example, with x = ln(t) and y = t·ln(t) − t, you'd solve dy/dt = ln(t) = 0 to get t = 1.