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.
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.
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² = −1ejθ = 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 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, ejθ = cos θ + j sin θ. A sinusoid is then the real part of a rotating complex number:
A cos(ωt + φ) = Re{A ejφ ejωt}For one frequency, the fixed part A ejφ, 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.
| Field | Complex number is |
|---|---|
| AC circuits and sensors | impedance: resistance and phase in one number |
| Vibrations | the complex amplitude of a steady oscillation |
| Controls and Laplace | a 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.
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.
- ProblemMultiply z₁ and z₂ and verify the polar result.
- Given / findz₁ = 3 + 4j, z₂ = 1 + j. Find their polar forms and the product both ways.
- Polar formsz₁: r = √(9 + 16) = 5, θ = tan⁻¹(4/3) = 53.1°, so z₁ = 5∠53.1°. z₂: r = √2, θ = 45°, so z₂ = √2∠45°.
- Multiply in polarmagnitudes multiply and angles add: z₁z₂ = (5 × √2)∠(53.1° + 45°) = 7.07∠98.1°.
- Multiply in rectangular(3 + 4j)(1 + j) = 3 + 3j + 4j + 4j² = 3 + 7j − 4 = −1 + 7j.
- 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.
- 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.
- 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.
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.
- ProblemCombine the two cosines into one amplitude and phase.
- Given / find3 cos(ωt) and 4 cos(ωt + 90°). Find the resultant amplitude and phase.
- ModelFor one shared frequency, each sinusoid becomes a phasor A∠φ, and adding signals is adding phasors as complex numbers.
- Write the phasors3 cos(ωt) → 3∠0° = 3 + 0j. 4 cos(ωt + 90°) → 4∠90° = 0 + 4j.
- Add in rectangular form(3 + 0j) + (0 + 4j) = 3 + 4j.
- Back to polar3 + 4j = 5∠53.1°, so the sum is 5 cos(ωt + 53.1°).
- 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.
- 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.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Treating j like a normal unit | j² 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 angle | tan⁻¹ 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 pairs | Only 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ω. |
Practice ladder
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°.
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°).
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.
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."
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
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.
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.
ejθ = 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.
Textbook mapping
| Item | Mapping |
|---|---|
| Main source | Kreyszig, Advanced Engineering Mathematics, Ch 13 (complex numbers and functions). Phasors: any circuits or vibrations text |
| Core topics | 11.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 connection | Electrical Circuits and Sensors (impedance), Vibrations (steady-state response), Controls and System Dynamics (the s-plane), Signal Processing. |
| Skip on first pass | Full complex analysis (contour integration, residues, conformal mapping), Kreyszig Ch 14 to 18: a later, optional study. |
| Read next | Ordinary Differential Equations. |