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?