Introduction
Need for Complex Numbers
In real numbers, some equations like x2+1=0 have no real solution.
To solve such equations, we extend the number system to complex numbers.
Imaginary Unit i
Define i such that:
i2=−1
So:
- i=−1 (symbolically)
- i3=i2⋅i=−i
- i4=(i2)2=1
- Powers repeat every 4:
i4k=1, i4k+1=i, i4k+2=−1, i4k+3=−i
Definition
A number of the form a+ib, where a and b are real numbers, is defined to be a complex number.
- a is the real part, denoted by Re(z).
- b is the imaginary part, denoted by Im(z).
- i (iota) = −1.
Algebra of Complex Numbers
Equality of Complex Numbers
If z1=a+ib and z2=c+id, then:
z1=z2⟺a=c and b=d
Basic Operations
Let z1=a+ib and z2=c+id.
Addition: z1+z2
(a+ib)+(c+id)=(a+c)+i(b+d)
Subtraction: z1−z2
(a+ib)−(c+id)=(a−c)+i(b−d)
Multiplication:z1z2
(a+ib)(c+id)=(ac−bd)+i(ad+bc)
Division:z2z1
c+ida+ib=(c+id)(c−id)(a+ib)(c−id)=c2+d2(ac+bd)+i(bc−ad)
Key idea: multiply numerator and denominator by the conjugate.
Conjugate of a Complex Number
For z=a+ib, its conjugate is:
z=a−ib
Important properties
- zz=a2+b2 (always real and non-negative)
- z1+z2=z1+z2
- z1z2=z1z2
- (z2z1)=z2z1 (if z2=0)
Modulus (Magnitude)
For z=a+ib:
∣z∣=a2+b2
Properties
- ∣z∣≥0
- ∣z∣=0⟺z=0
- ∣z1z2∣=∣z1∣∣z2∣
- z2z1=∣z2∣∣z1∣ (if z2=0)
Argand Plane and Polar Representation
Complex numbers can be represented geometrically in the Argand plane (Complex plane).
- x-axis: Real axis
- y-axis: Imaginary axis
If z=a+ib and r=∣z∣, then define angle θ such that:
cosθ=ra,sinθ=rb
Then:
z=r(cosθ+isinθ)
where r>0.
- r is modulus.
- θ is argument (principal value generally taken).
Finding Argument θ:
Let α=tan−1∣xy∣.
- Quadrant I: θ=α
- Quadrant II: θ=π−α
- Quadrant III: θ=−(π−α)
- Quadrant IV: θ=−α
5. Quadratic Equations
For the quadratic equation ax2+bx+c=0 with real coefficients:
If Discriminant D=b2−4ac<0, the roots are complex conjugates.
Formula:
x=2a−b±i∣D∣
Complex Numbers
Example 1
Express (5i)(−53i) in the form a+ib.
Solution:
5×(−53)×i2=−3(−1)=3.
Form: 3+0i.
Example 2
Express i9+i19 in standard form.
Solution:
i9=(i4)2⋅i=1⋅i=i.
i19=(i4)4⋅i3=1⋅(−i)=−i.
Sum =i−i=0.
Example 3
Find the multiplicative inverse of 2−3i.
Solution:
z−1=∣z∣2zˉ=22+(−3)22+3i=132+3i.
Ans: 132+133i.
Example 4
Express in form a+ib: 1−2i5+2i.
Solution:
Rationalize:
(1)2+(2)2(5+2i)(1+2i)=35+52i+2i−2=33+62i=1+22i.
Example 5
Find the modulus of z=1−i1+i.
Solution:
∣z∣=∣1−i∣∣1+i∣=22=1.
Example 6
Find the conjugate of z=(3−2i)(2+3i).
Solution:
z=6+9i−4i−6i2=6+5i+6=12+5i.
Conjugate zˉ=12−5i.
Example 7
Find the argument of z=1+i3.
Solution:
x=1,y=3 (Quadrant I).
tanα=∣3/1∣=3⟹α=3π.
θ=3π.
Example 8
Convert z=−1−i to polar form.
Solution:
r=(−1)2+(−1)2=2.
tanα=1⟹α=4π.
Quadrant III: θ=−(π−4π)=−43π.
z=2(cos4−3π+isin4−3π).
Example 9
Solve x2+3=0.
Solution:
x2=−3⟹x=±−3=±i3.
Example 10
Solve x2+x+1=0.
Solution:
D=12−4(1)(1)=−3.
x=2−1±−3=2−1±i3.
Example 11
Find the modulus of (1+i)10.
Solution:
∣(1+i)10∣=∣1+i∣10=(2)10=25=32.
Example 12
If x+iy=a−iba+ib, prove x2+y2=1.
Solution:
Taking modulus on both sides:
∣x+iy∣=∣a−iba+ib∣=a2+b2a2+b2=1.
Squaring: x2+y2=1.
Example 13
Find real θ such that 1−2isinθ3+2isinθ is purely real.
Solution:
Multiply by conjugate 1+2isinθ. Imaginary part of numerator must be 0.
Im part: 6sinθ+2sinθ=8sinθ=0.
sinθ=0⟹θ=nπ.
Example 14
Evaluate −25×−49.
Solution:
5i×7i=35i2=−35.
(Note: ab=ab if both a,b<0).
Example 15
Find the least positive integer n for which (1−i1+i)n=1.
Solution:
1−i1+i=i.
in=1⟹n=4.
Questions and Answers (Board Exam)
Q1. Define modulus of a complex number.
Answer:
The modulus of z=x+iy is the non-negative real number x2+y2, denoted by ∣z∣. It represents the distance from the origin.
Q2. What is the conjugate of z=x+iy?
Answer:
The conjugate is zˉ=x−iy. It represents the reflection of z across the real axis.
Q3. State the value of i4k.
Answer:
i4k=1 for any integer k.
Q4. What is the fundamental theorem of algebra?
Answer:
A polynomial equation of degree n has exactly n roots in the complex number system.
Answer:
z=r(cosθ+isinθ), where r=∣z∣ and θ=arg(z).