Find rectangular equation from parametric
$ x = t^{2} + t $
$ y = t^{2} - t $
I tried finding the equation but I am stuck here:
$ x - t^{2} = t $
$ y = t^{2} - t $
$ y = t^{2} - ({x - t^{2}}) $
$ y = t^2 - x + t^2 $
$y = 2t^2 - x $
Is there even a parametric equation for this?
$ y = x - 2t $
substituting t
$ y = x - 2(\frac{x-y}{2})$
and finally
$ y = x - (x - y)$
I end up with no equation ):
– SwagmcMuffin Feb 18 '14 at 07:24$ y = (x-y)^2 - (x-y) $ then $ y = x^2 - 2xy + y^2 - x + y $
I'm mostly lost with (2xy). I do not know how to work with that
– SwagmcMuffin Feb 18 '14 at 07:31