How to get the radius of an ellipse at a specific angle by knowing its semi-major and semi-minor axes?
Please take a look at this picture :

How to get the radius of an ellipse at a specific angle by knowing its semi-major and semi-minor axes?
Please take a look at this picture :

The polar form of the equation for an ellipse with "horizontal" semi-axis $a$ and "vertical" semi-axis $b$ is
$$r = \frac{ab}{\sqrt{a^2\sin^2\theta+b^2\cos^2\theta}}$$
Here, $\theta$ represents the angle measured from the horizontal axis ($30.5^\circ$ in your case), and $r$ is the distance from the center to the point in question (the radius you seek).