Electro-mechanics (Part 2)

A conducting rod of mass m m slides along a pair of conducting rails which are separated by a distance D D . The rod is pulled rightward by a constant force F F . A series combination of a resistor ( R ) (R) and an inductor ( L ) (L) completes the circuit. There is an ambient magnetic flux density B B which points into the page.

Initially, the rod has zero speed and there is no current in the circuit. Let the velocity be a signed number, with a positive sign denoting rightward motion (in the direction of the force) and a negative sign denoting leftward motion.

What is the minimum velocity value over all time?

Details and Assumptions:
1) m = 1 m = 1
2) D = 2 D = 2
3) F = 10 F = 10
4) R = 1 R = 1
5) L = 1 L = 1
6) B = 5 B = 5
7) There is no gravity
8) Neglect the magnetic field contributions from the rails


The answer is -0.688.

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

This is an example of damped oscillation driven by a constant force. (A case of overdamping).

The current flowing through the circuit is given by the equation

R i + L d i d t = B D v R d i d t + L d 2 i d t 2 = B D d v d t Ri+L\dfrac{di}{dt}=BDv\implies R\dfrac{di}{dt}+L\dfrac{d^2i}{dt^2}=BD\dfrac{dv}{dt} .

The equation of motion of the rod is given by

F i D B = m d v d t F-iDB=m\dfrac{dv}{dt} .

Combining these two, we get

d 2 I d t 2 + 2 b d I d t + ω 0 2 I = 0 \dfrac{d^2I}{dt^2}+2b\dfrac{dI}{dt}+\omega_0^2I=0 , where

I = i F B D , b = R 2 L , ω 0 = B D m L I=i-\dfrac{F}{BD}, b=\dfrac{R}{2L}, \omega_0=\dfrac{BD}{\sqrt {mL}} .

Solving this equation we get

i = F B D + A e b t sin ( ω t + α ) i=\dfrac{F}{BD}+Ae^{-bt}\sin (\omega t+α) , where A , α A, α are constants of integration to be determined, and ω = ω 0 2 b 2 \omega =\sqrt {\omega_0^2-b^2} .

Substituting values, we get

i = 1 + A e t 2 sin ( 399 2 t + α ) , v = i + d i d t = 1 10 ( 1 + 10 A e t 2 sin ( ω t + α + tan 1 2 ω ) ) i=1+Ae^{-\frac{t}{2}}\sin (\frac{\sqrt {399}}{2}t+α), v=i+\dfrac{di}{dt}=\dfrac{1}{10}\left (1+10Ae^{-\frac{t}{2}}\sin (\omega t+α+\tan^{-1} 2\omega)\right ) .

Initial conditions yield

A sin α = 1 , 10 A sin ( α + tan 1 2 ω ) = 1 A = 20 399 , α = tan 1 2 ω A\sin α=-1, 10A\sin (α+\tan^{-1} 2\omega)=-1\implies A=\dfrac{20}{\sqrt {399}}, α=\tan^{-1} 2\omega .

Hence,

v = 1 10 ( 1 + 200 399 e t 2 sin ( 399 2 t tan 1 399 199 ) ) v=\dfrac{1}{10}\left (1+\frac{200}{\sqrt {399}} e^{-\frac{t}{2}}\sin (\frac{\sqrt {399}}{2}t -\tan^{-1} \frac{\sqrt {399}}{199})\right ) .

Velocity will be minimum when the sine function in it's expression will be 1 -1 . Hence

t = 2 399 ( 3 π 2 + tan 1 ( 399 199 ) ) t=\dfrac{2}{\sqrt {399}}\left (\frac{3π}{2}+\tan^{-1} (\frac{\sqrt{399}}{199})\right )

Then v m i n = 1 10 ( 1 200 399 e t 2 ) 0.686886 v_{min}=\dfrac{1}{10}\left (1-\frac{200}{\sqrt {399}}e^{-\frac{t}{2}}\right ) \approx \boxed {-0.686886} .

@Alak Bhattacharya Did you solve this this question without any mathematical tool??

A Former Brilliant Member - 1 year, 1 month ago
Karan Chatrath
May 6, 2020

Consider the given situation at a general instant of time t t . Let the current through the circuit be I I and the velocity of the rail as it moves to the right be v v . Applying Kirchoff's voltage law gives:

B D v + I R + L I ˙ = 0 ( 1 ) -BDv + IR + L\dot{I}=0 \ \dots (1)

Here E = B D v E = BDv is the magnitude of induced voltage due to electromagnetic induction.

Applying Newton's second law to the rail gives:

F I D B = m v ˙ ( 2 ) F - IDB = m\dot{v} \ \dots (2)

Re-arranging the above equations in a matrix form gives:

[ I ˙ v ˙ ] = [ R / L B D / L B D / m 0 ] [ I v ] + [ 0 1 / m ] F \left[\begin{matrix}\dot{I} \\ \dot{v}\end{matrix}\right]=\left[\begin{matrix}-R/L & BD/L \\ -BD/m &0\end{matrix}\right]\left[\begin{matrix}I \\ v\end{matrix}\right] + \left[\begin{matrix}0 \\ 1/m\end{matrix}\right]F

Let:

x = [ I v ] x = \left[\begin{matrix}I \\ v\end{matrix}\right]

Substituting all values:

x ˙ = [ 1 10 10 0 ] x + [ 0 10 ] \dot{x} = \left[\begin{matrix}-1 & 10 \\ -10 &0\end{matrix}\right]x + \left[\begin{matrix}0 \\ 10\end{matrix}\right]

Initial conditions:

x ( 0 ) = [ 0 0 ] x(0) = \left[\begin{matrix}0 \\ 0\end{matrix}\right]

For the sake of convenience, I solved this numerically beyond this point. A plot of velocity vs. time is as such:

One can see that the rod moves left-ward and rightward and this oscillation is damped until it settles to its steady-state value of 0.1.

@Karan Chatrath Nice solution. I just upvoted it . BTW can you find Self energy of Hollow hemisphere?

A Former Brilliant Member - 1 year, 1 month ago

Log in to reply

You requested such a problem before. Refer to the solution here, please

https://brilliant.org/problems/spherical-shell-binding-energy/

Karan Chatrath - 1 year, 1 month ago

Log in to reply

@Karan Chatrath Sir mai Hollow hemisphere puch rha. Aapne jo question diya vo spherical shell hai??

A Former Brilliant Member - 1 year, 1 month ago

Log in to reply

@A Former Brilliant Member Oh, I misread your question. I will attempt this later.

Karan Chatrath - 1 year, 1 month ago

@Karan Chatrath at the(last step) initial conditions of your solution, I think there should be 10.correct me if I am wrong.

A Former Brilliant Member - 1 year, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...