5. Topic 5(COLON) Complex Numbers

Lesson 5.3: The Exponential Form And Euler's Relation

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 5.3: The Exponential Form and Euler's Relation

Introduction

In this lesson, we are diving into the fascinating world of complex numbers and specifically focusing on their exponential form through Euler's relation. By the end of this lesson, students will be able to:

  • Understand and apply Euler's relation $e^{i\theta} = \cos \theta + i \sin \theta$.
  • Express complex numbers in the exponential form $re^{i\theta}$ and appreciate its convenience.
  • Use the relation to derive useful trigonometric identities.
  • Convert between rectangular form and exponential form of complex numbers.
  • Multiply, divide, and raise complex numbers to powers using Euler's relation.

Let's start with an interesting hook!

Did you know that complex numbers can simplify calculations in ways that real numbers can't? Imagine trying to find roots of negative numbers; without complex numbers, we would hit a dead end! But with the help of Euler's relation, we can confidently explore the realm of complex numbers and apply them in both mathematics and engineering. So, let's get started! 🌟

Understanding Euler's Relation

Euler's relation is one of the most beautiful results in mathematics and is defined as:

$$

e^{i$\theta$} = $\cos$ $\theta$ + i $\sin$ $\theta$

$$

This equation connects complex exponential functions with trigonometric functions and allows us to see complex numbers in a whole new light.

Example 1: Evaluating $e^{i\frac{\pi}{2}}$

Let's evaluate $e^{i\frac{\pi}{2}}$ using Euler's relation. We can substitute $\theta = \frac{\pi}{2}$ into the relation:

$$

e^{i$\frac{\pi}{2}$} = $\cos$$\left($$\frac{\pi}{2}$$\right)$ + i $\sin$$\left($$\frac{\pi}{2}$$\right)$ = 0 + i(1) = i

$$

So, we find that $e^{i\frac{\pi}{2}} = i$! This shows how Euler's relation can seamlessly link exponential and trigonometric forms.

The Exponential Form

A complex number can also be represented in the exponential form as:

$$

$ z = re^{i\theta}$

$$

where:

  • $r$ is the modulus (the distance from the origin in the complex plane) given by $r = |z| = \sqrt{a^2 + b^2}$, where $z = a + bi$.
  • $\theta$ is the argument (the angle in the complex plane) computed as $\theta = \tan^{-1}\left(\frac{b}{a}\right)$ for $z = a + bi$.

This representation is particularly useful in complex multiplication and division. Let’s check this out:

Example 2: Converting $z = 1 + i$ to Exponential Form

First, calculate the modulus:

$$

r = |z| = $\sqrt{1^2 + 1^2}$ = $\sqrt{2}$

$$

Next, compute the argument:

$$

$ \theta = \tan^{-1}\left(\frac{1}{1}\right) = \frac{\pi}{4}$

$$

Thus, the exponential form of $z$ can be expressed as:

$$

$ z = \sqrt{2} e^{i\frac{\pi}{4}}$

$$

Deriving Trigonometric Identities

Euler's relation can be used to derive standard trigonometric identities. For example, using the property of exponentials, we can derive:

  • The sine function:

$$

$ \sin \theta = \frac{e^{i\theta} - e^{-i\theta}}{2i}$

$$

  • The cosine function:

$$

$ \cos \theta = \frac{e^{i\theta} + e^{-i\theta}}{2}$

$$

These expressions can simplify calculations significantly when dealing with complex exponentials.

Example 3: Using Euler's Relation to Find $\cos 30^\circ$ and $\sin 30^\circ$

Let's find $\cos 30^\circ$ and $\sin 30^\circ$ by utilizing Euler's relation:

$$

e^{i$\frac{\pi}{6}$} = $\cos$ $\left($$\frac{\pi}{6}$$\right)$ + i $\sin$ $\left($$\frac{\pi}{6}$$\right)$

$$

This means:

$$

$\cos$ $\left($$\frac{\pi}{6}$$\right)$ = $\frac${e^{i$\frac{\pi}{6}$} + e^{-i$\frac{\pi}{6}$}}{2} = $\frac{\sqrt{3}}{2}$

$$

$$

$\sin$ $\left($$\frac{\pi}{6}$$\right)$ = $\frac${e^{i$\frac{\pi}{6}$} - e^{-i$\frac{\pi}{6}$}}{2i} = $\frac{1}{2}$

$$

Efficient Operations with Complex Numbers

Using the exponential form allows us to multiply, divide, and raise complex numbers to powers more efficiently.

Multiplication Example

If we have two complex numbers in exponential form:

$$

z_1 = r_1 e^{i$\theta_1$}, \quad z_2 = r_2 e^{i$\theta_2$}

$$

Then multiplying them is as easy as:

$$

$ z_1z_2 = r_1r_2e^{i(\theta_1 + \theta_2)}$

$$

Division Example

For division, we have:

$$

$ \frac{z_1}{z_2} = \frac{r_1}{r_2}e^{i(\theta_1 - \theta_2)}$

$$

Raising to a Power Example

When raising a complex number to a power:

$$

$ z^n = r^n e^{in\theta}$

$$

This property simplifies calculations, especially when dealing with roots of unity.

Conclusion

Today, students explored the exponential form of complex numbers and the elegance of Euler's relation. We saw how this powerful approach simplifies our work with trigonometric identities and complex arithmetic. With these tools, you can tackle more advanced topics in mathematics and engineering with confidence! πŸš€

Study Notes

  • Euler's relation: $e^{i\theta} = \cos \theta + i \sin \theta$
  • Exponential form of complex number: $re^{i\theta}$
  • Modulus: $r = |z| = \sqrt{a^2 + b^2}$
  • Argument: $\theta = \tan^{-1}\left(\frac{b}{a}\right)$
  • Multiplication: $z_1z_2 = r_1r_2e^{i(\theta_1 + \theta_2)}$
  • Division: $\frac{z_1}{z_2} = \frac{r_1}{r_2}e^{i(\theta_1 - \theta_2)}$
  • Power: $z^n = r^n e^{in\theta}$

Practice Quiz

5 questions to test your understanding