Lec1 - Vector Algebra
Lec1 - Vector Algebra
Lec1 - Vector Algebra
(ECE102)
Reference Book:
“Elements of Electromagnetics” by Sadiku
UNIT – I
Electrostatics and Magnetostatics
Electrostatics: Point charges - Coulomb's law - Electrostatic field intensity - Electrostatic
flux - Gauss's law and its applications in a spherical volume element - Maxwell's first
equation - Electrostatic potential - Energy density in electrostatic fields - Electrostatic
boundary conditions.
Magnetostatics: Biot- Savart's law -Ampere's circuit law - Magnetic flux - Maxwell's
second equation - Energy density in magnetostatic fields - Magnetostatic boundary
conditions.
UNIT – II
Time Varying fields and Wave Propagation
Time varying fields: Faraday’s Laws of Electromagnetic Induction – Transformer and
Motional EMF – Maxwell's third equation - Equation of Continuity – Inconsistency of
Ampere’s Law – Displacement Current – Maxwell’s fourth equations –Time Harmonic
Fields – Maxwell’s Equations in phasor form – Power and Poynting’s Theorem.
Electromagnetic wave propagation: general Wave Equations – Wave Propagation in
Lossy Dielectrics and in Lossless Dielectrics – Free Space Wave Propagation – Plane
Wave in Good Conductors – Reflection of Plane Wave at Normal and Oblique Incidence
UNIT – III
Transmission Lines
Introduction – Transmission Line Parameters – Transmission Line Equations – Lossless
and Distortion Less Lines – Input Impedance, Standing Wave Ratio and Power –
Shorted, Open and Matched Lines – Smith Chart – Quarter-Wave Transformer – Single
stub tunner
UNIT – IV
Waveguides
Introduction – Rectangular Waveguides – Transverse Magnetic (TM) Modes –
Transverse Electric (TE) Modes – Impossibility of TEM Wave in Wave Guides – Wave
Propagation in the Guide – Power Transmission and Attenuation – Losses in a Wave
Guide.
A A
The magnitude can be thought of as the length of the
vector (if it is pictured as an arrow).
Note: This differs from the “length” |A|
of a “vector” in computer programming: A
That means, number of elements in a list.
1-Aug-23 7
Basic Vector Operations
Vectors can be added together: B
C
Example: A = B + C A
Vectors can be multiplied by scalars: B B
E.g.: A = B + B = 2B A
A A A A A
2
x
2
y
2
z
1-Aug-23 13
Basic Algebraic Laws
Vector addition and vector multiplication by scalars
obey commutative/associative/distributive laws:
Commutative laws:
Vector addition is commutative: A+B=B+A
Scalar multiplication is commutative: sA = As.
Associative laws:
Vector addition is associative: A + (B + C) = (A + B) + C
Scalar multiplication is associative: s(tA) = (st)A.
Scalar multiplication is distributive, in two ways:
s(A + B) = sA + sB (across vector addition)
(s + t)A = sA + tA (across scalar addition)
1-Aug-23 14
The “Dot Product” Operator
Takes two vectors and produces a scalar:
A•B = s = AB cos θ
Where A=|A| etc. and θ is the angle between A and B.
Definition in terms of orthogonal coefficients:
A•B = AxBx + AyBy + AzBz
Some algebraic properties of dot product:
Distributes over vector addition: A•(B+C)=A•B+A•C
Commutes with scalar multiplication: s(A•B) = A•(sB)
Sometimes, the dot product is referred to as an
“inner product” operator.
As opposed to cross product “outer product.”
1-Aug-23 15
Cross Product
The cross product of vectors A,B is the vector
AB = (AB sin θ)an
Where AB are magnitudes, θ is the
interior angle, and an is the normal
(perpendicular) unit vector to
A and B, by the “right-hand rule”
Magnitude is area of
A
parallelogram formed Area |AB|
by A and B. B
1-Aug-23 16
Some Properties of Cross Product
The cross product is anticommutative:
A B = −(B A)
It can be written in terms of components as a
matrix determinant:
A B a x ( Ay Bz Az By ) a y ( Az Bx Ax Bz ) a z ( Ax By Ay Bx )
ax ay az ax ay az Remember this rule:
Ax Ay Az Ax Ay Az Forwards order (xyz): positive.
Bx By Bz Bx By Bz Backwards order (zyx): negative.
1-Aug-23 18
References
• “Elements of Electromagnetics” by Sadiku
• www.powershow.com
1-Aug-23 19