Consider the diagram above which indicates all masses and charges. The green chargeless point mass is connected to two charged particles (shown in red) by massless rigid rods of length L . The green mass is given an initial velocity ( v ) along the positive Y-direction at time t = 0 . At time t = 0 , the green mass is located at the origin and the coordinates of each of the red particles are ( L , 0 ) and ( − L , 0 ) . Both the red particles are initially at rest. The goal of this problem is to compute the minimum distance between the two red charged particles as the motion of the system evolves with time.
Note:
m o = L = 2
Q = m = 4 π ϵ o = 1
v = 0 . 5
Force between the charged particles is governed by Coulomb's law.
The green particle's speed does not necessarily remain constant with time. Note that only the initial speed and direction of projection is provided.
Gravity is absent throughout space.
Inspiration : Based on a problem shared by Neeraj Anand Badgujar and a comment by Steven Chase
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thank you very much for the solution. I have included a mention of absence of gravity in the problem statement.
Log in to reply
@Karan Chatrath Sir ,I have edited. Please remove the report.
Fun problem. Let θ be the angle of the rod below the horizontal. Let y 0 be the vertical position of the middle ball. The position and velocity of the ball on the right are:
x = L cos θ y = y 0 − L sin θ x ˙ = − L sin θ θ ˙ y ˙ = y ˙ 0 − L cos θ θ ˙
Since x ˙ and y ˙ are zero in the beginning, and θ = 0 as well, we know that θ ˙ = L v in the beginning. The kinetic energy, potential energy, and Lagrangian are:
T = m L 2 θ ˙ 2 + m y 0 ˙ 2 − 2 m L cos θ θ ˙ y 0 ˙ + 2 1 m 0 y 0 ˙ 2 V = 2 L cos θ k q 2 L = T − V = m L 2 θ ˙ 2 + m y 0 ˙ 2 − 2 m L cos θ θ ˙ y 0 ˙ + 2 1 m 0 y 0 ˙ 2 − 2 L cos θ k q 2
Equations of motion:
d t d ∂ y 0 ˙ ∂ L = ∂ y 0 ∂ L d t d ∂ θ ˙ ∂ L = ∂ θ ∂ L
Crunching out the math results in the following coupled linear system:
\[\begin{pmatrix} 2m + m_0 & -2 m L \cos \theta \\ -2 m L \cos \theta & 2 m L^2 \\
\end{pmatrix}
\begin{pmatrix} \ddot{y}_0 \\ \ddot{\theta} \\
\end{pmatrix} = \begin{pmatrix} -2 m L \sin \theta \, \dot{\theta}^2 \\ -\frac{k q^2}{2L} \sec \theta \tan \theta \\
\end{pmatrix} \]
Initialize variables appropriately and solve the linear system for the double-dot terms on every time step. Numerical integration yields a minimum distance D m i n ≈ 2 . 6 6 6 7 between the balls on the side. Note that while there may be simpler solutions to this particular problem based on energy conservation, this approach allows examination of other aspects of the dynamics.
The plot below shows y 0 and θ (in degrees) over time from t = 0 to t = 1 0 0 . You can see that θ oscillates sinusoidally, while y 0 increases steadily with some small oscillation on top.
Thanks for the solution. While solving it myself, I did an additional check for the validity of the energy conservation principle. Unlike the previous problem, everything makes sense here. After solving numerically, I also played with the energy conservation equation a bit using the resulting numbers and noticed that the exact answer to this problem is 3 8 . However, I could only arrive at this after using the numerical results and not naturally.
Log in to reply
Do you think it would be worthwhile to post a followup asking for the time period of motion of θ , or some other aspect of the time dynamics?
Log in to reply
Nice suggestion. It would be. I'll conjure up something soon.
Log in to reply
@Karan Chatrath – When the charged particles are closest, their relative motion will stop, and will never restart unless disturbed by an external force in the X -direction, since the equilibrium is stable at that instant
Log in to reply
@A Former Brilliant Member – Thanks for the comment. How do you prove that the minimal separation point is a stable equilibrium? For a stable equilibrium, the potential energy reaches a local minimum. In this case, at minimal separation, the PE reaches a local maximum.
Problem Loading...
Note Loading...
Set Loading...
As it is not mentioned, we assume that there is no gravity.
Since there is no external force acting on the system along the Y -direction, linear momentum of the system remains conserved along this direction. At the instant the charges are the closest, there is no motion of them along the X -direction, and since the rods are rigid, their speeds along the Y -direction are equal, and equal to that of the uncharged particle. Let the required minimum seperation be x and the velocity at that instant of each particle along the Y -direction be V . Then the linear momentum conservation equation yields
m 0 v = ( m 0 + 2 m ) V
⟹ V = m 0 + 2 m m 0 v
Energy conservation equation yields
2 1 m 0 v 2 + 8 π ϵ 0 L Q 2
= 2 1 ( m 0 + 2 m ) V 2 + 4 π ϵ 0 x Q 2
⟹ 4 π ϵ 0 x Q 2
= m 0 + 2 m m 0 m v 2 + 8 π ϵ 0 L Q 2
Substituting values we get
x 1 = 4 1 + 4 2 × 2 1 = 8 3
⟹ x = 3 8 ≈ 2 . 6 6 6 7 .