Math Lab
Home/Class XI/Ch 4/Quadratic equations with complex coefficients and applications

Quadratic equations with complex coefficients and applications

The quadratic formula x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} continues to work even when a,b,ca, b, c are themselves complex , provided we know how to take the square root of a complex number. This subtopic ties everything together.

Square root of a complex number

We want, given c=p+qic = p + qi, to find w=u+viw = u + vi such that w2=cw^2 = c.

w2=u2v2+2uvi=p+qiw^2 = u^2 - v^2 + 2uvi = p + qi, so u2v2=p,2uv=q.u^2 - v^2 = p, \qquad 2uv = q.

From the modulus: u2+v2=w2=c=p2+q2u^2 + v^2 = |w|^2 = |c| = \sqrt{p^2 + q^2}. Combining: u2=c+p2,v2=cp2.u^2 = \frac{|c| + p}{2}, \quad v^2 = \frac{|c| - p}{2}.

Take the positive square root for uu; then vv has the same sign as qq (since 2uv=q2uv = q). The other root of the quadratic w2=cw^2 = c is w-w.

Solving general quadratics

For az2+bz+c=0az^2 + bz + c = 0 with a,b,cCa, b, c \in \mathbb{C}, a0a \ne 0: z=b±b24ac2a,z = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where the square root is computed in C\mathbb{C} by the procedure above.

The conjugate-root theorem does not apply here , coefficients are not necessarily real.

Locus and region problems

A typical Class-XI question asks: "Describe the set of zCz \in \mathbb{C} satisfying ...". These problems mix algebra and geometry.

Common loci

EquationLocus
$z - z_0
$z - z_1
$z - z_1
$\big
arg(zz0)=θ0\arg(z - z_0) = \theta_0ray from z0z_0 at angle θ0\theta_0
arg ⁣(zz1zz2)=θ0\arg\!\left(\dfrac{z - z_1}{z - z_2}\right) = \theta_0arc of a circle through z1,z2z_1, z_2

Worked examples

Example 1. Find 3+4i\sqrt{3 + 4i}.

3+4i=5|3 + 4i| = 5. u2=(5+3)/2=4u^2 = (5 + 3)/2 = 4, v2=(53)/2=1v^2 = (5 - 3)/2 = 1, u,vu, v same sign as 44 (positive). So u=2,v=1u = 2, v = 1 , one root is 2+i2 + i, the other 2i-2 - i.

Check: (2+i)2=4+4i+i2=3+4i(2 + i)^2 = 4 + 4i + i^2 = 3 + 4i. ✓

Example 2. Solve z2(3+2i)z+(5+i)=0z^2 - (3 + 2i)z + (5 + i) = 0.

Δ=(3+2i)24(5+i)=9+12i4204i=15+8i\Delta = (3 + 2i)^2 - 4(5 + i) = 9 + 12i - 4 - 20 - 4i = -15 + 8i.

15+8i\sqrt{-15 + 8i}: Δ=225+64=17|\Delta| = \sqrt{225 + 64} = 17. u2=(1715)/2=1u^2 = (17 - 15)/2 = 1, v2=(17+15)/2=16v^2 = (17 + 15)/2 = 16. u=1,v=4u = 1, v = 4 (vv matches sign of 88, positive). So Δ=1+4i\sqrt{\Delta} = 1 + 4i.

z=(3+2i)±(1+4i)2=4+6i2 or 22i2=2+3i or 1iz = \dfrac{(3 + 2i) \pm (1 + 4i)}{2} = \dfrac{4 + 6i}{2} \text{ or } \dfrac{2 - 2i}{2} = 2 + 3i \text{ or } 1 - i.

Check: (2+3i)+(1i)=3+2i(2 + 3i) + (1 - i) = 3 + 2i ✓; (2+3i)(1i)=22i+3i3i2=5+i(2 + 3i)(1 - i) = 2 - 2i + 3i - 3i^2 = 5 + i ✓.

Example 3. Describe the locus z2+i=3|z - 2 + i| = 3.

z(2i)=3|z - (2 - i)| = 3: a circle centred at z0=2iz_0 = 2 - i (i.e. the point (2,1)(2, -1)) with radius 33.

Example 4. Find the region of the Argand plane where z12|z - 1| \le 2 and Re(z)1\text{Re}(z) \ge 1.

First condition: closed disc of radius 22 centred at (1,0)(1, 0). Second: right half-plane x1x \ge 1. Intersection: right half of the disc.

Example 5 (harder). Find all zz with z2=1+iz^2 = 1 + i.

1+i=2|1 + i| = \sqrt{2}. u2=(2+1)/2u^2 = (\sqrt{2} + 1)/2, v2=(21)/2v^2 = (\sqrt{2} - 1)/2. u,vu, v same sign. u=(2+1)/2u = \sqrt{(\sqrt{2} + 1)/2}, v=(21)/2v = \sqrt{(\sqrt{2} - 1)/2}. So z=±(2+12+i212).z = \pm \left(\sqrt{\frac{\sqrt{2} + 1}{2}} + i\sqrt{\frac{\sqrt{2} - 1}{2}}\right).

Equivalently in polar form: 1+i=2cisπ/41 + i = \sqrt{2}\,\text{cis}\,\pi/4, so 1+i=21/4cisπ/8\sqrt{1 + i} = 2^{1/4}\,\text{cis}\,\pi/8 (and its negative).

Try it yourself

  1. Find 5+12i\sqrt{-5 + 12i}.
  2. Solve z24z+(44i)=0z^2 - 4z + (4 - 4i) = 0.
  3. Solve z2+(1+i)z+1=0z^2 + (1 + i)z + 1 = 0.
  4. Describe the locus z+1+z1=3|z + 1| + |z - 1| = 3.
  5. Sketch the region 1z21 \le |z| \le 2.
  6. Sketch the locus arg(z1)=π4\arg(z - 1) = \tfrac{\pi}{4}.
  7. Find 8i\sqrt{-8i}.
  8. Show that z2zzˉ=0|z|^2 - z - \bar{z} = 0 describes a circle.
  9. Solve z2+z+1=0z^2 + z + 1 = 0 in polar form (recognise as a cube root of unity).
  10. Find all zz with z1=zi|z - 1| = |z - i|.
  11. Solve iz22z+i=0iz^2 - 2z + i = 0.
  12. Find the area of the region z3|z| \le 3 and Im(z)1\text{Im}(z) \ge 1.

Pitfalls / Tricks

  • The conjugate-root theorem applies only to quadratics with real coefficients.
  • When taking c\sqrt{c} for complex cc, there are two values ±w\pm w. Specify both unless context dictates.
  • Loci like arg()=θ\arg(\cdot) = \theta define rays, not full lines.
  • Insight. Every Class-XI complex-number problem reduces to one of three operations: algebra (use i2=1i^2 = -1), modulus arithmetic (use zzˉ=z2z\bar{z} = |z|^2), or geometry (draw the picture).

Practice quiz

Quick check on this topic.

Quiz
Quick check : Quadratic with complex coefficients
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6