I have a cylinder of radius $R$, and I wish to draw a circle of radius $r$ on its surface that does not wrap around it. So, the centre will lie somewhere on the surface of the cylinder, and the whole of the circle will lie on the surface as well.
Can someone help me to find a parametric representation?
Credit goes to @achillehui for giving me the answer. I am just elaborating on what he said, and clearing up why the scaling by $R$ is needed.
Quoting @achillehui from above:
Scaling this by $R$ gives $(u,v)↦(x,y,z)=(R,u,v)$ so that we have: $$u^2+v^2=1 \:(\rm{circle}) \mapsto y^2 + z^2 =1 \:\rm{(circle)}.$$
This can be seen clearly by looking at the action of the mapping on the line $u=\rm{const.}$, which maps onto a circle concentric with the cylinder's axis. For the unscaled map, the interval of length $2\pi$ is mapped onto a circle of length $2\pi R$, which clearly involves a scaling by factor $R$. Dividing by $R$ thus ensures isometry.
------------------------------------------- IMAGES ------------------------------------------------