Convert $r(t,s)=\langle t+s,t-s,t^2+s^2\rangle$ to Cartesian coordinates?
I really have no idea how to do this. I tried using sphere coordinates but that didn't lead to anywhere. I checked online that the surface is actually a paraboloid.
Convert $r(t,s)=\langle t+s,t-s,t^2+s^2\rangle$ to Cartesian coordinates?
I really have no idea how to do this. I tried using sphere coordinates but that didn't lead to anywhere. I checked online that the surface is actually a paraboloid.
If $x=t+s$ and $y=t-s$, you can solve these as a system of equations for $t$ and $s$. This gives $t=\frac12(x+y)$ and $s=\frac12(x-y)$. Then you can substitute these into $z=t^2+s^2$ to get $z$ as a function of $x$ and $y$.