I am stuck on the following problem:
Let $A= \{(0,y,z):z^2 + (y-2)^2=1 \}$ and let $B$ be the set obtained by rotation of $A$ around the $z$-axis. Determine a parametrization for $B$.
I have a faint idea that the parametrization should be along the lines of:
\begin{align}x&= 2+\cos u \\y&=2 + \cos v \\ z&=\sin v \end{align}
In which $y,z$ are the polar coordinates for the circle given in $A$ in the $y,z-$plane. As $B$ is the rotation along the $z$-axis, I guessed $x$ should be something like $x=2 + \cos \psi$ akin to $y$, but the answer in the book is:
\begin{align}x&=(2+ \cos v) \cos u \\ y&=(2 + \cos v) \sin u \\ z&=\sin v\end{align}
I checked on Wolfram Alpha and my parametrization describes a tube while the solution (correctly) describes a torus, but I don't know how to arrive at it. Is there some general procedure? The book I am reading basically said: "Look at these (simple) examples. Now handle this".
I think that taking the vector $(2+\cos v,2+ \cos v )$ we'd need to "regulate" it's length by multiplying each coordinate by $\cos u, \sin u$ but I can't put it into words in a way that makes sense. Perhaps thinking about polar coordinates with $r=2+\cos v$?