Chapter Summary: Complex Numbers

  • Basics: A complex number is of the form z=a+ibz=a+ib, where i=1i=\sqrt{-1}. The algebra of complex numbers follows standard algebraic rules with the additional property i2=1i^2=-1.

  • Modulus & Conjugate:

  • The conjugate of z=a+ibz=a+ib is zˉ=aib\bar{z}=a-ib.

  • The modulus is z=a2+b2|z| = \sqrt{a^2+b^2}.

  • A crucial property is zzˉ=z2z\bar{z} = |z|^2.

  • Argand Plane & Polar Form:

  • A complex number can be visualized as a point (a,b)(a,b) on the Argand plane.

  • Polar Form: z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta), where r=zr=|z| and θ\theta is the argument.

  • Euler's Form: z=reiθz = re^{i\theta}, where eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta.

  • De Moivre's Theorem: For an integer n, (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta). This is used to find powers and roots.

  • n-th Roots of Unity: The solutions to zn=1z^n=1. Their sum is 0. The cube roots of unity (1,ω,ω21, \omega, \omega^2) are particularly important, with properties 1+ω+ω2=01+\omega+\omega^2=0 and ω3=1\omega^3=1.

  • Quadratic Equations: An equation ax2+bx+c=0ax^2+bx+c=0 with real coefficients and a negative discriminant (b24ac<0b^2-4ac < 0) has two complex conjugate roots.


🎯 Strategic Tips for JEE Main & Advanced

  • Think Geometrically: Always try to visualize the problem on the Argand plane. Locus problems are very common.

  • zz1=k|z-z_1| = k is a circle with center z1z_1 and radius kk.

  • zz1=zz2|z-z_1| = |z-z_2| is the perpendicular bisector of the line segment joining z1z_1 and z2z_2.

  • arg(zz1zz2)=α\arg(\frac{z-z_1}{z-z_2}) = \alpha represents an arc of a circle.

  • Master Cube Roots of Unity: Problems involving ω\omega are frequent and often test your ability to simplify expressions quickly using 1+ω+ω2=01+\omega+\omega^2=0 and ω3=1\omega^3=1. This is a high-yield topic.

  • Rotation is Multiplication: Remember that multiplying a complex number zz by eiαe^{i\alpha} rotates the vector for zz by an angle α\alpha counter-clockwise. This is a powerful concept for solving geometry problems in JEE Advanced.

  • Memorize Standard Forms: Know these results by heart to save time:

  • 1+i1i=i\frac{1+i}{1-i} = i

  • (1+i)2=2i(1+i)^2 = 2i and (1i)2=2i(1-i)^2 = -2i

  • 1+i=2|1+i| = \sqrt{2}

  • Combine Chapters: Be prepared for problems that link Complex Numbers with other topics like Coordinate Geometry, Binomial Theorem, Sequences & Series, and Trigonometry.