Is it possible to convert the set of Cartesian equations:
$$x(t) = (20-30)*\cos(2t)+45*\cos(2t*(20-30)/20))$$ $$y(t) = (20-30)*\sin(2t)+45*\sin(2t*(20-30)/20))$$
where
$$t \in [0,2\pi)$$
Into a single Polar-Coordinates equation, so that $f(\theta) = r$?
If so, how?
We know that
$$r=\sqrt[]{x^2+y^2}.$$
Since you have equations for $x$ and $y$ in terms of the angle $t$, you can use the above formula to find a function of $t$ that gives $r$.