What is the average area of a cut on a sphere by a random plane?

astroboy999
Messages
2
Reaction score
0

Homework Statement



Given a sphere of radius r, what is the average area of a cut given by a random plane meeting the sphere?

The Attempt at a Solution


I just need someone to check my answer, and maybe suggest an alternative solution if there is a better one. I assumed that the cut is horizontal, then t in my integral below denotes the distance of the plane from the center of the sphere.

The answer is given by the integral
\frac{1}{r} \int_{0}^{r} 2 \pi (r^2 - t^2) dt

and it works out to \frac{2 \pi r^2}{3}

In particular, is there a clever solution that may not use an integral? I also may have made calculation mistakes, so I would be grateful if someone checks the answer for me... thanks!
 
Last edited:
Physics news on Phys.org
Where did the initial factor of 2 in the integral come from? The area of the disc cut by a plane at height t is \pi(r^2 - t^2), and you are averaging this over the interval t\in[0,r].
 
Well, don't I want to average over the interval [-r, r]? But maybe I needed the factor of \frac{1}{2r}, instead of \frac{1}{r}. Is that correct?
 
By symmetry, it doesn't matter -- but you must be consistent. You must either integrate from -r to r and divide by 2r, or integrate from 0 to r and divide by r. Either way, the integrand should be \pi(r^2 - t^2)\,dt, without a factor of 2.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top