Complex Numbers Refresher
Ch 5 — Part I — Explicit & Qualitative Methods
Complex numbers \(z = a + bi\) with \(i^2 = -1\) are essential for second-order linear ODEs and systems. Two views coexist: rectangular \((a, b)\) and polar \((r, \theta)\) with \(r = |z|,\; \theta = \arg z\).
Euler's formula
$$e^{i\theta} = \cos\theta + i\sin\theta.$$ Multiplication in polar form becomes modulus multiplication + argument addition: \((r_1 e^{i\theta_1})(r_2 e^{i\theta_2}) = r_1 r_2 e^{i(\theta_1+\theta_2)}\).
The complex exponential
\(e^{(a+bi)t} = e^{at}(\cos bt + i \sin bt)\). This is why real solutions of linear ODEs with complex roots involve \(e^{at}\cos bt\) and \(e^{at}\sin bt\).
Conjugates and magnitude
\(\bar z = a - bi\), \(|z|^2 = z\bar z = a^2 + b^2\). Real-valued ODEs with complex roots always produce roots in conjugate pairs.
Practice Problems
Hint
Solution
\((1+i)^8 = (\sqrt 2)^8 e^{i 2\pi} = 16 \cdot 1 = 16\).
Answer: 16.
Hint
Solution
\(e^{i\pi} = \cos\pi + i\sin\pi = -1\), so \(e^{i\pi} + 1 = 0\).
Answer: 0.
Hint
Solution
\(z_0 = 2,\; z_1 = 2(\cos 120°+i\sin 120°) = -1 + i\sqrt 3,\; z_2 = -1 - i\sqrt 3\).
Answer: \(2,\; -1\pm i\sqrt 3\).
Hint
Solution
Taking real part: \(e^{-2t}\cos 3t\).
Answer: \(e^{-2t}\cos(3t)\).