How would you eliminate the parameter where the x coordinate is in terms of t, but the t is squared.
x= 3t - $t^2$
y= t + 1
I know to solve for y as a function of x, but I'm not sure how to do so with powers.
How would you eliminate the parameter where the x coordinate is in terms of t, but the t is squared.
x= 3t - $t^2$
y= t + 1
I know to solve for y as a function of x, but I'm not sure how to do so with powers.
$y = t + 1 \implies t = y-1 \implies x = 3t-t^2 = 3(y-1)-(y-1)^2$.
This is a quadratic in $y$ and can be solved using the quadratic formula.