Surface integrals to derive area of sphere

bawbag
Messages
13
Reaction score
1
Given a sphere x^2 + y^2 + z^2 = a^2 how would I derive the surface area by using surface integrals?


The method I've tried is as follows: dA = sec\ \gamma \ dxdy where gamma is the angle between the tangent plane at dA and the xy plane. sec \gamma = \frac{|\nabla \varphi|}{\partial \varphi /\partial z}= \frac{\sqrt{(2x)^2 + (2y)^2 + (2z)^2}}{2z}= \frac{a}{\sqrt{a^2 - x^2 - y^2}}

converting to polar coordinates and integrating the expression for sec \gamma\int^{a}_{0}\int^{2 \pi}_{0} \frac{a}{\sqrt{a^2 - r^2}} r \ drd \theta and using substitution u = a^2 - r^2 yields -a \pi [2 \sqrt{a^2 - a^2} - 2 \sqrt{a^2 - 0}]= 2 \pi a^2 Obviously the area of a sphere is 4 \pi a^2 so did I do the calculation wrong, or does this method only find the area of one hemisphere, in which case I should multiply the answer by 2?

Thanks in advance
 
  • Like
Likes WMDhamnekar
Physics news on Phys.org
Yes, you only did the top half of the sphere. It would be much easier using spherical coordinates where$$
dS = a^2\sin\phi~ d\phi d\theta$$
 
  • Like
Likes WMDhamnekar
Thanks, I thought as much. I know how to do it using the spherical polars, but I was just curious as to whether the surface integral method worked as well.

Every day's a school day. Thanks again!
 
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