Dynamics of Constrained Charged Particles - 2

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 L . The green mass is given an initial velocity ( v v ) along the positive Y-direction at time t = 0 t=0 . At time t = 0 t=0 , the green mass is located at the origin and the coordinates of each of the red particles are ( L , 0 ) (L,0) and ( L , 0 ) (-L,0) . Both the red particles are initially at rest. The goal of this problem is to compute the time period of motion of the whole system.

Enter your answer rounded to the nearest integer.

Note:

  • m o = L = 2 m_o = L=2

  • Q = m = 4 π ϵ o = 1 Q=m=4 \pi\epsilon_o=1

  • v = 0.5 v=0.5

  • The 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.

  • You may need to use Wolfram-Alpha towards the end.

Bonus: Plot the trajectory of each of the masses in a single graph. Comment on the periodicity of the separation between the charges. Do you observe something counter-intuitive?

This follow-up problem is based on a suggestion by Steven Chase


The answer is 22.

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.

2 solutions

Steven Chase
Jun 8, 2020

Let θ \theta be the angle of the rod below the horizontal. Let y 0 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 θ θ ˙ x = L \cos \theta \\ y = y_0 - L \sin \theta \\ \dot{x} = -L \sin \theta \dot{\theta} \\ \dot{y} = \dot{y}_0 - L \cos \theta \dot{\theta}

Since x ˙ \dot{x} and y ˙ \dot{y} are zero in the beginning, and θ = 0 \theta = 0 as well, we know that θ ˙ = v L \dot{\theta} = \frac{v}{L} 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 ˙ + 1 2 m 0 y 0 ˙ 2 V = k q 2 2 L cos θ L = T V = m L 2 θ ˙ 2 + m y 0 ˙ 2 2 m L cos θ θ ˙ y 0 ˙ + 1 2 m 0 y 0 ˙ 2 k q 2 2 L cos θ T = m L^2 \dot{\theta}^2 + m \dot{y_0}^2 - 2 m L \cos \theta \dot{\theta} \dot{y_0} + \frac{1}{2} m_0 \dot{y_0}^2 \\ V = \frac{k q^2}{2 L \cos \theta} \\ \mathcal{L} = T - V = m L^2 \dot{\theta}^2 + m \dot{y_0}^2 - 2 m L \cos \theta \dot{\theta} \dot{y_0} + \frac{1}{2} m_0 \dot{y_0}^2 - \frac{k q^2}{2 L \cos \theta}

Equations of motion:

d d t L y 0 ˙ = L y 0 d d t L θ ˙ = L θ \frac{d}{dt} \frac{\partial{\mathcal{L}}}{\partial{\dot{y_0}}} = \frac{\partial{\mathcal{L}}}{\partial{y_0}} \\ \frac{d}{dt} \frac{\partial{\mathcal{L}}}{\partial{\dot{\theta}}} = \frac{\partial{\mathcal{L}}}{\partial{\theta}}

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 period of motion of θ \theta T θ 22.03 T_{\theta} \approx 22.03 .

The plot below shows y 0 y_0 and θ \theta (in degrees) over time from t = 0 t = 0 to t = 100 t = 100 . You can see that θ \theta oscillates sinusoidally, while y 0 y_0 increases steadily with some small oscillation on top.

Interestingly, the period of motion of the x x coordinate of the balls seems to be half that of θ \theta and y y . Recall that θ \theta is a time sinusoid (or at least a quasi-sinusoid). Since x x is the cosine of θ \theta , its period is half that of θ \theta . Since y y is the sine of θ \theta , its period is equal to that of θ \theta . You can go to Wolfram Alpha and ask it to expand the cosine of a sine and the sine of a sine to see this.

@Karan Chatrath I have added some additional notes on the relative periods

Steven Chase - 1 year ago

Log in to reply

Thanks for the addition. When I initially solved it myself, I based the period of motion on the periodicity of the x x coordinate. So my initial answer was half of the actual period.

Karan Chatrath - 1 year ago

θ \theta varies periodically but not sinusoidally since θ ¨ \ddot \theta is not proportional to θ \theta , and here we need help of numerical technique, which is why I couldn't post a solution.

Log in to reply

There is a semi-analytical approach to this problem. You can use the conservation of generalised momentum and energy equations to construct an integral for the time period. The integral, however, does not have a closed-form solution, which is why I suggested using Wolfram-Alpha.

Karan Chatrath - 1 year ago

Log in to reply

What I got is

d z d θ = A sec θ tan θ B z sin θ C cos 2 θ D \dfrac {dz}{d\theta}=\dfrac{A\sec \theta \tan \theta -Bz\sin \theta}{C\cos^2 \theta -D} ,

where z = θ ˙ 2 , A , B , C , D z=\dot \theta^2, A, B, C, D are constants. This can't be solved analytically any further.

