How do I parameterise $x^2-y^2+z^2=0$ where $y\in [0,1]$ ?
Here's my thought process right now, but I'm not sure:
$x^2-y^2+z^2=0$
$x^2+z^2=y^2$
Let $y=u$
Then can you just parametrise it like you would a circle?
How do I parameterise $x^2-y^2+z^2=0$ where $y\in [0,1]$ ?
Here's my thought process right now, but I'm not sure:
$x^2-y^2+z^2=0$
$x^2+z^2=y^2$
Let $y=u$
Then can you just parametrise it like you would a circle?
Yes, so $(x,y,z)=(u\cos t, u, u\sin t)$ is a parametrization, where $u\in[0,1]$ and $t\in[0,2\pi)$. Since it is a surface, we have two parameters, $u$ and $t$.