rshalloo
- 48
- 0
Homework Statement
Let [itex]D=\{(x,y,z)| z^{2}=1+x^{2}+y^{2} , 1<z<3\}[/itex] Compute[itex]\int\int_{D}zdS[/itex]
Homework Equations
From lectures I know;
[itex]\int\int_{D}\delta dS=\int\int_{D}\delta\sqrt{(\frac{\partial f}{\partial x})^{2}+(\frac{\partial f}{\partial y})^{2}+1}dxdy[/itex]
The Attempt at a Solution
I'm not sure what I'm doing is correct my answer seems wrong;
[itex]z^{2}=1+x^{2}+y^{2}[/itex]
so
[itex]z=\sqrt{1+x^{2}+y^{2}}[/itex]
Taking partial derivatives of x and y and substituting into equation from 2 I get
[itex]\int\int_{D}\sqrt{5x^{2}+5y^{2}+1}dxdy[/itex]
making change of variables to cylindrical coordinates
[itex]\int\int_{D}\sqrt{5r^{2}+1}r drdt[/itex]
making substitution
[itex]u=5r^{2}+1[/itex]
I get
[itex]\int\int_{D}\sqrt{u} dudt[/itex]
I brought the limits through as well to have limits for u of 0 and 41 and limits of t of 0 and 2[itex]\pi[/itex]
giving me a final answer of 1099.675108 which seems completely wrong;
Any suggestions?