november1992
- 120
- 0
Homework Statement
Evaluate ∫∫∫\sqrt{x^{2} + y^{2}} dA where R is the region bounded by the paraboloid y=x^2+z^2 and the plane y=4
Homework Equations
I believe this is a problem where cylindrical coordinates would be useful
0 ≤ z ≤ \sqrt{4-x^2}
0 ≤ r ≤ 2 ( I think this is wrong).
0 ≤ θ ≤ 2\pi
The Attempt at a Solution
Integrate[ r^2, {\[Theta], 0, 2*Pi}, {r, 0, 2}, {z, 0, Sqrt[4 - r*Cos[\[Theta]]^2]}]
There isn't an output when I enter this line. I checked for the syntax on the wolfram reference page so I think the problem is with the limits of integration.