Skip to main content

Complex Numbers

Basics of Complex Numbers and Algebra

0:00
LearnStep 1/4

Basics of Complex Numbers and Algebra

Basics of Complex Numbers and Algebra

Basics of Complex Numbers and Algebra

Welcome, future engineers! Are you ready to conquer one of the most intriguing and scoring topics for JEE Main Mathematics? Complex Numbers might seem abstract at first, but they are incredibly powerful tools that extend the realm of real numbers, allowing us to solve problems that are otherwise impossible. This topic is a perennial favorite in JEE Main, often featuring 2-3 questions directly or indirectly. A strong foundation here will not only boost your score but also aid your understanding of advanced topics in algebra, calculus, and even physics. Let's dive in!

Introduction to Complex Numbers: Beyond the Real Line

For centuries, mathematicians grappled with equations like x2+1=0x^2 + 1 = 0, which had no solutions within the set of real numbers. The square root of negative numbers was an enigma. This led to the ingenious idea of introducing an "imaginary unit," ii, defined as the square root of 1-1. This single concept opened up an entirely new dimension in mathematics, leading to the creation of complex numbers.

💡 Tip: Think of complex numbers as expanding our number system, much like how negative numbers expanded natural numbers, or irrational numbers expanded rational numbers. Each expansion allows us to solve more equations!

1. Definition of Complex Numbers: z=a+ibz = a + ib where i2=1i^2 = -1

A complex number zz is typically expressed in the form a+iba + ib, where:

  • aa is a real number, called the real part of zz.
  • bb is a real number, called the imaginary part of zz.
  • ii is the imaginary unit, satisfying the property i2=1i^2 = -1.
z=a+ib where i2=1z = a + ib \text{ where } i^2 = -1 Here, a,bRa, b \in \mathbb{R}. This is the standard form of a complex number.

For example, 3+4i3 + 4i is a complex number where a=3a=3 and b=4b=4. Similarly, 25i-2 - 5i is a complex number with a=2a=-2 and b=5b=-5.

  • If b=0b=0, then z=az = a, which is a purely real number. (e.g., 5=5+0i5 = 5+0i)
  • If a=0a=0, then z=ibz = ib, which is a purely imaginary number. (e.g., 7i=0+7i7i = 0+7i)

2. Real and Imaginary Parts of Complex Numbers

We denote the real part of a complex number zz as Re(z)\text{Re}(z) and the imaginary part as Im(z)\text{Im}(z).

So, for z=a+ibz = a + ib, we have:

Re(z)=a\text{Re}(z) = a Im(z)=b\text{Im}(z) = b

It's crucial to remember that Im(z)\text{Im}(z) is just bb, not ibib. The ii is part of the definition, not the imaginary part itself.

Example: For z=72iz = 7 - 2i, Re(z)=7\text{Re}(z) = 7 and Im(z)=2\text{Im}(z) = -2.

⚠️ Common Mistake: Students often mistakenly write Im(z)=2i\text{Im}(z) = -2i. Remember, the imaginary part is always a real number!

3. Equality of Complex Numbers

Two complex numbers are equal if and only if their real parts are equal AND their imaginary parts are equal. It's like having two separate equations for the price of one!

If z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id, then z1=z2    a=c and b=dz_1 = z_2 \implies a = c \text{ and } b = d.

Example: If (x+y)+i(xy)=5+3i(x+y) + i(x-y) = 5 + 3i, find the values of xx and yy.
By equating the real and imaginary parts:

x+y=5(Equation 1)x+y = 5 \quad \text{(Equation 1)} xy=3(Equation 2)x-y = 3 \quad \text{(Equation 2)}

Adding Equation 1 and Equation 2: 2x=8    x=42x = 8 \implies x = 4.
Substituting x=4x=4 into Equation 1: 4+y=5    y=14+y = 5 \implies y = 1.
Thus, x=4,y=1x=4, y=1.

4. Algebra of Complex Numbers: Addition, Subtraction, Multiplication, Division

Addition and Subtraction:

To add or subtract complex numbers, simply add or subtract their respective real and imaginary parts.

If z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id, then:

z1+z2=(a+c)+i(b+d)z_1 + z_2 = (a+c) + i(b+d) z1z2=(ac)+i(bd)z_1 - z_2 = (a-c) + i(b-d)

Example: Let z1=2+3iz_1 = 2 + 3i and z2=4iz_2 = 4 - i.

