Complex Number Formulas - Cheatsheet | Last Minute Notes
Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!
Introduction to Complex Numbers
Complex numbers are an extension of the real number system and play a crucial role in various branches of mathematics and engineering. They are numbers of the form z=a+bi, where a and b are real numbers, and i is the imaginary unit defined as i2=−1. The real part (a) represents the number's horizontal component, while the imaginary part (b) represents its vertical component. Complex numbers provide a comprehensive framework for solving equations that have no solutions within the set of real numbers, such as x2+1=0.
Alzebra of Complex Number
Algebra of complex numbers deals with the basic operations that can be performed on complex numbers. A complex number is a number of the form a+bi, where a is the real part, and bi is the imaginary part, with b being the imaginary coefficient and i being the imaginary unit such that i2=−1.
The algebra of complex numbers involves several operations:
Addition
To add two complex numbers z1=a+bi and z2=c+di, add the real parts and the imaginary parts separately:
z1+z2=(a+c)+(b+d)i
Subtraction
To subtract two complex numbers z1=a+bi and z2=c+di, subtract the real parts and the imaginary parts separately:
z1−z2=(a−c)+(b−d)i
Multiplication
To multiply two complex numbers z1=a+bi and z2=c+di, use the distributive property and simplify:
z1⋅z2=(a+bi)(c+di)=ac+adi+bci+bdi2
Since i2=−1, this simplifies to:
z1⋅z2=(ac−bd)+(ad+bc)i
Division
To divide two complex numbers z1=a+bi and z2=c+di, multiply the numerator and denominator by the conjugate of z2:
Therefore, the division of two complex numbers is given by:
z1/z2=c2+d2ac+bd+c2+d2bc−adi
Conjugate of a Complex Number
The conjugate of a complex number is obtained by changing the sign of the imaginary part while keeping the real part unchanged. If z=x+iy, then the conjugate is denoted as z, and is given by:
z=x−iy.
The complex conjugate plays a significant role in simplifying expressions involving complex numbers and in calculating the modulus. It is also useful when performing division involving complex numbers.
Properties of Complex Conjugates
z1+z2=z1+z2: The conjugate of the sum of two complex numbers is equal to the sum of their conjugates.
z1z2=z1⋅z2: The conjugate of the product of two complex numbers is equal to the product of their conjugates.
z=z: The conjugate of the conjugate of a complex number is the number itself.
z2z1=z2z1: The conjugate of the quotient of two complex numbers is equal to the quotient of their conjugates.
∣z∣=∣z∣: The modulus (or absolute value) of a complex number and its conjugate are equal.
Modulus of a Complex Number
The modulus of a complex number is the distance of the number from the origin in the complex plane. If z=x+iy, then the modulus ∣z∣ is calculated as:
∣z∣=x2+y2.
This is essentially the length of the vector that represents the complex number in the complex plane. The modulus is important in many operations, such as dividing complex numbers and converting to polar form.
Example: Let z=3+4i. The modulus is calculated as:
∣z∣=32+42=9+16=5.
Properties of Modulus
∣z∣2=zz - The square of the modulus equals the product of a complex number and its conjugate
∣z∣=0⟺z=0 - The modulus is zero if and only if the complex number is zero
z1=∣z∣2z if z=0 - Reciprocal property
∣z1z2∣=∣z1∣∣z2∣ - The modulus of a product equals the product of the moduli
∣z2z1∣=∣z2∣∣z1∣ if z2=0 - The modulus of a quotient equals the quotient of the moduli
−∣z∣≤z≤∣z∣ - Bounds property
∣z1+z2∣2=∣z1∣2+∣z2∣2+z1z2+z1z2 =∣z1∣2+∣z2∣2+2ℜ(z1z2) - Squared sum property
Note: These properties are fundamental in complex analysis and are frequently used in solving problems involving complex numbers.
Example Questions - Conjugate and Modulus of Complex Number
Question 1: Let Z=x+iy and ω=Z−11−iZ. If ∣ω∣=1, show that Z is purely real.
Solution: Let Z=x+iy ∣ω∣=1 ⇒∣ω∣2=1 ⇒ω⋅ω=1 ω=Z−11−iZ ω=Z−11−iZ=Z−11+iZ ⇒Z−11−iZ⋅Z−11+iZ=1 ⇒(Z−1)(Z−1)(1−iZ)(1+iZ)=1 Numerator: (1−iZ)(1+iZ)=1−ZZ Denominator: (Z−1)(Z−1)=∣Z−1∣2 ⇒∣Z−1∣21−ZZ=1 ⇒1−ZZ=∣Z−1∣2 ⇒1−(x2+y2)=(x−1)2+y2 Expand: 1−x2−y2=x2−2x+1+y2 ⇒0=2x−2 ⇒x=1 Substitute x=1: y2=0 ∴Z=x, Z is purely real.
Question 2: If ∣Z∣=1, Z=−1, show that Z+1Z−1 is purely imaginary.
Solution: Let Z=x+iy ∣Z∣=1 ⇒x2+y2=1 Z+1Z−1=a+ib ⇒(Z−1)=(a+ib)(Z+1) Substitute Z=x+iy: (x−1+iy)=(a+ib)(x+1+iy) Expand: (x−1)+iy=ax+a+iby+ib Separate real and imaginary parts: Real: x−1=ax+a−by Imaginary: y=ay+bx+b Solve for a: a=0 ∴Z+1Z−1 is purely imaginary.
Question 3: If ∣z−i∣=∣z+i∣, show that ℑ(z)=0.
Solution: Let z=x+iy ∣z−i∣=∣z+i∣ ⇒∣x+i(y−1)∣=∣x+i(y+1)∣ Squaring both sides: x2+(y−1)2=x2+(y+1)2 Expand: x2+y2−2y+1=x2+y2+2y+1 Cancel terms: −2y=2y ⇒y=0 ∴ℑ(z)=0.
Question 4: If (a+bi)(3+i)=(1+i)(2+i), find a and b.
Solution: Expand right-hand side: (1+i)(2+i)=2+i+2i+i2=1+3i Expand left-hand side: (a+bi)(3+i)=3a+ai+3bi+bi2=(3a−b)+(a+3b)i Compare real and imaginary parts: Real: 3a−b=1 Imaginary: a+3b=3 Solve the system of equations: a=1,b=2.
Question 5: If (cosθ+isinθ)2=x+iy, show that x2+y2=1.
Solution: Apply De Moivre’s theorem: (cosθ+isinθ)2=cos2θ+isin2θ x=cos2θ, y=sin2θ Use trigonometric identity: cos22θ+sin22θ=1 ⇒x2+y2=1.
Argument of a Complex Number
The argument of a complex number represents the angle between the positive real axis and the line representing the complex number in the complex plane. If z=x+iy, the argument θ is given by:
θ=tan−1(xy).
The argument is measured in radians, and it is important for converting complex numbers to polar form and performing various operations such as multiplication and division.
Example: Let z=3+4i. The argument is:
θ=tan−1(34).
Polar Form of a Complex Number
The polar form of a complex number expresses it in terms of its modulus and argument. If z=x+iy, then the polar form is given by:
z=r(cosθ+isinθ), where r=∣z∣ and θ is the argument.
The polar form is especially useful for multiplying and dividing complex numbers, as well as raising them to powers.
Example: Let z=3+4i. First, calculate the modulus r=5 and the argument θ=tan−1(34). The polar form is then:
z=5(cos(tan−134)+isin(tan−134)).
Multiplication of Complex Numbers in Polar Form
Multiplying complex numbers in polar form involves multiplying their magnitudes and adding their arguments. If z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2), then their product is:
z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)].
This formula allows us to quickly multiply complex numbers when they are in polar form, avoiding the need to multiply and simplify their real and imaginary parts separately.
Example: Let z1=2(cos4π+isin4π) and z2=3(cos6π+isin6π). Then the product is:
z1z2=6(cos(4π+6π)+isin(4π+6π)).
De Moivre's Theorem
For any integer n, (r(cosθ+isinθ))n=rn(cos(nθ)+isin(nθ)).
Example Question
Question: Use De Moivre's Theorem to find (1+i)4.
Solution: Step 1: Express 1+i in polar form. z=1+i can be written as r(cosθ+isinθ), where r=∣z∣ and θ=arg(z). Calculate r: r=12+12=2. Calculate θ: θ=tan−1(11)=4π. Therefore, 1+i=2(cos(4π)+isin(4π)).
Step 2: Apply De Moivre's Theorem with r=2, θ=4π, and n=4. (1+i)4=(2(cos(4π)+isin(4π)))4.
Step 3: Calculate the magnitude and argument. (2)4=4. 4(cos(4⋅4π)+isin(4⋅4π)).
Step 4: Simplify the argument. 4(cos(π)+isin(π)). 4(−1+0i)=−4.
Therefore, (1+i)4=−4.
Cube Roots of Unity
The cube roots of unity are the three solutions to the equation x3=1. These roots are:
1,ω,ω2, where:ω=−21+i23 andω2=−21−i23.
These are the cube roots of unity, where 1 is the real cube root, and ω and ω2 are the complex cube roots.
Example: Consider the cube root ω. Verify the value of ω:
ω=−21+i23 Compute ω3: ω3=(−21+i23)3 Expanding this expression, we simplify it to 1.
This verifies that ω3=1, meaning ω is indeed a cube root of unity.
Properties of Cube Roots of Unity:
1+ω+ω2=0: This property holds because the sum of the cube roots of unity is zero. These roots form an equilateral triangle in the complex plane, and their sum lies at the origin.
ω3=1: This is the fundamental property of the cube roots of unity. Any power of ω that is a multiple of 3 will be 1, i.e., ω3=1, ω6=1, and so on.
ω2⋅ω=ω3=1: This shows that multiplying any cube root of unity by another gives 1, as ω2⋅ω=1.
Example: Verify the property 1+ω+ω2=0:
Substitute the values of 1, ω, and ω2 into the equation:
1+(−21+i23)+(−21−i23) Simplify the expression: 1−21−21+i23−i23 This simplifies to: 0.
This verifies that 1+ω+ω2=0 is true.
Additional Properties: Cube roots of unity also satisfy the following properties:
ω2=ω: The complex conjugate of ω is ω2.
1+ω+ω2=0: As mentioned earlier, this is a fundamental identity and is often used in various proofs and factorizations.
Question: Verify the identity cos(3A)=4cos3A−3cosA using De Moivre's Theorem.
Solution: Step 1: Express z=cosA+isinA in exponential form using Euler's formula: z=eiA.
Step 2: Use De Moivre's Theorem to find z3: z3=(eiA)3=ei(3A).
Step 3: Convert back to trigonometric form: ei(3A)=cos(3A)+isin(3A).
Step 4: Expand z3 using binomial expansion: z3=(cosA+isinA)3 =cos3A+3icos2AsinA−3cosAsin2A−isin3A =(cos3A−3cosAsin2A)+i(3cos2AsinA−sin3A).
Step 5: Equate the real parts: cos(3A)=cos3A−3cosAsin2A. Using the Pythagorean identity sin2A=1−cos2A: cos(3A)=cos3A−3cosA(1−cos2A) =cos3A−3cosA+3cos3A =4cos3A−3cosA.
Therefore, the identity cos(3A)=4cos3A−3cosA is verified.