EECS20N: Signals and Systems

Exponentials

The exponential of a real number x, written e x or exp(x), is defined by an infinite series,

e x = ∑(k=0 to ∞) (x k / k!) = 1 + x + (x 2 / 2!) + (x 3 / 3!) + ...

Also recall the infinite series expansion for cos and sin:

cos(θ) = 1 - (θ 2 / 2!) + (θ 4 / 4!) + ...

sin(θ) = θ - (θ 3 / 3!) + (θ 5 / 5!) + ...

The exponential of a complex number z is written e z or exp(z), and is defined in the same way as the exponential of a real number,

e z = ∑(k=0 to ∞) (z k / k!) = 1 + z + (z 2 / 2!) + (z 3 / 3!) + ...

Note that e 0 = 1, as expected.

The exponential of an imaginary number iθ is very interesting,

e iθ = 1 + (iθ) + ((iθ) 2 / 2!) + ((iθ) 3 / 3!) + ...
= [1 - (θ 2 / 2) + (θ 4 / 4!) - ...] + i[θ - (θ 3 / 3!) + (θ 5 / 5!) + ...]
= cos(θ) + i sin(θ)

This identity is known as Euler's formula:

e iθ = cos(θ) + i sin(θ)

Euler's formula is used heavily in this class in the analysis of the linear time invariant systems. It allows sinusoidal functions to be given as sums or differences of exponential functions,

cos(θ) = (e iθ + e -iθ) / 2,

sin(θ) = (e iθ - e -iθ) / (2i).

This proves useful because exponential functions turn out to be simpler mathematically (despite being complex valued) than sinusoidal functions.

An important property of the exponential function is the product formula:

e z1 + z2 = e z1 e z2.

Trigonometric Identities

We can obtain many trigonometric identities by combining Euler's formula and the product formula. For example, since

e iθ e -iθ = e iθ - iθ = e 0 = 1

and

e iθ e -iθ = [cos(θ) + i sin(θ)] [cos(θ) - i sin(θ)] = cos 2(θ) + sin 2(θ),

we have the identity

cos 2(θ) + sin 2(θ) = 1.

Here is another example. Using

e i (α + β) = e e ,

we get

cos(α + β) + i sin(α + β) = [cos(α) + i sin(α)] [cos(β) + i sin(β)]
= [cos(α) cos(β) - sin(α) sin(β)]
+ i [sin(α) cos(β) + cos(α) sin(β)].

Since the real part of the left side must equal the real part of the right side, we get the identity,

cos(α + β) = cos(α) cos(β) - sin(α) sin(β).

And, likewise with the imaginary parts,

sin(α + β) = sin(α) cos(β) + cos(α) sin(β).

It is much easier to remember Euler's formula and the product formula than these identities.