# AP Precalculus Parametric functions

> AP Precalculus · Unit 4: Parametric functions
> Source: https://www.owlsprep.com/study/ap-precalculus-u4-parametric-functions/

This subtopic covers core definitions of 2D parametric functions, methods to convert between parametric and Cartesian form, how to describe graphical behavior and direction of motion, and how to use average rates of change to solve applied planar motion problems.

**Prerequisites:** Cartesian functions and relation definitions; Average rate of change as the slope of a secant line; Trigonometric Pythagorean identities

## Learning objectives

- Define 2D parametric functions and identify their key properties
- Convert between parametric and Cartesian form by eliminating the parameter
- Describe how x and y change and the direction of motion as the parameter increases
- Use average rates of change of x and y over a parameter interval to describe planar motion

## What Is a Parametric Function?

**2D Parametric Function** — A set of two functions that share a common independent variable called the parameter (most often $t$), which describes a curve in the $xy$-plane. Unlike Cartesian functions, both $x$ and $y$ are expressed separately in terms of the parameter.

*Notation:* $x = x(t), \quad y = y(t), \quad t \in [a,b]$

*Example:* Used to describe motion over time, or curves that cannot be written as a single $y=f(x)$, such as circles.

Parametric functions are uniquely useful for describing motion of an object in the plane over time, and they can also represent curves that cannot be written as a single function $y = f(x)$ (such as circles or self-intersecting curves). Note that Unit 4 is not assessed on the AP Precalculus Exam — the College Board CED limits the exam to Units 1–3 — so parametric functions are covered at teacher discretion for enrichment.

## Converting Between Parametric and Cartesian Form

Eliminating the parameter is the process of rewriting a parametric curve $x(t), y(t)$ as a single Cartesian relation $F(x,y) = 0$ or $y = f(x)$, which makes it easier to identify the shape of the curve. For algebraic (non-trigonometric) parametric functions, follow four steps: 1) solve one equation for $t$, 2) substitute into the second equation, 3) simplify, 4) add the restricted domain from the original parameter interval.

For trigonometric parametric functions, we almost always use Pythagorean identities to eliminate the parameter directly, instead of solving for $t$ which introduces unnecessary inverse trigonometric functions and domain errors. For example, $x = r\cos t$ and $y = r\sin t$ simplifies directly to the circle equation $x^2 + y^2 = r^2$.

> **warning**
>
> A parametric curve only traces the portion of the full Cartesian curve that corresponds to the given parameter domain, so domain restrictions must always be carried over.

**Worked example:** Given the parametric equations $x(t) = 2t + 3$, $y(t) = t^2 - 1$, for $t \in [-2, 3]$, eliminate the parameter and write the corresponding Cartesian relation, including the restricted domain for $x$.

1. Solve the $x(t)$ equation for $t$:

   $$x = 2t + 3 \implies t = \frac{x-3}{2}$$
2. Substitute $t = \frac{x-3}{2}$ into the $y(t)$ equation:

   $$y = \left(\frac{x-3}{2}\right)^2 - 1$$
3. Simplify the right-hand side:

   $$y = \frac{(x-3)^2}{4} - 1 = \frac{1}{4}x^2 - \frac{3}{2}x + \frac{5}{4}$$
4. Calculate the restricted domain for $x$, since $x(t)$ is increasing:

   $$x_{\text{min}} = -1, \quad x_{\text{max}} = 9 \implies x \in [-1, 9]$$

> **Exam tip:** Always include the restricted domain for $x$ (and $y$ if requested) when eliminating the parameter. AP Precalculus exam graders routinely deduct points for missing domain restrictions.

## Graphical Behavior: How x and y Change with t

As the parameter $t$ increases, each coordinate changes on its own. Over an interval, $x(t)$ may be increasing or decreasing, and $y(t)$ may be increasing or decreasing. Tracking both tells you the direction the point moves along the curve.

