Magnetic Flux through conductor coil

Click For Summary

Homework Help Overview

The discussion revolves around calculating the magnetic flux through a rotating conductor loop in an inhomogeneous magnetic field. The loop rotates about the y-axis, and the magnetic field is defined along the x-axis. Participants are exploring how to express the area element and the limits of integration in relation to the geometry of the loop and the magnetic field.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the expression for the area element dA and its dependence on the geometry of the loop. There are questions about the limits of integration and the implications of using cylindrical coordinates. Some participants express confusion regarding the relationship between the angle φ and the unit vectors involved in the calculations.

Discussion Status

The discussion is active, with participants providing insights and questioning assumptions about the geometry and the magnetic field. Some have offered guidance on the use of unit vectors and the scalar product, while others are exploring different interpretations of the problem setup. There is no explicit consensus yet, but productive dialogue is ongoing.

Contextual Notes

Participants note that the problem statement lacks clarity regarding certain parameters, such as the radius of the loop and the definitions of the angles involved. There is also mention of a reference link to an external solution that may provide additional context, though it is not in English.

Luk

Homework Statement


Consider a conductor loop which rotates about the y-axis with angular velocity w. The positive y-axis is directed into the paper, the x-axis to the right and the z-axis upwards. There is an inhomogeneous magnetic field along the positive x-axis. Calculate the magnetic flux through the conductor loop as a function of \Phi, which is the angle between the loop and the z-axis.

Homework Equations


The inhomogeneus magnetic field can be described by: B = B_0 * (1 - z^2/a^2) * e_x

The Attempt at a Solution


Φ = ∫∫ B dA

So how do I figure out dA ? I was thinking about dA = l dz cos(φ)

Φ = ∫ B l cos(φ) dz with the integral limits -a and a.
 
Physics news on Phys.org
Looks good. Is the length l a function of z?
 
Hello Luk, :welcome:
Luk said:
The inhomogeneus magnetic field can be described by: $$B = B_0 * (1 - z^2/a^2) * e_x$$
This isn't really a relevant equation in the PF sense: it is given in the exercise statement.

Your integral limits need reconsidering: ##a## ? You didn't tell but it seems to be a parameter of the field, not of the geometry of the loop !
And your choice of ##\phi## gives you another expression for ##\vec B\cdot d\vec A##
Other than that, your battle plan seems just fine to me ! Go ahead !
 
no, the length l is fixed and directed along the y-axis.
So, I am a little confused, because I have a solution to this problem which is different from mine. In the solution, the dA is expressed in terms of cylindrical coordinates.

I think it's helpful and since it is available online, it should be fine to provide the link to the question:
http://www.tet.tuhh.de/downloads/education/pruefungen/TET-II-Klausursammlung.pdf

You can see a figure of the problem on page 26 and the solution on page 30. It's not in english, but still useful. I don't understand why dA can be expressed the way it is. Also I don't understand the first manipulation of the equation.
 
BvU said:
Your integral limits need reconsidering: ##a## ? You didn't tell but it seems to be a parameter of the field, not of the geometry of the loop !
Good point. I presumed that ##a## is the radius of the loop so that B would go to zero at the circumference of the loop. But, that should have been stated in the problem.

And your choice of ##\phi## gives you another expression for ##\vec B\cdot d\vec A##
I thought so, too, at first. But I think it's OK, unless I'm still overlooking something.
 
TSny said:
Good point. I presumed that ##a## is the radius of the loop so that B would go to zero at the circumference of the loop. But, that should have been stated in the problem.

yeah, that's exactly how it is! Sorry, I didn't mention it.
 
Ugh! I was assuming a circular loop. Bad form on my part. Sorry.

Thanks for the picture.
 
The picture shows that ##\phi## is the angle the loop makes to the x axis, not the z axis. So, you need to be careful with whether or not you want ##\cos \phi## or ##\sin \phi##.
 
So, here's my calculation (I hope formatting is fine):

Φ = ∫ l * B_0 * (1- (z^2/a^2) ) * cos(φ) * e_x dz , with limits -a to a

Φ = l * B_0 * [(z - z^3/(3a^2)) * sin(φ)] * e_x

