kmarinas86
- 974
- 1
How do you derive the average abs(y) value of points on the surface of a sphere with a radius of 1 centered at (x,y,z)=(0,0,0)?
I'm assuming that the points are sampled evenly, or that you can integrate for all points without any distortions that result by averaging over the xy-plane.
How do you do this?
Motivation: I wanted to know the average cos(theta) for a unit vector of a random direction, where theta is the angle away from the xy-plane. I know that I can't just arrive at this by averaging the height over the xy-plane because doing so under-represents points on the sphere with a larger x^2+y^2. I strongly suspect that this value will be less than 2/3. I am guessing that when it's solved, it will be 1/2, but I don't really know. I need to know how to do this. Thank you!
I'm assuming that the points are sampled evenly, or that you can integrate for all points without any distortions that result by averaging over the xy-plane.
How do you do this?
Motivation: I wanted to know the average cos(theta) for a unit vector of a random direction, where theta is the angle away from the xy-plane. I know that I can't just arrive at this by averaging the height over the xy-plane because doing so under-represents points on the sphere with a larger x^2+y^2. I strongly suspect that this value will be less than 2/3. I am guessing that when it's solved, it will be 1/2, but I don't really know. I need to know how to do this. Thank you!
Last edited: