Intuition behind area of ellipse

405 Views Asked by At

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$

3

There are 3 best solutions below

3
On 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.

0
On

This is valid because an ellipse is indeed an affine transform of a circle. The hard part, of course, is proving that an ellipse is just a stretched circle, but that depends on how you define an ellipse in the first place.

A simpler, but equivalent, way to think about it is to just take a circle and stretch it until it becomes the ellipse. The ratio of the areas is just how much you stretched, which removes the need for proving $k$ is dimensionless and that type of stuff.

2
On

The way you word your argument, it sounds like you're considering a family of ellipses, but you make inconsistent assumptions about which ellipses are in this family. At first you claim they all have the same $b/a$, but then you claim they include a circle, which for $a\ne b$ contradicts what you said originally.

However, that could be my misinterpreting what you meant when you said "$b/a$ is a constant". I've since concluded what you meant by "linear quantities" is quantities with the dimension of length, and by "constant" you meant "dimensionless". (Edit: your response to @RobertIsrael confirmed my interpretation of "linear", but I hadn't noticed it.)

Then your argument makes a lot more sense; you're seeing an ellipse as a circle scaled parallel to one axis, so its area varies in proportion to that axis. Then you're basically reasoning as @K.defaoite did.