Surface area of a shifted sphere in spherical coordinates

MilkyWay2020
Messages
2
Reaction score
1

Homework Statement



find the surface area of a sphere shifted R in the z direction using spherical coordinate system.

Homework Equations



$$S= \int\int \rho^2 sin(\theta) d\theta d\phi$$

$$x^2+y^2+(z-R)^2=R^2$$

The Attempt at a Solution



I tried to use the sphere equation mentioned above and solve for ρ, using the definition of ρ and z in spherical coordinate system, this gives me:

$$x^2+y^2+z^2+R^2-2 R z= R^2$$
$$\rho^2-2 R \rho cos(\theta)= 0$$
$$\rho= 2 R cos(\theta)$$

then substitute in the integral:

$$S= \int\int 4 R^2 cos(\theta)^2 sin(\theta) d\theta d\phi$$

and integrate with the following boundaries:

θ: 0 → π/2
Φ: 0 → 2π

this gives a wrong answer of:

$$\frac{8 \pi R^2}{3}$$

What am I missing? This is a very basic problem but I cannot put my hand on the mistake.
 
Physics news on Phys.org
MilkyWay2020 said:

Homework Statement



find the surface area of a sphere shifted R in the z direction using spherical coordinate system.

Homework Equations



$$S= \int\int \rho^2 sin(\theta) d\theta d\phi$$

$$x^2+y^2+(z-R)^2=R^2$$

The Attempt at a Solution



I tried to use the sphere equation mentioned above and solve for ρ, using the definition of ρ and z in spherical coordinate system, this gives me:

$$x^2+y^2+z^2+R^2-2 R z= R^2$$
$$\rho^2-2 R \rho cos(\theta)= 0$$
$$\rho= 2 R cos(\theta)$$

then substitute in the integral:

$$S= \int\int 4 R^2 cos(\theta)^2 sin(\theta) d\theta d\phi$$
With your choice of variables shouldn't that be a ##\sin\phi## in the integral?
 
You need to recalculate the metric for the new parametrization. Your form of the integral implicitly assumes ##\rho=\text{constant}##.
 
Haborix said:
You need to recalculate the metric for the new parametrization. Your form of the integral implicitly assumes ##\rho=\text{constant}##.

I was afraid someone would post this specific answer. I had my doubts, but I thought the problem is too easy to get complicated. I think I was wrong about that.

Thank you, I am able to find the solution I am looking for.
 
  • Like
Likes berkeman
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