Potential inside of chrged non-conductive sphere

  • Thread starter Thread starter anizet
  • Start date Start date
  • Tags Tags
    Potential Sphere
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 7K views
anizet
Messages
13
Reaction score
0

Homework Statement


A charge is distributed uniformly throughout a non-conducting spherical volume of radius R. Show, that the potential at distance r from center (r<R) is given by:
V=q(3*R^2-r^2)/(8*PI*e0*R^3)

Homework Equations


From Gauss low:
E(r)=q*r/(4*PI*e0*R^3)

E(r)=-grad(V(r))

The Attempt at a Solution


After integrating I got:
V(r)=-q*R^2/(8*PI*e0*R^3)
which is in fact stupid, as it yields V=0 at r=0. So probably I integrated with wrong limits.
How to obtain correct formula?
 
Physics news on Phys.org
I made a small mistake in typing the formula on V that I obtained. It should be:
V(r)=-q*r^2/(8*PI*e0*R^3)
 
And R = radius of gaussian surface
r = radius of your sphere?
please be precise.
 
Never mind, I've solved it.

You have two different functions for the electric field.
If r > R, [tex]E = \frac{kQ}{r^2}[/tex] where [tex]k = \frac{1}{4\pi\epsilon_0}[/tex]
if r < R, [tex]E = \frac{kQr}{R^3}[/tex]

so V of r < R will be the negative integral of r > R from R to infinity plus the negative integral of r < R from r to R.

[tex]V = - \int^{R}_{\infty} \frac{kQ}{r^2}dr - \int^{r}_{R} \frac{kQr}{R^3}dr[/tex]

[tex]V = \frac{kR}{R} - \frac{kR}{2R^3}(r^2-R^2) = \frac{2kQR^2}{2R^3} + \frac{kQR^2}{2R^3} - \frac{kQr^2}{2R^3} = \frac{kQ(3R^2 - r^2)}{2R^3}[/tex]

subbing k back in = [tex]\frac{Q(3R^2 - r^2)}{8 \pi \epsilon_0 R^3}[/tex]

phew.. Hope there are no errors in that haha. I have been up for far too many consecutive hours..
 
Last edited:
Thank you very much for the reply!
I have just one more question: why should I integrate from infinity to zero, not from zero to infinity?
 
Sorry again: from inf to r not from r to inf, I meant.
 
One more correction:
Why should I integrate from infinity to r not from zero to r?
I hope, now it's ok...
 
because if we integrated from zero to r, that would give us V for inside the gaussian surface as well as inside the sphere.

Sorry for the late reply I was away for sometime.