bigplanet401
- 101
- 0
Homework Statement
Use the parametric equations of an ellipse, x = f(t)= a cos t and y = g(t) = b sin t, 0 <= t <= 2 pi, to find the area that it encloses.
Homework Equations
Integral for parametric equations.
The Attempt at a Solution
<br /> A = \int_0^{2 \pi} g(t) f^\prime(t) \; dt<br /> <br /> = \int_0^{2 \pi} -ab sin^2 t \; dt<br /> <br /> = \frac{-ab}{2} \int_0^{2 \pi} (1 - cos 2t) \; dt<br /> = \frac{-ab}{2} (t - \frac{1}{2} sin 2t ) \vert_0^{2 \pi}<br /> = -\pi a b<br />
But why the negative sign??