Karan Chatrath
Jun 9, 2020

A slightly different solution from that of @Steven Chase

Let the y y coordinate of the vertical ball be s s . Let θ \theta be the angle between any rigid rod and the Y-axis.

Coordinates of the ball on the right:

x 1 = L sin θ x_1 = L \sin{\theta} y 1 = s L cos θ y_1 = s -L \cos{\theta}

Coordinates of the ball on the left:

x 2 = L sin θ x_2 = -L \sin{\theta} y 2 = s L cos θ y_2 = s -L \cos{\theta}

Kinetic energy of the system:

T = m o s ˙ 2 2 + m 2 ( x ˙ 1 2 + y ˙ 1 2 ) + m 2 ( x ˙ 2 2 + y ˙ 2 2 ) \mathcal{T} = \frac{m_o \dot{s}^2}{2} + \frac{m}{2}\left(\dot{x}_1^2 + \dot{y}_1^2\right)+\frac{m}{2}\left(\dot{x}_2^2 + \dot{y}_2^2\right)

T = 2 s ˙ 2 + 4 s ˙ θ ˙ sin θ + 4 θ ˙ 2 \mathcal{T} = 2 \dot{s}^2 + 4 \dot{s} \dot{\theta} \sin{\theta} + 4 \dot{\theta}^2

Potential Energy of the system:

V = 1 4 sin θ \mathcal{V} = \frac{1}{4 \sin{\theta}}

Lagrange's equation with respect to s s is:

d d t ( T s ˙ ) = 0 \frac{d}{dt}\left(\frac{\partial T}{\partial \dot{s}}\right)=0 s ˙ + θ ˙ sin θ = C \implies \dot{s} + \dot{\theta} \sin{\theta}=C

Where C C is an arbitrary constant. The above equation is the generalised momentum conservation law.

The initial conditions of the system are:

θ ( 0 ) = π 2 \theta(0) = \frac{\pi}{2} θ ˙ ( 0 ) = v L \dot{\theta}(0) = -\frac{v}{L} s ( 0 ) = 0 s(0)=0 s ˙ ( 0 ) = v \dot{s}(0) = v

Applying initial conditions gives: C = 1 4 C=\frac{1}{4} s ˙ + θ ˙ sin θ = 1 4 ( 2 ) \implies \dot{s} + \dot{\theta} \sin{\theta}=\frac{1}{4} \ \dots(2)

Since total energy is conserved:

T + V = C 2 \mathcal{T}+\mathcal{V} = C_2

Applying initial conditions gives C 2 = 0.5 C_2=0.5 T + V = 1 2 \mathcal{T}+\mathcal{V} = \frac{1}{2}

Eliminating s ˙ \dot{s} from the energy equation using (2) and simplifying:

( 4 2 sin 2 θ ) θ ˙ 2 + 1 8 + 1 4 sin θ = 1 2 \left(4-2\sin^2{\theta}\right) \dot{\theta}^2 + \frac{1}{8} + \frac{1}{4 \sin{\theta}}=\frac{1}{2}

θ ˙ 2 = 3 sin θ 2 8 sin θ ( 4 2 sin 2 θ ) \dot{\theta}^2 = \frac{3\sin{\theta}-2}{8\sin{\theta}\left(4-2\sin^2{\theta}\right)}

Recall that the minimum separation is:

d = 8 3 d = \frac{8}{3}

That corresponds to: θ o = arcsin ( 2 / 3 ) \theta_o=\arcsin(2/3)

So when the motion of the system starts, θ \theta reduced. This means:

θ ˙ = 3 sin θ 2 8 sin θ ( 4 2 sin 2 θ ) \dot{\theta} =- \sqrt{\frac{3\sin{\theta}-2}{8\sin{\theta}\left(4-2\sin^2{\theta}\right)}}

Rearranging:

θ o π / 2 8 sin θ ( 4 2 sin 2 θ ) 3 sin θ 2 d θ = 0 T / 4 d t \int_{\theta_o}^{\pi/2} \sqrt{\frac{8\sin{\theta}\left(4-2\sin^2{\theta}\right)}{3\sin{\theta}-2}} \ d\theta = \int_{0}^{T/4} dt

We know that θ = π / 2 \theta= \pi/2 is the mean position while θ = θ o \theta = \theta_o is the extreme position. The motion from the mean to extreme position in an oscillation takes a quarter of the total time period. Hence:

T = 4 θ o π / 2 8 sin θ ( 4 2 sin 2 θ ) 3 sin θ 2 d θ \boxed{T = 4\int_{\theta_o}^{\pi/2} \sqrt{\frac{8\sin{\theta}\left(4-2\sin^2{\theta}\right)}{3\sin{\theta}-2}} \ d\theta}

@Alak Bhattacharya I hope you find this useful.

Karan Chatrath - 1 year ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...