The ellipse x²/a² + y²/b² = 1 encloses area πab. Reduces to πa² for a circle (b = a). Derived by scaling the unit circle uniformly in one direction.
Method 1 — Scaling argument:
The ellipse x2/a2+y2/b2=1 is obtained from the circle x2+y2=a2 by the transformation (x,y)↦(x,by/a), which scales all y-coordinates by b/a.
A uniform scaling in one direction scales all areas by the same factor. Therefore:
Area of ellipse=ab×Area of auxiliary circle=ab×πa2=πab
Method 2 — Integration:
For the upper half of the ellipse, y=b1−x2/a2. Total area:
A=2∫−aab1−a2x2dx
Substitute x=asinθ, dx=acosθdθ:
A=2∫−π/2π/2bcosθ⋅acosθdθ=2ab∫−π/2π/2cos2θdθ
=2ab⋅2π=πab
Special cases: a=b=r gives πr2 (circle); b→0 gives area →0 (degenerate ellipse collapses to a line segment).