Given curve $c(t)=\langle \sqrt{1-t^2}\cos t,\sqrt{1-t^2}\sin t,t\rangle$ and $|t|\le 1$ does the curve lie on a sphere which has radius of $1$ and is centered at $(0,0,0)$?
I thought that: $$ x=\sqrt{1-t^2}\cos t\implies\cos t=\frac{x}{\sqrt{1-t^2}}\\ y=\sqrt{1-t^2}\sin t\implies\sin t=\frac{y}{\sqrt{1-t^2}} $$ but I have no idea what to do with $z$ coordinate.
Hint The equation for a unit sphere of radius $1$ centered at the origin has the Cartesian equation:
$$x^2+y^2+z^2=1$$
Can you show that your parameterization satisfies this equation?