Notes Based On Fundamentals of Applied Electromagnetics (Ulaby Et Al) For ECE331, PSU
Notes Based On Fundamentals of Applied Electromagnetics (Ulaby Et Al) For ECE331, PSU
Contents
3 Vector Analysis 3
3.1 Vector Algebra . . . . . . . . . . . . . . . . . . . . . . 3
3.1.1 Vector equality . . . . . . . . . . . . . . . . . . 7
3.1.2 Vector addition and subtraction . . . . . . . . 8
3.1.3 Position and distance vectors . . . . . . . . . . 10
3.1.4 Vector multiplication . . . . . . . . . . . . . . . 13
3.1.5 Triple products . . . . . . . . . . . . . . . . . . 20
3.2 Orthogonal coordinate systems . . . . . . . . . . . . . 22
3.2.1 Cartesian coordinates . . . . . . . . . . . . . . 22
3.2.2 Cylindrical coordinates . . . . . . . . . . . . . 25
3.2.3 Spherical Coordinates . . . . . . . . . . . . . . 31
3.3 Coordinate transformations . . . . . . . . . . . . . . . 37
3.3.1 Cartesian to cylindrical . . . . . . . . . . . . . 37
3.3.2 Cartesian to spherical . . . . . . . . . . . . . . 43
3.3.3 Distance between two points . . . . . . . . . . 47
3.4 Gradient of a scalar field . . . . . . . . . . . . . . . . . 48
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
2
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 3
3. Vector Analysis
We had it easy so far: all our quantities were scalar (remember that
some of the quantities were complex, though). From now on, we
need vectors which will describe dependence of various quantities
(primarily electric E and magnetic H fields) in 3-D space. What
follows is a review of vector algebra, coordinate systems and vector
calculus.
Remember, a vector specifies both magnitude and direction of a
quantity. For example, temperature is a scalar (number only) while
velocity is a vector (speed and direction).
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 4
A
^
A = aA
a^
1
A A
â = = (2)
|A| A
In the Cartesian (or rectangular) coordinate system (shown in fig.
2), there are three mutually perpendicular coordinates x, y, z and cor-
responding unit (or base) vectors x̂, ŷ, ẑ. Any vector A can be repre-
sented in terms of its components along different axes, as illustrated
in fig. 2.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 5
3
2
^
1 z
^
y
y
1 1 2 3
2 ^
x
3
x
(a) Base vectors
Az
Az
Ay
y
Ax Ar
x
(b) Components of A
Figure 3-2
Figure 2: Cartesian coordinate system: (a) base vectors x̂, ŷ, and ẑ,
and (b) components of vector A.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 6
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 7
• Vector equality
Given two vectors
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 8
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 9
A C
B
(a) Parallelogram rule
C
A
B
(b) Head-to-tail rule
Figure 3-3
Figure 3: Vector addition by (a) the parallelogram rule and (b) the
head-to-tail rule.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 10
−−→
R1 = O P1 = x̂x1 + ŷy1 + ẑz1 (10)
−−→
R2 = O P2 = x̂x2 + ŷy2 + ẑz2 (11)
The vector connecting P1 and P2 is called the distance vector:
−−−→
R12 = P1 P2 = R2 − R1
= x̂(x2 − x1 ) + ŷ(y2 − y1 ) + ẑ(z2 − z1 ) (12)
To find the distance between two points, calculate the magnitude of:
R12
d = |R12 |
= [(x2 − x1 )2 + (y2 − y1 )2 + (z2 − z1 )2 ]1/2 (13)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 11
z2
P1(x1, y1, z1)
R1 R2
y1 y2
O y
x1
x2
Figure 3-4
Figure 4: Position vector R12 = P1 P2 = R2 − R1 .
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 12
The first subscript of R12 denotes the location of its tail and the
second subscript the location of its head (see Fig. 4).
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 13
• Vector multiplication
There are three kinds of vector products:
• Simple product is a product between a scalar and a vector
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 14
θAB B
(a)
A B
θAB
(b)
Figure 3-5
Figure 5: The angle θAB is the angle between A and B measured
from A to B between vector tails. The dot product is positive if
0 ≤ θAB < 90◦ , as in (A), and it is negative if 90◦ < θAB ≤ 180◦ , as
in (b).
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 15
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 16
and √
+
A = |A| = A·A (23)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 17
z
A×B =^
n AB sin θAB
^
n B
θAB
y
x A
(a) Cross product
(b) Right-hand rule
A×B
A
Figure 3-6
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 18
Some properties:
A × B = −B × A (anticommutative) (26)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 19
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 20
• Triple products
Not all combinations of vector products are meaningful, e.g. A × (B ·
C). What about A(B · C)?
A · (B × C) = B · (C × A) = C · (A × B) (33)
A × (B × C) (35)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 21
A × (B × C) 6= (A × B) × C (36)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 22
• Cartesian coordinates
We’ve already worked with this one in the previous section. Its vector
properties are summarized in Table 3.1 in Ulaby.
Let’s look at some differential quantities, illustrated in Fig. 7:
Length:
Surface: This vector has magnitude equal to the product of two dif-
ferential lengths and the direction is along the third axis.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 23
z dsz = z^ dx dy
dy
dx
^ dx dz
dsy = y
dz
dz
dl d = dx dy dz
^ dy dz
dsx = x
dy
y
dx
x
Figure 3-8
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 24
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 25
• Cylindrical coordinates
What are Cylindrical coordinates used for? Think about coaxial lines.
Cylindrical coordinates use three variables: r, φ, z, shown in Fig. 8.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 26
z = z1 plane
z1 P(r1,φ1,z1)
R1
r = r1 cylinder O y
φ1 r ^z
1
φ^ φ = φ1 plane
r^
x
Figure3-9
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 27
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 28
and in general:
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 29
Volume:
dν = dlr dlφ dlz = r dr dφ dz (52)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 30
dz dsz = ^
zr dr dφ
dr ^ dr dz
dsφ = φ
r dφ
dz d = r dr dφ dz
^ r dφ dz
dsr = r
O y
φ
r
x
dr r dφ
Figure 3-10
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 31
• Spherical Coordinates
Position specified by variables R, θ, φ, shown in Fig. 10.
• Range coordinate R. Range of values: 0 ≤ R < ∞.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 32
^
R
^
φ
^ P(R1, θ1, φ1)
R1 θ
θ = θ1
conical θ1
surface
y
φ1
^
φ
Figure 3-13
Figure 10: Point P (R1 , θ1 , φ1 ) in spherical coordinates.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 33
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 34
R sin q df
d = R2 sin q dR dq df
dR Rdq
R
q dq
y
f df
Figure 3-14
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 35
Surface:
Volume:
dν = dlR dlθ dlφ = R2 sin θ dR dθ dφ (62)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 36
30° 60°
y
3c
m
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 37
• Cartesian to cylindrical
Take point P in Fig. 13. Its Cartesian coordinates are (x, y, z), and
cylindrical are (r, φ, z). Note that z coordinate is shared; the other two
can be determined from the geometry, so that cartesian to cylindrical
coordinate transformation is:
p y
r = + x2 + y 2 , φ = tan−1 (63)
x
and cylindrical to cartesian,
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 38
P(x, y, z)
z
y
φ r x = r cos φ
y = r sin φ
x
Figure 3-16
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 39
φ φ^
r
^
y
φ ^r
φ^
-φ
^x
x
Figure 14: Interrelationships between base vectors (x̂, ŷ) and (r̂, φ̂).
Figure 3-17
How about the relationship between base vectors? Refer to Fig. 14.
The procedure involves realizing, from the geometry that,
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 40
where we don’t yet know the values for a and b. Use the dot product
to solve for a,
r̂ · x̂ = x̂ · x̂a + ŷ · x̂b = a (68)
and recall, r̂ · x̂ = cos φ so, a = cos φ. Similarly, b = r̂ · ŷ = sin φ.
The same can be done for φ̂ leading to,
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 41
These are useful for converting vectors from one coordinate system
to another. Remember that in Cartesian coordinates is A = x̂Ax +
ŷAy + ẑAz and in cylindrical A = r̂Ar + φ̂Aφ + ẑAz . Using,
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 42
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 43
• Cartesian to spherical
Use Fig. 15 as a starting point. From it we obtain:
p
+
R = x2 + y 2 + z 2 (82)
"p #
−1
+
x2 + y 2
θ = tan (83)
z
y
φ = tan−1 (84)
x
and inversely (recognizing that r = R sin θ),
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 44
θ
^z
^
R
(π/2 - θ)
R r^
θ
z = R cos θ
y
φ x = r cos φ
r
φ^
y = r sin φ
^r
x
Figure3-18
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 45
R̂ · r̂ = a (89)
R̂ · ẑ = b (90)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 46
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 47
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 48
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 49
x
Figure 3-19
dl = x̂ dx + ŷ dy + ẑ dz (102)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 50
∂T ∂T ∂T
dT = x̂ · dl + ŷ · dl + ẑ · dl
∂x ∂y ∂z
∂T ∂T ∂T
= x̂ + ŷ + ẑ · dl (104)
∂x ∂y ∂z
which is the change in temperature corresponding to a vector
change in position dl.
• This is called the gradient of T or grad T or ∇T .
∂T ∂T ∂T
∇T = grad T , x̂ + ŷ + ẑ (105)
∂x ∂y ∂z
• We can now plug this into eq. 104
dT = ∇T · dl (106)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 51
∂ ∂ ∂
∇ , x̂ + ŷ + ẑ (Cartesian) (107)
∂x ∂y ∂z
• Quote from Ulaby (in blue print in the text): “whereas the
gradient operator has no physical meaning by itself, it attains a
physical meaning once it operates on a scalar physical quantity,
and the result of the operation is a vector whose magnitude is
equal to the maximum rate of change of the physical quantity
per unit distance and whose direction is along the direction of
maximum increase.”
• Define a unit vector in the direction of dl as dl = âl dl so that
the directional derivative of T along direction of âl is
dT
= ∇T · âl (108)
dl
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 52
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 53
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 54
∂φ sin φ
=− (113)
∂x r
Note, this one is a bit trickier— you have to remember some calculus.
−1
−y/x2
φ = tan−1 (y/x) and d tan dx(y/x) = d(y/x)/dx
1+(y/x)2 , so you get 1+(y/x)2 =
−y −y
x2 +y 2 = r 2 = − sin φ/r. So we get,
∂T ∂T sin φ ∂T
= cos φ − (114)
∂x ∂r r ∂φ
which can be used in,
∂T ∂T ∂T
∇T = x̂ + ŷ + ẑ (115)
∂x ∂y ∂z
We get a simlar expression for for ∂T /∂y. (what about ∂T /∂z?). We
also need to express unit vectors; for that use,
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 55
So that we get,
∂T 1 ∂T ∂T
∇T = r̂ + φ̂ + ẑ (118)
∂r r ∂φ ∂z
or
∂ 1 ∂ ∂
∇ = r̂+ φ̂ + ẑ (cylindrical) (119)
∂r r ∂φ ∂z
In spherical coordinates we get
∂ 1 ∂ 1 ∂
∇ = R̂ + θ̂ + φ̂ (spherical) (120)
∂R R ∂θ R sin θ ∂φ
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 56
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 57
^
n
+q
Imaginary
spherical
surface
Figure 3-20
Figure 17: Flux lines of the electric field E due to a positive charge q.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 58
Let’s now look at Fig. 18 and try to calculate the total flux.
• We start with a parallelepiped such as the cube shown
• There are six faces — we sum up fluxes over all of them. Start
by defining E.
E = x̂Ex + ŷEy + ẑEz (126)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 59
E
^4
n
E
(x, y+∆y, z) ∆x
Face 4
∆z
E
Face 1 Face 2
^1
n ^2
n
∆y (x, y, z) (x+∆x, y, z)
Face 3
y
(x, y, z+∆z)
^3
n x
z
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 60
• On face 2 we get
F2 = Ex (2) ∆y ∆z (128)
• By using Taylor’s expansion, we can express (approximately)
the value on one face in terms of the other face value, i.e.
∂Ex
Ex (2) = Ex (1) + ∆x (129)
∂x
so that
∂Ex
F2 = Ex (1) + ∆x ∆y ∆z (130)
∂x
and
∂Ex
F1 + F2 = ∆x ∆y ∆z (131)
∂x
∂Ey
F3 + F4 = ∆x ∆y ∆z (132)
∂y
∂Ez
F5 + F6 = ∆x ∆y ∆z (133)
∂z
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 61
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 62
Interpretation: from,
H
S
E · ds
div E , lim (138)
∆ν→0 ∆ν
the field E has positive divergence if the net flux out of surface S is
positive ⇒ some source of flux is present within the volume. If it is
negative ⇒ there is a sink present.
∇ · (E1 + E2 ) = ∇ · E1 + ∇ · E2 (139)
• If ∇ · E = 0 ⇒ solenoidal field.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 63
• Divergence theorem
Extending
I
∂Ex ∂Ey ∂Ez
E · ds = + + ∆x ∆y ∆z
S ∂x ∂y ∂z
= (div E)∆ν (140)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 64
Z b Z c
Circulation = x̂B0 · x̂ dx + x̂B0 · ŷ dy
a b
Z d Z a
+ x̂B0 · x̂ dx + x̂B0 · ŷ dy
c d
= B0 ∆x − B0 ∆x = 0 (143)
where ∆x = b − a = c − d and recall, x̂ · ŷ = 0.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 65
y
a d
∆x ∆x
b c
B
x
(a) Uniform field
Current I
φ^
C
y
r
φ
B
Figure 3-22
Figure 19: Circulation is zero for the uniform field in (a), but it is not
zero for the azimuthal field in (b).
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 66
I
Circulation = B · dl
C
Z 2π
µ0 I
= φ̂ · φ̂r dφ = µ0 I (145)
0 2πr
• This circulation is not zero, but what about other contours?
Any contour in planes that are perpendicular to the x − y plane
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 67
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 68
∂Bz ∂By ∂Bx ∂Bz
∇ × B = x̂ − + ŷ −
∂y ∂z ∂z ∂x
∂By ∂Bx
= + ẑ −
∂x ∂y
x̂ ŷ ẑ
∂ ∂ ∂
= ∂x ∂y ∂z (148)
Bx By Bz
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 69
^ ds
ds = n
^
n
ds
S
dl
C
Figure 3-23
Figure 20: The direction of the unit vector x̂ is along the thumb when
the other four fingers of the right hand follow d l.
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 70
(1) ∇ × (A + B) = ∇ × A + ∇ × B (149)
(2) ∇ · (∇ × A) = 0 for any vector A (150)
(3) ∇ × (∇V ) = 0 for any scalar function V (151)
• Stoke’s theorem
Using this theorem we can convert the surface integral of the curl of
a vector over an open surface S into a line integral of the vector along
the contour C bounding the surface S.
Z I
(∇ × B) · ds = B · dl (Stokes’s theorem) (152)
S C
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 71
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.
Electromagnetics I: Vector Analysis 72
which is a scalar
We can also define a Laplacian of a vector
such that
∂2 ∂2 ∂2
2
∇ E = + + E
∂x2 ∂y 2 ∂z 2
= x̂ ∇2 Ex + ŷ ∇2 Ey + ẑ ∇2 Ez (157)
∇2 E = ∇(∇ · E) − ∇ × (∇ × E) (158)
Notes based on Fundamentals of Applied Electromagnetics (Ulaby et al) for ECE331, PSU.