I'm trying to find out 3D parametric equations for a cycloid. I know that a cycloid is a 2D curve that is generated by a point on a rolling circle.
But my circle is rolling around another circle, and both of these circle axes are perpendicular to each other. The second circle is stationary and the first circle with the point is rolling around the fixed one. I need to get an equation for the curve generated by the point.
Please avoid vectors.
The 2D parametric equation for the cycloid is
$$\begin{align*}x(t)&=rt-r\sin(t)\\ y(t)&=r-r\cos(t)\end{align*}$$
where $r$ is the radius.
I need this
$x(u,v)=?\\ y(u,v)=?\\ z(u,v)=?$
I have been trying to get this for a year for my project. 3D equations are tough. Any help would be appreciated. thanks
Picture to show my problem