How can I solve the following multi variable integral:
$\int_{0}^{1}\int_{0}^{\sqrt{1-x^2}} \frac{e^y}{\sqrt{1-x^2-y^2}} dy dx$
I have seen it in an exam. I tried to rewrite it in polar coordinates as follows, but to no avail.
$x^2+y^2 = r ^2$
$y = r.sin(\theta)$
$x = r.cos(\theta)$
$dydx = r dr d\theta$
$\int_{0}^{\pi/2}\int_{0}^{1} \frac{e^{r.sin\theta}}{\sqrt{1-r^2}} r dr d\theta$