E ExamMaster

AP EAPCET (Engineering) · Mathematics (JEE & NDA)

Complex Numbers and Quadratic Equations

Algebra of complex numbers, modulus and argument, Argand plane, and roots and nature of quadratic equations.

Seven concepts. Complex algebra first — polar form, De Moivre, roots of unity — then the quadratic half: Vieta, the discriminant, and conjugate pairs. The Argand loci close the chapter because JEE asks the same geometry in two languages.

  • AP EAPCET (Engineering)
  • Medium level
  • 7 concepts
  • 5 practice questions

1Polar form, modulus and argument

A complex number z=x+iy is a point (x,y) in the Argand plane. Its modulus is the distance from the origin, |z|=\sqrt{x^2+y^2}, and its argument \theta=\arg z is the directed angle that Oz makes with the positive real axis. Together they give the polar and exponential forms z=r(\cos\theta+i\sin\theta)=re^{i\theta}, with r=|z|.

The conjugate \bar{z}=x-iy reflects z across the real axis, and the identity |z|^2=z\bar{z} turns modulus questions into algebra — never into a square root you have to keep carrying.

Figure. In the Argand plane z is the tip of a vector from the origin. The length of that vector is the modulus r; the angle it makes with the positive real axis is the argument \theta.

Reading a complex number

  1. CartesianWrite z=x+iy and mark the point (x,y) in the Argand plane.
  2. ModulusCompute r=|z|=\sqrt{x^2+y^2}. This is the length of the segment from O to z.
  3. Argument and polarRead \theta=\arg z from the correct quadrant, then write z=r(\cos\theta+i\sin\theta)=re^{i\theta}.
For z=x+iy, which identity is always true?
  1. |z|^2=z\bar{z}
  2. |z|=z\bar{z}
  3. \arg z=z/\bar{z}

By definition \bar{z}=x-iy, so z\bar{z}=x^2+y^2=|z|^2. The middle option drops the square; the last confuses argument with a quotient of conjugates.

2De Moivre's theorem

On the unit circle, raising a complex number to a positive integer power is a pure rotation of its argument. De Moivre's theorem states (\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta for integer n. In exponential form the same fact is (e^{i\theta})^n=e^{in\theta} — multiply the argument by n, leave the modulus alone when |z|=1.

For a general z=re^{i\theta} the modulus scales as r^n while the argument still scales as n\theta. That is the whole computational rule behind roots of unity and most polar-form powering questions.

Figure. On the unit circle, z\mapsto z^n is rotation by a factor of n on the argument. The figure marks e^{i\theta} and its image e^{in\theta} for n=3 with \theta=\pi/6.

Powering in polar form

  1. Write polarExpress z as r(\cos\theta+i\sin\theta) or re^{i\theta}, with \theta in the correct quadrant.
  2. ScaleReplace r by r^n and \theta by n\theta (reduce n\theta modulo 2\pi if a principal argument is asked).
  3. Expand if neededConvert back to x+iy only when the question demands Cartesian form.
By De Moivre, (\cos\theta+i\sin\theta)^3 equals
  1. \cos 3\theta+i\sin 3\theta
  2. \cos\theta+i\sin 3\theta
  3. 3\cos\theta+3i\sin\theta

The theorem multiplies the argument by the exponent and leaves the cis form intact. The other two options either scale only one term or confuse the identity with distributing the 3.

3Cube roots of unity

The solutions of z^3=1 are the cube roots of unity 1,\omega,\omega^2, where \omega=e^{2\pi i/3}=-\frac{1}{2}+i\frac{\sqrt{3}}{2} and \omega^2=e^{-2\pi i/3}. They sit at the vertices of an equilateral triangle on the unit circle, and they satisfy the two identities that unlock every exam manipulation: \omega^3=1 and 1+\omega+\omega^2=0.

The n-th roots of unity likewise form a regular n-gon on the unit circle. For cube roots, any three consecutive powers sum to zero: \omega^k+\omega^{k+1}+\omega^{k+2}=0.