Φ = l * B_0 * [(a - a^3/(3a^2)) * sin(φ) - (-a + a^3(/(3a^2)) * sin(φ)] * e_x

Φ = l * B_0 * 4/3 a * sin(φ) * e_x I don't know what the e_x is supposed to tell me. It is the unitary vector along the x-axis. But do I need it for the calculation?
 
  • #10
In the picture in the statement of the problem, they show the loop when it is parallel to the yz plane. Draw the picture for some other time, such as when the plane of the loop is at a 60 degree angle from the x-axis. If you take a strip of area of the loop of length l and width dr, note that dr is not parallel to the z axis. So, dr ≠ dz.
 
  • #11
Luk said:
I don't know what the e_x is supposed to tell me. It is the unitary vector along the x-axis. But do I need it for the calculation?
##\hat{e}_x## is a unit vector giving the direction of B. ##\hat{e}_{\phi}## gives the direction of the area vector. So, when you do the scalar product of the field with the area, you get a scalar product ##\hat{e}_x \cdot \hat{e}_{\phi}##. How can you express this in terms of ##\phi##?
 
  • #12
When the loop is not parallel to the yz plane, you need to distinguish between r and z. r measures distance in the plane of the loop. The solution expresses z as a function of r and uses r as the integration variable.
 
  • #13
allright. I'm not too comfortable with cylindrical coordinates. I mean, I .. well given the problem I wouldn't come up with the idea of using cylindrical coordinates. And I think I'm close to solving it.

So, again, with the help of your comments I got this far:

dr ≠ dz
dz = dr * sin(φ)

Φ = ∫∫ vec(B) * d vec(A) ( I know, this looks weird, I am using vec() to indicate B and dA are vectors. So in this formula I should consider the scalar product of B and the orthogonal vector of A. I didn't do that in the following calculation, so I assume I have to include some vector in the end)

Φ = ∫ l * B_0 (1 - (z^2/a^2) ) * sin(φ) dr , with limits -a to a for the integral

now, I replace z with r * sin(φ)

and when I perform the calculation I end up with
Φ = 2 l B_0 * a * (sin(φ) - ⅓ sin^3(φ))

and this turns out to be the solution (except they get a negative sign and I don't). So last question: how do I include the scalar product of the unit vectors? I mean x and φ doesn't seem to go well together. x is carthesian and φ polar, isn't it?
 
  • #14
Luk said:
Φ = ∫∫ vec(B) * d vec(A) ( I know, this looks weird, I am using vec() to indicate B and dA are vectors. So in this formula I should consider the scalar product of B and the orthogonal vector of A. I didn't do that in the following calculation, so I assume I have to include some vector in the end)

Φ = ∫ l * B_0 (1 - (z^2/a^2) ) * sin(φ) dr , with limits -a to a for the integral
The scalar product just produces a number, not a vector. So, you would not include some vector in the end. To see where the negative sign comes from, note the directions of the unit vectors ##\hat{e}_x## and ##\hat{e}_{\phi}##. What is the scalar product of these unit vectors?

upload_2017-8-7_12-57-56.png


The solution takes the area vector of the loop to be in the ##\hat{e}_{\phi}## direction. You might be taking the area vector to be in the opposite direction, which would be OK. If so, your flux will differ in sign from their flux.
 
  • #15
The scalarproduct gives the projection of one vector onto the other, am i right?
e_Φ * e_x = cos(90° + φ)

I think from your sketch it can be seen that, since unit vectors have a length of 1, the scalarproduct is -1.
Thank you so much for your help btw, I really wouldn't have got this far without it!
 
  • #16
Luk said:
The scalarproduct gives the projection of one vector onto the other, am i right?
e_Φ * e_x = cos(90° + φ)
Yes. A trig identity gives cos(90° + φ) = -sinφ. This is where the -sinφ comes from in the solution:

upload_2017-8-7_20-56-7.png
 
  • #17
Thanks again for your help, TSny!

I just took another glance at the question and there is something that I still don't understand:
I want to calculate the induced electric field in the part labeled I.
E = v x B
since B is given the crucial part is to find out v. The velocity should be equal to the angular velocity times the distance: wa. And the direction is e_φ
And that's a problem for me, because I don't know how to calculate the cross product of a vector with component in e_φ direction and one pointing in e_x direction. Can you help me with this ?
 
  • #18
How do you find the cross product of two vectors in general? Can you find the angle between the velocity vector and ##\hat e_x##?
upload_2017-8-16_12-50-47.png
 
  • #19
let's see. There are different ways of how to compute the cross product, here's one:
$$\begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix} \times \begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix} = \begin{vmatrix} i & j & k \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}$$

But for unit vectors - which I consider - I always go with the notion that the cross product will result in a vector which is orthogonal to the vectors involved in the cross product. So i x j = k, for example. Since e_φ and e_x are part of different coordinate systems, however, I don't know how to apply this thought.

In the picture that you uploaded, the angle between the velocity vector and e_x should be equal to 90° + θ. In the first part of the question I have used this angle: The scalar product between two vectors equals the product of their lengths times cos(α). I think.
 
  • #20
Luk said:
In the picture that you uploaded, the angle between the velocity vector and e_x should be equal to 90° + θ. In the first part of the question I have used this angle: The scalar product between two vectors equals the product of their lengths times cos(α).
Yes. Use this method to find the scalar product. You know the magnitude of each vector and the angle between them.
 
  • #21
ok. Here's what I think:
$$<e_x, e_\phi> = 1 \cos(90 + \phi) = \cos(90)\cos(\phi) - \sin(90)\sin(\phi) = - sin(\phi)$$

I just realize, what I need now is the part of e_φ that points in the direction of e_x and the part of e_φ that points in the direction of e_z. Sorry, don't know where the cross product part came from.

So next the projection of e_φ on e_z:
$$<e_z, e_\phi> = \sin(90 + \phi) = \sin(90)\cos(\phi) + \cos(90)\sin(\phi) = \cos(90)$$

and that should be it.
 
  • #22
Some confusion here. You actually need the cross product between ##\vec v## and ##\vec B##.

##\vec v \times \vec B = v B \sin \theta##.

As you noted, ##\theta = 90 + \phi##. But you ended up writing ##\sin(90 + \phi) = \cos (90)##. Probably just a mistake in typing.
 

Similar threads

Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
25
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
3K
Replies
8
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K