How could we draw the surface?

35 Views Asked by At

I want to draw the solid that has volume equal to $\int_0^3\int_0^2 (9+x^2+y^2)\,dx\,dy$

Then volume of a surface $z=f(x,y)$ under the region $D$ is the double integral of $f$ over $D$, right?

So we we have to draw the surface $z=9+x^2+y^2$ under the region $[0,3]\times [0,2]$ ?

But how could we draw that surface?

1

There are 1 best solutions below

0
On

Hint: Set $x^2+y^2=r^2$ and plot $z=9+r^2$ in 2d, then revolve.