Pure · Coordinate geometry
1 / 11
Parametric curves
Defining a curve by parametric equations x = f(t), y = g(t), finding the coordinates of points on the curve, finding the parameter value at a given point, and reading off the range of x- and y-values from the domain of t.
Pure · Coordinate geometry
Parametric curves
Defining a curve by parametric equations x = f(t), y = g(t), finding the coordinates of points on the curve, finding the parameter value at a given point, and reading off the range of x- and y-values from the domain of t.
Why it works
So far every curve has been a single equation linking and directly — a Cartesian equation like . A parametric equation describes the same sort of curve a different way: both coordinates are given separately, each as a function of a third variable called the parameter, usually :Think of as time. At each instant the two formulas hand you an -coordinate and a -coordinate, so they hand you a point. Let run through its values and the moving point traces out the curve. This is exactly how you would describe the path of a thrown ball — its horizontal and vertical positions are each their own function of time — which is why parametric equations are the natural language for motion (and why this chapter ends with modelling).
Finding a point. Substitute the value of into both formulas. If and , then at the point is .
Going backwards — finding at a point. You are given and must find the parameter. Use one coordinate to solve for , then check it in the other: the value must work for both, or the point is not on the curve. For and the point : from we get , and then matches — so .
The domain of controls the curve. If the parameter is restricted (say , or ), only part of the curve is drawn. The set of -values it covers — the range of — comes from putting that domain through ; likewise for . Treat each coordinate as a function of and find its greatest and least values over the domain, watching for a turning point inside the interval, not just the endpoints.
The picture below is the curve — a parabola lying on its side, opening to the right. Notice the same curve a Cartesian equation would write as .