Complex Numbers Analysis for Engineering Students

From algebra and geometry to phasors, signals, and AC circuit analysis.

Start Lecture Take Quiz Open Reference PDF

Visual Concept Map

This one-page visual summarizes the main story: algebraic form, Argand diagram, Euler's identity, De Moivre's theorem, phasors, AC impedance, control systems, and modulation.

Complex Numbers and Phasors visual concept map

Lecture Overview

0–10 min

Motivation

Explain why engineers use complex numbers and how they encode magnitude and phase.

10–40 min

Representation

Write complex numbers in rectangular and polar forms and convert between them.

40–70 min

Operations

Perform addition, subtraction, multiplication, division, conjugation, powers, and roots.

70–110 min

Engineering Meaning

Use De Moivre's theorem and phasors to interpret sinusoidal signals and AC circuits.

1. Why Do We Need Complex Numbers?

Start with a simple equation:

\[x^2 + 1 = 0\]

There is no real number whose square is \(-1\). Therefore, we define:

\[j = \sqrt{-1}, \qquad j^2 = -1\]
In electrical engineering, complex numbers are not just a mathematical trick. They are a compact language for magnitude and phase.

Engineering Uses

  • AC circuit analysis and impedance
  • Phasors and sinusoidal steady-state analysis
  • Signals, spectra, Fourier analysis, and modulation
  • Control systems and stability analysis
  • RF and communication systems: I/Q representation

The Central Bridge

\[e^{j\theta}=\cos\theta + j\sin\theta\]

This connects algebra, geometry, trigonometry, and engineering signals.

A complex number can represent a point, a vector, a rotation, or a sinusoidal signal.

2. Forms of Complex Numbers

Rectangular Form

\[z = x + jy\]

Where \(x\) is the real part and \(y\) is the imaginary part.

Good for: addition, subtraction, separating real and imaginary components.

Polar / Exponential Form

\[z = r\angle\theta = re^{j\theta}\]

Where \(r=|z|\) is the magnitude and \(\theta=\arg(z)\) is the angle.

Good for: multiplication, division, powers, roots, and phasors.

Conversion Formulas

Rectangular to Polar

\[r = \sqrt{x^2+y^2}\]
\[\theta = \tan^{-1}\left(\frac{y}{x}\right)\]

Polar to Rectangular

\[x = r\cos\theta\]
\[y = r\sin\theta\]

3. Arithmetic Operations

Addition and Subtraction

\[(x_1+jy_1)+(x_2+jy_2)=(x_1+x_2)+j(y_1+y_2)\]

Best done in rectangular form.

Multiplication

\[(r_1e^{j\theta_1})(r_2e^{j\theta_2})=r_1r_2e^{j(\theta_1+\theta_2)}\]

Multiply magnitudes and add angles.

Division

\[\frac{r_1e^{j\theta_1}}{r_2e^{j\theta_2}}=\frac{r_1}{r_2}e^{j(\theta_1-\theta_2)}\]

Divide magnitudes and subtract angles.

Complex Conjugate

\[z=x+jy, \qquad z^*=x-jy\]
\[zz^*=|z|^2=x^2+y^2\]

Geometrically, conjugation reflects the number across the real axis.

4. De Moivre's Theorem

The Theorem

\[(re^{j\theta})^n = r^n e^{jn\theta}\]

Equivalently:

\[(\cos\theta+j\sin\theta)^n=\cos(n\theta)+j\sin(n\theta)\]
Students may confuse this with De Morgan's laws from logic design. De Moivre is for complex roots/powers. De Morgan is for Boolean algebra.

Example: Compute \((1+j)^4\)

First convert:

\[1+j=\sqrt{2}e^{j45^\circ}\]

Then apply De Moivre:

\[(1+j)^4=(\sqrt{2})^4e^{j180^\circ}=4(-1)=-4\]
De Moivre converts a difficult algebraic power into a simple magnitude-angle operation.

5. Phasors: The Engineering Payoff

A sinusoidal signal can be represented using a complex exponential:

\[A\cos(\omega t + \theta)=\Re\{Ae^{j(\omega t+\theta)}\}\]

The time-independent part is called the phasor:

\[\tilde{V}=A\angle\theta=Ae^{j\theta}\]
A phasor stores amplitude and phase in one complex number.

Why Phasors Are Powerful

  • They turn sinusoidal functions into algebraic quantities.
  • They simplify AC circuit analysis.
  • They make phase differences easy to visualize.

Impedance Examples

\[Z_R=R\]
\[Z_L=j\omega L\]
\[Z_C=\frac{1}{j\omega C}\]

Notice how \(j\) represents phase shift between voltage and current.

6. Sketching Complex Numbers

Sketching Steps

  1. Draw the real axis horizontally.
  2. Draw the imaginary axis vertically.
  3. Locate \(x\) on the real axis.
  4. Locate \(y\) on the imaginary axis.
  5. Draw the vector from origin to \((x,y)\).
  6. Mark magnitude \(r\) and angle \(\theta\).

Geometric Meanings

  • \(z\): vector from origin
  • \(|z|\): vector length
  • \(\arg(z)\): angle from positive real axis
  • \(z^*\): reflection across real axis
  • \(ze^{j\theta}\): rotation by \(\theta\)

Interactive Examples

Experiment with the complex plane and rotating phasors to visualize the math.

Complex Plane Converter

Convert rectangular to polar form interactively.

Rotating Phasor

Visualize how a phasor relates to a sinusoidal wave.

Flashcards

Use these quick cards for active recall before taking the feedback quiz. Click the card to reveal the answer.

Question

Feedback Quiz

Self-check quiz: rectangular and polar forms, operations, De Moivre's theorem, and phasors.

Topic: Complex Numbers Level: Introductory Engineering

Progress: 0 / 15 answered

Full Answer Key

Review the correct answers and explanations below.