Historical Context and Introduction to Complex Numbers
The real number system possesses inherent limitations that prevented the solution of certain algebraic expressions, specifically quadratic equations with negative discriminants.
These limitations were resolved through sequential conceptual and mechanical advancements in mathematics.
The resolution of these limitations led to the introduction of imaginary numbers and the notation i2=−1 or i=−1.
The extension of the real number system to incorporate imaginary numbers created the complex number system.
Numbers are fundamentally classified into two main divisions:
Real numbers: Includes integers, rational numbers, irrational numbers, and surds.
Imaginary numbers: Specialized numbers used predominantly in advanced science and engineering disciplines.
Together, real numbers and imaginary numbers form the basis of all complex numbers.
Definition and Forms of Complex Numbers
A complex number is an expression of the standard form a+bi, where a and b are real numbers.
In the expression a+bi:
The value a represents the real part.
The value b represents the imaginary part.
Special cases of complex numbers include:
Purely imaginary numbers: Occur when a=0, reducing the complex number to ib (or bi).
Pure real numbers: Occur when b=0, reducing the complex number to a.
Denotational conventions:
Complex numbers are denoted by the letter Z, where Z=a+bi.
Complex numbers can also be written in coordinate or ordered pair form as Z=(a,b).
Fundamental principle: Every real number is a complex number whose imaginary part is equal to 0.
Fundamental Properties of Complex Numbers
Equality of Complex Numbers:
Two complex numbers a+bi and c+di are equal if and only if their real parts are equal and their imaginary parts are equal:
a+bi=c+di⟺a=c and b=d
Application Example: Given x−2+4yi=3+12i, solving for x and y yields:
x−2=3⟹x=54y=12⟹y=3
Vanishing Complex Number Property:
If a complex number equals zero, its real part and imaginary part must independently equal zero:
a+ib=0⟹a=0 and b=0
Proof / Derivation:
a+ib=0a=−iba2=(−ib)2a2=−b2a2+b2=0
Because a and b are real, a2≥0 and b2≥0. Thus, a2+b2=0 is possible if and only if a=0 and b = 0$.\n\n# Basic Algebraic Operations on Complex Numbers\n\n* Addition:\n * Given Z_1 = a_1 + b_1 iandZ_2 = a_2 + b_2 i:\n Z_1 + Z_2 = (a_1 + b_1 i) + (a_2 + b_2 i) = (a_1 + a_2) + i(b_1 + b_2)\n* Subtraction:\n * Given Z_1 = a_1 + b_1 iandZ_2 = a_2 + b_2 i:\n Z_1 - Z_2 = (a_1 + b_1 i) - (a_2 + b_2 i) = (a_1 - a_2) + i(b_1 - b_2)\n* Multiplication:\n * Expand using the distributive law and substitute i^2 = -1:\n Z_1 Z_2 = (a_1 + b_1 i)(a_2 + b_2 i)\n Z_1 Z_2 = a_1 a_2 + a_1 b_2 i + b_1 a_2 i + b_1 b_2 i^2\n Z_1 Z_2 = (a_1 a_2 - b_1 b_2) + i(a_1 b_2 + b_1 a_2)\n* Division:\n * To evaluate \frac{Z_1}{Z_2} = \frac{a_1 + b_1 i}{a_2 + b_2 i},multiplybothnumeratoranddenominatorbythecomplexconjugateofthedenominator(a_2 - b_2 i) to rationalize the denominator:\n \frac{Z_1}{Z_2} = \frac{(a_1 + b_1 i)(a_2 - b_2 i)}{(a_2 + b_2 i)(a_2 - b_2 i)}\n \frac{Z_1}{Z_2} = \frac{(a_1 a_2 + b_1 b_2) + i(b_1 a_2 - a_1 b_2)}{a_2^2 + b_2^2}\n \frac{Z_1}{Z_2} = \frac{a_1 a_2 + b_1 b_2}{a_2^2 + b_2^2} + i\,\frac{b_1 a_2 - a_1 b_2}{a_2^2 + b_2^2}\n* All final algebraic results should generally be simplified into standard form a + ib.\n\n# Worked Examples of Basic Algebraic Operations\n\n* Example 1 (Addition and Subtraction):\n * Perform addition and subtraction on 3 + 4iand2 - 7i:\n * Addition: (3 + 4i) + (2 - 7i) = (3 + 2) + i(4 - 7) = 5 - 3i\n * Subtraction: (3 + 4i) - (2 - 7i) = (3 - 2) + i(4 - (-7)) = 1 + 11i\n* Example 2 (Multiplication):\n * Calculate the product of 3 + 4iand2 - 7i:\n (3 + 4i)(2 - 7i) = 6 - 21i + 8i - 28i^2 = 6 - 13i - 28(-1) = 6 + 28 - 13i = 34 - 13i\n* Example 3 (Division):\n * Divide 3 + 4iby2 - 7i:\n \frac{3 + 4i}{2 - 7i} = \frac{(3 + 4i)(2 + 7i)}{(2 - 7i)(2 + 7i)} = \frac{6 + 21i + 8i + 28i^2}{4 - 49i^2} = \frac{6 - 28 + i(21 + 8)}{4 + 49} = \frac{-22 + 29i}{53} = -\frac{22}{53} + i\,\frac{29}{53}\n* Example 4 (Simplification to a + ib Form):\n * Express \frac{(2 + i)(1 - i)}{4 - 3i}intheforma + ib:\n * Step 1: Simplify the numerator:\n (2 + i)(1 - i) = 2 - 2i + i - i^2 = 2 - i - (-1) = 3 - i\n * Step 2: Rationalize the expression:\n \frac{3 - i}{4 - 3i} = \frac{(3 - i)(4 + 3i)}{(4 - 3i)(4 + 3i)} = \frac{12 + 9i - 4i - 3i^2}{16 - 9i^2} = \frac{12 + 3 + i(9 - 4)}{16 + 9} = \frac{15 + 5i}{25} = \frac{15}{25} + i\,\frac{5}{25} = \frac{3}{5} + i\,\frac{1}{5}\n* Example 5 (Separating into Real and Imaginary Parts):\n * Separate \frac{1 + 4i}{3 + i} into its real and imaginary parts:\n \frac{1 + 4i}{3 + i} = \frac{(1 + 4i)(3 - i)}{(3 + i)(3 - i)} = \frac{3 - i + 12i - 4i^2}{9 - i^2} = \frac{3 + 4 + i(12 - 1)}{9 + 1} = \frac{7 + 11i}{10} = \frac{7}{10} + i\,\frac{11}{10}\n * Real part a = \frac{7}{10},Imaginarypartb = \frac{11}{10}.\n\n# Extraction of Square Roots of a Complex Number\n\n* Step-by-step methodology for finding \sqrt{Z}:\n * Set a + ib = \sqrt{Z}.\n * Square both sides to produce a^2 - b^2 + 2abi = Z.\n * Equate respective real and imaginary parts to set up a system of simultaneous equations.\n * Solve for real constants aandb.\n* Example 6 (Square Root Calculation):\n * Extract the square root of 21 - 20i:\n * Let a + ib = \sqrt{21 - 20i}.\n * Squaring both sides yields:\n (a + ib)^2 = 21 - 20i\n a^2 - b^2 + 2abi = 21 - 20i\n * Equating real and imaginary parts:\n a^2 - b^2 = 21 \quad \text{--- (Equation 1)}\n 2ab = -20 \implies b = -\frac{10}{a} \quad \text{--- (Equation 2)}\n * Substitute Equation 2 into Equation 1:\n a^2 - \left(-\frac{10}{a}\right)^2 = 21\n a^2 - \frac{100}{a^2} = 21\n a^4 - 21a^2 - 100 = 0\n * Factoring the quadratic in terms of a^2:\n (a^2 - 25)(a^2 + 4) = 0\n a^2 = 25 \text{ or } a^2 = -4\n * Since amustbearealnumber,a^2 = -4isrejected(asityieldsimaginarya = \pm 2i).\n * Therefore, a^2 = 25 \implies a = 5 \text{ or } a = -5$.
Calculating corresponding values for b via Equation 2:
If a=5, b=−510=−2
If a=−5, b=−−510=2
The two square roots of 21−20i are 5−2i and −5+2i.
Factorization of Complex Expressions
Real quadratic sums of squares a2+b2 cannot be factored over real numbers, but can be factored over complex numbers using i^2 = -1$.\n* Example 7 (Sum of Squares Factorization):\n * Factorise a^2 + b^2:\n a^2 + b^2 = a^2 - (-b^2)\n a^2 + b^2 = a^2 - (i^2 b^2)\n a^2 + b^2 = (a)^2 - (ib)^2\n a^2 + b^2 = (a + ib)(a - ib)\n\n# Additive and Multiplicative Inverses\n\n* Additive Inverse:\n * For any complex number Z = a + ib,itsadditiveinverseis-Z = -(a + ib) = -a - ib$.
Fundamental Property: Z+(−Z)=0.
Multiplicative Inverse:
For a complex number a+ib, its multiplicative inverse x+iy satisfies:
(x+iy)(a+ib)=1
Derivation of components:
x+iy=a+ib1=a+ib1×a−iba−ib=a2+b2a−ib=a2+b2a−ia2+b2b
Separating real and imaginary parts:
x=a2+b2ay=−a2+b2b
In coordinate form, the multiplicative inverse of (a,b) is (a2+b2a,−a2+b2b).
Conjugate of a Complex Number
Definition:
Two complex numbers are conjugates of each other if their real parts are identical and their imaginary parts differ only in sign.
If Z=a+bi, its conjugate is denoted as Zˉ and is defined as \bar{Z} = a - bi$.\n* Theorem 1 (Properties of Conjugates):\n * For any complex numbers Z_1andZ_2:\n * \overline{Z_1 + Z_2} = \bar{Z}_1 + \bar{Z}_2\n * \overline{Z_1 - Z_2} = \bar{Z}_1 - \bar{Z}_2\n * \overline{Z_1 Z_2} = \bar{Z}_1 \times \bar{Z}_2\n * \overline{\left(\frac{Z_1}{Z_2}\right)} = \frac{\bar{Z}_1}{\bar{Z}_2}\n* Example 11 (Finding Complex Conjugates):\n * Find the conjugate of 2i(-3 + 8i):\n * Expansion Method:\n 2i(-3 + 8i) = -6i + 16i^2 = -16 - 6i\n \text{Conjugate } = -16 + 6i\n * Theorem Method:\n \overline{2i(-3 + 8i)} = \overline{2i} \times \overline{(-3 + 8i)} = (-2i)(-3 - 8i) = 6i + 16i^2 = -16 + 6i\n\n# Argand Plane (Complex Plane)\n\n* Origin and Naming:\n * Named after the French mathematician Jean-Robert Argand and the German mathematician Carl Friedrich Gauss.\n * Also referred to as the Gauss Plane or Complex Plane.\n* Geometrical Structure:\n * Represents complex numbers visually on a two-dimensional Cartesian plane (x-y plane).\n * Real Axis (x−−axis):Horizontalaxisrepresentingrealpartsa.\n * Imaginary Axis (y−−axis):Verticalaxisrepresentingimaginarypartsb$.
Point Mapping:
Every complex number Z=a+ib corresponds uniquely to an ordered pair P(a,b) in the plane.
Modulus of a Complex Number
Definition:
The modulus (or absolute value) of Z=a+ib represents the distance from the origin to the point (a,b) in the Argand plane.
Denoted by r, ∣Z∣, or ∣a+ib∣.
Formula: r=∣Z∣=∣a+ib∣=a2+b2.
Theorem 2 (Properties of Modulus):
For any complex numbers Z1 and Z2:
∣Z1×Z2∣=∣Z1∣×∣Z2∣
∣Z1÷Z2∣=∣Z1∣÷∣Z2∣
∣Z1+Z2∣≤∣Z1∣+∣Z2∣ (Triangle Inequality)
∣Z1−Z2∣≥∣Z1∣−∣Z2∣
Polar Form of Complex Numbers
Trigonometric/Polar Definition:
A complex number Z=a+ib in polar form is expressed as:
Z=r(cos(θ)+isin(θ))orZ=rCis(θ)
r = modulus or absolute value of Z.
θ = argument or amplitude of Z, denoted as θ=arg(Z), representing the directed angle from the positive real axis.
Polar Multiplication and Division Laws:
Given Z1=r1(cos(θ1)+isin(θ1)) and Z2=r2(cos(θ2)+isin(θ2)):