TutorChase logo
IB DP Maths AI HL Study Notes

1.5.2 Operations

Complex numbers, expressed as a + bi, where a and b are real numbers and i is the imaginary unit, are pivotal in various mathematical and scientific computations. The operations involving complex numbers, namely addition, subtraction, multiplication, and division, are fundamental in algebra, calculus, and analytical geometry, providing a robust framework to solve equations and model physical phenomena that are not easily represented using only real numbers.

Addition and Subtraction of Complex Numbers

Addition

The addition of complex numbers is straightforward and involves adding the respective real and imaginary parts separately.

  • Formula: (a + bi) + (c + di) = (a + c) + (b + d)i

Example: Consider the complex numbers z1 = 3 + 4i and z2 = 1 - 2i. To find the sum z1 + z2, we add the real parts 3 + 1 and the imaginary parts 4i - 2i separately, yielding z1 + z2 = 4 + 2i.

Subtraction

Subtraction, like addition, involves operating on the real and imaginary parts separately.

  • Formula: (a + bi) - (c + di) = (a - c) + (b - d)i

Example: Using z1 and z2 from above, z1 - z2 = (3 - 1) + (4 + 2)i = 2 + 6i.

Properties of Addition and Subtraction

  • Commutativity: z1 + z2 = z2 + z1 and z1 - z2 != z2 - z1
  • Associativity: (z1 + z2) + z3 = z1 + (z2 + z3)
  • Identity: There exists a zero 0 + 0i such that z + 0 = z
  • Inverse: For every z, there exists a -z such that z + (-z) = 0

Multiplication of Complex Numbers

Basic Multiplication

Multiplication involves applying the distributive property and remembering that i2 = -1.

  • Formula: (a + bi)(c + di) = ac + adi + bci + bdi^2 = ac - bd + (ad + bc)i

Example: Multiplying z1 = 3 + 4i and z2 = 1 - 2i gives us z1z2 = 3 - 6i + 4i - 8i^2 = 11 - 2i.

Properties of Multiplication

  • Commutativity: z1z2 = z2z1
  • Associativity: (z1z2)z3 = z1(z2z3)
  • Distributivity: z1(z2 + z3) = z1z2 + z1z3 and (z1 + z2)z3 = z1z3 + z2z3
  • Identity: There exists a one 1 + 0i such that z x 1 = z

Division of Complex Numbers

Division Process

  • Formula: (a + bi) / (c + di) = [(a + bi)(c - di)] / [(c + di)(c - di)]

Complex Conjugate

The complex conjugate of a complex number a + bi is a - bi. Multiplying a complex number by its conjugate eliminates the imaginary part in the denominator when dividing.

Example: To divide z1 = 3 + 4i by z2 = 1 - 2i, we multiply the numerator and the denominator by the conjugate of the denominator and simplify: (3 + 4i) / (1 - 2i) = [(3 + 4i)(1 + 2i)] / [(1 - 2i)(1 + 2i)] = (-5 + 10i) / 5 = -1 + 2i.

Properties of Division

  • Non-commutativity: z1/z2 != z2/z1
  • Identity: z/1 = z and z/z = 1 (for z != 0)

FAQ

Multiplying by the conjugate when dividing complex numbers is essential to eliminate the imaginary part in the denominator, ensuring the result is in standard form (a + bi). The conjugate of a complex number (a + bi) is (a - bi). When we multiply a complex number by its conjugate, the product is a real number, a2 + b2, due to the property (a + bi)(a - bi) = a2 - b2i2 = a2 + b2 since i2 = -1. This process simplifies the division of complex numbers, providing a result that adheres to the standard form, which is more straightforward to interpret and apply in further calculations.

The real and imaginary parts of complex numbers, denoted as a and b in a + bi, play distinct roles in operations. The real part, a, interacts with other real parts and the imaginary part, b, interacts with other imaginary parts during addition and subtraction. In multiplication and division, the real and imaginary parts interact with both real and imaginary parts of the other complex number, contributing to both the resultant real and imaginary parts of the answer. Understanding the interaction of these parts is vital for simplifying expressions and ensuring results are in standard form, facilitating further mathematical analysis and application.

Operations with complex numbers find extensive applications in various real-world scenarios, particularly in engineering, physics, and computer science. For instance, in electrical engineering, complex numbers are used to analyse AC circuits, where the voltage and current are represented as complex numbers. The real part might represent the amplitude, and the imaginary part might represent the phase shift of a wave. In fluid dynamics and heat transfer, complex numbers are used to solve problems related to heat conduction and fluid flow. The operations of addition, subtraction, multiplication, and division of complex numbers enable engineers and scientists to model and solve problems in a more compact and efficient manner.

The distributive property is crucial in the multiplication of complex numbers, especially when dealing with binomial expressions. When multiplying complex numbers, such as (a + bi) and (c + di), we apply the distributive property by multiplying each term in the first complex number by each term in the second, just as we would with algebraic binomials. This involves multiplying the real parts (a and c), the real and imaginary parts (a and di, bi and c), and the imaginary parts (bi and di). The resulting terms are then combined and simplified to produce the final product in standard form, considering that i2 equals -1.

Yes, operations on complex numbers can be visualised geometrically using the complex plane, which is a coordinate system where the x-axis represents the real part and the y-axis represents the imaginary part of a complex number. Addition and subtraction of complex numbers can be visualised as vector addition and subtraction, respectively, in the complex plane. Multiplication and division can be visualised as a combination of rotation and scaling in the complex plane. Specifically, multiplying two complex numbers results in a new complex number whose magnitude is the product of the magnitudes and whose argument (angle with the positive x-axis) is the sum of the arguments of the original numbers.

Practice Questions

Multiply and simplify the following complex numbers: (2 + 3i) and (1 - 4i).

The multiplication of complex numbers involves applying the distributive property and remembering that i2 = -1. So, we multiply the numbers as we would binomials and simplify: (2 + 3i)(1 - 4i) = 2 - 8i + 3i - 12i2. Since i2 = -1, we substitute and simplify further: 2 - 8i + 3i + 12 = 14 - 5i. Thus, the product of (2 + 3i) and (1 - 4i) is 14 - 5i.

Divide the complex numbers (3 + 4i) and (1 - 2i) and express the answer in standard form.

To divide complex numbers, we multiply the numerator and the denominator by the conjugate of the denominator and simplify. The conjugate of (1 - 2i) is (1 + 2i). So, (3 + 4i) / (1 - 2i) = [(3 + 4i)(1 + 2i)] / [(1 - 2i)(1 + 2i)]. Multiplying out the numerators and denominators separately, we get (-5 + 10i) / 5. Dividing the numerator and the denominator by 5 to simplify, we get -1 + 2i. Therefore, the quotient of (3 + 4i) and (1 - 2i) is -1 + 2i.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
About yourself
Alternatively contact us via
WhatsApp, Phone Call, or Email