Resistance for a sphere in a half sphere containing liquid

AI Thread Summary
The discussion focuses on calculating the electrical resistance between a small copper sphere and the walls of a larger spherical copper bath, with the sphere partially immersed in a poorly conducting liquid. Participants explore the application of the resistivity equation, noting the need to integrate due to the varying cross-sectional area of the liquid. They suggest using spherical polar coordinates and derive the resistance formula through integration, ultimately arriving at R = (ρ/2π) [1/b - 1/a]. The conversation highlights the importance of considering the path length and area when calculating resistance in this non-uniform scenario. The final expression for resistance reflects the relationship between the resistivity of the liquid and the geometry of the system.
TFM
Messages
1,016
Reaction score
0

Homework Statement



A small copper sphere of radius a is half immersed at the surface of a poorly conducting liquid of resistivity \rho. The liquid is contained in a spherical copper bath of radius b, where b>>a and where the bath is concentric with the sphere. Estimate the electrical resistance between the sphere and the walls of the bath, assuming that the copper can be assumed to be a perfect electrical conductor

Homework Equations



R = \rho \frac{A}{l}

The Attempt at a Solution



See I think I need to use the resistivity equation I have above, however, this is only for a wire. Is there a version for situations such as these?

TFM
 
Physics news on Phys.org
It seems to me that you've sort of got a wire here, it's just that its cross-sectional area changes and it's got a weird shape. If b>>a, then doesn't that really mean that the liquid is shaped like a hemisphere? If so, then I think you can just integrate \rho dA / l
 
That makes sense. So:

R v= \rho \frac{dA}{l}

But what would the limits be? Would it be from 0 to Circle(r=a) - Circle (r=a)
 
I agree with zero as the lower limit, this would be the bottom of the pool. The disk's radius at the top would just be b; I think the problem is implying the sphere is small enough to be treated like a point. Dig out the Calculus textbook and you ought to be able to find an example like this one where you're integrating by adding a bunch of disks together.
 
Could we use spherical polar coordinates, do it for a whole sphere, and then half the value?
 
TFM said:

Homework Equations



R = \rho \frac{A}{l}


TFM

Surely this should be

R = rho *L/A
 
R is the integral from a to b of (rho/ 2*pi*r^2)dr

Don't understand the relevance of b>>a though, except that you could
make b infinity.
 
So I dion't need to use:


R = \rho \frac{l}{A}

Expressed in Spherical polar coordinates?
 
TFM said:
So I dion't need to use:


R = \rho \frac{l}{A}

Expressed in Spherical polar coordinates?

r(radius) is a "polar" coordinate. 2*pi*r^2 is the area of a hemisphere.
 
  • #10
Okay, so What should I do for the length part?
 
  • #11
Surely the length is just the difference between the radii?
 
  • #12
Okay, so:

R = \rho \frac{b-a}{2\pi r^2}dr

Does this look okay?
 
  • #13
TFM said:
Okay, so:

R = \rho \frac{b-a}{2\pi r^2}dr

Does this look okay?

Edit: Sorry (had a beer) ignore what I just said (now deleted). The equation looks good in terms of units, beyond that I am unsure.

Edit 2: Now I feel really stupid. The equation won't work because for a start you would get a negative resistance. I am going to go away now to be alone with my shame. Sorry for not being much use.
 
Last edited:
  • #14
Okay, so it should be:

R = \rho \frac{b-a}{2\pi r dr}

?
 
  • #15
Okay here is what I think is going on. You have a formula for the resistance, but this depends upon the path length and the cross-sectional area. In this problem neither of those things are constant. You have to consider an infinitesimal path length and area. If we switch to sperical polars you can see that the only factor changing the surface area is r (theta and phi are the same for whatever hemisphere you choose). I think the expression should look something like this,

\int{RdA}=\int{\rho*dl}

Although if I am wrong please could someone correct me?
 
  • #16
L(or l) should be along the path that the electricity will flow. We need to break this up into infinitesimally thin sheets of thickness dr (the L) with changing area. Thus, you get R=\int_{a}^{b} \frac{\rho dr}{A} where A (the area a hemisphere of radius r) is a function of r and thus you can integrate.
 
  • #17
Okay, so:

R=\int_{a}^{b} \frac{\rho dr}{A}

We also know the area of a hemisphere is:

2\pi r^2

Thus giving:

R=\int_{a}^{b} \frac{\rho dr}{2\pi r^2}

So now would I have to integrate this?
 
  • #18
We are making a pig's ear of solving this.

The current I flows radially.

dV/dr = - resistivity * current per unit area = -rho * I/(2*pi*r^2)

Integrate from a to b to find V.

R = V/I
 
Last edited:
  • #19
TFM said:
Okay, so:

R=\int_{a}^{b} \frac{\rho dr}{A}

We also know the area of a hemisphere is:

2\pi r^2

Thus giving:

R=\int_{a}^{b} \frac{\rho dr}{2\pi r^2}

So now would I have to integrate this?

Bingo
why call r tau?
 
  • #20
Okay, so talke the ocnstants outside:

R = \frac{\rho}{2\pi}\int_{a}^{b} \frac{dr}{ r^2}


R = \frac{\rho}{2\pi}\int_{a}^{b} r^{-2 dr} dr

Makes:

R = \frac{\rho}{2\pi} [r^{-1}/1]_a^b

Thus:

R = \frac{\rho}{2\pi} [\frac{1}{r}]_a^b

R = [\frac{\rho}{2\pi r}]_a^b

R = \frac{\rho}{2\pi b} - \frac{\rho}{2\pi a}

Does this look okay?
 

Similar threads

Back
Top