0% found this document useful (0 votes)
75 views6 pages

Chapter 5: Solutions For Homework Assignment Problem 5.1

This document contains solutions to 6 problems from a homework assignment on electromagnetism. Problem 5.7 involves calculating the line integral of the magnetic field intensity H around a square path, dividing this by the area enclosed, and evaluating the curl of H at the center point. The line integral is found to be -16C, the enclosed current density is -2 C/m^2, and the curl of H at the center is -2C/m^2az.

Uploaded by

Ali Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views6 pages

Chapter 5: Solutions For Homework Assignment Problem 5.1

This document contains solutions to 6 problems from a homework assignment on electromagnetism. Problem 5.7 involves calculating the line integral of the magnetic field intensity H around a square path, dividing this by the area enclosed, and evaluating the curl of H at the center point. The line integral is found to be -16C, the enclosed current density is -2 C/m^2, and the curl of H at the center is -2C/m^2az.

Uploaded by

Ali Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Chapter 5: Solutions for Homework Assignment

Problem 5.1:
Problem 5.2:
Problem 5.3:
A square conductive loop of side 10.0 cm is centered in the x-y plane. It carries 10.0 mA current
clockwise when viewed from the +az direction. Find H(0, 0, 10cm).

We find H for one section of the square


a
Ia  z 
H   
4  z   2
2
  a
Iaa
H
2 a 2   2
With a = RaR, we have
R = -5ax + 10az, |R| = 11.18x10-2 m
aR = -0.447ax + 0.894az,
a = -ay x aR = -0.894 ax – 0.447 az
Fig. 5.3

H1 
10 x10   5 0.894a  0.447a   5.2a
3
x z
 2.6a z mA
2 11.18 x10  5  11.18 m
2 2 2 x

Now by symmetry the total H contains only the az component:


HTOT = -10.4az mA/m

Problem 5.4:
A 4.0 cm wide ribbon of current is centered about the y-axis on the x-y plane and has a surface
current density K = 2 ay A/m. Determine the magnetic field intensity at the point (a) P(0, 0,
2cm), (b) Q(2cm, 2cm, 2cm).

(a) Because of the symmetry (Figure 5.4a), we


can use
Ky d 
H tan 1   a x
 a
2 2 A
 tan 1   a x  1.57a x
 2 m
(b) Referring to Figure 5.4b;

Fig. 5.4a
I
dH  a ;
2
Ra r   a  ; where R   d  x  a x  aa z

 d  x   a 2 , and
2
so  

aR 
 d  x  a x  aa z . So
 d  x   a2
2

aa   x  d  a z
a  a y  a R  x
 d  x   a2
2

K  aa x  xa z  da z  dx
H y 
2  d  x   a2
2
Fig. 5.4b
This is separated into 3 integrals, each
one solved via numerical integration,
resulting in:
H=1.1083ax +0.3032az – 1.1083az; or
H = 1.1ax – 0.80az A/m

Problem 5.5:
An infinite extent current sheet with K = 6.0 ay A/m exists at z = 0. A conductive loop of
radius 1.0 m, in the y-z plane centered at z = 2.0 m, has zero magnetic field intensity
measured at its center. Determine the magnitude of the current in the loop and show its
direction with a sketch.

Htot = HS + HL
1 1
H S  K  a N   6a y   a z  3a x
A
2 2 m
For the loop, we use
I
H az
2a
where here
I I
HL   a x   a x
2a 2 Fig. 5.5
(sign is chosen opposite HS).
So, I/2 = 3 and I = 6A.
Problem 5.6:
Given a 3.0 mm radius solid wire centered on the z-axis with an evenly distributed 2.0 amps
of current in the +az direction, plot the magnetic field intensity H versus radial distance from
the z-axis over the range 0 ≤  ≤ 9 mm.

Figure 5.6 shows the situation along with the Amperian Paths. We have:
 HdL  I enc , where H  H  a and dL   d a ;  2 H  I enc
This will be true for each Amperian path.

 2
I I I 2
AP1: I enc   J dS, J =
 a 2 z enc  a 2 0 0
a , I   d  d  
a2
I
So: H   a for   a
2 a 2
I
AP2: Ienc = I, H  a for   a
2

Fig. 5.6a Fig. 5.6b

%
% generate plot for ACL problem

a=3e-3; %radius of solid wire (m)


I=2; %current (A)
N=30; %number of data points to plot
rmax=9e-3; %max radius for plot (m)
dr=rmax/N;

for i=1:round(a/dr)
r(i)=i*dr;
H(i)=(I/(2*pi*a^2))*r(i);
end
for i=round(a/dr)+1:N
r(i)=i*dr;
H(i)=I/(2*pi*r(i));
end
plot(r,H)
xlabel('rho(m)')
ylabel('H (A/m)')
grid on

Problem 5.7:
Suppose H = y2ax + x2ay A/m.
a. Calculate  HdL around the path A  B  C  D  A , where A(2m,0,0),
B(2m,4m,0), C(0,4m,0) and D(0,0,0).
b. Divide this  HdL by the area S (2m*4m = 8m2).
c. Evaluate   H at the center point.
d. Comment on your results for (b) & (c).

B C D A
(a) Referring to the figure, we evaluate  HdL  I enc        
A B C D
B 4

   x2 dy  4  4   16C
A 0 x 2
C 0

   y2 dx  32C
B 2 y 4
D 0

   x2 dy  0
C 4 x 0
A 2

   y2 dy  0
D 0 y 0

So we have  HdL  16C Fig. 5.7

(b) dividing by S = 8m2, we have -2 C/m2


(c) Evaluating the curl of H:
 Ay Ax 
H     a z   2 x  2 y  a z , and at the center point (x = 1 and y = 2) we have
 x y 
C
  H center  2 az
m2
(d) In this particular case,   H   H dL S , even though S is of appreciable size.

You might also like