Electrostatics and velocity question

AI Thread Summary
The discussion revolves around calculating the minimum velocity required for a charged ring to slide along a rod in an electric field defined by \vec{E}=x\hat{i}+y\hat{j}. The initial approach involved finding the change in potential and equating work done to kinetic energy, but the calculations led to an incorrect result. Participants clarified that while the potential difference between the starting and ending points is zero, there is a maximum potential along the path that must be overcome. The correct method involves determining the potential at the maximum point, which occurs at (L/2, L/2), leading to the accurate expression for velocity as u=\sqrt{\frac{QL^2}{2m}}. Ultimately, the participant successfully corrected their integration mistake and arrived at the correct answer.
Saitama
Messages
4,244
Reaction score
93

Homework Statement


Electric field given by the vector \vec{E}=x\hat{i}+y\hat{j} is present in xy plane. A small ring carrying charge +Q, which can freely slide on a smooth non conducting rod, is projected along the rod from point (0,L) such that it can reach the other end of the rod. What minimum velocity should be given to the rod? (Assume zero gravity).
ziws28.jpg




Homework Equations





The Attempt at a Solution


I tried finding the change in potential, finding the work done and equating the work done to kinetic energy. Let's assume that it moves a very small displacement dr as shown in the figure.
15d9p54.jpg

It will have components dx\hat{i} and -dy\hat{j}.
∴dr=dx\hat{i}-dy\hat{j}.
Change in potential, ΔV
ΔV=-\int\vec{E}\cdot\vec{dr}
=-\int(x\hat{i}+y\hat{j})\cdot(dx\hat{i}-dy\hat{j})
=-\int_{0}^{L}xdx+\int_L^0ydy
=-L^2

QΔV=\frac{1}{2}mu^2
where u is the velocity with which ring is projected.
Solving this i get,
u=\sqrt{\frac{2QL^2}{m}}

But this is wrong, the answer is
u=\sqrt{\frac{QL^2}{2m}}

I don't understand where i am doing wrong.
Any help is appreciated. :smile:
 
Physics news on Phys.org
dr =dxi+dyj regardless of the direction of the of the path.

ehild
 
ehild said:
dr =dxi+dyj regardless of the direction of the of the path.

ehild

But then i get ΔV=0. :confused:
 
Yes. The change of potential is zero between the initial and final points, but it has a maximum somewhere in between. The kinetic energy has to overcome that maximum potential.
Think: You stand at a fence and you want to throw a ball over the other side. . How much must be the kinetic energy of the ball? You can not say that it is PE(f)-PE(i)=0...

ehild
 
ehild said:
Yes. The change of potential is zero between the initial and final points, but it has a maximum somewhere in between. The kinetic energy has to overcome that maximum potential.
Think: You stand at a fence and you want to throw a ball over the other side. . How much must be the kinetic energy of the ball? You can not say that it is PE(f)-PE(i)=0...

ehild

Is that maximum potential point at (L/2,L/2) ?
 
The field is radial so the potential difference between (0,L) and (L,0) will be 0. However. along the path, the ring will gain potential energy until it is at it's nearest to the origin and then lose it. So take the potential difference between (0,L) and where the ring is nearest the origin in a similar approach as you did.
 
Sleepy_time said:
The field is radial so the potential difference between (0,L) and (L,0) will be 0. However. along the path, the ring will gain potential energy until it is at it's nearest to the origin and then lose it. So take the potential difference between (0,L) and where the ring is nearest the origin in a similar approach as you did.

The nearest point would be then (L/2,L/2).

Okay so i do the integration again.
ΔV=-(\int_{0}^{\frac{L}{2}}xdx+\int_L^{\frac{L}{2}}ydy)

Solving this i get:
ΔV=\frac{3L^2}{4}

But i don't think this is correct. It doesn't lead to the right answer.
 
Pranav-Arora said:
Is that maximum potential point at (L/2,L/2) ?

NO. Find it. Write up the potential along the path as function of the distance from the initial point, and find the local maximum.

ehild
 
Last edited:
ehild said:
NO. Find it. Write up the potential along the path, as function of the distance from the initial point, and find the local maximum.

ehild

Local maximum? How should i go on finding it?
I don't have any equation to perform differentiation. Just a shot in the dark, do i have to use the following equation and set the derivative to zero?

ΔV=-(\frac{x^2}{2}+\frac{y^2}{2})
 
  • #10
Never mind my previous post ehild, i just read your post carefully.
How can i write the potential as a function of distance from initial point? Should i assume that the ring reaches a point (x,y), find the distance?

(I double posted just to let ehild know that there's activity in this thread.)
 
  • #11
You need the maximum along the straight line from (0,L) to (L,0). If s is the distance from the initial point, x=s/√2 and y=L-s/√2. Write the potential energy in terms of s.

ehild
 
  • #12
ehild said:
You need the maximum along the straight line from (0,L) to (L,0). If s is the distance from the initial point, x=s/√2 and y=L-s/√2. Write the potential energy in terms of s.

ehild

I am lost here, i have no idea on this. I hope i am not annoying you. :rolleyes:
 
  • #13
The point charge moves along the blue line. The equation of that line is y=L-x. If the point has started from the upper end, and traveled s distance, it is in point x,y: x=s/√2 (as the line encloses 45°angle with the x axis) and y=L-s/√2.
You derived already that the potential is -1/2(x^2+y^2) with respect to the origin as reference point. In terms of s , it is
V=(-1/2) [(s/√2)2+(L-s/√2)2].

The maximum is when s=L/√2, and this corresponds to the point (L/2;L/2) as you wrote before. The potential is -L^2/4, but you need the change of potential from point (0,L), where it is -L^2/2. The difference is ΔV=L^2/4. You get the same result with integrating along the line from (0,L) to (L/2;L/2); you made simply a sign error in post #7.

ehild
 

Attachments

  • chargeonline.JPG
    chargeonline.JPG
    4.1 KB · Views: 445
Last edited:
  • #14
ehild said:
The point charge moves along the blue line. The equation of that line is y=L-x. If the point has started from the upper end, and traveled s distance, it is in point x,y: x=s/√2 (as the line encloses 45°angle with the x axis) and y=L-s/√2.
You derived already that the potential is -1/2(x^2+y^2) with respect to the origin as reference point. In terms of s , it is
V=(-1/2) [(s/√2)2+(L-s/√2)2].

Where is it maximum and what is its maximum value?

ehild

Thanks for the help! :smile:
Simplifying the expression you gave me,
V=\frac{-1}{2}(L^2+s^2-\sqrt{2}Ls)
To find the maximum, we need to set the derivative equal to zero, am i right?
\frac{dV}{ds}=\frac{-1}{2}(2s-\sqrt{2}L)
0=2s-\sqrt{2}L
s=\frac{L}{\sqrt{2}}

Therefore x=L/2 and y=L/2. I am afraid that i have done something wrong because these are the same points i stated before.

EDIT:Oops, you edited your post.
 
  • #15
Pranav-Arora said:
Therefore x=L/2 and y=L/2. I am afraid that i have done something wrong because these are the same points i stated before.

EDIT:Oops, you edited your post.

Yes, and (L/2;L/2 was correct, I made some mistakes, too, sorrrrrrry...

Have you got the correct result at last?

ehild
 
  • #16
Yes you are right, i did a mistake while integrating. Thanks for all the help ehild! :smile:
I have got the right answer.
It was really fun.
 
Back
Top