Given the following equations:
$$x=t^2$$
$$y=t^2$$
$$z=2t+3$$
Show that the graph of the curve $(t^2,t^2,2t+3)$ lives in a plane and that, within that plane, the graph is a parabola.
My attempt, so far:
From the first two equations $x=y$, meaning the curve belongs to the $x-y=0$ plane.
Plugging the first or second equation into the third one:
$$((z-3)/2)^2=x,\>\>\> ((z-3)/2)^2=y$$
This tells me it is parabola in the zx and zy planes respectively , I guess ??
A matlab plot shows it is , in fact, a parabola in the $x-y=0$ plane. What I am doing wrong and how do I show it?

Rotate the $xyz$-coordinates by 45 degrees around the $z$ axis to the $uvz$-coordinates, which is equivalent to
$$x=u+v, \>\>\> y=u-v$$
Rewrite the curve in the $uv$-coordinates
$$u+v=t^2, \>\>\>u-v=t^2$$
Then, we have $u=t^2$ and $v=0$. So, the curve lies in the plane $v=0$, with the $uz$ coordinates given by,
$$u = t^2$$ $$z=2t+3$$
Eliminate $t$ to get the standard parabola equation in the plane $v=0$ (or, the plane $x=y$ in the original coordinates)
$$(z-3)^2=4u$$