Complex Numbers and Quadratic Equations

This chapter introduces **complex numbers** defined as a + ib, expands on **quadratic equations**, and explores the algebra and geometric representation of complex numbers on the Argand plane.

Complex Numbers and Quadratic Equations Detailed Notes

4.1 Introduction

The chapter introduces complex numbers to solve quadratic equations that do not have real solutions, specifically when the discriminant D = b² - 4ac is negative. For example, the equation x² + 1 = 0 cannot be solved in the real number system since it implies x² = -1.

4.2 Complex Numbers

A complex number is expressed in the form a + ib, where a and b are real numbers, and i denotes the imaginary unit defined as the square root of -1 (i² = -1).

  • Real Part (Re z): This refers to the coefficient a in a + ib.
  • Imaginary Part (Im z): This is the coefficient b, representing the imaginary component. For instance, in 2 + i3, the real part is 2, and the imaginary part is 3.

4.3 Algebra of Complex Numbers

The chapter covers the algebraic operations involving complex numbers including addition, subtraction, multiplication, division, and their properties:

4.3.1 Addition

For complex numbers z1 = a + ib and z2 = c + id:

  • Sum: z1 + z2 = (a + c) + i(b + d).
    Properties of addition include closure, commutativity, associativity, etc.

4.3.2 Difference

The difference is defined as z1 - z2 = z1 + (-z2).
For example, (6 + 3i) - (2 - i) = (4 + 4i).

4.3.3 Multiplication

For z1 = a + ib and z2 = c + id:

  • Product: z1 * z2 = (ac - bd) + i(ad + bc).
    This operation also upholds closure, commutation, and association.

4.3.4 Division

For non-zero complex numbers z1 and z2, the division is defined by multiplying the numerator and denominator by the conjugate of the denominator. Example: ( z_1 / z_2 ) involves calculations that lead to a complex result.

4.3.5 Powers of i

The powers of the imaginary unit are cyclical:

  • €[i] = i, i² = -1, i³ = -i, and i⁴ = 1.
    For any integer k, the pattern repeats every four integers.

4.3.6 Square Roots of a Negative Number

The expression of square roots of negative numbers is found via the imaginary unit, allowing representation such as √(-3) = i√3.

4.4 Modulus and Conjugate

A complex number ( z = a + ib ):

  • Modulus: Denoted as |z| and defined as √(a² + b²), representing the distance from the origin in the Argand plane.
  • Conjugate: Denoted by ( z ) = a - ib, which reflects z across the real axis in the Argand plane.

4.4 Example

Find the multiplicative inverse of z = 2 - 3i:

  • Conjugate is ( z = 2 + 3i ) and modulus is 13. Thus, ( z^{-1} = (2 + 3i) / 13 = 2/13 + (3/13)i ).

4.5 Argand Plane

The complex plane or Argand plane visualizes complex numbers, mapping each complex number to a point in two-dimensional space.

  • Real Axis: Corresponds to real numbers a + 0i.
  • Imaginary Axis: Corresponds to 0 + bi.
    The modulus is the distance from the origin, and complex operations can be visualized graphically, enhancing understanding of properties and behaviors of complex numbers.

Historical Context

The development and acceptance of complex numbers evolved over centuries. Initially dismissed, complex numbers became significant in solving polynomial equations, as illustrated by mathematicians like Mahavira in India and later recognized by Euler and Hamilton.

Conclusion

Complex numbers are crucial in solving equations with no real roots, allowing for a broader mathematical framework and understanding. Their operations and applications highlight the depth of mathematics and its practical implications in diverse fields.

Key terms/Concepts

  1. Complex Numbers are in the form a + ib, where a, b are real numbers.
  2. Addition of complex numbers: z1 + z2 = (a + c) + i(b + d).
  3. Multiplication: z1 * z2 = (ac - bd) + i(ad + bc).
  4. Powers of i follow a cyclical pattern: (i, -1, -i, 1).
  5. Modulus of z = a + ib is |z| = √(a² + b²).
  6. Conjugate of z = a + ib is z = a - ib.
  7. Division of complex numbers is achieved using the conjugate.
  8. Argand Plane represents complex numbers graphically in a two-dimensional format.
  9. The multiplicative inverse of z = a + ib is ( z^{-1} = \frac{a - bi}{a^2 + b^2} ).
  10. Historically, the need for complex numbers emerged to solve quadratic equations with no real solutions.

Other Recommended Chapters