Calculating major axis of an ellipse

2.3k Views Asked by At

How do I calculate the length of the major axis of an ellipse? I have the eccentricity and the length of the semi-major axis.

3

There are 3 best solutions below

2
On BEST ANSWER

As wikipedia points out, the eccentricity $\epsilon$ of an ellipse obeys the equation $$\epsilon=\sqrt{1-\left(\frac{b}{a}\right)^2}$$ where $a$ and $b$ are respectively the semi-major and semi-minor axes of the ellipse.

0
On

Multiply the semi-major axis by 2, and that's the major axis.

0
On

The semi-minor axis $b$ of an ellipse can be found by the equation $${b}=\sqrt{{a}^2(1-\epsilon^2)}$$

where $a$ and $\epsilon$ are respectively the semi-major axis and eccentricity of the ellipse.