3.2_Notes
3.2_Notes
May 7, 2025
Contents
1 Introduction 1
5 Conclusion 6
1 Introduction
This chapter explores electromagnetic boundary conditions and numerical prob-
lems in electrostatics and magnetostatics. Boundary conditions govern how elec-
tric and magnetic fields behave at interfaces between different media, critical
for designing devices like capacitors and transformers. Numerical problems il-
lustrate practical applications, from calculating electric fields to determining ca-
pacitance. The explanations progress from foundational principles to advanced
applications, with step-by-step derivations, numerical examples, and illustrative
diagrams.
1
2 Magnetic Field Boundary Conditions
Boundary conditions for magnetic fields ensure continuity or specific disconti-
nuities at interfaces between media with different permeabilities.
BN 1 ∆S − BN 2 ∆S = 0, B N 1 = BN 2 . (2)
B1
Medium
an1 1, µ1
∆S Interface
Medium 2, µ2
B2
Figure 1: Gaussian pillbox at the interface for deriving the normal B boundary
condition (similar to Figure 7.20 in the PDF).
Consider a rectangular loop across the interface with a surface current density
K (A/m) on the boundary.
The loop has length ∆L parallel to the interface and height ∆h → 0. The
tangential component Ht1 in medium 1 contributes Ht1 · at1 ∆L = Ht1 ∆L. In
medium 2, the contribution is −Ht2 · at1 ∆L = −Ht2 ∆L. The enclosed current
is K · (an1 × at1 )∆L. Thus:
2
So:
Ht1 − Ht2 = K · (an1 × at1 ). (5)
If K = 0, the tangential H is continuous.
Medium
an1 1, µ1
H1
K at1 Interface
H2
Medium 2, µ2
• Normal B:
BN 1 = BN 2 , BN 2 = 0.5 T. (6)
So, B2 = 0.5az T.
• Tangential H: In air:
B1 0.5az
H1 = = = 3.98 × 105 az A/m. (7)
µ1 4π × 10−7
3
3.1 Normal Component of D
The electric displacement D satisfies Gauss’s law:
I
D · dS = Qenclosed . (12)
S
DN 1 ∆S − DN 2 ∆S = ρS ∆S, DN 1 − DN 2 = ρS . (13)
D1
Medium
an1 1, ϵ1
ρS Interface
Medium 2, ϵ2
D2
D2 0.05 × 10−6
E2 = = az = 1412az V/m. (16)
ϵ2 4 · 8.854 × 10−12
4
4.1 Electric Field Problems
Problem 2.1: Three charges are at 5 nC at y = 5 cm, −10 nC at y = −5 cm, and 15 nC
at x = −5 cm. Find the coordinates of a 20 nC charge to produce zero electric field
at the origin.
Electric field at the origin:
1 15 × 10−9 5 × 10−9 10 × 10−9 1 3
E0 = ax − ay − ay = · (ax − ay ).
4πϵ0 (0.05) 2 (0.05) 2 (0.05) 2 4πϵ0 5 × 10−2
(17)
The 20 nC charge at (x, y) produces:
20 × 10−9
E20 = (xax + yay ). (18)
4πϵ0 (x2 + y 2 )
p
Set E0 + E20 = 0. Equate components and solve for ρ = x2 + y 2 = 4.85 cm, with
x = −y. Coordinates: (3.43, −3.43) cm.
Problem 2.13: A spherical shell from r = 3 cm to r = 5 cm has ρv = 0.2 µC/m3 .
Find the total charge and r1 where half the charge is within 3 cm < r < r1 .
Total charge:
Z 2π Z π Z 0.05
0.053 − 0.033
Q= 0.2 × 10−6 r2 sin θ dr dθ dϕ = 4π · 0.2 × 10−6 · = 82.1 pC.
0 0 0.03 3
(19)
Half the charge:
r13 − 0.033
4π · 0.2 × 10−6 · = 41.05 × 10−12 , r1 = 0.0424 m = 4.24 cm. (20)
3
• Capacitance:
ϵr ϵ0 S 12 · 8.854 × 10−12 · 100 × 10−6
C= = = 3.54 pF. (21)
d 3 × 10−3
• With dielectric:
V 6
E= = = 2000 V/m, D = ϵr ϵ0 E = 0.212 µC/m2 . (22)
d 0.003
1
Q = DS = 0.212 × 10−6 · 100 × 10−6 = 21.2 pC, We = QV = 63.6 pJ. (23)
2
• Without dielectric:
5
Example: A current density J = −10−4 (yax +xay ) A/m2 crosses the y = 0 plane.
Find the current in the −ay direction between z = 0 to 1, x = 0 to 2.
At y = 0, J = −10−4 xay . Current:
Z 1 Z 2 Z 2
I= −4
(−10 xay ) · (−ay ) dx dz = 10 −4
x dx = 2 × 10−4 A. (25)
0 0 0
5 Conclusion
This chapter has covered electromagnetic boundary conditions for magnetic and
electric fields, essential for understanding field behavior at material interfaces.
Numerical problems demonstrate practical applications, from charge placement
to capacitor design. These concepts are foundational for electromagnetic engi-
neering, enabling precise analysis and design of complex systems.