Figure. The three cube roots of unity are equally spaced on the unit circle. Their vector sum is the zero vector — that is the geometric content of 1+\omega+\omega^2=0.

Collapsing an \omega expression

  1. Replace sumsUse 1+\omega+\omega^2=0 to rewrite 1+\omega=-\omega^2 and 1+\omega^2=-\omega at the first chance.
  2. Reduce powersReplace \omega^3 by 1 (and \omega^4 by \omega, \omega^5 by \omega^2, \ldots) before expanding.
  3. CollectFactor out common powers of \omega; consecutive triples that remain sum to zero.

Simplifying with cube roots of unity

Evaluate (1-\omega+\omega^2)^5+(1+\omega-\omega^2)^5, where \omega is a complex cube root of unity.

  • 1+\omega+\omega^2=0 \Rightarrow 1+\omega^2=-\omega,\ 1+\omega=-\omega^2rewrites ready
  • 1-\omega+\omega^2=(-\omega)-\omega=-2\omega;\ (-2\omega)^5-32\omega^5=-32\omega^2
  • 1+\omega-\omega^2=(-\omega^2)-\omega^2=-2\omega^2;\ (-2\omega^2)^5-32\omega^{10}=-32\omega
  • sum =-32(\omega^2+\omega)=-32(-1)32

Pro tip. Replace 1+\omega by -\omega^2 (and 1+\omega^2 by -\omega) at the start to collapse these expressions in one step. Any three consecutive powers of \omega also sum to zero — reduce high powers with \omega^3=1 first.

If \omega is a non-real cube root of unity, then 1+\omega+\omega^2 equals
  1. 0
  2. 1
  3. \omega

The minimal polynomial z^2+z+1=0 for the non-real roots is exactly 1+\omega+\omega^2=0.

4Quadratic formula and Vieta

For ax^2+bx+c=0 with a\neq 0 the roots are x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}. Independently of solving, Vieta's relations give the sum and product at once: if the roots are \alpha and \beta, then \alpha+\beta=-b/a and \alpha\beta=c/a.

Those two symmetric sums are usually all a JEE question needs. To build the monic quadratic with a known sum s and product p, write x^2-sx+p=0 directly — do not solve for each root and multiply back.

No figure — the content is the two identities \alpha+\beta=-b/a and \alpha\beta=c/a, and the monic template x^2-sx+p=0 built from them.

From sum and product to the equation

  1. Read s and pFrom the roots, or from the question, set s=\alpha+\beta and p=\alpha\beta.
  2. Write monicThe unique monic quadratic is x^2-sx+p=0.
  3. Scale if neededIf a leading coefficient a is required, multiply through: ax^2-asx+ap=0.
Vieta at a glance
QuantityIn terms of coefficientsIn terms of roots
Sum-b/a\alpha+\beta
Productc/a\alpha\beta
Monic equationx^2+(b/a)x+(c/a)=0x^2-(\alpha+\beta)x+\alpha\beta=0
A monic quadratic has sum of roots 4 and product of roots 13. The equation is
  1. x^2-4x+13=0
  2. x^2+4x+13=0
  3. x^2-4x-13=0

The template is x^2-sx+p=0 with s=4 and p=13, giving x^2-4x+13=0 — the same equation whose roots 2\pm 3i appear elsewhere in this topic. Flipping the sum sign or the product sign are the usual slips.

5Discriminant and nature of roots

The discriminant D=b^2-4ac decides the nature of the roots before you extract them. For real coefficients a,b,c: D>0 gives two distinct real roots, D=0 gives equal real roots, and D<0 gives a conjugate pair of complex roots.

Check the sign of D first. A negative discriminant is not a stop sign — it is the announcement that the answer will be a conjugate pair, which the quadratic formula still produces once \sqrt{D} is written as i\sqrt{|D|}.

Figure. One family y=x^2-4x+c: c=3 gives D=4>0 and two crossings at x=1 and x=3; c=4 gives D=0 and a single touch at x=2; c=13 gives D=-36<0 and the curve never meets the axis (minimum 9), so its roots are the conjugate pair 2\pm 3i of the worked example. Axes are not to equal scale.

