A ring of mass
m
and carrying current
i
is placed in
x
y
plane :
x
2
+
y
2
=
r
2
A magnetic field of
B
=
B
0
(
2
i
−
3
j
+
5
k
)
is introduced in the region.
If the ring can rotate about the axis
y
=
x
only , then find its initial angular acceleration (
α
)
If the answer comes in the form
α
=
β
m
B
0
i
Type your answer as
β
Details and Assumptions
1)
i
,
j
,
k
are unit vectors along
x
,
y
,
z
axis respectively.
2)
Completely ignore gravity.
The problem is from my Physics book.
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.
@Lil Doug Please tell me if you understand this. Look at the diagrams in the order of numbering ((1),(2) and (3)).
Log in to reply
@Karan Chatrath
yes I now I completely understood.
By the way, why we are so much interested in
B
A
Log in to reply
This is because you need a vector perpendicular to the axis to calculate any torque about it. This entire calculation is to find that perpendicular vector to the axis.
Log in to reply
@Karan Chatrath – @Karan Chatrath okay! Thanks. What are the limits when you integrated it?
Log in to reply
@Talulah Riley – 0 to 2 π . The ring is parameterised in polar coordinates.
Log in to reply
@Karan Chatrath
–
@Karan Chatrath
oh I thought that -π/4 to +5π/4.
Okay thanks for explaining.
By the way my physics teacher solved this problem using the concept of magnetic moment. Do you know that.
If you are interested I will show you the solution.
@Karan Chatrath
check my latest problem.
It is reported by Alak sir.
@Karan Chatrath
can you post the analytical solution of this problemhttps://brilliant.org/problems/magnetism-exercise-09-08-2020/
Thanks in advance
Log in to reply
Unfortunately, for a few days from now, I will not be able to post any solutions. Also, I will have limited access to my notifications as well, in the coming days.
Log in to reply
@Karan Chatrath i want to say this, you just back in 8 days. I thought that you will not upload solutions till 2-3 months.
Let us consider a point on the ring with position vector r = r ( i ^ cos θ − j ^ sin θ )
The unit vector along the axis of rotation is u ^ = 2 1 ( i ^ + j ^ )
Force of magnetic field on an element of length d l = r d θ at that point is
d F = i d l × B
Moment of this force on that element about the origin is
d N = r × d F
So, moment of the force about the given axis is
d N a x i s = u ^ . d N .
Finally, d l = d α × r
After performing all calculations, we get
d N a x i s = 2 1 ( 2 + sin 2 θ + 5 sin θ cos θ )
Integrating within the limits 0 to 2 π , we obtain
N a x i s = 2 5 π i r 2 B 0
So the equation of motion of the ring is
2 1 m r 2 α = 2 5 π i r 2 B 0
⟹ α = 5 2 π × m i B 0
Therefore β = 5 2 π ≈ 2 2 . 2 1 4 .
This was a fun one. I have attached some heavily commented solution code below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
|
@Steven Chase
Thanks for the solution.
Is there a way to solve it analytically?
Log in to reply
I'm sure there is. You can just apply the same concepts to your hand analysis
Log in to reply
@Steven Chase
I have posted a problem right now.
I have little bit doubt with that problem. Post a solution
Thanks in advance. Bye
Problem Loading...
Note Loading...
Set Loading...
Consider a point on the ring with coordinates:
r = ( R cos θ , R sin θ , 0 )
The arc length element is:
d r = ( − R d θ sin θ , R d θ cos θ , 0 )
The magnetic force on the this elementary arc length is:
d F = i ( d r × B )
Now consider the axis. It has a unit vector:
a ^ = ( 2 1 , 2 1 , 0 )
Now, a vector perpendicular to the axis directed from the axis to the elementary arc length is:
p = r − ( r ⋅ a ^ ) a ^
The reader may try to derive the above expression by themselves. Finally, the elementary torque due to the elementary force about the axis is:
d τ = p × d F
Plugging in all expressions and simplifying, one gets:
d τ = ( ( − 4 B o R 2 i ( cos ( 2 θ ) + 5 sin ( 2 θ ) − 5 ) ) i ^ + ( − 4 B o R 2 i ( cos ( 2 θ ) + 5 sin ( 2 θ ) − 5 ) ) j ^ + ( 2 5 B o R 2 i cos ( 2 θ ) ) k ^ ) d θ
Integrating the above:
τ = ( 2 5 π B o R 2 i ) ( i ^ + j ^ )
So one can see that the net torque is along the a ^ direction only. The resultant torque is:
∣ τ ∣ = 2 5 π B o R 2 i
The angular acceleration about this axis is:
α = m R 2 2 ∣ τ ∣ ⟹ α = ( 5 π 2 ) m B o i ⟹ β = 5 π 2