How to Find the Imaginary Part of a Product?

When dealing with complex numbers, finding the imaginary part of their product can seem daunting at first. However, with a bit of practice and understanding of the process, it becomes quite straightforward.

What Are Complex Numbers?

Complex numbers are numbers that have both a real part and an imaginary part. They are usually written in the form $a + bi$, where $a$ is the real part, $b$ is the imaginary part, and $i$ is the imaginary unit, defined as $i^2 = -1$

Multiplying Complex Numbers

To find the imaginary part of a product, we first need to understand how to multiply complex numbers. Suppose we have two complex numbers, $z_1 = a + bi$ and $z_2 = c + di$. Their product is calculated as follows:

$z_1 times z_2 = (a + bi)(c + di)$

Using the distributive property, we get:

$(a + bi)(c + di) = ac + adi + bci + bdi^2$

Since $i^2 = -1$, we can simplify this to:

$ac + adi + bci – bd$

Combining the real and imaginary parts, we have:

$(ac – bd) + (ad + bc)i$

Extracting the Imaginary Part

The imaginary part of the product is the coefficient of $i$ in the expression $(ac – bd) + (ad + bc)i$. Therefore, the imaginary part is $ad + bc$

Example

Let’s take two complex numbers, $z_1 = 3 + 4i$ and $z_2 = 1 + 2i$. To find the imaginary part of their product, we follow the steps outlined:

  1. Multiply the complex numbers:

$(3 + 4i)(1 + 2i) = 3 times 1 + 3 times 2i + 4i times 1 + 4i times 2i$

  1. Simplify the expression:

$= 3 + 6i + 4i + 8i^2$

Since $i^2 = -1$, we get:

$= 3 + 6i + 4i – 8$

Combine like terms:

$= (3 – 8) + (6i + 4i)$

$= -5 + 10i$

  1. Identify the imaginary part:

The imaginary part of the product is $10$

Conclusion

Finding the imaginary part of a product of two complex numbers involves multiplying the numbers and then extracting the coefficient of $i$ from the resulting expression. With practice, this process becomes second nature and is a fundamental skill in complex number arithmetic.

Citations

  1. 1. Khan Academy – Complex Numbers
  2. 2. Math is Fun – Complex Numbers
  3. 3. Wolfram Alpha – Complex Numbers