How to analytically prove this result?

111 Views Asked by At

Let x and y coordinates be

$$x = a_1 cos(\theta_1)+a_2cos(\theta_1)cos(\theta_2) - a_2sin(\theta_1)sin(\theta_2)$$

$$y = a_1 sin(\theta_1)+a_2cos(\theta_1)sin(\theta_2) + a_2cos(\theta_2)sin(\theta_1)$$

How can I analytically prove that if $a_1>a_2$ the result will be the shape below for $\theta_1$ and $\theta_2$ ranging from 0 to 360.

enter image description here

1

There are 1 best solutions below

2
On BEST ANSWER

You can write your equations as $$x = a_1 \cos(\theta_1)+a_2\cos(\theta_1+\theta_2)$$ and $$y = a_1 \sin(\theta_1)+a_2\sin(\theta_1+\theta_2)$$ This implies \begin{align}x^2+y^2&=a^2_1+a^2_2+2a_1a_2(\cos(\theta_1)\cos(\theta_1+\theta_2)+\sin(\theta_1)\sin(\theta_1+\theta_2))\\&=a^2_1+a^2_2+2a_1a_2\cos(\theta_2).\end{align} Since $-1\le\cos(\theta_2)\le1$, we have $$(a_1-a_2)^2\le x^2+y^2\le(a_1+a_2)^2.$$ And that's what we see in your picture: all points lie in the annulus between the circles with radii $a_1-a_2$ and $a_1+a_2$.