Electromagnetic Theory
Electromagnetic Theory
I.EMFT INTRODUCTION
By
M.Marsaline Beno
Professor/EEE Dept.
St.Xaviers Catholic College of Engineering
What is Electromagnetic?
Electric field
Produced by the presence
of electrically charged
particles, and gives rise
to the electric force
Magnetic
Produced
by the motion
field
of electric charges, or
electric current, and gives
rise to the magnetic force
associated with magnets.
EMT
Electric field
Magnetic field
Field Theory
Deals with
V,I
E,H
Property
Source
Useful to
Theory
Basic Laws
Theorems
Thevenin, Nortan
Stokes, Divergence.
Basic Eqn
Apply to
Analyse
Nature
GREAT CONTRIBUTORS TO
EMFT
Why do we learn
Electromagnetic Field Theory?
Applications
EM principles find applications in various
disciplines such as microwaves, x-rays, antennas,
electric machine, antenna, plasmas and etc.
Applications
EM fields are used in induction heaters for melting, forging,
annealing, surface hardening and soldering operation.
EM energy is used for example, to change vegetable taste by
reducing acidity.
EM devices include transformers, radio/TV, radars, lasers and
etc.
MAGLEV Train
Vector Algebra
Scalar
Vector
Unit Vector
Dot Product
Cross Product
Identities
Cartesian coordinates
x
Example of first set of coordinate surfaces
x
Example of second set of coordinate surfaces
x
Example of third set of coordinate surfaces
x
Any surface in one set should be
orthogonal to any surface in any other set
z
x
y
y
x
Frequently one needs to describe a vector field (vector valued
function of position). In this case it is convenient to introduce
coordinate vectors associated with every point in space.
az
x
First coordinate vector
ax
x
Second coordinate vector
ay
y
x
Third coordinate vector
z
x
y
y
x
Coordinate system where all coordinate surfaces are planar is
called Cartesian. Note that in this system direction of
coordinate vectors is the same at every point in space
z const.
dS xy
ez
ex
dS xz
ey
x const.
y const.
dS yz
29
In a cylindrical coordinate
system, a cylindrical
surface and two planar
surfaces all orthogonal to
each other define location
of a point in space. The
coordinate vectors are ,
and z .
31
dS xy
z const.
dS rz
ez
dS z
r const.
dr
const.
32
r d
Example
33
Example a
34
Example a
x 2 cos
coordinates
are: 2 1
2
3
2
y 2sin
2
3
3
2
z 1
3
Example b
r 3 (3) 3 2
3
7
tan
1, so
2n
3
4
z 7
2
36
37
In a spherical coordinate
system the surfaces of
spheres, cones and planes are
coordinate surfaces. The
corresponding coordinate
vectors also change their
direction from point to point
R sin d
dS
dS r
P ( R, , )
R d
const.
R const.
dS r
R sin
43
Example 1
44
Example 1
45
Example 1
3
x sin cos 2sin cos 2
3
4
2
2 2
3 1
3
x sin sin 2sin sin 2
2
3
4
2
2
z cos 2 cos 2 12 1
3
46
Example 1
3 / 2, 3 / 2,1
in rectangular coordinates.
47
Example 2
The point
is given in
0, 2 3, 2
rectangular coordinates.
Find spherical coordinates for the
point.
48
Example 2
x y z
2
0 12 4
4
49
Example 2
z 2
1
cos
4
2
x
cos
0
sin
y2 30
50
Example 2
51
52
Example 3
y z
2 3/ 2
dV
53
x, y , z
x y z 1
2
Example 3
B , , 0 1, 0 2 , 0
In addition, spherical coordinates are
appropriate because:
x2 + y2 + z2 = 2
54
Example 3
y z
2 3/ 2
dV
2
e
sin d d d
3/ 2
sin d d e d
2 3
cos 0 2 13 e
55
1
0
34 e 1
Note
1 x
1 1 x 2
56
1 x y
1 x 2 y 2
y z
dz dy dx
2 3/ 2
Example 4
z x y
2
57
Example 4
Example 4
sin
This gives:
sin = cos
or
= /4
59
Example 4
, ,
60
0 2 , 0 / 4, 0 cos
Example 4
61
Example 4
/4
cos
/4
d
2
3
2
3
62
/4
2 sin d d d
sin
3
cos
d
0
sin cos3 d
4
cos
4
/4
63
Vector Differentiation
Gradient
Divergence
Curl
Gradient
Gradient of a scalar field is a
vector field which points in the
direction of the greatest rate of
increase of the scalar field, and
whose magnitude is the greatest
rate of change.
Gradient
Divergence
Divergence is an operator that measures the
magnitude of a vector field's source or sink at
a given point
The divergence of a vector field is a (signed)
scalar
For example, for a vector field that denotes
the velocity of air expanding as it is heated,
the divergence of the velocity field would have
a positive value because the air expands. If
the air cools and contracts, the divergence is
negative. The divergence could be thought of
as a measure of the change in density.
Curl
Curl is a vector operator that shows a vector
field's "rotation";
The direction of the axis of rotation and the
magnitude of the rotation. It can also be
described as the circulation density.
"Rotation" and "circulation" are used here for
properties of a vector function of position,
regardless of their possible change in time.
A vector field which has zero curl everywhere
is called irrotational.
Vector Integration
Line Integral
Surface Integral
Volume Integral
Divergence Theorem
Stoke Theorem
Cylindrical to Cartesian
x = cos
y = sin
Spherical to Cartesian
x = rsin cos
y = rsin sin
z=z
z = rcos
References
Elements Of Electromagnetic
Engineering Electromagnetics
Tutorial Problems
1. Find the scalar product of the two
vectors defined by A = 3ux + 4uy + 5uz
and B = -5ux + 4uy - 3uz. Determine the
angle between these two vectors.
2. Find the scalar product of the two
vectors defined by A = ux + 2uy + 2uz
and B = 2ux + 4uy + 6uz. Determine the
angle between these two vectors.
Tutorial Problems
3. Find the projection of a vector from the origin
to the point (1,2,3) on the vector from the
origin to the point (2,1,6) in Cartesian
coordinates. Find the angle between these two
vectors.
4. Find the vector product of the two vectors
defined by A = 3ux + 4uy + 5uz and B = -5ux
+ 4uy - 3uz.
5. Find the vector product of the two vectors
defined by A = ux + uy + uz and B = 2ux +
4uy + 6uz.
Assignment-Matlab
[x,y,z] = pol2cart(, , z )
[x,y,z] = sph2cart (, , )
[, , z] = cart2pol(x,y,z)
[, , ] = cart2sph(x,y,z)