z1+z2=(2+4)+i(31)=6+2iz_1 + z_2 = (2+4) + i(3-1) = 6 + 2i z1z2=(24)+i(3(1))=2+4iz_1 - z_2 = (2-4) + i(3-(-1)) = -2 + 4i
Multiplication:

Multiply complex numbers just like you would multiply two binomials, remembering that i2=1i^2 = -1.

If z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id, then:

z1z2=(a+ib)(c+id)=ac+aid+ibc+i2bdz_1 z_2 = (a+ib)(c+id) = ac + aid + ibc + i^2bd

Since i2=1i^2 = -1, this becomes:

z1z2=(acbd)+i(ad+bc)z_1 z_2 = (ac - bd) + i(ad + bc)

Example: Let z1=2+3iz_1 = 2 + 3i and z2=12iz_2 = 1 - 2i.

z1z2=(2+3i)(12i)=2(1)+2(2i)+3i(1)+3i(2i)z_1 z_2 = (2+3i)(1-2i) = 2(1) + 2(-2i) + 3i(1) + 3i(-2i) =24i+3i6i2=2i6(1)=2i+6=8i= 2 - 4i + 3i - 6i^2 = 2 - i - 6(-1) = 2 - i + 6 = 8 - i
💡 Tip: The powers of ii follow a cycle of 4:
  • i1=ii^1 = i
  • i2=1i^2 = -1
  • i3=i2i=ii^3 = i^2 \cdot i = -i
  • i4=i2i2=(1)(1)=1i^4 = i^2 \cdot i^2 = (-1)(-1) = 1
And the cycle repeats! i5=ii^5 = i, i6=1i^6 = -1, etc. To find ini^n, divide nn by 4 and use the remainder. For example, i23=i45+3=(i4)5i3=15(i)=ii^{23} = i^{4 \cdot 5 + 3} = (i^4)^5 \cdot i^3 = 1^5 \cdot (-i) = -i.
Division:

Division of complex numbers requires a clever trick: we multiply the numerator and the denominator by the conjugate of the denominator. This process is similar to rationalizing the denominator for expressions involving square roots.

If z1=a+ibz_1 = a + ib and z2=c+idz_2 = c + id (where z20z_2 \neq 0), then:

z1z2=a+ibc+id=a+ibc+idcidcid=(ac+bd)+i(bcad)c2+d2\frac{z_1}{z_2} = \frac{a+ib}{c+id} = \frac{a+ib}{c+id} \cdot \frac{c-id}{c-id} = \frac{(ac+bd) + i(bc-ad)}{c^2+d^2}

Example: Simplify 1+i1i\frac{1+i}{1-i}.
Multiply numerator and denominator by the conjugate of the denominator, which is 1+i1+i:

1+i1i=1+i1i1+i1+i=(1+i)212i2=1+2i+i21(1)=1+2i11+1=2i2=i\frac{1+i}{1-i} = \frac{1+i}{1-i} \cdot \frac{1+i}{1+i} = \frac{(1+i)^2}{1^2 - i^2} = \frac{1 + 2i + i^2}{1 - (-1)} = \frac{1 + 2i - 1}{1 + 1} = \frac{2i}{2} = i

So, 1+i1i=i\frac{1+i}{1-i} = i. This is a very common result in JEE Main problems!

5. Complex Conjugate and its Properties

The complex conjugate of z=a+ibz = a + ib is denoted by z\overline{z} and is obtained by changing the sign of its imaginary part.

z=aib (conjugate)\overline{z} = a - ib \text{ (conjugate)} If z=a+ibz = a+ib, its conjugate is z=aib\overline{z} = a-ib.

Example: If z=3+5iz = 3 + 5i, then z=35i\overline{z} = 3 - 5i. If z=27iz = -2 - 7i, then z=2+7i\overline{z} = -2 + 7i. If z=4z=4 (purely real), z=4\overline{z}=4. If z=6iz=6i (purely imaginary), z=6i\overline{z}=-6i.

The complex conjugate has several extremely useful properties:

