TutorChase logo
Login
AP Calculus BC study notes

1.1.1 Introduction to Parametric Equations

AP Syllabus focus: 'Methods for calculating derivatives of real-valued functions can be extended to parametric functions.'

Parametric equations describe a curve by giving its coordinates separately in terms of a parameter, making them especially useful for motion, curved paths, and relations that do not fit neatly into the form y=f(x)y=f(x).

What Parametric Equations Do

In rectangular form, an equation directly connects xx and yy. In parametric form, each coordinate is written as its own function of a third variable. That variable is called the parameter. As the parameter changes, the point moves through the plane and traces a curve.

This viewpoint is especially helpful when a curve cannot be described well by a single equation of the form y=f(x)y=f(x), or when the direction of motion along the curve matters.

DEFINITION

Parametric equation: An equation that expresses a coordinate, such as xx or yy, as a function of a parameter.

A full parametric description usually consists of two equations, one for the horizontal coordinate and one for the vertical coordinate. Together, they determine the location of a point for each allowed value of the parameter.

EQUATION

x=f(t), y=g(t)x=f(t),\ y=g(t)

xx = horizontal coordinate

yy = vertical coordinate

tt = parameter

f(t), g(t)f(t),\ g(t) = functions that determine the point's position

For any particular value of tt, the point on the curve is (x,y)=(f(t),g(t))(x,y)=(f(t),g(t)). As tt varies over an interval, these points form the parametric curve.

Why Parametric Form Is Useful

Parametric equations are powerful because they describe more than just a set of points. They also describe how those points are reached.

Important uses include:

  • modeling the path of an object moving through the plane

  • representing curves that fail the vertical line test

  • showing the order in which a curve is traced

  • allowing one curve to be traced partially, completely, or more than once

A rectangular equation can tell you the shape of a graph, but a parametric description can also show where the motion starts, where it ends, and whether the point doubles back or repeats part of the path.

The Role of the Parameter

The parameter is often written as tt, especially when it represents time, but it does not have to mean time. It is simply an independent variable that controls both coordinates.

The allowed values of the parameter matter just as much as the formulas themselves. A parametrization on one interval may trace only part of a curve, while the same formulas on a larger interval may trace more of it.

For this reason, a parametric curve is not defined only by the equations. It is also defined by the parameter interval.

Orientation

A key feature of parametric curves is orientation, meaning the direction in which the curve is traced as the parameter increases.

############################
page_url: https://openstax.org/books/calculus-volume-3/pages/1-1-parametric-equations

image_identifier: Figure 1.6 (circle with arrows; image shown on the page as “Figure 1.6”)

A circle parameterized by x(t)=4costx(t)=4\cos t and y(t)=4sinty(t)=4\sin t for 0t2π0\le t\le 2\pi, with arrows showing the counterclockwise orientation as tt increases. The labeled points (e.g., t=0, π/2, π, 3π/2t=0,\ \pi/2,\ \pi,\ 3\pi/2) emphasize how specific parameter values correspond to specific locations on the curve. This is a standard example where the same geometric curve can be traced with different directions by changing the parametrization.
############################

DEFINITION

Orientation: The direction in which a parametric curve is traced as the parameter increases.

Two parametrizations may produce the same geometric curve but move along it in different directions. This extra information is one reason parametric equations are so useful in calculus and motion problems.

Reading a Parametric Curve

When you are given parametric equations, focus on more than the shape alone. You should be able to interpret the curve from the parameter.

Useful questions include:

  • What point corresponds to a particular value of tt?

  • What are the starting and ending points on the stated interval?

  • In what direction does the point move as tt increases?

  • Does the point ever return to a previously visited location?

  • Does the parametrization cover the entire curve or only part of it?

A parametric graph can therefore carry more information than a rectangular equation that represents the same set of points.

Relation to Rectangular Equations

Sometimes the parameter can be eliminated to produce an equation relating only xx and yy. This can help identify the familiar shape of the curve. However, eliminating the parameter may remove important information.

A rectangular equation may hide:

  • the direction in which the curve is traced

  • whether the curve is traced once or multiple times

  • which part of the curve is actually included

  • where the motion begins and ends

Because of this, parametric and rectangular descriptions are related, but they are not always equally informative.

Extending Calculus Ideas

Since xx and yy are both functions of tt, methods used for real-valued functions apply to each component separately. This is the main calculus idea in this subsubtopic.

If the coordinate functions are differentiable, then they can be differentiated with respect to the parameter just as ordinary functions can. In other words, the rules for derivatives do not disappear in the parametric setting; they are applied to the component functions.

