Magnetic Field Calculation for Point P in a Current-Carrying Wire Configuration

Click For Summary
SUMMARY

The discussion centers on calculating the magnetic field at point P due to a current-carrying wire configuration, specifically with a current (i) of 10 A and a wire length (a) of 8.0 cm. Participants emphasize the necessity of using the Biot-Savart law for accurate calculations, as the simpler formula for an infinite wire does not apply. The correct approach involves integrating the contributions from each wire segment while carefully determining the distance (r) from each segment to point P. The final magnetic field can be expressed as a function of the coordinates of point P.

PREREQUISITES
  • Understanding of Biot-Savart law for magnetic field calculations
  • Familiarity with vector notation and integration techniques
  • Knowledge of magnetic field concepts in electromagnetism
  • Ability to interpret and manipulate parametric equations
NEXT STEPS
  • Study the application of the Biot-Savart law in different wire configurations
  • Learn how to derive magnetic fields from multiple current-carrying segments
  • Explore vector calculus techniques for integrating magnetic fields
  • Investigate the effects of varying current and wire lengths on magnetic field strength
USEFUL FOR

Students and professionals in physics, electrical engineering, and anyone involved in electromagnetic field calculations, particularly those focusing on magnetic fields generated by current-carrying wires.

scoldham
Messages
54
Reaction score
0

Homework Statement



What is the magnitude and direction of magnetic field at point P shown in the figure attached if i = 10 A and a = 8.0 cm? Express the answer in vector notation.


Homework Equations



B = \frac{\mu_0I}{2\pi d}

The Attempt at a Solution



I'm really not sure how to approach this one... I considered using Biot-Savart for each segment of wire... but the problem is the distance r varies... furthermore, keeping the vectors separate will be pretty hairy.

Am I approaching this problem wrong? Or is it just a ludicrous amount of work?
 

Attachments

  • Magnetic Field Problem.png
    Magnetic Field Problem.png
    2.2 KB · Views: 444
Physics news on Phys.org
The equation that you quoted applies only to a very long (infinite) wire. You have to use Biot-Savart, there is no other way. The four contributions all point in the same direction so the net field is the sum of the four - no need to worry about components here.

The amount of work is not ludicrous if you are systematic about it. Use Biot-Savart to calculate the magnetic field due to a wire segment of length a at arbitrary point (x, y).

For the first segment plug in x = a/4, y = 3a/4. Now imagine the loop rotated 90o clockwise. The second segment then contributes a field with x = 3a/4, y = 3a/4. Rotate two more times to get the third and fourth contributions. Add the four contributions and you are done. :wink:
 
I not sure what value to use for r in Biot-savart. Could I use a double integral and integrate over r as well considering that it is a changing value?
 
There is only one variable to integrate over. No double integral is required. Draw yourself a drawing. Put the origin at the leftmost end of the segment. Point P is at (x, y). Consider a current-carrying element ds at distance s from the origin. What is the distance from ds to P? That is your r and the only variable to integrate over is s because x and y are fixed.
 
If I'm understanding correctly,

B(\hat r) = \int \frac{\mu_0 I}{4 \pi} \frac{dl \times \hat r}{|r|^2}

dl = ds
\hat r = <x,y>

Thus,

B(<x,y>) = \frac{\mu_0 I}{4 \pi} \int \frac{ds \times \hat r}{|<x,y>|^2}

ds \times \hat r = ds

Integrate from 0 to a,

B(x,y) = \frac{\mu_0 I}{4 \pi} \int^{a}_{0} \frac{ds}{|<x,y>|^2}

= \frac{\mu_0 I}{4 \pi} \frac{a}{|<x,y>|^2}

Plug in x, y and thus the contribution to B from the first line segment? Rinse and repeat for each other segment?
 
scoldham said:
\hat r = <x,y>
This is not correct. The unit vector is in the direction of r which is a vector from ds to point P. As ds moves along the line segment this unit vector changes direction. First you need to express r in terms of x, y and s. Then you need to find unit vector r which is vector r divided by its magnitude.
 
Does r = \sqrt{s^2 + \frac{a^2}{16}}?

--edit--

Correction: r = \sqrt{s^2 + \frac{x^2}{16}}
 
Your first equation is correct, the correction is wrong.

This in only one of four equations for r. Each wire segment will be done separately. You need to add an origin to your diagram and draw in the R vector to prevent confusion.

Also, express x and y as a fiction of s (parametric integral).
 
So, generically speaking,

r = \sqrt{s^2 + <x,y>^2}

where <x,y> will change depending on which segment I'm considering.

I could integrate,

B(&lt;x,y&gt;) = \frac{\mu_0 I}{4 \pi} \int^{a}_{0} \frac{ds}{|r|^2}

using the generic value for r which will produce an equation that gives B as a function of <x,y>.

Because each segment has the same current and length, and only the position of P relative to the segment changes (in terms of <x,y>), carefully plugging in values for <x,y> will give the the B field at P as a result of each segment. Correct?
 
  • #10
Antiphon said:
Your first equation is correct, the correction is wrong.
Actually, neither equation is correct. Look at the drawing. Vector r has magnitude
r=\left[(s-x)^2+y^2 \right]^{1/2}

This in only one of four equations for r. Each wire segment will be done separately.
No reason for that. Please read my initial posting to this thread.

Also, express x and y as a fiction of s (parametric integral).
This is incorrect because x and y are fixed. They represent the coordinates of point P. They cnnot depend on where one places element ds.
 

Attachments

  • Untitled5.png
    Untitled5.png
    2 KB · Views: 441
Last edited:
  • #11
Almost. S is your variable of integration and P is fixed. You need to express x(s) and y(s) under the root (with the coordinates of P fixed). There will be a different equation for each line segment.

Edit: it's correct. I just saw your new drawing.
 
  • #12
scoldham said:
So, generically speaking,

r = \sqrt{s^2 + &lt;x,y&gt;^2}

where <x,y> will change depending on which segment I'm considering.

I could integrate,

B(&lt;x,y&gt;) = \frac{\mu_0 I}{4 \pi} \int^{a}_{0} \frac{ds}{|r|^2}

using the generic value for r which will produce an equation that gives B as a function of <x,y>.

Because each segment has the same current and length, and only the position of P relative to the segment changes (in terms of <x,y>), carefully plugging in values for <x,y> will give the the B field at P as a result of each segment. Correct?

Taking into account that my value for r is incorrect, is this the correct approach?

If I plugged in the correct value for r, this would work?

Thanks for all the assistance so far!
 
  • #13
scoldham said:
Taking into account that my value for r is incorrect, is this the correct approach?

If I plugged in the correct value for r, this would work?

Thanks for all the assistance so far!
Follow through my postings, look at my drawing and you will see your way through.
 

Similar threads

Replies
2
Views
1K
  • · Replies 15 ·
Replies
15
Views
1K
Replies
16
Views
1K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
3
Views
2K
Replies
3
Views
3K
Replies
11
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
3K