Property
Suppose t is a number on an interval, I. The set of ordered pairs, (x(t),y(t)), where x=f(t) and y=g(t), forms a plane curve based on the parameter t.
The equations x=f(t) and y=g(t) are the parametric equations. When we parameterize a curve, we are translating a single equation in two variables, such as x and y, into an equivalent pair of equations in three variables, x, y, and t.
Examples
- To parameterize the curve y=x2+5 with x(t)=t, we substitute t for x to get the parametric pair: x(t)=t and y(t)=t2+5.
- To model an object moving from (1,2) to (9,5) in 3 seconds, the x-position changes by 8 units, so x(t)=38t+1. The y-position changes by 3 units, so y(t)=33t+2=t+2.