Magnetism, component values, and three dimensions

AI Thread Summary
The discussion focuses on calculating the net magnetic force on a charged particle moving in a magnetic field with specified x and y components. The participants clarify the use of the Lorentz force equation and the importance of the right-hand rule for determining the direction of the force. There is a debate about the accuracy of the calculated angle and the assumption regarding the net force's direction along the z-axis. The correct approach involves using the cross product of the velocity and magnetic field vectors to find the force components. Ultimately, the conversation emphasizes the need for careful application of vector mathematics in solving magnetic force problems.
exi
Messages
85
Reaction score
0

Homework Statement



A magnetic field has these components:

x: B = 0.056 T
y: B = 0.046 T

The particle has a charge of +6.5e-5 C, has a velocity of 2.6e3 m/s, and is moving along the z axis.

Questions:

1: What's the magnitude of the net magnetic force on the particle?

2: What's the angle the net force makes with respect to the x axis?

Homework Equations



F = qvb(sinΘ)
Component addition of the x- and y- values.

The Attempt at a Solution



I have the answer to #1 by adding the x- and y- components and getting a resulting magnitude of 0.0725 T at 39.4007° between those axes. (0.01225 N)

On #2, I apparently incorrectly assumed that the net force was directed along the z-axis and is therefore 90° from the x-axis. Is the angle I found earlier (39.4007°) indeed the answer to this question? I'm unsure.
 
Physics news on Phys.org
I think you got lucky with the correct magnitude because x^2 + y^2 = y^2 + x^2. I suspect the values you have for Fx and Fy and in fact reversed.

Use the Lorentz force equation in vector form (what do you know about the cross - or vector - product) to determine magnitudes and directions of each component.
 
Gokul43201 said:
I think you got lucky with the correct magnitude because x^2 + y^2 = y^2 + x^2. I suspect the values you have for Fx and Fy and in fact reversed.

Use the Lorentz force equation in vector form (what do you know about the cross - or vector - product) to determine magnitudes and directions of each component.

The x- and y- magnitude components are correct; just double-checked them.

Not sure what you're getting at as far as a Lorentz equation; that's new to me.
 
Okay, so did you use F_x = -qv_zB_y and F_y = qv_zB_x?

This is simply the scalar breakup of the vector equation \vec{F} = q (\vec{v} \times \vec{B}). Have you seen this equation in this form? Have you dealt with cross products yet?
 
Last edited:
Gokul43201 said:
Okay, so did you use F_x = qv_yB_z and F_y = -qv_xB_z?

This is simply the scalar breakup of the vector equation \vec{F} = q (\vec{v} \times \vec{B}). Have you seen this equation in this form? Have you dealt with cross products yet?

Whoa, for the first part? No, I did it the good ol' fashioned way, with |B| = \sqrt{0.056^2 + 0.046^2}.

And yeah, that does look familiar, albeit in already-crossed F_B = qvBsin\theta form. I think I'm having a bit of a hard time with the angle bit, since I have an angle from the x- and y- components and am not exactly sure what to do with the rest of what's here.
 
Okay, in that case, all you need to remember is that the force, F is always perpendicular to both the field, B, and the velocity v. So, it must be one of the 2 normals to B in the x-y plane. Which one, is determined by the right hand rule.
 
Gokul43201 said:
Okay, in that case, all you need to remember is that the force, F is always perpendicular to both the field, B, and the velocity v. So, it must be one of the 2 normals to B in the x-y plane. Which one, is determined by the right hand rule.

If I do what I think is the RHR for this question (with my thumb pointing upwards, towards the ceiling, for the particle moving along the z-axis, and my fingers extending in the direction of the x-y plane magnetic field at 39.4007° to the right), and if the force is in the direction indicated by my palm, it feels like that would put it at 129° to x. Am I going about this correctly?
 
Looks good.
 
Gokul43201 said:
Looks good.

I thought so too - but it was incorrect and my last submission on that question. Key won't be available until tomorrow am.

Wonder where I went wrong...
 
  • #10
\displaystyle \vec{B} = (56\,\mathrm{mT})\hat{\i} + (46\,\mathrm{mT})\hat{\j}

\displaystyle \vec{v} = (2.6\,\mathrm{km/s})\hat{k}

When you have components, it is often wasier to calculate the cross product by finding the determinant of the matrix:

\displaystyle \vec{v}\times\vec{B} =<br /> \begin{array}{|ccc|}<br /> \hat{\i} &amp; \hat{\j} &amp; \hat{k}\\<br /> 0 &amp; 0 &amp; 2600\\<br /> 0.056 &amp; 0.046 &amp; 0<br /> \end{array} = (-119.6)\hat{\i} + (145.6)\hat{\j}<br />

Now you multiply this by q and you have the force:

\displaystyle \vec{F} = (-q \cdot 119.6)\hat{\i} + (q\cdot 145.6)\hat{\j}<br />.

The magnitude of a vector \vec{F} = a\hat{\i} + b\hat{\j} is, as you know, ||F|| = \sqrt{a^2 + b^2} and the angle of the vector with the x-axis is \theta = \arctan{\frac b a}.
 
  • #11
Matthaeus_ said:
\displaystyle \vec{B} = (56\,\mathrm{mT})\hat{\i} + (46\,\mathrm{mT})\hat{\j}

\displaystyle \vec{v} = (2.6\,\mathrm{km/s})\hat{k}

When you have components, it is often wasier to calculate the cross product by finding the determinant of the matrix:

\displaystyle \vec{v}\times\vec{B} =<br /> \begin{array}{|ccc|}<br /> \hat{\i} &amp; \hat{\j} &amp; \hat{k}\\<br /> 0 &amp; 0 &amp; 2600\\<br /> 0.056 &amp; 0.046 &amp; 0<br /> \end{array} = (-119.6)\hat{\i} + (145.6)\hat{\j}<br />

Now you multiply this by q and you have the force:

\displaystyle \vec{F} = (-q \cdot 119.6)\hat{\i} + (q\cdot 145.6)\hat{\j}<br />.

The magnitude of a vector \vec{F} = a\hat{\i} + b\hat{\j} is, as you know, ||F|| = \sqrt{a^2 + b^2} and the angle of the vector with the x-axis is \theta = \arctan{\frac b a}.

Thanks for the explanation. :smile:
 
Back
Top