Sign of D (real coefficients)
DiscriminantRootsOn the real line
D>0Two distinct real rootsTwo distinct intercepts of y=ax^2+bx+c
D=0Equal real roots (repeated)Vertex touches the axis
D<0Complex conjugate pairNo real intercept

Nature and roots of a quadratic

Find the roots of x^2-4x+13=0 and state their nature.

  • D=(-4)^2-4(1)(13)=16-52-36<0 (complex conjugates)
  • x=\dfrac{4\pm\sqrt{-36}}{2}=\dfrac{4\pm 6i}{2}simplified form
  • x=2\pm 3iconjugate pair

Pro tip. Check the discriminant sign before solving; a negative D immediately tells you the answer will be a conjugate pair.

For x^2-4x+13=0, the discriminant D equals
  1. -36
  2. 36
  3. 0

D=16-52=-36. Positive 36 would be the absolute value after the sign has already decided the nature; zero would require a repeated root.

6Conjugate root pairs

Complex roots of a real-coefficient equation always occur in conjugate pairs. If p+iq (q\neq 0) is a root of a quadratic with real coefficients, then p-iq is automatically the other root — you never need a second independent condition to force it.

With both roots known, Vieta builds the equation at once: sum 2p and product p^2+q^2 give x^2-2px+(p^2+q^2)=0.

Figure. Real coefficients send 2+3i to its conjugate 2-3i. Vieta then builds the monic quadratic from sum 2(2)=4 and product 2^2+3^2=13: x^2-4x+13=0.

From one complex root to the equation

  1. Pair itIf p+iq is a root and coefficients are real, write the conjugate p-iq as the other root.
  2. Sum and productSum =2p, product =p^2+q^2.
  3. Monic quadraticWrite x^2-2px+(p^2+q^2)=0.

Equation from one complex root

A quadratic with real coefficients has one root 2+3i. Write the monic equation.

  • real coefficients \Rightarrow other root2-3i
  • sum =2(2)=4,\ product =2^2+3^213
  • x^2-(\mathrm{sum})x+(\mathrm{product})=0x^2-4x+13=0

Pro tip. If a quadratic with real coefficients has one root p+iq, the other must be p-iq; use this to write the equation as x^2-2px+(p^2+q^2)=0.

A real-coefficient quadratic has a root 2+3i. Its other root must be
  1. 2-3i
  2. -2+3i
  3. 3+2i

Non-real roots come in conjugate pairs when coefficients are real. Negating the real part or swapping components is a different number.

7Loci in the Argand plane

Three standard equations describe curves in the Argand plane. |z-z_0|=r is the circle of radius r centred at z_0. |z-z_1|=|z-z_2| is the perpendicular bisector of the segment joining z_1 and z_2 — the set of points equidistant from two fixed points. And \arg\left(\dfrac{z-z_1}{z-z_2}\right)=\text{constant} is an arc of a circle through z_1 and z_2.

Translate the equation into geometry before algebra. Most JEE locus questions are one of these three templates with different letters.

Figure. The circle |z-z_0|=r with z_0=0 and r=1 is the unit circle. The equal-modulus locus is a straight bisector (no arc needed); the constant-argument locus is an arc and is carried by the loci table rather than this figure.

Standard Argand loci
EquationLocusCue
|z-z_0|=rCircle, centre z_0, radius rFixed distance from one point
|z-z_1|=|z-z_2|Perpendicular bisector of z_1z_2Equal distance from two points
\arg\dfrac{z-z_1}{z-z_2}=\alphaArc of a circle through z_1,z_2Fixed angle subtended by a segment
The locus of z satisfying |z-1|=|z+i| is
  1. The perpendicular bisector of the segment joining 1 and -i
  2. The circle centre 1 radius 1
  3. An arc through 1 and -i

|z-z_1|=|z-z_2| with z_1=1 and z_2=-i is the perpendicular bisector. A circle would be a single fixed modulus; an arc would be a constant-argument condition.

