Almost every formula in acoustics that looks like cos(ωt−kx+φ) is really a complex exponential in disguise. The reason is purely pragmatic: complex exponentials make linear ODEs and PDEs into algebra. Time derivatives become multiplication by iω; spatial derivatives become multiplication by −ik; the wave equation collapses to the algebraic dispersion relation ω2=c2∣k∣2. The “complex” is a misnomer — using complex exponentials makes everything simpler.
This first lesson develops Euler’s formula and the phasor representation that the rest of the chapter (and the rest of the Sound book) uses. The next two lessons take the same machinery into damped oscillations and into wave propagation, in turn.
Euler’s formula
The starting point is
eiθ=cosθ+isinθ,
equivalently
cosθ=21(eiθ+e−iθ),sinθ=2i1(eiθ−e−iθ).
The identity has a one-page derivation from the Taylor series of ex, cosθ, and sinθ, but is best memorised: it is the most-used identity in this project after E=21mv2.
eiθ = +1.00 + i·+0.00
The interactive is the entire content of Euler’s formula in one picture. As θ winds around the unit circle, the complex number eiθ traces it; its real part is cosθ, its imaginary part is sinθ. The two side panels build up the cosine and sine curves in synchrony with the rotation. Scrub the slider or hit spin — the entire machinery of phasors is in that single rotating arrow.
▶Euler's formula from Taylor series
The Taylor series of the three functions around zero:
The derivation is purely formal — it rests on the Taylor series of ex also converging for x=iθ, which is a real theorem of complex analysis (the series for ex has infinite radius of convergence). The identity is the cleanest single instance of why complex numbers are useful: a single analytic function eiθ packages the two real trigonometric functions into one object.
⏳The history— Euler 1748, Steinmetz 1893
Leonhard Euler stated the identity eiθ=cosθ+isinθ in his 1748 Introductio in analysin infinitorum. He derived it from the Taylor series, much as above, treating the substitution x→iθ in the exponential series as a formal manipulation. At the time the legitimacy of complex numbers was contested — some mathematicians regarded −1 as a meaningless symbol — and Euler’s identity was one of the strongest arguments for taking them seriously. The special case θ=π gives eiπ+1=0, often cited as the most beautiful equation in mathematics for the way it ties together five fundamental constants.
The use of complex exponentials as phasors for engineering analysis came nearly 150 years later. Charles Proteus Steinmetz, a German-American engineer at General Electric, introduced the phasor method in an 1893 paper to handle AC-circuit analysis. Before Steinmetz, the equations of alternating-current networks were solved by trigonometric identities — slow, error-prone, and unscalable. Steinmetz’s phasor representation collapsed the algebra into single-line formulas, and within a decade AC power systems were the standard. The same trick reaches into acoustics through the wave-equation phasor solutions you’ll meet in Sound Ch 5.
Phasors
A phasor is a complex amplitude that encodes both amplitude and phase. Given a real oscillation
x(t)=Acos(ωt+φ),
the corresponding phasor is
X~≡Aeiφ,x(t)=Re[X~eiωt].
The real signal is recovered by multiplying the phasor by eiωt and taking the real part. The phasor captures the constant information about the oscillation — amplitude and phase — while eiωt carries the time evolution. The advantage: time derivatives become multiplication by iω, and time integrals become division by iω. The equations of motion become algebraic.
The interactive shows the addition of two phasors Z1+Z2 as vector addition in the complex plane. Tip-to-tail: the orange phasor starts at the origin; the blue one is translated so it starts at the orange’s tip; the resultant (black) goes from origin to the final tip. Slide the magnitudes and phases to feel how the sum’s magnitude and phase depend on both inputs — in particular, two phasors of equal magnitude can sum to anything from 2∣Z∣ (in phase) to 0 (180° out of phase). The latter case is the algebraic signature of destructive interference.
Useful identities
A few that come up constantly:
∣eiθ∣=1 for real θ. The complex exponential of a real argument is a unit-magnitude phasor.
eiθ⋅eiφ=ei(θ+φ) — products of phasors add their phases. The reason (eiθ)n=einθ (de Moivre’s theorem).
(eiθ)∗=e−iθ — complex conjugation flips the sign of the phase.
Re[z]=21(z+z∗), Im[z]=2i1(z−z∗).
A first application: solving the driven oscillator in one line
Consider the damped driven oscillator
mx¨+bx˙+kx=F0cos(ωt).
Replace the real driving force by the complex one F0eiωt (taking real parts at the end). Try x(t)=X~eiωt as an ansatz. Substituting and using x˙=iωX~eiωt, x¨=−ω2X~eiωt:
[−mω2+ibω+k]X~eiωt=F0eiωt.
Cancel the exponentials and solve:
X~=k−mω2+ibωF0.
The amplitude is ∣X~∣ and the phase relative to the drive is arg(X~). We just dispatched a second-order ODE with one line of algebra. The cost was carrying around an i.
The same trick — substitute a complex exponential, do algebra, take real parts — runs through every linear acoustic problem in the bookshelf. The damped oscillator is one example; plane-wave solutions of the wave equation, transfer functions of linear filters, impedance of circuits, are all variations.
Cautions
Two things to watch:
Complex amplitudes can be added (they are linear), but their magnitudes cannot: ∣z1+z2∣=∣z1∣+∣z2∣ in general. Use the parallelogram-rule addition for phasors, not the scalar one.
The “take the real part at the end” rule only works for linear operations. For energy and intensity (which are quadratic), you must work with the real signal or apply the right time-average rule: the time-average of Re[A~eiωt]Re[B~eiωt] is 21Re[A~B~∗] — the famous one-half real-part-of-product-with-conjugate formula that runs through acoustic intensity calculations.
What’s next
The next lesson, 3.2 — Damped oscillations as phasors, extends the phasor picture to complex arguments: e(−γ+iω)t traces a logarithmic spiral inward in the complex plane, with the real part being a damped sinusoid. This is the eigenfunction of every linear damped system on the bookshelf.
The lesson after that, 3.3 — Plane waves and complex impedance, extends the phasor framework to functions of space and time, producing plane waves ei(ωt−k⋅r) and the complex-impedance picture that runs through every filter, every Bode plot, every acoustic-loudspeaker analysis.