Jump to Question Sets
Overview
This chapter introduces the concept of complex numbers and their properties, along with solving quadratic equations with complex roots. It covers algebraic operations, representation in the complex plane, and applications in solving equations.
Complex Numbers
A complex number is an expression of the form a + ib, where a and b are real numbers, and i (iota) is the imaginary unit with the property i² = -1.
Here, a is called the real part, and b is called the imaginary part of the complex number.
Algebra of Complex Numbers
Complex numbers follow standard algebraic operations:
- Addition: (a + ib) + (c + id) = (a + c) + i(b + d)
- Subtraction: (a + ib) - (c + id) = (a - c) + i(b - d)
- Multiplication: (a + ib)(c + id) = (ac - bd) + i(ad + bc)
- Division: (a + ib)/(c + id) = [(ac + bd)/(c² + d²)] + i[(bc - ad)/(c² + d²)]
Modulus and Conjugate
The modulus of a complex number z = a + ib is given by |z| = √(a² + b²). The conjugate of z is denoted as z̄ = a - ib.
Properties:
- |z₁z₂| = |z₁||z₂|
- |z₁/z₂| = |z₁|/|z₂|
- z + z̄ = 2Re(z)
- z - z̄ = 2iIm(z)
Argand Plane and Polar Representation
A complex number z = a + ib can be represented as a point (a, b) in the Argand plane. The polar form is given by:
z = r(cosθ + isinθ), where r = |z| and θ = arg(z) (argument of z).
Quadratic Equations
A quadratic equation ax² + bx + c = 0 has roots given by:
x = [-b ± √(b² - 4ac)] / 2a
If the discriminant (D = b² - 4ac) is negative, the roots are complex conjugates.
Applications
Complex numbers are used in solving polynomial equations, electrical engineering, and wave mechanics.