Topic 5: Complex Numbers
Lesson 5.2: Modulus, Argument, and the Polar Form
Introduction
Welcome to Lesson 5.2 of Foundation Further Mathematics! In this lesson, we will explore the fascinating world of complex numbers, specifically focusing on the modulus, argument, and polar form.
Learning Objectives:
By the end of this lesson, you, students, should be able to:
- Determine the modulus and argument of a complex number.
- Understand the modulus-argument (polar) form represented as $r(\cos \theta + i \sin \theta)$.
- Perform multiplication and division in polar form (where moduli multiply and arguments add).
- Convert between Cartesian and polar forms of complex numbers.
- Find the modulus and argument of a complex number in the correct quadrant.
Understanding Modulus and Argument
Let’s start by defining what modulus and argument mean. For a complex number in the Cartesian form $z = a + bi$ (where $a$ and $b$ are real numbers), the modulus is the distance from the origin in the complex plane, represented as:
$$|z| = \sqrt{a^2 + b^2}$$
This expression can be visualized as the hypotenuse of a right triangle, where $a$ is the base and $b$ is the height.
For example, if you have the complex number $z = 3 + 4i$, the modulus would be calculated as follows:
$$|z| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$$
So, the modulus of $3 + 4i$ is 5.
Next, the argument of a complex number is the angle $\theta$ that the line representing the complex number makes with the positive real axis. It can be found using the arctangent function:
$$\theta = \tan^{-1}\left(\frac{b}{a}\right)$$
Continuing with our previous example, the argument $\theta$ becomes:
$$\theta = \tan^{-1}\left(\frac{4}{3}\right)$$
Calculating this gives $\theta \approx 0.93$ radians (or about 53.13 degrees).
Polar Form of Complex Numbers
Now that we understand modulus and argument, we can express a complex number in its polar form, which is given by:
$$z = r(\cos \theta + i \sin \theta)$$
where $r = |z|$ and $\theta$ is the argument we just computed.
Using our complex number $z = 3 + 4i$, we can express it in polar form as follows:
$$z = 5(\cos 0.93 + i \sin 0.93)$$
This representation shows the same number but offers advantages in calculations, especially involving multiplication and division.
Multiplication and Division in Polar Form
When we multiply or divide complex numbers in polar form, things become simpler!
- Multiplication: If we have two complex numbers $z_1 = r_1(\cos \theta_1 + i \sin \theta_1)$ and $z_2 = r_2(\cos \theta_2 + i \sin \theta_2)$, then the product is
$$z_1 \cdot z_2 = r_1 r_2 \left(\cos(\theta_1 + \theta_2) + i \sin(\theta_1 + \theta_2)\right)$$
This means you multiply the moduli and add the arguments.
- Division: For division, the rule is
$$\frac{z_1}{z_2} = \frac{r_1}{r_2} \left(\cos(\theta_1 - \theta_2) + i \sin(\theta_1 - \theta_2)\right)$$
Here, you divide the moduli and subtract the arguments.
Converting Between Cartesian and Polar Forms
There may be instances where you need to convert a complex number from Cartesian form to polar form and vice versa. Here’s how you do it:
- Cartesian to Polar: Given $z = a + bi$, calculate the modulus $r$ and argument $\theta$ as earlier described. The polar form will then be $z = r(\cos \theta + i \sin \theta)$.
- Polar to Cartesian: From the polar form $z = r(\cos \theta + i \sin \theta)$, simply evaluate to get $a$ and $b$:
$$a = r \cos \theta$$
$$b = r \sin \theta$$
Finding Modulus and Argument in the Correct Quadrant
It's important to determine the correct quadrant for the argument. Here’s a quick guide:
- Quadrant I: Both $a > 0$ and $b > 0$. Argument $\theta$ is as calculated.
- Quadrant II: $a < 0$, $b > 0$. Argument $\theta$ is $\pi - \theta$.
- Quadrant III: $a < 0$, $b < 0$. Argument $\theta$ is $\pi + \theta$.
- Quadrant IV: $a > 0$, $b < 0$. Argument $\theta$ is $2\pi - \theta$.
Conclusion
Today, students, we explored complex numbers, focusing on how to calculate the modulus and argument, convert between forms, and perform operations in polar form. Understanding these concepts allows you to handle complex numbers more effectively and is crucial in many areas like engineering and physics.
Study Notes
- The modulus of a complex number represents its distance from the origin.
- The argument is the angle formed with the positive real axis.
- Polar form of a complex number: $z = r(\cos \theta + i \sin \theta)$.
- Multiplication in polar form: multiply moduli, add arguments.
- Division in polar form: divide moduli, subtract arguments.
- Determining the correct quadrant is crucial for finding the accurate argument.
