Here are 32 fully worked problems covering the entire chapter — powers of i, arithmetic in all four operations, standard-form conversions, moduli and conjugates, inverses, Argand-plane geometry, and the miscellaneous-level heavyweights — arranged in a deliberate easy → medium → hard progression.
One suggestion that multiplies the value of every problem: attempt each yourself before reading the solution. In this chapter especially, decide your STRATEGY first — expand, or use modulus/conjugate properties? The property route is usually five times shorter. Problems 1-10 warm up on powers and arithmetic, 11-22 build the modulus-conjugate machinery, 23-32 are Board and JEE-level.
Solved Examples
Example 1: Standard form warm-up
Express (5i)(−53i) in the form a+ib.
Solution:
Step 1 — Multiply coefficients and i's separately.5×(−53)=−3 and i⋅i=i2=−1.
Step 2 — Combine.(−3)(−1)=3=3+i0.
Takeaway: Numbers with numbers, i's with i's.
Example 2: Power reduction
Evaluate i−999.
Solution:
Step 1 — Add a free multiple of 4.1000=4(250), so i1000=1 and i−999=i−999⋅i1000=i1.
Step 2 — Read the wheel.i−999=i.
Takeaway: 1000 is a multiple of 4, so i1000=1 costs nothing.
Example 3: A triple product
Express (1−i)(−3+6i) in the form a+ib, then multiply the result by i.
Solution:
Step 1 — Expand the first product.−3+6i+3i−6i2=−3+9i+6=3+9i.
Step 2 — Multiply by i.(3+9i)i=3i+9i2=−9+3i.
Step 3 — Notice the pattern.(a+bi)⋅i=−b+ai — the parts swap with one sign flip.
Takeaway: Multiplying by i rotates the number: a preview of the rotation picture of multiplication.
Example 4: Collecting a long expression
Reduce (31+i37)+(4+i31)−(−34+i) to standard form.
Solution:
Step 1 — Collect the real parts.31+4+34=31+12+4=317.
Step 2 — Collect the imaginary parts.37+31−1=37+1−3=35.
Step 3 — Assemble.317+35i.
Takeaway: Line up the parts vertically and add like fractions — the i is just a column separator.
Example 5: The standard-form gauntlet
Reduce (1−4i1−1+i2)(5+i3−4i) to the standard form.
Solution:
Step 1 — Combine the first bracket over a common denominator.(1−4i)(1+i)(1+i)−2(1−4i)=1+i−4i+41+i−2+8i=5−3i−1+9i.
Step 2 — Multiply by the second factor.(5−3i)(5+i)(−1+9i)(3−4i)=25+5i−15i+3−3+4i+27i+36=28−10i33+31i.
Step 3 — Rationalise once, at the very end.282+102(33+31i)(28+10i)=884924+330i+868i−310=884614+1198i.
Step 4 — Reduce the fractions.884614=442307 and 8841198=442599: answer 442307+442599i.
Takeaway: The longest computation in the chapter. Strategy: simplify each bracket fully BEFORE multiplying; rationalise once at the very end.
Example 6: Modulus evaluation
If z1=2−i and z2=1+i, find z1−z2+1z1+z2+1.
Solution:
Step 1 — Simplify the numerator.z1+z2+1=(2+1+1)+(−1+1)i=4.
Step 2 — Simplify the denominator.z1−z2+1=(2−1+1)+(−1−1)i=2−2i.
Step 3 — Take the modulus quotient.∣2−2i∣∣4∣=4+44=224=2.
Takeaway: Simplify inside first; the final step is one modulus quotient.
Example 7: Real-imaginary extraction
Let z1=2−i, z2=−2+i. Find (i) Re(zˉ1z1z2) (ii) Im(z1zˉ11).
Solution:
Step 1 — (i) Compute the product.z1z2=(2−i)(−2+i)=−4+2i+2i−i2=−3+4i.
Step 2 — Divide by the conjugate.zˉ1=2+i: 2+i−3+4i×2−i2−i=5−6+3i+8i+4=5−2+11i.
Step 3 — Read off. Re =−52.
Step 4 — (ii) Spot the shortcut.z1zˉ1=∣z1∣2=5 is REAL, so 51 is real: Im =0 — no computation needed.
Takeaway: Part (ii) needs NO computation once you see zzˉ=∣z∣2 is always real.
Example 8: u + iv from a cube
If (x+iy)3=u+iv, show that xu+yv=4(x2−y2).
Solution:
Step 1 — Expand the cube.(x+iy)3=x3+3x2(iy)+3x(iy)2+(iy)3=(x3−3xy2)+i(3x2y−y3).
Step 2 — Identify u and v.u=x(x2−3y2) and v=y(3x2−y2).
Step 3 — Form the target combination.xu+yv=(x2−3y2)+(3x2−y2)=4x2−4y2=4(x2−y2). ∎
Takeaway: Expand, name u and v, and the target combination collapses.
Example 9: The a² + b² pattern
If a+ib=2x2+1(x+i)2, prove that a2+b2=(2x2+1)2(x2+1)2.
Solution:
Step 1 — Recognise a2+b2 as a squared modulus.a2+b2=∣a+ib∣2=2x2+1(x+i)22=(2x2+1)2∣x+i∣4.
Step 2 — Compute the small modulus.∣x+i∣2=x2+1, so ∣x+i∣4=(x2+1)2.
Step 3 — Conclude.a2+b2=(2x2+1)2(x2+1)2. ∎
Takeaway: Every "prove a2+b2=…" is a modulus-squared statement; never expand.
Example 10: Conjugate equation
Find all complex z with z2=zˉ.
Solution:
Step 1 — Take moduli of both sides.∣z∣2=∣zˉ∣=∣z∣, so ∣z∣(∣z∣−1)=0: ∣z∣=0 or ∣z∣=1.
Step 2 — Case |z| = 0. z = 0, which satisfies 0=0ˉ ✓.
Step 3 — Case |z| = 1: multiply the equation by z.z3=zzˉ=∣z∣2=1 — z is a CUBE ROOT of unity: z=1,ω,ω2.
Step 4 — Collect. Solution set {0,1,ω,ω2} — four solutions.
Takeaway: Taking moduli first splits the problem into clean cases; multiplying by z converted the conjugate into ∣z∣2. (Meet ω properly in the JEE Corner.)
Example 11: A modulus equation
Find all complex z with ∣z∣=z+1+2i.
Solution:
Step 1 — Compare imaginary parts. The left side |z| is REAL, so the right side must be too: with z = x + iy, y+2=0 gives y=−2.
Step 2 — Write the real-part equation.x2+4=x+1 — which also demands x+1≥0.
Step 3 — Compare moduli.∣z1∣=9+9=32 and ∣z2∣=2 — NOT equal (∣z1∣=3∣z2∣).
Takeaway: Complex linear systems solve exactly like real ones — add and subtract.
Example 19: The (1 + i)ⁿ real test
Find the smallest positive integer n for which (1+i)2n=(1−i)2n.
Solution:
Step 1 — Divide both sides.(1−i1+i)2n=1, and the base is the standard quotient i: i2n=1.
Step 2 — Apply the cycle.im=1 exactly when m is a multiple of 4, so 2n must be a multiple of 4 — n must be even.
Step 3 — Take the smallest. n = 2. Check: (1+i)4=(2i)2=−4 and (1−i)4=(−2i)2=−4 ✓.
Takeaway: A classic JEE one-liner — reduce to a power of i and quote the cycle.
Example 20: Modulus locus algebra
Show that ∣z+1∣=∣z−1∣ forces z to be purely imaginary; then describe the locus ∣z−1∣=∣z−i∣.
Solution:
Step 1 — First locus: read as distances. Equidistant from −1 and 1 → the perpendicular bisector of the segment → the imaginary axis → Re z = 0: z is purely imaginary (or 0).
Step 2 — Second locus: same tool. Equidistant from 1 (point (1, 0)) and i (point (0, 1)) → the perpendicular bisector of THAT segment.
Step 3 — Identify the line. The midpoint is (21,21) and the segment has slope −1, so the bisector is the line y = x: Re z = Im z.
Takeaway: Equal-modulus conditions are bisector statements; no algebra required once the picture is drawn.
Example 21: Inverse of a product
Find the multiplicative inverse of (3+4i)(2−i) without expanding the product first.
Solution:
Step 1 — Invert factor by factor.[(3+4i)(2−i)]−1=(3+4i)−1(2−i)−1=253−4i⋅52+i.
Step 2 — Expand the light numerator.(3−4i)(2+i)=6+3i−8i−4i2=10−5i.
Step 3 — Divide.12510−5i=252−251i.
Takeaway: Properties first, arithmetic second — the light expansion happened in the numerator only.
Example 22: A purely imaginary product condition
For what real a is (1+ai)2 purely imaginary?
Solution:
Step 1 — Expand.(1+ai)2=1+2ai+a2i2=(1−a2)+2ai.
Step 2 — Impose both conditions. Purely imaginary needs 1−a2=0 AND 2a=0.
Step 3 — Solve.a=±1 (both give 2a=0 ✓).
Step 4 — Check.(1+i)2=2i ✓ and (1−i)2=−2i ✓.
Takeaway: The check confirms the beloved shortcut (1±i)2=±2i from the other side.
Example 23: The least-m power question
Find the least positive integer m for which (1−i1+i)m=1.
Solution:
Step 1 — Collapse the base.1−i1+i=i (multiply by the conjugate: 2(1+i)2=i).
Step 2 — Apply the cycle.im=1 requires m to be a multiple of 4.
Step 3 — Take the least. m = 4.
Takeaway: After the base collapses to i, the cycle answers instantly.
Example 24: Sum with conjugate weights
If z=3+4i, evaluate zzˉ+(z+zˉ)−∣z∣.
Solution:
Step 1 — Compute each piece by formula.zzˉ=∣z∣2=9+16=25; z+zˉ=2Rez=6; ∣z∣=5.
Step 2 — Combine.25+6−5=26.
Takeaway: All three quantities are REAL — computed from formulas, never from expansion.
Example 25: A two-variable matching
Solve for real x, y: 3+i(1+i)x−2i+3−i(2−3i)y+i=i.
Solution:
Step 1 — Clear both denominators at once. Multiply through by (3+i)(3−i)=10: [(1+i)x−2i](3−i)+[(2−3i)y+i](3+i)=10i.
Step 2 — Expand the first bracket.(1+i)(3−i)=3−i+3i+1=4+2i, so it contributes 4x+2xi−6i−2 (using −2i(3−i)=−6i+2i2).
Step 3 — Expand the second.(2−3i)(3+i)=6+2i−9i+3=9−7i, so it contributes 9y−7yi+3i−1 (using i(3+i)=3i−1).
Step 4 — Collect real and imaginary totals. Real: 4x+9y−3; imaginary: 2x−7y−3. Matching with 0+10i: 4x+9y=3 and 2x−7y=13.
Step 5 — Solve the linear system. Doubling the second and subtracting from the first: 9y+14y=3−26, 23y=−23, y = −1; then 4x=3+9=12, x = 3.
Takeaway: The heaviest matching problem of the family — clear denominators once, expand ONCE, then it is a linear system.
Example 26: Modulus inequality preview
Show that ∣z1+z2∣≤∣z1∣+∣z2∣ for z1=3+4i, z2=−4+3i, and identify when equality would hold.
Solution:
Step 1 — Compute the left side.z1+z2=−1+7i, so ∣z1+z2∣=1+49=52≈7.07.
Step 2 — Compute the right side.∣z1∣+∣z2∣=5+5=10.
Step 3 — (ii) Spot the conjugate pair FIRST.(3−2i)(3+2i)=9+4=13 — real, instantly.
Step 4 — Finish.13(1+i)=13+13i.
Takeaway: Spot conjugate pairs before expanding — they collapse to ∣z∣2 and halve the work.
Example 32: The grand mixed finale
Given z1=1+i and z2=2−3i, compute: (i) z1z2 (ii) z2z1 (iii) ∣z14z22∣ (iv) z1z2−zˉ1zˉ2.
Solution:
Step 1 — (i) Expand.(1+i)(2−3i)=2−3i+2i−3i2=5−i.
Step 2 — (ii) Rationalise.4+9(1+i)(2+3i)=132+3i+2i−3=13−1+5i.
Step 3 — (iii) Use modulus rules, no expansion.∣z14z22∣=∣z1∣4∣z2∣2=(2)4(13)2=4×13=52.
Step 4 — (iv) Use the conjugate-product rule.z1z2=zˉ1zˉ2 identically, so the difference is 0 — no computation.
Takeaway: Four questions, four different tools — expansion, rationalisation, modulus rules, conjugate rules. Choosing the right tool is the whole exam skill for this chapter.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.