How do you set up a double integral for an ellipse in polar coordinates without using Jacobian or Greens Theorem?
I can't seem to figure out what (or if) the limits of r can possible be.
$x = a\cos(t), y = b\cos(t), ( z = 0)$
$x^2/a + y^2/b = 1$
Thank you.
Try using elliptical coordinates: $$\begin{cases} x = \sqrt{a}\,r\cos t \\ y = \sqrt{b}\,r \sin t\end{cases}.$$
Note that $x^2/a + y^2/b = r$, so the ellipse itself is given by $r = 1$. To get the whole interior, let $0 < r < 1$. Also note that $t$ has to vary between $0$ and $2\pi$ to cover the whole ellipse (even though $t$ does not quite measure the angle between the radius vector of $(x,y)$ and the $x$-axis, as it does in polar coordinates).