Home/Class XI/Ch 4/Quadratic equations with complex coefficients and applications
Quadratic equations with complex coefficients and applications
The quadratic formula x=2a−b±b2−4ac continues to work even when a,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+qi, to find w=u+vi such that w2=c.
w2=u2−v2+2uvi=p+qi, so
u2−v2=p,2uv=q.
From the modulus: u2+v2=∣w∣2=∣c∣=p2+q2. Combining:
u2=2∣c∣+p,v2=2∣c∣−p.
Take the positive square root for u; then v has the same sign as q (since 2uv=q). The other root of the quadratic w2=c is −w.
Solving general quadratics
For az2+bz+c=0 with a,b,c∈C, a=0:
z=2a−b±b2−4ac,
where the square root is computed in 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 z∈C satisfying ...". These problems mix algebra and geometry.
Common loci
Equation
Locus
$
z - z_0
$
z - z_1
$
z - z_1
$\big
arg(z−z0)=θ0
ray from z0 at angle θ0
arg(z−z2z−z1)=θ0
arc of a circle through z1,z2
Worked examples
Example 1. Find 3+4i.
∣3+4i∣=5. u2=(5+3)/2=4, v2=(5−3)/2=1, u,v same sign as 4 (positive). So u=2,v=1 , one root is 2+i, the other −2−i.
Check: (2+i)2=4+4i+i2=3+4i. ✓
Example 2. Solve z2−(3+2i)z+(5+i)=0.
Δ=(3+2i)2−4(5+i)=9+12i−4−20−4i=−15+8i.
−15+8i: ∣Δ∣=225+64=17. u2=(17−15)/2=1, v2=(17+15)/2=16. u=1,v=4 (v matches sign of 8, positive). So Δ=1+4i.
∣z−(2−i)∣=3: a circle centred at z0=2−i (i.e. the point (2,−1)) with radius 3.
Example 4. Find the region of the Argand plane where ∣z−1∣≤2 and Re(z)≥1.
First condition: closed disc of radius 2 centred at (1,0). Second: right half-plane x≥1. Intersection: right half of the disc.
Example 5 (harder). Find all z with z2=1+i.
∣1+i∣=2. u2=(2+1)/2, v2=(2−1)/2. u,v same sign. u=(2+1)/2, v=(2−1)/2. So
z=±(22+1+i22−1).
Equivalently in polar form: 1+i=2cisπ/4, so 1+i=21/4cisπ/8 (and its negative).
Try it yourself
Find −5+12i.
Solve z2−4z+(4−4i)=0.
Solve z2+(1+i)z+1=0.
Describe the locus ∣z+1∣+∣z−1∣=3.
Sketch the region 1≤∣z∣≤2.
Sketch the locus arg(z−1)=4π.
Find −8i.
Show that ∣z∣2−z−zˉ=0 describes a circle.
Solve z2+z+1=0 in polar form (recognise as a cube root of unity).
Find all z with ∣z−1∣=∣z−i∣.
Solve iz2−2z+i=0.
Find the area of the region ∣z∣≤3 and Im(z)≥1.
Pitfalls / Tricks
The conjugate-root theorem applies only to quadratics with real coefficients.
When taking c for complex c, there are two values ±w. Specify both unless context dictates.
Loci like arg(⋅)=θ define rays, not full lines.
Insight. Every Class-XI complex-number problem reduces to one of three operations: algebra (use i2=−1), modulus arithmetic (use zzˉ=∣z∣2), or geometry (draw the picture).