Complex Exponential: Understanding the Exponential Function with Complex Numbers, Lecture notes of Law

The complex exponential function, which expands the scope of the exponential function and brings trigonometric functions under its sway. It covers the concept of exponential solutions, the Exponential Principle, and the Characteristic Roots Principle. The document also introduces Euler's formula and its implications for trigonometric functions.

Typology: Lecture notes

2021/2022

Uploaded on 09/12/2022

mayer
mayer 🇬🇧

4.8

(5)

227 documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
27
6. The complex exponential
The exponential function is a basic building block for solutions of
ODEs. Complex numbers expand the scope of the exponential function,
and bring trigonometric functions under its sway.
6.1. Exponential solutions. The function etis defined to be the so-
lution of the initial value problem ˙x=x,x(0) = 1. More generally, the
chain rule implies the
Exponential Principle:
For any constant w,ewt is the solution of ˙x=wx,x(0) = 1.
Now look at a more general constant coefficient homogeneous linear
ODE, such as the second order equation
(1) ¨x+c˙x+kx = 0.
It turns out that there is always a solution of (1) of the form x=ert,
for an appropriate constant r.
To see what rshould be, take x=ert for an as yet to be determined
constant r, substitute it into (1), and apply the Exponential Principle.
We find
(r2+cr +k)ert = 0.
Cancel the exponential (which, conveniently, can never be zero), and
discover that rmust be a root of the polynomial p(s) = s2+cs+k. This
is the characteristic polynomial of the equation. The characteristic
polynomial of the linear equation with constant coefficients
an
dnx
dtn+· ·· +a1
dx
dt +a0x= 0
is
p(s) = ansn+· ·· +a1s+a0.
Its roots are the characteristic roots of the equation. We have dis-
covered the
Characteristic Roots Principle:
(2)
ert is a solution of a constant coefficient homogeneous linear
differential equation exactly when ris a root of the characteristic
polynomial.
Since most quadratic polynomials have two distinct roots, this nor-
mally gives us two linearly independent solutions, er1tand er2t. The
general solution is then the linear combination c1er1t+c2er2t.
pf3
pf4
pf5

Partial preview of the text

Download Complex Exponential: Understanding the Exponential Function with Complex Numbers and more Lecture notes Law in PDF only on Docsity!

  1. The complex exponential

The exponential function is a basic building block for solutions of ODEs. Complex numbers expand the scope of the exponential function, and bring trigonometric functions under its sway.

6.1. Exponential solutions. The function et^ is defined to be the so- lution of the initial value problem ˙x = x, x(0) = 1. More generally, the chain rule implies the

Exponential Principle:

For any constant w, ewt^ is the solution of ˙x = wx, x(0) = 1.

Now look at a more general constant coefficient homogeneous linear ODE, such as the second order equation

(1) x¨ + c x˙ + kx = 0.

It turns out that there is always a solution of (1) of the form x = ert, for an appropriate constant r.

To see what r should be, take x = ert^ for an as yet to be determined constant r, substitute it into (1), and apply the Exponential Principle. We find (r^2 + cr + k)ert^ = 0.

Cancel the exponential (which, conveniently, can never be zero), and discover that r must be a root of the polynomial p(s) = s^2 +cs+k. This is the characteristic polynomial of the equation. The characteristic polynomial of the linear equation with constant coefficients

an

dnx dtn^

  • · · · + a 1

dx dt

  • a 0 x = 0

is p(s) = ansn^ + · · · + a 1 s + a 0.

Its roots are the characteristic roots of the equation. We have dis- covered the

Characteristic Roots Principle:

ert^ is a solution of a constant coefficient homogeneous linear differential equation exactly when r is a root of the characteristic polynomial.

Since most quadratic polynomials have two distinct roots, this nor- mally gives us two linearly independent solutions, er^1 t^ and er^2 t. The general solution is then the linear combination c 1 er^1 t^ + c 2 er^2 t.

This is fine if the roots are real, but suppose we have the equation

(3) x¨ + 2 ˙x + 2x = 0

for example. By the quadratic formula, the roots of the characteristic polynomial s^2 + 2s + 2 are the complex conjugate pair − 1 ± i. We had better figure out what is meant by e(−1+i)t, for our use of exponentials as solutions to work.

6.2. The complex exponential. We don’t yet have a definition of eit. Let’s hope that we can define it so that the Exponential Principle holds. This means that it should be the solution of the initial value problem

z˙ = iz , z(0) = 1.

We will probably have to allow it to be a complex valued function, in view of the i in the equation. In fact, I can produce such a function:

z = cos t + i sin t.

Check: z˙ = − sin t + i cos t, while iz = i(cos t + i sin t) = i cos t − sin t, using i^2 = −1; and z(0) = 1 since cos(0) = 1 and sin(0) = 0.

