I am currently working on understanding this problem and am in need of some assistance. I'll let you know what I've done so far, and then hopefully someone will be able to help me.
So the problem is as follows:
Give a parametrization to the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2}$ = 1, a,b > 0 and write down the range of your parameter. Then use this parametrization to find the area this ellipse encloses.
Alright so I believe I've gotten the correct parametrization with the following
x = a cos t
y = b sin t
And the formula for the area is: $\int y dx$
The only thing I'm stuck on is how to find the correct range of parameters and how to evaluate the integral. I believe there is some sort of trick to figuring out the integral because if you try to evaluate it normally the top will cancel the bottom and you'll end up with zero.