j Notation and Complex Numbers in AC Circuits

| 1-2 min read |
-- reads
j Notation and Complex Numbers in AC Circuits

j Notation and Complex Numbers in AC Circuits

In AC circuit analysis, sinusoidal voltages and currents are conveniently represented using complex numbers.

The imaginary operator used in electrical engineering is represented by the symbol jj.

The symbol jj is used instead of ii because the symbol ii usually represents electric current.

The use of jj notation simplifies mathematical calculations involving sinusoidal quantities and phase angles.


Imaginary Operator

The imaginary operator is defined as:

j=1j = \sqrt{-1}

Therefore,

j2=1j^2 = -1

Higher powers of jj follow a cyclic pattern:

j0=1j^0 = 1 j1=jj^1 = j j2=1j^2 = -1 j3=jj^3 = -j j4=1j^4 = 1

and the cycle repeats.


Complex Numbers

A complex number consists of:

  • Real part
  • Imaginary part

A complex number is represented as:

Z=a+jbZ = a + jb

where:

  • aa = real part
  • jbjb = imaginary part

Example:

Z=4+j3Z = 4 + j3

Here:

  • Real part = 44
  • Imaginary part = 33

Complex Plane

A complex number can be represented graphically on a complex plane.

  • Horizontal axis → real axis
  • Vertical axis → imaginary axis

The real component is measured along the X-axis and the imaginary component along the Y-axis.


Equality of Complex Numbers

Two complex numbers are equal only when their real and imaginary parts are separately equal.

If

a+jb=c+jda + jb = c + jd

then,

a=ca = c

and

b=db = d

Addition and Subtraction of Complex Numbers

Addition

If

Z1=a+jbZ_1 = a + jb

and

Z2=c+jdZ_2 = c + jd

then,

Z1+Z2=(a+c)+j(b+d)Z_1 + Z_2 = (a+c) + j(b+d)

Example

(4+j3)+(2+j5)(4+j3) + (2+j5) =6+j8= 6 + j8

Subtraction

Z1Z2=(ac)+j(bd)Z_1 - Z_2 = (a-c) + j(b-d)

Example

(6+j7)(2+j3)(6+j7) - (2+j3) =4+j4= 4 + j4

Multiplication of Complex Numbers

If

Z1=a+jbZ_1 = a + jb

and

Z2=c+jdZ_2 = c + jd

then,

Z1Z2=(a+jb)(c+jd)Z_1Z_2 = (a+jb)(c+jd) =ac+ajd+jbc+j2bd= ac + ajd + jbc + j^2bd

Since,

j2=1j^2 = -1

therefore,

Z1Z2=(acbd)+j(ad+bc)Z_1Z_2 = (ac-bd) + j(ad+bc)

Example

(2+j3)(4+j5)(2+j3)(4+j5) =8+j10+j12+j215= 8 + j10 + j12 + j^215 =8+j2215= 8 + j22 -15 =7+j22= -7 + j22

Conjugate of a Complex Number

The conjugate of a complex number is obtained by changing the sign of the imaginary part.

If

Z=a+jbZ = a + jb

then its conjugate is:

Z=ajbZ^* = a - jb

Example

If

Z=5+j4Z = 5 + j4

then,

Z=5j4Z^* = 5 - j4

Magnitude of a Complex Number

The magnitude or modulus of a complex number is:

Z=a2+b2|Z| = \sqrt{a^2 + b^2}

Example

For

Z=3+j4Z = 3 + j4 Z=32+42|Z| = \sqrt{3^2 + 4^2} Z=5|Z| = 5

Polar Form of Complex Numbers

A complex number may also be represented in polar form as:

Z=rθZ = r \angle \theta

where:

  • rr = magnitude
  • θ\theta = phase angle

The phase angle is given by:

θ=tan1(ba)\theta = \tan^{-1}\left(\frac{b}{a}\right)

Thus,

a+jb=rθa + jb = r \angle \theta

Euler’s Formula

Euler’s formula establishes the relationship between exponential and trigonometric forms.

ejθ=cosθ+jsinθe^{j\theta} = \cos\theta + j\sin\theta

Hence,

Z=r(cosθ+jsinθ)Z = r(\cos\theta + j\sin\theta)

or

Z=rejθZ = re^{j\theta}

Phase Representation Using j Operator

Multiplication by jj represents a phase shift of:

9090^\circ

Thus:

  • Multiplication by jj → leading by 9090^\circ
  • Multiplication by j-j → lagging by 9090^\circ

This property is very useful in AC circuit analysis and phasor representation.


Advantages of j Notation

  • Simplifies AC calculations
  • Simplifies phase angle representation
  • Reduces trigonometric complexity
  • Useful in phasor algebra
  • Makes sinusoidal analysis easier

Applications of j Notation

  • AC circuit analysis
  • Phasor representation
  • Power system calculations
  • Signal analysis
  • Communication engineering

Summary

  • jj is the imaginary operator used in electrical engineering.
  • Complex numbers consist of real and imaginary parts.
  • Complex numbers can be represented in rectangular and polar forms.
  • Euler’s formula relates exponential and trigonometric forms.
  • Multiplication by jj represents a phase shift of 9090^\circ.
  • j notation simplifies the analysis of sinusoidal quantities.

More from "Basic Electrical Engineering"