I am trying to calculate the area of the surface $z = x^2 + y^2$, with $x^2 + y^2 \le 1$. By trying to do the surface integral in Cartesian coordinates, I arrive at the following:
$\int_{-1}^{1}dx \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \sqrt{4x^2 + 4y^2 + 1} dy$
This is a bit hard to calculate, so I tried to switch to polar coordinates, with
$x=r\cos{\theta}$
$y=r\sin\theta$
$r \in [0, 1]$
$\theta \in [0, 2\pi]$
$f(r, \theta) = (r\cos\theta,\ r\sin\theta,\ r^2)$
$\int_0^{2\pi}d\theta \int_0^1 |J|\ ||\frac{\partial f}{\partial r} \times \frac{\partial f}{\partial \theta}||dr$
But this also results in a square root that is hard to integrate. Am I doing the surface integral wrong, or should I take a different approach?
We have $$\int_{-1}^{1}dx \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \sqrt{4x^2 + 4y^2 + 1} ~dy\to \int_0^{2\pi}\int_0^1\sqrt{4r^2+1}\times r\times drd\theta$$ The $J$, when we convert the Cartesian coordinates into Cylindrical coordinates, is always $r$. To see that just follow the definition of $J$ Jacobian matrix.