Historical Context & Motivation
For centuries mathematicians described curves using a single equation relating x and y directly, like y = x² for a parabola. This works well for many curves, but some shapes — spirals, cycloids, and the paths of planets — are difficult or impossible to capture with a single y = f(x) equation. The idea of introducing a third variable, called a parameter, to describe both coordinates independently opened up an entirely new way of thinking about curves. Instead of asking "what is y when x is 3?", we ask "where is the point when the parameter is 3?"
The central question this topic addresses is: how can we describe curves that fail the vertical-line test, or curves where position depends on time, using a pair of functions that work together? Parametric functions provide the answer, and they are a core tool in the IB HL curriculum.
Core Principles & Definitions
A parametric function defines a curve by expressing both x and y as separate functions of an independent variable, usually called t. As t changes, the point (x(t), y(t)) traces out a path on the coordinate plane. The variable t is the parameter, and it often represents time, an angle, or any other quantity that drives the motion.
The Parameter t
Component Functions
Direction & Orientation
Eliminating the Parameter
Visualising Parametric Curves
The diagram below shows how the parametric equations x = 2cos(t) and y = 2sin(t) generate a circle. On the left, you can see how x and y each vary as functions of t. On the right, the resulting curve is plotted on the xy-plane with arrows indicating the direction of travel as t increases from 0 to 2π.
Notice that neither the cyan curve nor the pink curve alone is a circle. It is only when we combine x(t) and y(t) into ordered pairs that the circular shape emerges. This illustrates the power of parametric representation: individual component functions can be simple waves, yet together they generate complex and beautiful curves.
Mathematical Framework
The formal definition is straightforward. Given two functions f and g, the parametric equations x = f(t) and y = g(t) define a curve C in the plane. The variable t ranges over some interval, often [0, 2π] for closed curves or all real numbers for open curves.
Eliminating the Parameter
To convert parametric equations into a Cartesian equation, solve one equation for t and substitute into the other. For the circle example, use the Pythagorean identity: cos²(t) + sin²(t) = 1. Since x = 2cos(t) means cos(t) = x/2 and y = 2sin(t) means sin(t) = y/2, substitution gives the familiar Cartesian form.
Gradient of a Parametric Curve
To find the slope dy/dx without eliminating the parameter, use the chain rule. Since dy/dx = (dy/dt) ÷ (dx/dt), you can differentiate each component function with respect to t and divide.
Important Parametric Curves
Several families of curves appear frequently in the IB syllabus and beyond. Understanding these standard examples helps you recognise patterns and quickly set up parametric equations for new situations.
| Curve | Parametric Equations | Cartesian Form |
|---|---|---|
| Circle | x = r cos(t), y = r sin(t) | x² + y² = r² |
| Ellipse | x = a cos(t), y = b sin(t) | x²/a² + y²/b² = 1 |
| Line Segment | x = x₁ + t(x₂ − x₁), y = y₁ + t(y₂ − y₁), t ∈ [0,1] | y − y₁ = m(x − x₁) |
| Parabola | x = t, y = t² | y = x² |
| Cycloid | x = r(t − sin t), y = r(1 − cos t) | No simple Cartesian form |
The ellipse is a generalisation of the circle: when a = b, the ellipse becomes a circle. The line segment is particularly useful in IB problems involving vectors, since the parametric form x = x₁ + t(x₂ − x₁) is equivalent to a vector equation of a line. The cycloid is famous for being the curve of fastest descent — a result that can only be elegantly expressed parametrically.
Worked Example
Let us work through a complete IB-style problem. We are given the parametric equations x = 3cos(t) + 1 and y = 2sin(t) − 2 for 0 ≤ t ≤ 2π. We will sketch the curve, eliminate the parameter, and find the gradient at t = π/4.
Parametric vs Cartesian: Strengths & Limitations
You might wonder: if we can often convert back to Cartesian form, why bother with parametric equations at all? The two representations have distinct advantages depending on the situation.
| Feature | Parametric Form | Cartesian Form |
|---|---|---|
| Vertical-line test | Not required — can describe any curve, even those that double back | y = f(x) must pass the test (one y per x) |
| Direction / motion | Built in — as t increases, you see which way the curve is traced | No inherent direction information |
| Complex curves | Handles spirals, cycloids, Lissajous figures naturally | Many complex curves have no simple Cartesian equation |
| Simplicity | Requires two equations | A single equation — often easier for basic curves |
| Finding intersections | More complex — must check if curves pass through the same point at the same or different t values | Straightforward — solve simultaneous equations |
Connections to Advanced Topics
Parametric functions in AHL 2.10 connect directly to several advanced areas you will encounter later in the IB and in university mathematics. Understanding these links helps you see why mastering the basics now pays off.
| AHL 2.10 Concept | Advanced Extension |
|---|---|
| Parametric equations x = f(t), y = g(t) | Vector-valued functions r(t) = ⟨f(t), g(t), h(t)⟩ in 3D (multivariable calculus) |
| Gradient dy/dx = (dy/dt)/(dx/dt) | Arc length: L = ∫√((dx/dt)² + (dy/dt)²) dt (calculus option) |
| Eliminating the parameter | Polar coordinates r = f(θ) — another alternative coordinate system |
| Direction of traversal | Velocity and acceleration vectors in physics and kinematics |
Practice Problems
Lesson Summary
Parametric functions describe curves by expressing both x and y as separate functions of a parameter t. This approach captures curves that fail the vertical-line test, encodes direction of traversal, and naturally models real-world motion. Standard examples include circles (x = r cos t, y = r sin t), ellipses (x = a cos t, y = b sin t), and line segments. You can convert to Cartesian form by eliminating the parameter, though this may lose direction and timing information.
The gradient of a parametric curve is found using dy/dx = (dy/dt) ÷ (dx/dt), which applies the chain rule without needing to eliminate t first. Horizontal tangents occur when dy/dt = 0 (and dx/dt ≠ 0), and vertical tangents occur when dx/dt = 0 (and dy/dt ≠ 0). These tools connect directly to vector-valued functions and arc length in more advanced courses. Master the interplay between parametric and Cartesian forms, and you will have a powerful toolkit for describing any curve you encounter.