I have to calculate the volume under the surface $$f(x,y)=e^{-(x^2+y^2)}$$
I have no clue what to do, but I'm just using the integration I learned.
I take a little slice, and the area of that slice should be $$\int_{-\infty}^{\infty}e^{-(x^2+y^2)}\,dx$$
Then, I have to evaluate this slice for each $y$, so I have to take the integral of this integral, if it makes sense or something...
So I got $$\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^2+y^2)}\,dx\,dy$$
I have no clue how to evaluate the integral, but I punched this exact expression into a calculator and got 3.1415926..., so I think I did something meaningful...
Does what I did work, find the area of a slice for some random $y$ and integrate that slice area expression from $y=-\infty$ to $y=+\infty$??
Update: How do I switch this into polar coordinates?