We have now justified the following definition, which is known as

Euler’s formula:

(4) eit^ = cos t + i sin t

In this formula, the left hand side is by definition the solution to ˙z = iz such that z(0) = 1. The right hand side writes this function in more familiar terms.

We can reverse this process as well, and express the trigonometric functions in terms of the exponential function. First replace t by −t in (4) to see that

e−it^ = eit^.

Then put z = eit^ into the formulas (5.1) to see that

(5) cos t =

eit^ + e−it 2

, sin t =

eit^ − e−it 2 i

We can express the solution to z˙ = (a + bi)z , z(0) = 1

in familiar terms as well: I leave it to you to check that it is

z = eat(cos(bt) + i sin(bt)).

Real solutions from complex roots:

If r 1 = a + bi is a root of the characteristic polynomial of a homogeneous linear ODE whose coefficients are constant and real, then eat^ cos(bt) and eat^ sin(bt) are solutions. If b 6 = 0, they are independent solutions.

To see why the Reality Principle holds, suppose z is a solution to a homogeneous linear equation with real coefficients, say

(8) z¨ + p z˙ + qz = 0

for example. Let’s write x for the real part of z and y for the imaginary part of z, so z = x + iy. Since q is real,

Re (qz) = qx and Im (qz) = qy.

Derivatives are computed by differentiating real and imaginary parts separately, so (since p is also real)

Re (p z˙) = p x˙ and Im (p z˙) = p y.˙

Finally, Re ¨z = ¨x and Im ¨z = ¨y

so when we break down (8) into real and imaginary parts we get

x¨ + p x˙ + qx = 0 , y¨ + p y˙ + qy = 0

—that is, x and y are solutions of the same equation (8).

6.4. Multiplication. Multiplication of complex numbers is expressed very beautifully in these polar terms. We already know that

(9) Magnitudes Multiply: |wz| = |w||z|.

To understand what happens to arguments we have to think about the product eres, where r and s are two complex numbers. This is a major test of the reasonableness of our definition of the complex exponential, since we know what this product ought to be (and what it is for r and s real). It turns out that the notation is well chosen:

Exponential Law:

(10) For any complex numbers r and s, er+s^ = eres

This fact comes out of the uniqueness of solutions of ODEs. To get an ODE, let’s put t into the picture: we claim that

(11) er+st^ = erest.

If we can show this, then the Exponential Law as stated is the case t = 1. Differentiate each side of (11), using the chain rule for the left hand side and the product rule for the right hand side:

d dt

er+st^ =

d(r + st) dt

er+st^ = ser+st^ ,

d dt

(erest) = er^ · sest.

Both sides of (11) thus satisfy the IVP

z˙ = sz , z(0) = er,

so they are equal.

In particular, we can let r = iα and s = iβ:

(12) eiαeiβ^ = ei(α+β).

In terms of polar coordinates, this says that

(13) Angles Add: Arg(wz) = Arg(w) + Arg(z).

Exercise 6.4.1. Compute ((1+

3 i)/2)^3 and (1+i)^4 afresh using these polar considerations.

Exercise 6.4.2. Derive the addition laws for cosine and sine from Euler’s formula and (12). Understand this exercise and you’ll never have to remember those formulas again.

6.5. Roots of unity and other numbers. The polar expression of multiplication is useful in finding roots of complex numbers. Begin with the sixth roots of 1, for example. We are looking for complex numbers z such that z^6 = 1. Since moduli multiply, |z|^6 = |z^6 | = | 1 | = 1, and since moduli are nonnegative this forces |z| = 1: all the sixth roots of 1 are on the unit circle. Arguments add, so the argument of a sixth root of 1 is an angle θ so that 6θ is a multiple of 2π (which are the angles giving 1). Up to addition of multiples of 2π there are six such angles: 0 , π/ 3 , 2 π/ 3 , π, 4 π/3, and 5π/3. The resulting points on the unit circle divide it into six equal arcs. From this and some geometry or trigonometry it’s easy to write down the roots as a + bi: ±1 and (± 1 ±

3 i)/2. In general, the nth roots of 1 break the circle evenly into n parts.

Exercise 6.5.1. Write down the eighth roots of 1 in the form a + bi.

Now let’s take roots of numbers other than 1. Start by finding a single nth root z of the complex number w = reiθ^ (where r is a positive real number). Since magnitudes multiply, |z| = n

r. Since angles add, one choice for the argument of z is θ/n: one nth of the way up from the positive real axis. Thus for example one square root of 4i is the complex

ïï (^35) ï 4 ï 3 ï 2 ï 1 0 1 2 3

ï 2

ï 1

0

1

2

3

4

Figure 3. The spiral z = e(1+2πi)t