Flux through sphere NOT centred at origin

sandy.bridge
Messages
797
Reaction score
1

Homework Statement


Let's say the sphere has a radius of 3 and is centred at (3, 0, 3). Is there a way to implement spherical cooridnates, or is it essentially impossible for this situation to not get messy? I have searched everywhere as to how I can evaluate this, but to no avail. Any help is greatly appreciated.
 
Physics news on Phys.org
sandy.bridge said:

Homework Statement


Let's say the sphere has a radius of 3 and is centred at (3, 0, 3). Is there a way to implement spherical cooridnates, or is it essentially impossible for this situation to not get messy? I have searched everywhere as to how I can evaluate this, but to no avail. Any help is greatly appreciated.

Try translating the origin. If the sphere is centered at (a,b,c) try$$
x = a+\rho \sin \phi \cos\theta$$ $$
y = b +\rho \sin \phi \cos\theta$$ $$
z = c +\rho\cos\phi$$This will give you the usual formua for ##d\vec S##. ##\rho## would be the constant radius of the sphere.
 
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