Chapter 5: Solutions For Homework Assignment Problem 5.1
Chapter 5: Solutions For Homework Assignment Problem 5.1
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).
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
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).
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:
HdL 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
%
% generate plot for ACL problem
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 HdL 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 HdL 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 HdL 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