z+z=(a+ib)+(aib)=2a=2Re(z)z + \overline{z} = (a+ib) + (a-ib) = 2a = 2\text{Re}(z) The sum of a complex number and its conjugate is twice its real part.
zz=(a+ib)(aib)=2ib=2iIm(z)z - \overline{z} = (a+ib) - (a-ib) = 2ib = 2i\text{Im}(z) The difference between a complex number and its conjugate is twice its imaginary part multiplied by ii.
zz=(a+ib)(aib)=a2(ib)2=a2i2b2=a2(1)b2=a2+b2z \cdot \overline{z} = (a+ib)(a-ib) = a^2 - (ib)^2 = a^2 - i^2b^2 = a^2 - (-1)b^2 = a^2 + b^2 The product of a complex number and its conjugate is always a non-negative real number, equal to the sum of the squares of its real and imaginary parts. This property is fundamental for division and finding multiplicative inverses!

These properties are vital for simplifying expressions and solving equations involving complex numbers.

The conjugate operation also distributes over addition and multiplication:

z1+z2=z1+z2\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2} The conjugate of a sum is the sum of the conjugates.
z1z2=z1z2\overline{z_1 z_2} = \overline{z_1} \cdot \overline{z_2} The conjugate of a product is the product of the conjugates.

These properties extend to subtraction and division as well (try to prove them yourself!).

6. Multiplicative Inverse of Complex Numbers

The multiplicative inverse of a non-zero complex number zz is z1z^{-1} or 1z\frac{1}{z}. It is the complex number that, when multiplied by zz, gives 11. To find the inverse, we use the division technique:

1z=1a+ib=1a+ibaibaib=aiba2+b2\frac{1}{z} = \frac{1}{a+ib} = \frac{1}{a+ib} \cdot \frac{a-ib}{a-ib} = \frac{a-ib}{a^2+b^2} The multiplicative inverse of z=a+ibz=a+ib is za2+b2\frac{\overline{z}}{a^2+b^2}.

Notice that we use the fact that zz=a2+b2z \cdot \overline{z} = a^2 + b^2 to eliminate the complex number from the denominator.

Example: Find the multiplicative inverse of z=2+3iz = 2+3i.
Here, a=2,b=3a=2, b=3. So, z=23i\overline{z} = 2-3i and a2+b2=22+32=4+9=13a^2+b^2 = 2^2+3^2 = 4+9 = 13.

z1=23i13=213313iz^{-1} = \frac{2-3i}{13} = \frac{2}{13} - \frac{3}{13}i

Problem-Solving Strategies for JEE Main

  1. Standard Form is Your Friend: Always try to express complex numbers in the form a+iba+ib to simplify operations and comparisons.
  2. Conjugate for Denominators: When a complex number appears in the denominator, multiply by its conjugate (both numerator and denominator) to rationalize it.
  3. Equate Real and Imaginary Parts: For equations involving complex numbers, separate the real and imaginary parts on both sides and equate them to form a system of real equations.
  4. Powers of ii: Immediately simplify any ini^n to i,1,i,i, -1, -i, or 11 using the cyclicity.

Common Mistakes to Avoid

⚠️ Common Mistake: Forgetting i2=1i^2 = -1 during multiplication. This is the most frequent error. Always replace i2i^2 with 1-1 to combine real terms.
⚠️ Common Mistake: Confusing Im(z)\text{Im}(z) with ibib. Remember Im(z)\text{Im}(z) is the real coefficient of ii.
⚠️ Common Mistake: Incorrectly applying the conjugate. The conjugate only changes the sign of the imaginary part, not the real part.

JEE Main Specific Patterns and Shortcuts

💡 Tip: Remember these frequently appearing results:
  • 1+i1i=i\frac{1+i}{1-i} = i
  • 1i1+i=i\frac{1-i}{1+i} = -i
  • (1+i)2=1+2i+i2=2i(1+i)^2 = 1 + 2i + i^2 = 2i
  • (1i)2=12i+i2=2i(1-i)^2 = 1 - 2i + i^2 = -2i
Knowing these by heart can save precious time in exams.
💡 Tip: For expressions like z+1zz + \frac{1}{z}, try to simplify zz first, then use the inverse formula. If zz is already simple, directly apply the inverse.
💡 Tip: Many JEE problems test your understanding of conjugate properties. For instance, if you need to prove a statement about complex numbers, often applying the conjugate on both sides of an equation can be a powerful first step.

Mastering these basic concepts and operations is the stepping stone to tackling more advanced topics in complex numbers, such as modulus, argument, De Moivre's Theorem, and roots of unity, which are all integral to JEE Main. Practice diligently, understand the 'why' behind each rule, and you'll build a strong command over this fascinating topic!