Pure · Coordinate geometry
1 / 9
Modelling with parametric equations
Using parametric equations to model real situations where x and y each depend on time — projectiles and rotating points — reading positions, maxima and ranges from the model, and finding the Cartesian equation of the path.
Pure · Coordinate geometry
Modelling with parametric equations
Using parametric equations to model real situations where x and y each depend on time — projectiles and rotating points — reading positions, maxima and ranges from the model, and finding the Cartesian equation of the path.
Why it works
Parametric equations earn their keep in modelling, because in the real world horizontal and vertical position are usually separate functions of time. A single Cartesian equation hides the time information; the parametric form keeps it, so you can answer "where is it?" and "when?" in the same breath. Here the parameter genuinely is time (seconds), and , are positions (metres).Reading the model. Most questions are substitution in disguise:
- Position at a given time — put the value of into both equations.
- When does it reach the ground / the axis? — set (or whichever coordinate)
- Greatest height / range — the height is typically a quadratic in ;
- The path — eliminate to get the Cartesian equation in terms of ,
A projectile thrown with traces the arc below: it leaves the origin, rises to a greatest height, and lands again when .Rotating points use the circle parametrisation. A point on a wheel of radius with centre has position ; its height swings between and , and its path is the circle .
Keep the units and the domain. usually (time doesn't run backwards), and an answer like a height or a distance should carry its unit and be physically sensible.