dimensionless
- 461
- 1
Homework Statement
Find the average value of z for a the spherical surface of radius R that resides above the x-y plane.
Homework Equations
Equation of a sphere
[tex]x^2+y^2+z^2 = R^2[/tex]
The Attempt at a Solution
I rearrange the equation above and do a double integral
[tex]z_{total} = \int \int \sqrt{ R^2 - x^2-y^2} dx\, dy[/tex]
To get the aver value of z, I divide the whole thing by the surface area in the x-y plane that is bounded by the sphere.
[tex]z_{average} = \frac{1}{\pi R^2} \int \int \sqrt{ R^2 - x^2-y^2} dx\, dy[/tex]
I tried setting the integration limits for x to 0 and [tex]\sqrt{R^2-y^2}[/tex], and y to 0 and R(and I multiplied the whole thing by 4 since the integration is only being taken over a quarter of the surface).
[tex]z_{average} = \frac{4}{\pi R^2} \int_{0}^{R} \int_{0}^{\sqrt{R^2-y^2}} \sqrt{ R^2 - x^2-y^2} dx\, dy[/tex]
When I try to solve this, I get some crazy number with infinity in it. I'm not sure where I'm going wrong.