Vectors form the backbone of Electromagnetic Field Theory (EMFT). Almost every physical quantity like electric field, magnetic field, and flux density is represented using vectors.
Understanding vectors is not just mathematical — it is essential to visualize how fields behave in space.
Keywords: vectors EMFT, gradient divergence curl, coordinate systems EMFT, vector algebra GATE, del operator, field theory basics
A vector is a quantity that has both magnitude and direction.
Examples: Electric Field (E), Magnetic Field (H), Displacement (D)
$$ \vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k} $$
| Type | Meaning | Example |
|---|---|---|
| Unit Vector | Magnitude = 1 | $\hat{i}, \hat{j}, \hat{k}$ |
| Position Vector | Vector Form | $\vec{r} = x\hat{i}+y\hat{j}+z\hat{k}$ |
| Zero Vector | Magnitude = 0 | $\vec{0}$ |
$$ \vec{A} \cdot \vec{B} = AB \cos\theta $$
$$ \vec{A} \times \vec{B} = AB \sin\theta \ \hat{n} $$
$$ \nabla V $$
Direction of maximum increase
$$ \nabla \cdot \vec{A} $$
Measures source or sink
$$ \nabla \times \vec{A} $$
Measures rotation
Vector projection helps us find how much of one vector lies along another vector.
| Operator | Meaning | Visualization |
|---|---|---|
| Gradient | Maximum increase | Hill slope |
| Divergence | Outflow / Source | Water spreading |
| Curl | Rotation | Whirlpool |
If $\nabla \cdot \vec{D} > 0$ → positive charge (source)
If $\nabla \cdot \vec{D} < 0$ → negative charge (sink)
Q: If $\vec{A} = x\hat{i} + y\hat{j} + z\hat{k}$, find divergence.
Solution:
$$ \nabla \cdot \vec{A} = \frac{\partial x}{\partial x} + \frac{\partial y}{\partial y} + \frac{\partial z}{\partial z} = 3 $$
Next: Coordinate Systems (Cartesian, Cylindrical & Spherical)
Discussion / Comments