- As $t$ increases, if $x(t)$ increases the point moves right; if $x(t)$ decreases it moves left.
- As $t$ increases, if $y(t)$ increases the point moves up; if $y(t)$ decreases it moves down.
- Each value of $t$ gives exactly one point $(x(t), y(t))$; plotting several values in order reveals the path and its direction of travel.

> **info**
>
> Because the curve is traced in a specific direction as $t$ increases, always mark that direction (with arrows) — the same set of points can be traced in opposite directions by different parametrizations.

**Worked example:** For $x(t) = t^2 - 2t$, $y(t) = t + 1$ on $t \in [0, 3]$, make a table of points at $t = 0, 1, 2, 3$ and describe how $x$ and $y$ change and the direction of motion.

1. Evaluate both components at each $t$:

   $$t=0:(0,1),\quad t=1:(-1,2),\quad t=2:(0,3),\quad t=3:(3,4)$$
2. Track $x(t) = t^2 - 2t$: it decreases from $0$ to $-1$ (for $t$ from $0$ to $1$), then increases to $3$. So $x$ decreases then increases, turning around at $t=1$.
3. Track $y(t) = t + 1$: it increases steadily from $1$ to $4$ across the whole interval.
4. Direction of motion: the point first moves left and up (to $(-1,2)$), then moves right and up (to $(3,4)$).

> **Exam tip:** When asked to describe motion, report the behavior of $x$ and of $y$ separately (increasing or decreasing as $t$ increases), then combine them into a direction such as \"right and up.\"

## Average Rates of Change and Planar Motion

When a parametric function models an object moving in the $xy$-plane, $t$ is time, $x(t)$ is horizontal position, and $y(t)$ is vertical position. To measure how fast the position changes over a time interval $[t_1, t_2]$, use the average rate of change of each coordinate — the slope of the secant line on that coordinate's graph, found directly from the two endpoints.

**Average Rate of Change (Average Velocity Components)** — The average rate of change of $x$ with respect to $t$ over $[t_1, t_2]$ is the average horizontal velocity; the average rate of change of $y$ over the same interval is the average vertical velocity.

*Notation:* $\dfrac{\Delta x}{\Delta t} = \dfrac{x(t_2)-x(t_1)}{t_2-t_1}, \qquad \dfrac{\Delta y}{\Delta t} = \dfrac{y(t_2)-y(t_1)}{t_2-t_1}$

*Example:* A positive average rate of change means that coordinate has a net increase over the interval: $\Delta x/\Delta t > 0$ is net motion to the right, and $\Delta y/\Delta t > 0$ is net motion upward.

**Worked example:** A drone moving in the plane has position $x(t) = 3t^2 - 6t$, $y(t) = t + 2$ for $t \geq 0$, with position in meters and time in seconds. Find the average rate of change of $x$ and of $y$ over the interval $[1, 3]$, and describe the net direction of motion.

1. Evaluate the horizontal position at the endpoints:

   $$x(1) = 3(1)^2 - 6(1) = -3, \quad x(3) = 3(3)^2 - 6(3) = 9$$
2. Average rate of change of $x$ (average horizontal velocity):

   $$\frac{\Delta x}{\Delta t} = \frac{9 - (-3)}{3 - 1} = \frac{12}{2} = 6 \text{ m/s}$$
3. Evaluate the vertical position at the endpoints:

   $$y(1) = 3, \quad y(3) = 5$$
4. Average rate of change of $y$ (average vertical velocity):

   $$\frac{\Delta y}{\Delta t} = \frac{5 - 3}{3 - 1} = \frac{2}{2} = 1 \text{ m/s}$$
5. Both average rates of change are positive, so over $[1, 3]$ the drone's net motion is to the right and upward.

> **Exam tip:** Average rate of change is computed over an interval $[t_1, t_2]$, not at a single instant. Identify the two endpoints, evaluate the position there, and divide the change by $\Delta t = t_2 - t_1$.

## Common pitfalls

