I want to have two ellipses with constant radial gap in between. Basically if the ellipse 1 is:
$$r_1\left( \theta\right)=\frac{1}{\frac{{\cos^2\theta}}{a_1^2}+\frac{{\sin^2\theta}}{b_1^2}}$$
and ellipse 2 is
$$r_2\left( \theta\right)=\frac{1}{\frac{{\cos^2\theta}}{a_2^2}+\frac{{\sin^2\theta}}{b_1^2}}$$
Now for each $a_1$ and $b_1$ how can I find $a_2$ and $b_2$ to have
$$r_2\left( \theta\right)=r_1\left( \theta\right)+c$$
P.S. Even approximate solutions would also do. I mean even if there is no analytical solution for a constant $c$ radial gap between two ellipses, maybe there is a $c(\theta)$ where it's variation is minimum from 0 to $2\pi$. In other words if we define average gap size as:
$$c_{avg}=\frac{1}{2\pi}\int^{2\pi}_0\left( r_2\left( \theta\right)-r_1\left( \theta\right) \right)d\theta$$
How to find the $a_2$ and $b_2$ in a way to minimize absolute deviation of gap size from average:
$${d}_{abs}=\frac{1}{2\pi}\int^{2\pi}_0\left| c\left( \theta\right)-c_{avg} \right|d\theta$$