Intuition behind area of ellipse

euclidean-geometrygeometryintuition

This is not meant to be a formal proof, but I just wanted to know if this is a valid way of thinking about the area of an ellipse. It does assume knowledge of the area of a circle, but this can be proven without knowledge of the area of an ellipse. I also don't know how to include pictures, so please excuse that.

Draw an ellipse with semi-major axis $a$ and semi-minor axis $b$. Because $a$ and $b$ are both linear quantities (i.e. they have units of distance), $k=\frac{b}{a}$ is dimensionless. Hence, we can draw a new ellipse with a semi-major axis of $ka$ and a semi-minor axis of $b$. Because $b=ka$, this new ellipse is a circle of radius $b$, so it has an area of $$A_{circ}=\pi b^2.$$ Because $a$ and $b$ are both linear, the area of the first ellipse, $A$, can be expressed as the product of these two quantities and some constant. Also, because $A$ was only scaled by a factor of $k$ in one dimension to get $A_{circ}$, $$kA=A_{circ}.$$ Substituting, $$\left(\frac{b}{a}\right)A=\pi b^2$$ $$\therefore \boxed{A=\pi ab}$$ as desired. $\blacksquare$

Best Answer

This is completely non rigorous, but $\pi ab$ is kind of the only thing it can be. If we find a formula for the area of an ellipse, it needs to meet a few conditions:

1: It only depends on $a$ and $b$

2: When either $a=0$, $b=0$, or both, $A=0$.

3: When $a=b$, the formula must reduce to $\pi a^2$

4: It must follow the typical properties of area: scaling one of the dimensions by a factor $k$ should produce an area scaled by a factor of $k$ and scaling both by a factor of $k$ should produce an area scaled by a factor of $k^2$.

5: It must be "symmetric" to $a$ and $b$, that is, interchanging them doesn't change the formula.

You can think long and hard about this, but $A=\pi ab$ is the only thing that works.