Loop 1 is a circle:
x 1 = cos θ 1 y 1 = sin θ 1 z 1 = 0 0 ≤ θ 1 ≤ 2 π
Loop 2 is a "wavy circle":
x 2 = cos θ 2 y 2 = sin θ 2 z 2 = 3 + 2 sin θ 2 0 ≤ θ 2 ≤ 2 π
If Loop 1 carries 1 unit of electric current, what is the magnetic flux through Loop 2 ?
Details and Assumptions:
1)
Magnetic permeability
μ
0
=
1
2)
This link
may be helpful (hyperphysics website)
3)
Give your answer as a positive number
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.
The use of magnetic vector potential is a really neat trick to use especially when it is difficult to parameterise the surface on which the loop of interest lies. Thanks for posting these problems. I learned something new in the process.
Log in to reply
Exactly. This was something of a revelation to me. For years, I have wanted to calculate inductances for crazy loops and coils, but couldn't because the interior surface was difficult or impossible to parameterize. As it turns out, the interior surface is irrelevant, thanks to the magnetic vector potential. I posted this pair of problems in order to illustrate that.
@Karan Chatrath very nice and explanatory solution. Can you see, in my method I have use some tricks?
Log in to reply
Yes, I did. I want to understand what you did in a better way, so I have requested for more details.
Log in to reply
@Karan Chatrath I have encountered a little error in my solution. Therefore I think you have asked me to elaborate Right??? Mere solution me kuch galat hai kya ap pehle hi bata do??
Log in to reply
@A Former Brilliant Member – I asked for the solution as I wanted to understand it better. I could not solve the question by parameterising the surface on which the second loop lies, that's why.
Log in to reply
@Karan Chatrath – @Karan Chatrath I have not parametrise anything special. I just place the loop in every z coordinate. And take it's average from 1 to 5.nothing else.
Log in to reply
@A Former Brilliant Member – Do you get the correct answer to the second problem by applying this method?
Log in to reply
@Karan Chatrath – @Karan Chatrath even I don't tried the second problem. Because I know that this loops are not placed symmetric in part 2.Therefore if i try, it will lead to 4 integrals which wolfram can't solve. Therefore I leave it. Kyo bhaiya aap hi dekho jo second problem hai usme unsympathetic position hai. And one more thing. Mujhe maaf kardo kal jo maine galti ki.
F u n P r o b l e m As always, it is a pleasure to solve your problems. Thank you for another good one.
The wavy circle is changing its position according to the curve
s
i
n
θ
2
. Its range is from
z
=
1
to
z
=
5
Take a
z
=
γ
a coordinate . From the centre of loop
2
move
β
rightwards and take a elementary strip of width
d
β
Find field at this point
(
β
,
0
,
γ
)
. Multiply it with
d
A
=
2
π
β
d
β
Now by doing this , average it over
γ
,
γ
=
1
to
γ
=
5
After that you will reach this expression
ϕ
=
8
−
1
∫
1
5
∫
0
1
∫
0
2
π
(
γ
2
+
s
i
n
2
α
+
(
c
o
s
α
−
β
)
2
)
1
.
5
β
(
1
+
β
c
o
s
α
)
d
α
d
β
d
γ
≈
0
.
1
1
I will elaborate my solution, if asked by anyone.
I would like to see an elaborate solution. Please share if possible. Thanks in advance.
Log in to reply
@Karan Chatrath Yes sir why not. I will .
Problem Loading...
Note Loading...
Set Loading...
Consider a point on loop 1:
r 1 = cos θ 1 i ^ + sin θ 1 j ^ + 0 k ^
And that on loop 2:
r 2 = cos θ 2 i ^ + sin θ 2 j ^ + ( 3 + 2 sin θ 2 ) k ^
The arc length elements on each loop can be computed by evaluating the total differentials:
d r 1 = ( − sin θ 1 i ^ + cos θ 1 j ^ + 0 k ^ ) d θ 1 d r 2 = ( − sin θ 2 i ^ + cos θ 2 j ^ + 2 cos θ 2 k ^ ) d θ 2
Finally, we can compute the elementary magnetic vector potential at any general point due to loop 1:
d A = 4 π μ o I ( ∣ r − r 1 ∣ d r 1 )
The total magnetic potential vector due to loop at any point can be evaluated as such:
A = 4 π μ o I ∮ L 1 ∣ r − r 1 ∣ d r 1
Now, we know that the magnetic field at that point can be computed as such:
B = ∇ × A
The elementary surface area through the loop is say: d S . This means that elementary flux is:
d Φ = B ⋅ d S
The total flux can be computed by integrating over the surface area of loop 2 as such:
Φ = ∮ S 2 B ⋅ d S ⟹ Φ = ∮ S 2 ( ∇ × A ) ⋅ d S
Applying Stoke's theorem leads to:
Φ = ∮ S 2 ( ∇ × A ) ⋅ d S = ∮ L 2 A ⋅ d r 2 Φ = ∮ L 2 ∮ L 1 4 π μ o I ∣ r 2 − r 1 ∣ d r 1 ⋅ d r 2
Substituting expressions and simplifying the integrand gives a function f ( θ 1 , θ 2 ) and the integral looks as such:
Φ = ∫ 0 2 π ∫ 0 2 π f ( θ 1 , θ 2 ) d θ 1 d θ 2
I performed this entire calculation process using a script of code and have only provided an outline. The answer evaluates to:
Φ ≈ 0 . 1 1 0 6