t = x − 2 ⇒ x = t + 2 y = x 2 + 1 ⇒ y = ( t + 2 ) 2 + 1 = t 2 + 4 t + 5 { y = t 2 + 4 t + 5 x = t + 2
The parametric equations for the function y = x 2 + 1 with the parameter t = x − 2 are x = t + 2 and y = t 2 + 4 t + 5 . This allows you to represent the same parabola using a parameter. By varying t , you can find different points on the curve easily.
;