Calculate the electric potential of a charged bar

AI Thread Summary
The discussion revolves around calculating the electric potential of a charged bar with linear density λ along the x-axis, specifically determining the correct bounds for integration. Participants clarify that the integration should be set from the closer charge element to the point of interest, ensuring the differential element dx' remains positive. The importance of knowing that the potential at infinity is zero is emphasized, as potential is a relative measure and must be expressed concerning a reference point. The integration approach is debated, with suggestions to use the distance from the left side of the bar for clarity. Ultimately, the conversation highlights the necessity of understanding potential as a relative quantity in electrostatics.
ShizukaSm
Messages
85
Reaction score
0
Capture1.JPG

Consider that the bar has a linear density λ and is in the x axis. Also consider that V=0 in infinite. Determine the potential in point P.


I can calculate it, but I don't understand how the bounds of the integral are supposed to be determined:
dq =\lambda dx'\\ r = x + x'\\dV = \frac{kdq}{r^2} = \frac{k \lambda dx'}{x+x'} \\ V = \int dV

Now here's the problem. I don't understand how the bounds are supposed to be set up. What I mean is, if they should be from x' = 0 to x' = L or the opposite situation.

\int_{x'=0}^{x'=L} \frac{k \lambda dx'}{x+x'}

The only difference of this is, of course, a minus or plus sign in the end, but since the electric field can be calculated by the potential, it is important to get the sign right. So, how can I determine the bounds?

Second question: Why is it important (or relevant) that the question informs me that the potential in infinity is 0?
 
Physics news on Phys.org
Let the left end of the bar be zero. Then you should integrate from L+x to x. I assume you are integrating

(λ/(l+x)) dl Your differential element, dl, is at a distance x +l from P.

Does potential have a r^2 or just r?
I hope this makes sense.
 
Your second question. Potential is 0 at infinity so to find the potential, you integrate from infinity toward the point where thee is a charge. It is analogous to the fact that gravity is zero at infinity and gets bigger as you approach a mass.
 
ShizukaSm said:
I don't understand how the bounds are supposed to be set up. What I mean is, if they should be from x' = 0 to x' = L or the opposite situation.
You are taking the charge elements to be ##\lambda dx'##. If that is to be positive then you need dx' positive, i.e. x' must be increasing.
Second question: Why is it important (or relevant) that the question informs me that the potential in infinity is 0?
Potentials are always relative. If you don't know the potential at some point then there's an unknown constant in the expression for it.
 
By now you know dV = kdq/r (as others have hinted)
You know dq = λdr
So integrate dV = kλ dr/r from x to x + L.

The order of integration is obvious since you know the answer has to be positive.
 
barryj said:
Let the left end of the bar be zero. Then you should integrate from L+x to x. I assume you are integrating

(λ/(l+x)) dl Your differential element, dl, is at a distance x +l from P.


haruspex said:
You are taking the charge elements to be ##\lambda dx'##.
rude man said:
You know dq = λdr
So integrate dV = kλ dr/r from x to x + L.
Integration.png

Note: I really apologize for my poor paint skills, but I tried to do my best.
To explain the drawing. It supposed that L > 1 and basically "shows" how I see the x' increasing in my mind.

Ok so, before I used to think "Well, how can I decide in what order to integrate, left to right or right to left? it seems arbitrary"

But by reading your comments, it seems that the integration should always go from the element closer to the potential I desire to calculate to the most distant one. Is this correct?

rude man said:
The order of integration is obvious since you know the answer has to be positive.
haruspex said:
If that is to be positive then you need dx' positive, i.e. x' must be increasing.
Yes, I both realize and agree that the answer has to be positive. Still, I would like to understand why I integrate in a certain order to avoid future mistakes.

barryj said:
Does potential have a r^2 or just r?
Sorry, indeed. I did calculate using just "r" however, when transferring it to latex I for some reason wrote ##r^2##

barryj said:
Your second question. Potential is 0 at infinity so to find the potential, you integrate from infinity toward the point where thee is a charge. It is analogous to the fact that gravity is zero at infinity and gets bigger as you approach a mass.
haruspex said:
Potentials are always relative. If you don't know the potential at some point then there's an unknown constant in the expression for it.

But the integral doesn't take that "Infinity" point into account. Let me see if I got it: So if the potential at infinity was 100 V and my integration gave me 200V (completely random values), the potential at point P would be ##{V_p \infty} = V_p - V_\infty = 200 - 100 = 100 V## ? Furthermore, when anyones says ##V_p## what they actually mean is ##V_{p \infty}## ?

Thanks for everything. And sorry for the possibly obvious questions.
 
ShizukaSm said:
Quote by haruspex
If that is to be positive then you need dx' positive, i.e. x' must be increasing.
Yes, I both realize and agree that the answer has to be positive. Still, I would like to understand why I integrate in a certain order to avoid future mistakes.
No, you're missing my point. I'm not saying it's an arbitrary choice made just so that the answer comes out positive. You have to think about the sign of dx'. If you want an individual element λdx' to be positive (which you do, because the charge is positive) then you must integrate from the lower value of x' to the higher value - otherwise dx' will be inherently negative.
[/QUOTE]
 
