Calculating Magnetic Force with Vectors

AI Thread Summary
The discussion focuses on calculating magnetic force using vectors, with specific calculations provided. The magnetic force is expressed as F = (5 x 10^-6) {0i - 24000 j - 32000 k}, resulting in components F = -0.12 j - 0.16 k, and a magnitude of 0.2. There is a noted discrepancy regarding the speed, as 80 km/s is incorrectly equated to 8000 m/s. Participants suggest using LaTeX for clearer mathematical representation, providing an example of vector cross product notation. Overall, the conversation emphasizes the importance of accuracy in calculations and the utility of LaTeX for mathematical clarity.
fight_club_alum
Messages
63
Reaction score
1
Homework Statement
What is the magnitude of the magnetic force on a charged particle (Q = 5.0 μC) moving
with a speed of 80 km/s in the positive x direction at a point where Bx = 5.0 T, By = –4.0 T,
and Bz = 3.0 T?
a . 2.8 N
b. 1.6 N
c. 1.2 N
d. 2.0 N <- answer
e. 0.4 N
Relevant Equations
F = Q V X B
800000
5-43
F = (5 x 10^-6) * up (sorry can't write a materix here)
F = (5 x10^-6) {0i - 24000 j - 32000 k)
F = -0.12 j - 0.16 k
Mag of F = 0.2 (I feel that there is something wrong in the question; I don't know)
 
Last edited:
Physics news on Phys.org
80 km/s is not equal to 8000 m/s. Otherwise, your work looks good to me.
 
  • Like
Likes fight_club_alum
fight_club_alum said:
(sorry can't write a materix here)
Actually you can if you use LaTeX syntax:
$$
\begin{bmatrix}
1 & 2 & 3 & 4 \\
a & b & c & d \\
x & y & z & w
\end{bmatrix}
$$
See the LaTeX tutorial page: just follow the LaTeX Guide link you'll find underneath the reply box.
 
  • Like
Likes fight_club_alum
Here's an example of using LaTeX to show a vector cross product:
$$\begin{bmatrix}
v_i \\
v_j \\
v_k
\end{bmatrix} \times
\begin{bmatrix}
B_i \\
B_j \\
B_k
\end{bmatrix} =
\begin{bmatrix}
B_k \cdot v_j - B_j \cdot v_k \\
B_j \cdot v_k - B_k \cdot v_i \\
B_j \cdot v_i - B_i \cdot v_j
\end{bmatrix}
$$
 
  • Like
Likes fight_club_alum
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top