- **Wrong:** After eliminating the parameter, writing the full domain of the Cartesian relation instead of the restricted domain from the original parameter interval.
  - Why it fails: Students get used to working with full Cartesian curves and forget that the parameter interval only traces a portion of the curve.
  - Correct: After eliminating the parameter, always calculate the range of $x(t)$ over the given parameter domain to get the restricted domain for your Cartesian relation.
- **Wrong:** Computing an average rate of change as $x(t_2) - x(t_1)$ without dividing by $\Delta t$, or dividing by $t_2 + t_1$.
  - Why it fails: Students remember the change in position but forget that a rate is a change divided by the change in $t$.
  - Correct: Always divide by $\Delta t = t_2 - t_1$: the average rate of change of $x$ is $\dfrac{x(t_2) - x(t_1)}{t_2 - t_1}$.
- **Wrong:** Using the average rate of change of $y$ to describe horizontal motion (or $x$ for vertical motion).
  - Why it fails: Students lose track of which component controls which direction.
  - Correct: Horizontal motion comes from $\Delta x/\Delta t$ and vertical motion from $\Delta y/\Delta t$; label each before interpreting direction.
- **Wrong:** Treating the parametric curve as a static graph and forgetting to state the direction of motion as $t$ increases.
  - Why it fails: The same set of points can be traced in different directions, so the picture alone does not determine the motion.
  - Correct: Check how $x$ and $y$ change as $t$ increases and mark the direction of travel along the curve with arrows.
- **Wrong:** When eliminating the parameter for trigonometric parametric equations, solving for $t$ with inverse trigonometric functions unnecessarily, leading to domain errors.
  - Why it fails: Students apply the same process used for algebraic parametric equations instead of using Pythagorean identities.
  - Correct: For parametric equations involving sine and cosine of the same $t$, always rearrange and use the Pythagorean identity to eliminate $t$ directly.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| General parametric definition | $x = x(t), \quad y = y(t), \quad t \in [a,b]$ | $t$ = parameter, usually time in motion problems |
| Eliminate parameter (algebraic) | Solve $x = x(t)$ for $t$, substitute into $y = y(t)$ | Always carry over domain restriction from $t \in [a,b]$ |
| Eliminate parameter (trigonometric) | Use $\cos^2 t + \sin^2 t = 1$ for $x = a\cos t, y = b\sin t$ | Avoid inverse trigonometry, simplifies to ellipse/circle |
| Direction of motion | As $t$ increases, track whether $x$ and $y$ increase or decrease | $x$ increasing = right, $y$ increasing = up |
| Average rate of change of $x$ | $\dfrac{\Delta x}{\Delta t} = \dfrac{x(t_2)-x(t_1)}{t_2-t_1}$ | Average horizontal velocity over $[t_1, t_2]$ |
| Average rate of change of $y$ | $\dfrac{\Delta y}{\Delta t} = \dfrac{y(t_2)-y(t_1)}{t_2-t_1}$ | Average vertical velocity over $[t_1, t_2]$ |

## What's next

Parametric functions are the foundational prerequisite for parametric vectors and matrix transformations later in Unit 4. Next, you will extend the planar motion ideas you learned here to represent position as vectors, then use matrix operations to transform parametric curves. Mastering eliminating the parameter, reading the direction of motion, and computing average rates of change makes working with vector representations much easier, since those same ideas carry over directly. This topic also builds on average rates of change from Units 1-3, and prepares you for first-year calculus, where parametric curves are studied with the tools of calculus.

- [Parametric functions of conic sections](https://www.owlsprep.com/study/ap-precalculus-u4-parametric-functions-of-conic-sections/)
- [Implicitly defined functions](https://www.owlsprep.com/study/ap-precalculus-u4-implicitly-defined-functions/)
- [AP Precalculus Vectors](https://www.owlsprep.com/study/ap-precalculus-u4-vectors/)

---

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-precalculus-u4-parametric-functions/
