Magnetic field between two long, straight wires

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
exitwound
Messages
291
Reaction score
1

Homework Statement



Capture3.JPG


Homework Equations



[tex]B = \frac{\mu_o i}{2\pi d}[/tex]

The Attempt at a Solution



To do this, you'd find the magnetic field magnitude due to the left wire, and add it to the magnetic field due to the right wire. Correct?

If so:

Wire 1:
[tex]B = \frac{1.26x10^-6 (8)}{2\pi(.02)} = -4x10^-6 \hat k[/tex]

Wire 2:
[tex]B = \frac{1.26x10^-6 (12)}{2\pi(.02)} = 1.2x10^-5 \hat k[/tex]

But this isn't right. The answer is B.

What's gone wrong?
 
Physics news on Phys.org
What's gone wrong?

You just forget to add 2 B together.
[tex] B1 = \frac{\mu_o i1}{2\pi d} = \frac{20 \mu_0}{\pi}[/tex]

[tex] B2 = \frac{\mu_o i2}{2\pi d} = \frac{30 \mu_0}{\pi}[/tex]

Total B at midpoint is:

B = B1 + B2

Because direction of B1 is in opposite that of B2 and B2 > B1, so you should choose direction of B2 as positive direction.

==> B = B2 - B1
 
Hmm. I thought that's what I was doing. I must have put something into the calculator incorrectly because I got something else for B1. But when I just did it, following what you did, it works out.

Thanks.