Notes

  • Complex numbers and polar form: A complex number z=x+iy has modulus |z|=\sqrt{x^2+y^2} and argument \theta=\arg z, giving z=r(\cos\theta+i\sin\theta)=re^{i\theta}. The conjugate is \bar{z}=x-iy and |z|^2=z\bar{z}.
  • De Moivre's theorem and roots of unity: (\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta. The cube roots of unity are 1,\omega,\omega^2 with 1+\omega+\omega^2=0 and \omega^3=1; the n-th roots of unity form a regular n-gon on the unit circle.
  • Quadratic equations: For ax^2+bx+c=0 (a\ne0) the roots are \dfrac{-b\pm\sqrt{D}}{2a} with discriminant D=b^2-4ac. The sum of roots is -b/a and the product is c/a; the nature of roots depends on the sign of D.
  • Nature of roots: If a,b,c are real, D>0 gives two distinct real roots, D=0 gives equal real roots, and D<0 gives a conjugate pair of complex roots. Complex roots of a real-coefficient equation always occur in conjugate pairs.
  • Geometry in the Argand plane: |z-z_0|=r is a circle centred at z_0; |z-z_1|=|z-z_2| is the perpendicular bisector of the segment joining z_1 and z_2; and \arg\left(\dfrac{z-z_1}{z-z_2}\right)=\text{const} is an arc of a circle.

Formulas

  • Roots: x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a},\quad \alpha+\beta=-\dfrac{b}{a},\quad \alpha\beta=\dfrac{c}{a}
  • Modulus / conjugate: |z|^2=z\bar{z},\quad z=re^{i\theta}
  • De Moivre: (\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta
  • Cube roots of unity: 1+\omega+\omega^2=0,\quad \omega^3=1
  • Discriminant test: D=b^2-4ac decides the nature of roots
  • Loci: circle |z-z_0|=r, bisector |z-z_1|=|z-z_2|

Exam traps & shortcuts

  • Any three consecutive powers of \omega sum to zero, so \omega^k+\omega^{k+1}+\omega^{k+2}=0; reduce high powers using \omega^3=1.
  • If a quadratic with real coefficients has one root p+iq, the other must be p-iq; use this to write the equation as x^2-2px+(p^2+q^2)=0.
  • To build a quadratic from a known sum s and product p of roots, write x^2-sx+p=0 directly instead of solving for each root.

Reference tables

The identities this topic keeps using. Polar form and De Moivre on the left; quadratics and Vieta on the right.

Formula sheet
NameStatement
Modulus / conjugate|z|^2=z\bar{z},\quad z=re^{i\theta}
De Moivre(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta
Cube roots of unity1+\omega+\omega^2=0,\quad \omega^3=1
Quadratic rootsx=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}
Vieta\alpha+\beta=-b/a,\quad \alpha\beta=c/a
DiscriminantD=b^2-4ac decides the nature of roots
Loci|z-z_0|=r (circle); |z-z_1|=|z-z_2| (bisector)

Recap

Read only this the night before.

Polar
z=re^{i\theta} with r=|z| and \theta=\arg z. Keep |z|^2=z\bar{z} in hand so modulus stays algebraic.
De Moivre
Powering multiplies the argument by n; on the unit circle the point simply rotates.
Omega
1+\omega+\omega^2=0 and \omega^3=1. Replace 1+\omega by -\omega^2 at once; consecutive powers sum to zero.
Vieta
Sum -b/a, product c/a. Known s and p give x^2-sx+p=0 with no root-finding.
Discriminant
D<0 means a conjugate pair, not a refusal to solve. Check the sign before extracting roots.
Conjugates
Real coefficients force conjugate pairs. One root p+iq writes x^2-2px+(p^2+q^2)=0.
Loci
Fixed distance → circle; equal distances → perpendicular bisector; fixed argument → arc through the two poles.

Practise Complex Numbers and Quadratic Equations

Reading is free and needs no account. Practice, mocks and progress live in the app.

  • 5 exam-style questions on this topic, with explanations
  • A 6-question practice set that ends the chapter
  • Timed mocks scored with the real marking scheme
  • Readiness tracked per topic, kept on your device
Continue with Google — freeNo card, no trial. Works offline once installed.