Parametric Equations
Parametric Equations
(x(t), y(t))
Parametric equations are useful to define things which are not explicitly functions
-10 -5 0 5 10
-5
Deparameterizing
Parametric equations can be rewritten into single equations
2
x(t) = t − 3, y(t) = 2t + 1
y − 1
t =
2
Parameterize
First, it is always possible to parameterize a curve by defining x(t)=t, then replacing x with t in the equation for y(t).
2
y = 2x − 3
2
x(t) = t, y(t) = 2t − 3
x(t) = 3t − 2
2
= 2(9t − 12t + 4) − 3
2
= 18t − 24t + 5
Finally giving
2
x(t) = 3t − 2, y(t) = 18t − 24t + 5