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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top