I think you guys have the wrong idea. You should not be integrating with respect to x. In this problem, you can replace x by a constant and then find the potential at that constant. You should be integrating with respect to l, the distance from the left side of the bar, i.e.; dl. Of course the final answer will be a function of x.
 
barryj said:
Let the left end of the bar be zero. Then you should integrate from L+x to x. I assume you are integrating

(λ/(l+x)) dl Your differential element, dl, is at a distance x +l from P.

If you integrate that way you get V = λ ln 2x/(L+2x) which is < 0 so is wrong.

If you invert the order of integration you get λ ln (L + 2x)/2x which I think is still wrong.
 
  • #10
barryj said:
I think you guys have the wrong idea. You should not be integrating with respect to x. In this problem, you can replace x by a constant and then find the potential at that constant. You should be integrating with respect to l, the distance from the left side of the bar, i.e.; dl. Of course the final answer will be a function of x.
I agree with barryj. I get
dV=k\lambda\frac{dl}{(L-l+x)}
Integrating from l=0 to l=L,
V=k\lambda \ln \left({\frac{L+x}{x}}\right)
 
  • #11
Chestermiller said:
I agree with barryj. I get
dV=k\lambda\frac{dl}{(L-l+x)}
Integrating from l=0 to l=L,
V=k\lambda \ln \left({\frac{L+x}{x}}\right)

That's what I get but it isn't what he said to do in his post #2.
 
  • #12
rude man said:
That's what I get but it isn't what he said to do in his post #2.

Hey Rude Man. As usual, we agree on the answer. I guess I misinterpreted what barryj was saying.

Chet
 
  • #13
Chestermiller said:
Hey Rude Man. As usual, we agree on the answer. I guess I misinterpreted what barryj was saying.

Chet

Yay team!
rudy
 
  • #14
barryj said:
I think you guys have the wrong idea. You should not be integrating with respect to x. In this problem, you can replace x by a constant and then find the potential at that constant. You should be integrating with respect to l, the distance from the left side of the bar, i.e.; dl. Of course the final answer will be a function of x.
Nobody in this thread was integrating wrt x. The integration was wrt x', as introduced in the OP, and completely equivalent to your l.
 
  • #15
Thanks ! I actually think I got it now, I tried changing the origin (placing the bar in the negative sign, for instance, to change my perspective) and finally grasped this concept.

I still don't understand very well why I can't have ##V_a## without the information that ##V_\infty = 0##, can't I simply calculate the potential at point a?
I always thought that ##V_\infty = 0## because \lim_{r \rightarrow \infty} \frac{kq}{r} = 0

So, summarizing:
  1. Is there any situation where the potential in infinity won't be 0? And can you give me an example?
  2. Why can't I have potential at point A without knowing the potential at infinity?
 
  • #16
ShizukaSm said:
[*]Is there any situation where the potential in infinity won't be 0? And can you give me an example?

An infinitely long wire with charge density λ. Try computing the potential at a point R away from the wire.
 
  • #17
ShizukaSm said:
Thanks ! I actually think I got it now, I tried changing the origin (placing the bar in the negative sign, for instance, to change my perspective) and finally grasped this concept.

I still don't understand very well why I can't have ##V_a## without the information that ##V_\infty = 0##, can't I simply calculate the potential at point a?
I always thought that ##V_\infty = 0## because \lim_{r \rightarrow \infty} \frac{kq}{r} = 0

So, summarizing:
  1. Is there any situation where the potential in infinity won't be 0? And can you give me an example?
  2. Why can't I have potential at point A without knowing the potential at infinity?

Potential is not an absolute quantity. It is always expressed relative to some specific location. It is conventional to take the potential at infinity equal to zero. Then, physically, the potential represents the amount of work required to bring a unit positive charge from infinity to any specific spatial location. But, for practical purposes, there is no reason why one could not take the potential at infinity to be some arbitrary value like say 4 volts. However, the difference in potential between any two spatial locations will remain unchanged.

The equation \lim_{r \rightarrow \infty} \frac{kq}{r} = 0 does not mean that the potential is zero at infinity. It means that the derivative of the potential is zero.

"Why can't I have potential at point A without knowing the potential at infinity?"
The potential at point A is not absolute, and must be expressed relative to some reference spatial location (e.g., infinity). Why isn't gravitational potential energy absolute? Because we have to express it relative to some convenient vertical datum. If we change the datum, we change the potential energy, but differences in potential energy between various heights remain unchanged.
 
  • #18
ShizukaSm said:
[*]Why can't I have potential at point A without knowing the potential at infinity?
[/LIST]

You can. In fact, with an infinitely long charged wire you have to.

It's always potential difference. If we can assign the potential = 0 at infinity we often do.
But sometimes, as in the case of the infinite wire, we can't do that & then we speak of the difference in potential between two points. So in that case you can still assign zero potential at point A and then speak of the potential at point B.
 
  • #19
Note that whenever you write ##V = \frac{kq}{r}## for a point charge, then that presumes that you are taking V = 0 at infinity.

So, whenever you are integrating over a distribution of charge and you use ##dV = \frac{kdq}{r}## for an element of charge dq, then you have already imposed V = 0 at infinity.
 
Back
Top