This means:

  • powers are differentiated with the power rule

  • products use the product rule

  • quotients use the quotient rule

  • compositions use the chain rule

The key change is that calculus is performed with respect to the parameter first.

############################
page_url: https://www.mathwords.com/p/parametric_derivative_formulas.htm

image_identifier: Image labeled on-page as “Parametric derivative formulas: dy/dx = (dy/dt)/(dx/dt); d²y/dx² = (d/dt(dy/dx))/(dx/dt)”

A formula diagram summarizing the parametric-derivative rule dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt} (and the corresponding second-derivative structure). It highlights the workflow: differentiate x=f(t)x=f(t) and y=g(t)y=g(t) with respect to tt, then form the ratio to get slope with respect to xx. This is the standard bridge between “derivatives in tt” and geometric slope on the xyxy-curve.
############################

Later topics build on this idea, but at this stage the important point is that parametric equations remain fully compatible with familiar differentiation techniques.

What to Notice First on a Parametric Graph

When first meeting a parametric curve, look for these features:

  • the coordinate functions x=f(t)x=f(t) and y=g(t)y=g(t)

  • the interval or restriction on tt

  • the point produced by a chosen parameter value

  • the direction of tracing as tt increases

  • whether the curve may repeat points or reverse direction

Careful attention to the parameter interval is essential, because it determines which points belong to the curve and how the curve is traced.

FAQ

A vertical line fails the usual function test because one $x$-value can match many $y$-values.

In parametric form, that is not a problem. You can keep $x$ constant and let $y$ vary with the parameter. For example, setting $x=3$ and $y=t$ traces the vertical line $x=3$.

This is one reason parametric equations are more flexible than writing everything as $y=f(x)$.

A calculator does not draw every point on a parametric curve. It plots many points for selected values of the parameter and connects them.

If the parameter step is too large:

  • the curve may look jagged

  • loops may be missed

  • intersections may appear in the wrong place

If the step is smaller, the graph usually looks smoother, but it may take longer to display.

So the appearance of a parametric graph can depend heavily on the technology settings, even when the equations are correct.

Replacing $t$ with $-t$ often keeps the same set of points but reverses the direction in which they are traced.

For instance, if a point originally moves around a curve as $t$ increases, using $-t$ makes the same motion happen in the opposite order.

This is a common way to create a new parametrisation of the same curve without changing its geometric shape.

It is especially useful when direction matters, such as in motion or circulation problems.

Yes. A parametrically defined curve can have sharp features, including corners and cusps.

These occur when the coordinate functions produce a sudden change in direction or when the motion slows in a way that causes the path to pinch at a point.

Parametric form is actually well suited to describing such curves, because the behaviour of the coordinates can be controlled separately.

In later calculus work, these features become important when analysing smoothness and tangent behaviour.

Check more than the formulas.

A useful approach is:

  • compare the sets of points produced

  • compare the allowed parameter intervals

  • check whether the direction of tracing is the same

  • see whether one parametrisation repeats points that the other does not

Two parametrisations may give the same geometric curve but differ in speed, direction, or the number of times the curve is traced.

So “same curve” can mean either the same point set or the same full motion description, depending on context.

Practice Questions

A curve is defined parametrically by x=2costx=2\cos t and y=2sinty=2\sin t for 0t2π0\le t\le 2\pi.

(a) Identify the curve in rectangular form. (b) State the point on the curve when t=0t=0.

  • 1 mark for x2+y2=4x^2+y^2=4

  • 1 mark for (2,0)(2,0)

A particle moves in the plane according to x=t24x=t^2-4 and y=2t+1y=2t+1 for 1t3-1\le t\le 3.

(a) Find the starting point and the ending point of the motion. (b) Eliminate the parameter to write an equation relating xx and yy. (c) Find dx/dtdx/dt and dy/dtdy/dt. (d) Describe how the particle moves along the curve as tt increases.

  • (a) 1 mark for starting point (3,1)(-3,-1) and 1 mark for ending point (5,7)(5,7)

  • (b) 1 mark for an equivalent rectangular equation, such as (y1)2=4(x+4)(y-1)^2=4(x+4)

  • (c) 1 mark for dx/dt=2tdx/dt=2t and 1 mark for dy/dt=2dy/dt=2

  • (d) 1 mark for a correct description: the particle moves upward throughout, goes left until t=0t=0, reaches the vertex at (4,1)(-4,1), then moves right

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
Your details
Alternatively contact us via
WhatsApp, Phone Call, or Email