Ellipse formulas
Area = pi * a * b, where a and b are the semi-major and semi-minor axes. Unlike the circle, the exact perimeter of an ellipse has no simple closed-form expression.
The Ramanujan approximation gives a highly accurate estimate: P ≈ pi * (3(a+b) - sqrt((3a+b)(a+3b))). Eccentricity measures how "stretched" the ellipse is: e = sqrt(1 - (b/a)^2), where 0 is a circle and values approaching 1 are very elongated.
A = pi * a * b
Exact area.
e = sqrt(1 - (b/a)^2)
Eccentricity, 0 ≤ e < 1.