- #1
zenterix
- 758
- 84
- Homework Statement
- Consider two metal shells of radius ##R_1## and ##R_2##. Assume they are very far apart so that the potential near one shell depends only on the charge on that shell. Assume that because of this large distance, any charge on a shell distributes itself uniformly.
a) Assume we place ##Q-q## on shell 1 and ##q## on shell 2. What is the total potential energy of the two shells with this arrangement of charges?
b) What is the value of ##q## that minimizes total energy?
c) Given the distribution of charge which minimizes the total energy, what is the potential difference between the shells?
- Relevant Equations
- The electric field of a spherical shell with radius ##r## and charge ##Q## at a point on the outside of the shell is ##\frac{Q}{4\pi\epsilon_0 r^2}\hat{r}##.
The work done by the electric field when we bring a charge ##dq## from an infinite distance to the surface of a shell with radius ##r## is
$$dW=\int_{\infty}^r \frac{Qdq}{4\pi\epsilon_0 r^2}dr=-\frac{Qdq}{4\pi\epsilon_0r}\tag{1}$$
The work done by the electric field to charge a spherical shell from charge ##0## to ##Q##, bringing charge from an infinite distance away is
$$W=-\int_0^Q \frac{qdq}{4\pi\epsilon_0 r}=-\frac{Q^2}{8\pi\epsilon_0 r}\tag{2}$$
The potential energy of such a charged spherical shell is ##U=-W##.
We can apply these results to give us the potential energy of each of our spherical shells.
The potential energy of shell 1 is
$$U_1=\frac{(Q-q)^2}{8\pi\epsilon_0 R_1}\tag{3}$$
and the potential energy of shell 2 is
$$U_2=\frac{q^2}{8\pi\epsilon_0 R_2}\tag{4}$$
The potential energy of the system is the sum of the individual potential energies
$$U=\frac{1}{8\pi\epsilon_0}\left ( \frac{(Q-q)^2}{R_1}+\frac{q^2}{R_2} \right )\tag{5}$$
$$=\frac{1}{8\pi\epsilon_0}\left ( \frac{q^2R_1+(Q-q)^2R_2}{R_1R_2} \right )\tag{6}$$
The above result answers part (a).
Considering this as a function of ##q##, we differentiate and equate to zero to find the minimum of ##U##, which is at
$$q=\frac{QR_2}{R_1+R_2}\tag{7}$$
The second derivative ##U''## is larger than zero so we do indeed have a minimum. (This answers part (b))
We can plug (7) into (6) to find that the minimum of ##U## is
$$U_{\text{min}}=\frac{1}{8\pi\epsilon_0}\frac{Q^2}{R_1+R_2}\tag{8}$$
This problem is from MIT Open Learning Library and I can input my answers and check them. The above has all checked out.
My question is about part (c).
I know the answer is that the potential difference between the shells is zero. The reason I know is because for some reason I mistakenly thougth I had found this answer in my equations, I gave this answer to MIT OLL and got it right.
But then I realized that I actually hadn't found the answer in my equations. I simply got lucky.
I am a bit confused about how to show that the shells are at the same potential when we minimize the system potential energy.
Intuitively, it seems to make sense because as we saw above, there is relatively more charge on shell 2 but the larger radius means lower potential at the surface.
There is less charge on shell 1 but higher potential at its surface.
However, when I go to the equations I find
$$U_1=\frac{1}{8\pi\epsilon_0}\frac{(Q-q)^2}{R_1}$$
$$=\frac{1}{8\pi\epsilon_0} \frac{Q^2 R_1^2}{(R_1+R_2)^2}\frac{1}{R_1}$$
$$=\frac{1}{8\pi\epsilon_0} \frac{Q^2R_1}{(R_1+R_2)^2}\tag{9}$$
and
$$U_2=\frac{1}{8\pi\epsilon_0}\frac{q^2}{R_2}$$
$$=\frac{1}{8\pi\epsilon_0} \frac{Q^2 R_2^2}{(R_1+R_2)^2}\frac{1}{R_2}$$
$$=\frac{1}{8\pi\epsilon_0} \frac{Q^2R_2}{(R_1+R_2)^2}\tag{10}$$
These are the potential energies of the shells.
Now, it seems that if I divide (9) by ##Q-q=\frac{QR_1}{R_1+R_2}## and divide (10) by ##q=\frac{QR_2}{R_1+R_2}## then I get equality. But this is just an observation. It is not clear to me, in this problem, why I would (be allowed to) do that.
I mean, I sort of see that potential difference is potential energy per unit charge, and so if I divide the potential energies I should get potential difference.
And I guess that is probably the answer to (c).
But then I did another calculation to compute the potential difference directly.
For shell 1
$$\int_{R_1}^{d-R_2}\frac{(Q-q)}{4\pi\epsilon_0 r^2}dr$$
$$=\frac{Q(d-R_1-R_2)}{4\pi\epsilon_0(R_1+R_2)(d-R_2)}\tag{11}$$
and for shell 2
$$\int_{d-R_1}^{R_2}\frac{q}{4\pi\epsilon_0 r^2}dr$$
$$=\frac{-Q(d-R_1-R_2)}{4\pi\epsilon_0(R_1+R_2)(d-R_1)}\tag{12}$$
(11) and (12) have opposite signs and their magnitude differs by a factor in the denominator.
Either my calculations are wrong or I seem to be missing a very small step to make these equal.
Shouldn't (11) and (12) sum to zero?
Last edited: