Math for ME · Chapter 11 of 19 · Advanced

Complex Numbers for Engineers

A single complex number carries a size and an angle at once. That is exactly what an oscillation has, which is why AC circuits, vibrations, and control systems all speak in complex numbers.

The thread: The modes and the roots of an oscillator kept producing the square root of a negative number. This chapter gives that number a home, and with it the natural language of rotation and oscillation.

01

Readiness check

From Trigonometry, Vectors, and ODEs. Tick only what you can do closed-notes.

  • Convert between a vector's components and its magnitude and angle.
  • Use sin and cos with angles in radians and degrees.
  • Solve a quadratic, including one with a negative discriminant.
  • Recall that damped oscillation in ODEs came from complex roots.
  • Add and multiply ordinary binomials.
0 or 1 weak itemsContinue with this chapter.
2 weak itemsReview components and magnitude-angle form in Vectors and Coordinate Systems; a complex number is that idea with arithmetic attached.
3 or more weak itemsStep back to Trigonometry and Geometry and Vectors and Coordinate Systems.
02

The core idea

A complex number a + bj is a point in a plane: a size and a direction packed into one symbol. Multiplying rotates.

j² = −1e = cos θ + j sin θ

Euler's formula (right) is the hinge of the whole subject: it ties exponentials to sinusoids. Because a steady oscillation A cos(ωt + φ) is the real part of a rotating complex number, problems full of sines and cosines collapse into simple algebra with complex numbers, then convert back at the end.

The skill works when: the system is linear and the signals share one frequency, so each becomes a single fixed complex number (a phasor).
The skill breaks down when: the system is nonlinear or mixes frequencies that interact; then the neat phasor algebra no longer applies.
The concept. The same number, two readings: rectangular a + bj for adding, polar r and θ for multiplying. Magnitude r is the size, angle θ is the phase.
03

The skills, taught in order

11.1 Two forms, two jobs

Every complex number has a rectangular form a + bj, best for adding, and a polar form r∠θ, best for multiplying. They convert through the same right-triangle relations as a vector:

r = √(a² + b²)θ = tan⁻¹(b/a)a = r cos θ, b = r sin θ

Add and subtract in rectangular form, component by component. Multiply and divide in polar form: magnitudes multiply, angles add.

11.2 Multiplication is rotation

Because angles add under multiplication, multiplying by a complex number rotates and scales. Multiplying by j (which is 1∠90°) is a pure 90° turn, which is why j appears wherever something leads or lags by a quarter cycle. This single fact is what makes complex numbers the natural language of phase.

11.3 Euler's formula and phasors

Euler's formula writes a unit rotation as an exponential, e = cos θ + j sin θ. A sinusoid is then the real part of a rotating complex number:

A cos(ωt + φ) = Re{A e ejωt}

For one frequency, the fixed part A e, written A∠φ, is the phasor. It stores the amplitude and phase as a single complex number, and the common ejωt is carried along silently.

11.4 Why mechanical engineers need them

Three of the courses ahead run on complex numbers.

FieldComplex number is
AC circuits and sensorsimpedance: resistance and phase in one number
Vibrationsthe complex amplitude of a steady oscillation
Controls and Laplacea pole location in the s-plane, σ + jω

11.5 Complex roots and oscillation

The complex roots that ended ODEs now read clearly. A characteristic equation with roots −σ ± jωd describes a response e−σt(cos ωdt and sin ωdt terms): the real part −σ sets the decay rate and the imaginary part ωd sets the ringing frequency. Reading a pair of complex roots is reading the motion directly.

Engineering connection: Electrical Circuits and Sensors, Vibrations, Controls and System Dynamics, Signal Processing.

04

Worked example: multiplication that rotates

Take z₁ = 3 + 4j and z₂ = 1 + j. Convert each to polar form, multiply them, and confirm the product by direct rectangular multiplication.

Figure 1. Multiplying adds the angles (53° + 45° = 98°) and multiplies the lengths (5 × √2 = 5√2). The product swings past the imaginary axis.
  1. ProblemMultiply z₁ and z₂ and verify the polar result.
  2. Given / findz₁ = 3 + 4j, z₂ = 1 + j. Find their polar forms and the product both ways.
  3. Polar formsz₁: r = √(9 + 16) = 5, θ = tan⁻¹(4/3) = 53.1°, so z₁ = 5∠53.1°. z₂: r = √2, θ = 45°, so z₂ = √2∠45°.
  4. Multiply in polarmagnitudes multiply and angles add: z₁z₂ = (5 × √2)∠(53.1° + 45°) = 7.07∠98.1°.
  5. Multiply in rectangular(3 + 4j)(1 + j) = 3 + 3j + 4j + 4j² = 3 + 7j − 4 = −1 + 7j.
  6. Check the two agree−1 + 7j has magnitude √(1 + 49) = √50 = 7.07 and angle tan⁻¹(7/−1) = 98.1° (second quadrant). The two methods match.
  7. Checkj² = −1 is what turned 4j² into −4 and pulled the real part negative; the angle grew past 90°, exactly the rotation the polar view predicted.
  8. ConclusionAdding wants rectangular form, multiplying wants polar form, and the two always agree. The "angles add" rule is why a complex number is the cleanest way to track phase through a circuit or a control loop.
Result. z₁z₂ = −1 + 7j = 7.07∠98.1°, confirmed by both methods.
04b

Worked example 2: adding two sinusoids with phasors

Two signals of the same frequency add: 3 cos(ωt) + 4 cos(ωt + 90°). Use phasors to find the single sinusoid that equals their sum.

  1. ProblemCombine the two cosines into one amplitude and phase.
  2. Given / find3 cos(ωt) and 4 cos(ωt + 90°). Find the resultant amplitude and phase.
  3. ModelFor one shared frequency, each sinusoid becomes a phasor A∠φ, and adding signals is adding phasors as complex numbers.
  4. Write the phasors3 cos(ωt) → 3∠0° = 3 + 0j. 4 cos(ωt + 90°) → 4∠90° = 0 + 4j.
  5. Add in rectangular form(3 + 0j) + (0 + 4j) = 3 + 4j.
  6. Back to polar3 + 4j = 5∠53.1°, so the sum is 5 cos(ωt + 53.1°).
  7. CheckThe 90° phase difference is why the amplitudes combine as √(3² + 4²) = 5 rather than 3 + 4 = 7; perpendicular phasors add like the legs of a right triangle, exactly as in Vectors.
  8. ConclusionPhasors turn the awkward trigonometry of adding sinusoids into ordinary vector addition. This single trick is the engine of AC circuit analysis and steady-state vibration response.
Result. 3 cos(ωt) + 4 cos(ωt + 90°) = 5 cos(ωt + 53.1°).
05

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
Treating j like a normal unitj² left as +1 or as j"What is j² by definition?"j² = −1. That replacement is the whole point; it is what couples the real and imaginary parts.
Adding magnitudes of complex numbers|z₁ + z₂| taken as |z₁| + |z₂|"Do these phasors point the same way?"Add in rectangular form first; the magnitude of the sum is found only afterward, as with vectors.
Wrong quadrant for the angletan⁻¹ gives an angle 180° off"What are the signs of the real and imaginary parts?"Use the signs of a and b to place the quadrant; a bare arctangent cannot tell them apart.
Forgetting roots come in conjugate pairsOnly one complex root reported"Does a real equation produce a lone complex root?"Complex roots of a real polynomial always appear as conjugate pairs σ ± jω.
06

Practice ladder

Level 1 · Direct skill

Convert z = 1 + j√3 to polar form, and add (2 + 3j) + (4 − j).

Show answer

z: r = √(1 + 3) = 2, θ = tan⁻¹(√3) = 60°, so z = 2∠60°. Sum: (2 + 4) + (3 − 1)j = 6 + 2j.

Then state what multiplying any complex number by j does geometrically.

Show answer

It rotates the number by 90° (counter-clockwise) without changing its length, because j = 1∠90°.

Level 2 · Mixed concept

Multiply (2∠30°)(3∠40°), and give the result in both polar and rectangular form.

Show answer

Magnitudes multiply, angles add: 6∠70°. In rectangular form: 6 cos70° + 6j sin70° = 2.05 + 5.64j.

Add the sinusoids 5 cos(ωt) + 5 cos(ωt + 90°) using phasors.

Show answer

5∠0° + 5∠90° = 5 + 5j = 7.07∠45°, so the sum is 7.07 cos(ωt + 45°).

Level 3 · Independent problem

Find the roots of r² + 2r + 5 = 0 and read off the decay rate and ringing frequency of the system it represents.

Show answer

r = (−2 ± √(4 − 20))/2 = −1 ± 2j, a conjugate pair. The real part −1 gives a decay like e−t; the imaginary part 2 gives oscillation at 2 rad/s. Stable and underdamped, straight from the roots.

Level 4 · Transfer to real engineering

Take a real second-order system you have met (a suspension, an RLC circuit, a control loop) and write its characteristic equation. Find the complex roots, place them in the s-plane, and translate their position into a one-line prediction of how the system behaves.

What good work looks like

The roots computed as σ ± jω, plotted left or right of the imaginary axis, and a sentence such as "poles at −2 ± 5j: stable, rings at 5 rad/s, settles in about 2 seconds."

07

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"Here is my polar and rectangular product of two complex numbers. Check only that the two forms agree, including the quadrant of the angle."
"Give me three pairs of poles in the s-plane; I will state stability and ringing frequency before you confirm."
"Multiply these complex numbers." Knowing which form to use for which operation is the skill.
"What do these poles mean?" Reading σ ± jω as decay and frequency must be your own reflex.

Portfolio task

Make a one-page "Complex Number Card": the rectangular and polar conversions, the add-in-rectangular and multiply-in-polar rules, Euler's formula, and the phasor of one sinusoid. Add one s-plane sketch translating a pole pair into a response.

Must include: the rotation rule (multiplying by j is 90°) shown with one example, and a conjugate-pair root read as decay and frequency.
08

Retrieval and spaced review

Closed notes. Answer out loud, then reveal.

1. Which form for adding, which for multiplying, and why?

Rectangular for adding (combine components); polar for multiplying (magnitudes multiply, angles add).

2. State Euler's formula and what it connects.

e = cos θ + j sin θ: it links the exponential to the sinusoid, the basis of phasors.

3. What is a phasor?

The fixed complex number A∠φ that stores a sinusoid's amplitude and phase at one frequency; the ejωt is carried along separately.

4. What does multiplying by j do, geometrically?

Rotates by 90° with no change in length, since j = 1∠90°.

5. Read the roots σ ± jω as a motion.

Decay (or growth) at rate σ, oscillation at frequency ω. Left of the imaginary axis is stable.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRe-derive the z₁z₂ product both ways from a blank page.
+3 daysOne phasor sum of two sinusoids with new numbers.
+7 daysMixed set: a complex-root reading plus a Laplace transfer function.
+30 daysCourse complete: meet phasors again in Circuits and pole pairs in Controls.
09

Textbook mapping

ItemMapping
Main sourceKreyszig, Advanced Engineering Mathematics, Ch 13 (complex numbers and functions). Phasors: any circuits or vibrations text
Core topics11.1 Rectangular and polar form · 11.2 Multiplication as rotation · 11.3 Euler's formula and phasors · 11.4 Impedance, s-plane, complex amplitude · 11.5 Complex roots and oscillation
Engineering connectionElectrical Circuits and Sensors (impedance), Vibrations (steady-state response), Controls and System Dynamics (the s-plane), Signal Processing.
Skip on first passFull complex analysis (contour integration, residues, conformal mapping), Kreyszig Ch 14 to 18: a later, optional study.
Read nextOrdinary Differential Equations.