Consider a circle of radius $r_s$ that is tangent to two curves $r(\theta)$ and $R(\theta)$ at points $E_1, E_2$ respectively, defined in polar coordinates. Knowing the function $r(\theta)$, find the function $R(\theta)$, so that when rotating both function in opposite directions by some angle $d\phi$ around the center of the coordinate system, the circle remains on the line OS (where O is the center of the coordinate system and S being the center of the circle) and is tangent to both curves at one point respectively. Can be thought of as if the circle rolls on both surfaces without slipping.
In case where curve $r(\theta)$ is a circle with radius $r$, the other curve $R(\theta)$ is also a circle with the radius $R = r+2r_s$.
I can generate the points of function $R(\theta)$ numerically, but I am struggling to find a way to get an analytic solution for the curve $R(\theta)$. Any thoughts?
A drawing for (maybe) better understanding of the problem: problem
What if we allow the movement of the point $S$ along the $r$ axis, on the line $OS$, without allowing its angular displacement? Then we could have a function $r(\theta)$ and I assume a possible corresponding curve $R(\theta)$ that allows the rolling motion of the circle.
– tragus Feb 12 '24 at 05:46