Study Notes for Complex Numbers
Complex Numbers
Definition of Complex Numbers
- A complex number is defined as:
- z=x+iy, where:
- x (real part) and y (imaginary part) are both real numbers, denoted as x,y∈R.
- The imaginary unit is denoted by i, where:
- Definition of i: i2=−1
Number Categories
- Real Numbers: Include integers, fractions, and irrational numbers.
- Natural Numbers: 1,2,3,…
- Whole Numbers: 0,1,2,3,…
- Integers: …,−1,0,1,…
- Rational Numbers: Numbers that can be expressed as ba where a and b are integers and b=0.
- Irrational Numbers: Numbers that cannot be expressed as a fraction. Examples include 10, π.
- Imaginary Numbers: Numbers of the form bi where b∈R, such as −8 and 2i.
- Pure Imaginary Numbers: Numbers that are completely imaginary, such as 11i and −i.
Course Structure
- Math 204: Complex Numbers
- Weekly Content Schedule:
- 1 (23/2/2026): Complex Numbers
- 2 (2/3/2026): Vector and Matrix Algebra
- 3 (9/3/2026): Vector and Matrix Algebra
- 4 (16/3/2026): Vector and Matrix Algebra
- 5 (24/3/2026): System of Linear Equations
- 6 (31/3/2026): System of Linear Equations
- 7 (7/4/2026): Midterm Exam (30%)
- 8 (14/4/2026): Vector Space
- 9 (21/4/2026): Vector Space
- 10 (28/4/2026): Four Fundamental Subspaces
- 11 (5/5/2026): Linear Transformation
- 12 (12/5/2026): Eigenvalues and Eigenvectors
- 13 (19/5/2026): Cayley-Hamilton Theorem
- 14 (1/6/2026): Final Exam (40%)
Graphical Representation of Complex Numbers
- Argand Diagram: A graphical representation where:
- The horizontal axis (x-axis) represents the real part of the complex number.
- The vertical axis (y-axis) represents the imaginary part of the complex number.
Operations with Complex Numbers
Addition
- The addition of two complex numbers is defined as:
- z<em>1+z</em>2=(x<em>1+iy</em>1)+(x<em>2+iy</em>2)=(x<em>1+x</em>2)+i(y<em>1+y</em>2)
- Properties:
- Commutative: z<em>1+z</em>2=z<em>2+z</em>1
- Associative: z<em>1+(z</em>2+z<em>3)=(z</em>1+z<em>2)+z</em>3
- The complex number z=x+iy is zero if and only if x=0 and y=0.
- Equality: z<em>1=z</em>2 if and only if x<em>1=x</em>2 and y<em>1=y</em>2.
Scalar Multiplication
- If α is a scalar, then:
- αz<em>1=α(x</em>1+iy<em>1)=αx</em>1+i(αy1)
- Example: If Z=1+2i, then:
- For 2z, 2Z=2+4i.
- For 21Z, it's 21+i.
Subtraction
- The subtraction of two complex numbers is defined as:
- z<em>1−z</em>2=(x<em>1+iy</em>1)−(x<em>2+iy</em>2)=(x<em>1−x</em>2)+i(y<em>1−y</em>2)
Multiplication
- The product of two complex numbers is:
- z<em>1z</em>2=(x<em>1+iy</em>1)(x<em>2+iy</em>2)=x<em>1x</em>2−y<em>1y</em>2+i(x<em>1y</em>2+y<em>2x</em>1)
- Properties:
- Commutative: z<em>1z</em>2=z<em>2z</em>1
- Associative: z<em>1(z</em>2z<em>3)=(z</em>1z<em>2)z</em>3
- Distributive: z<em>1(z</em>2+z<em>3)=z</em>1z<em>2+z</em>1z3
Complex Conjugate
- The complex conjugate of z=x+iy is defined as:
- z=x−iy
- Properties:
- Re(z)=2z+z
- Im(z)=2iz−z
Modulus (Absolute Value)
- The modulus of a complex number, which indicates its distance from the origin, is defined as:
- ∣z∣=x2+y2
- Properties:
- ∣z∣≥0; ∣z∣=0 if and only if z=0.
- The geometrical interpretation of z<em>1−z</em>2 is the distance between the two complex numbers.
Examples and Calculations
Example of Finding Real and Imaginary Parts
- Given: z=4+3i1+2i
- Step 1: Multiply by the conjugate:
- (4+3i)(4−3i)(1+2i)(4−3i)=16+94+3+5i
- Step 2: Simplify:
- 257+5i
- Re(z)=257 and Im(z)=255=51
- ∣z∣2=(257)2+(51)2
Argument of a Complex Number
- Definition: It is the angle from the positive real axis to the radius line, calculated as:
- θ=arg(z)
- Calculation Using Tangent:
- tan(θ)=xy
- The principal value of arg(z), denoted as Arg(z), satisfies:
- -\pi < \text{Arg}(z) \leq \pi .
- For negative z, Arg(z) has the value π, not −π.
- For a complex number z=x+iy, we can express it in polar coordinates as:
- z=r(cosθ+isinθ), where:
- r=∣z∣=x2+y2
- θ=arg(z)
- Euler’s Formula:
- eiθ=cos(θ)+isin(θ)
- Exponential Form:
- z=reiθ
- Multiplication:
- z<em>1z</em>2=r<em>1eiθ</em>1r<em>2eiθ</em>2=r<em>1r</em>2ei(θ<em>1+θ</em>2)
- Division:
- z</em>2z<em>1=r</em>2r<em>1ei(θ<em>1−θ</em>2)
- Powers:
- zn=rneinθ
- De Moivre’s Theorem:
- For a complex number where r=1, then:
- zn=cos(nθ)+isin(nθ)
Roots of Complex Numbers
- Definition: A number w is called an nth root of a complex number z if wn=z.
- Written as:
- Using De Moivre's theorem:
- If n is a positive integer:
- z1/n=r1/nei(θ+2kπ)/n,k=0,1,…,n−1
- There are n different values for z1/n if z=0.
- Example of solving for z3−1=0:
- z3=ei2kπ
- z=ei(2kπ)/3,k=0,1,2
- Specifically:
- For k=0: z0=1
- For k=1: z1=−21+23i
- For k=2: z2=−21−23i
True or False Questions for Understanding
- Key Question: Is Arg(z<em>1z</em>2)=Arg(z<em>1)+Arg(z</em>2)
- Explanation Required.
Summary of Key Concepts Covered
- Operations (Addition, Subtraction, Multiplication, Division, Conjugate)
- Properties (Commutativity, Associativity, Modulus)
- Forms of Complex Numbers (Rectangular, Polar, Exponential)
- Roots of Complex Numbers and their properties
- End of Notes