Force exerted by a magnetic field

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
apt8
Messages
5
Reaction score
0

Homework Statement


a 10cm long straight wire is parallel with the z axis and carries a current of 4.0A in the +z direction. The force on this wire due to a uniform magnetic field B is -0.20N i+0.20N j. If this wire is rotated so that it is parallel with the x-axis with the current in the +x direction, the force on the wire becomes 0.20N k. Find B.


Homework Equations


F=I(LxB)

The Attempt at a Solution


I rearranged the equation so B=F/(IxL). I plugged all of the numbers in but I don't understand how to do the dot product if I is not a vector. Can I use some kind of dot product between F and L?
 
Physics news on Phys.org
apt8 said:
I rearranged the equation so B=F/(IxL). I plugged all of the numbers in but I don't understand how to do the dot product if I is not a vector. Can I use some kind of dot product between F and L?

I think you mean cross product, but anyway...

I think you can solve this problem by getting more detailed with what the cross product actually is.

One of the equations you've listed is

[tex]\vec F=I(\vec L \times \vec B)[/tex].

Being more explicit with the cross product, this is the same thing as:

[tex]\vec F = I\left( \left| <br /> \begin{tabular}{ l c r }<br /> i & j & k \\<br /> L_x & L_y & L_z \\<br /> B_x & B_y & B_z \\<br /> \end{tabular}<br /> \right| \right)[/tex]

where the thing inside of the parenthesis represents the determinant of the matrix.

What makes this problem a lot easier, is that some of the L components are zero in the first case, and other components are zero in the second case. So even though it looks ugly now, it's actually pretty easy to generate a few equations to solve for Bx, By, and Bz.
 
Yes I did mean the cross product. Thank you very much this helped a lot!