This master resource compiles 24 high-yielding, year-wise solved problems on Complex Numbers. Structured explicitly for competitive examinations like JEE Main and WBJEE, these questions emphasize rapid structural reductions, advanced modulus-argument applications, and core properties of the cube roots of unity.
Category I: WBJEE Master Set
Problem 1 (WBJEE)
If ω is an imaginary cube root of unity, evaluate the value of the determinant expression: Δ = | 1 ω ω² | / | ω ω² 1 | / | ω² 1 ω |.
- Execute the operational transform column-wise: C₁ → C₁ + C₂ + C₃.
- This changes the first column matrix elements uniformly into (1 + ω + ω²).
- Apply the identity 1 + ω + ω² = 0 directly to this column.
- Since an entire structural column reduces identically to 0, the determinant evaluates to zero.
Problem 2 (WBJEE)
Determine the principal argument value of the complex fraction: z = (1 + i√3) / (1 - i√3).
- Identify the numerator position: z₁ = 1 + i√3. It falls within Quadrant I, so arg(z₁) = π/3.
- Identify the denominator position: z₂ = 1 - i√3. It falls within Quadrant IV, so arg(z₂) = -π/3.
- Subtract arguments linearly: arg(z) = π/3 - (-π/3) = 2π/3.
- Check boundary conditions: 2π/3 falls safely inside the range -π < θ ≤ π.
Problem 3 (WBJEE)
Find the value of the real parameter x such that the complex product (x - i)(3 + 2i) yields a purely imaginary number.
- Expand the expression algebraically: (x - i)(3 + 2i) = 3x + 2xi - 3i - 2i².
- Substitute i² = -1 to collect terms: (3x + 2) + i(2x - 3).
- For a number to be purely imaginary, enforce Re(z) = 0 ⇒ 3x + 2 = 0.
- Isolate the target variable: x = -2/3.
Problem 4 (WBJEE)
If (1+i)(1+2i)(1+3i)...(1+ni) = x + iy, find the value of the product sequence 2 · 5 · 10 ... (1+n²).
- Take the modulus on both sides of the product statement.
- Compute intermediate magnitudes: √(1+1²)√(1+2²)...√(1+n²) = √(x²+y²).
- Square both sides to eliminate radicals: (1+1)(1+4)(1+9)...(1+n²) = x² + y².
- Simplify to obtain the targeted sequence: 2 · 5 · 10 ... (1+n²) = x² + y².
Problem 5 (WBJEE)
If the complex number expression evaluates to a singular unity modulus, namely |(z - 5i) / (z + 5i)| = 1, determine the locus of the point z = x + iy.
- Split the quotient modulus across fractions: |z - 5i| / |z + 5i| = 1 ⇒ |z - 5i| = |z + 5i|.
- This represents the set of points equidistant from (0, 5) and (0, -5).
- The perpendicular bisector of the line segment joining these points is the horizontal real coordinate axis.
- Algebraically: x² + (y-5)² = x² + (y+5)² ⇒ -10y = 10y ⇒ y = 0.
Problem 6 (WBJEE)
Evaluate the value of the finite sum sequence given by: ∑ (from n=1 to 100) of i^n.
- The total number of terms in the sum is exactly 100.
- Divide the total number of terms by 4: 100 / 4 = 25 complete cycles with zero remainder.
- Since each cycle of four terms i^(4k+1) + i^(4k+2) + i^(4k+3) + i^(4k+4) = 0, all 25 blocks evaluate to zero.
- The final total sum reduces to exactly zero.
Problem 7 (WBJEE)
If α and β are imaginary roots of the quadratic equation x² + x + 1 = 0, calculate the value of α^(2026) + β^(2026).
- Assign roots: Let α = ω and β = ω².
- Substitute these into the target expression: ω^(2026) + (ω²)^(2026) = ω^(2026) + ω^(4052).
- Divide the exponents by 3 to find the remainders: 2026 = 3(675) + 1 and 4052 = 3(1350) + 2.
- Simplify based on remainders: ω¹ + ω². Since 1 + ω + ω² = 0, it follows that ω + ω² = -1.
Problem 8 (WBJEE)
Find the minimum positive integer value of n such that the complex ratio satisfies the condition: ((1+i) / (1-i))^n = 1.
- Multiply the numerator and denominator by the conjugate of the denominator: ((1+i)/(1-i)) · ((1+i)/(1+i)) = (1+i)² / (1 - i²).
- Expand the terms: (1 + 2i - 1) / 2 = 2i / 2 = i.
- Rewrite the original equation with this simplified base: i^n = 1.
- The smallest positive integer that satisfies this condition is n = 4.
Problem 9 (WBJEE)
If the amplitude condition satisfies arg(z) < 0, find the principal argument of the conjugate tracking position arg(-z).
- Let arg(z) = θ. Given the condition arg(z) < 0, θ lies in the interval (-π, 0).
- Multiplying by -1 reflects the point through the origin, which adds π to the argument.
- To keep the final value within the principal range (-π, π], add π to the negative angle: arg(-z) = θ + π.
- Thus, the expression evaluates cleanly to arg(z) + π.
Problem 10 (WBJEE)
Determine the complete geometric locus specified by the complex constraint equation: Re(1/z) = 1/4, where z ≠ 0.
- Express the reciprocal in standard form: 1/z = 1 / (x+iy) = (x-iy) / (x²+y²).
- Isolate the real part: Re(1/z) = x / (x²+y²).
- Set this equal to the given value: x / (x²+y²) = 1/4 ⇒ x² + y² = 4x.
- Rearrange into standard form: x² - 4x + y² = 0, which represents a circle centered at (2,0) with radius 2.
Problem 11 (WBJEE)
Find the value of the square root expression: √(-7 + 24i).
- Let -7 + 24i = a² - b² + 2abi. This implies 2ab = 24 ⇒ ab = 12.
- Find two factors of 12 whose squares have a difference of -7: choose a = 3 and b = 4.
- Verify: a² - b² = 3² - 4² = 9 - 16 = -7. This matches the real part.
- Rewrite as a perfect square: -7 + 24i = (3 + 4i)². Take the square root: ±(3 + 4i).
Problem 12 (WBJEE)
If |z₁| = |z₂| = 1, compute the value of the expression: (z₁ + z₂)(1/z₁ + 1/z₂).
- Since |z₁| = 1, substitute 1/z₁ = z̄₁. Similarly, substitute 1/z₂ = z̄₂.
- Rewrite the target expression: (z₁ + z₂)(z̄₁ + z̄₂).
- Apply the sum property of conjugates: (z₁ + z₂)(overline{z₁ + z₂}).
- Simplify using the modulus identity: This matches the form Z · Z̄ = |Z|² = |z₁ + z₂|².
Category II: JEE Main Master Set
Problem 13 (JEE Main)
If (1 + ω²)^n = (1 + ω^4)^n, where ω represents the imaginary cube root of unity, determine the least positive non-zero integer value for n.
- Simplify the right side: since ω^4 = ω, the equation becomes (1 + ω²)^n = (1 + ω)^n.
- Substitute the identities 1 + ω² = -ω and 1 + ω = -ω².
- Equate the simplified terms: (-ω)^n = (-ω²)^n.
- Divide both sides to collect terms: (-ω² / -ω)^n = 1 → ω^n = 1.
- The smallest positive integer that satisfies ω^n = 1 is n = 3.
Problem 14 (JEE Main)
Find the common roots of the equations z³ + 2z² + 2z + 1 = 0 and z^(2026) + z^(2025) + 1 = 0.
- Factor the cubic equation by grouping: (z³ + 1) + 2z(z + 1) = 0 → (z + 1)(z² + z + 1) = 0. The roots are z = -1, z = ω, and z = ω².
- Test z = -1 in the second equation: (-1)^(2026) + (-1)^(2025) + 1 = 1 - 1 + 1 = 1 ≠ 0. Not a root.
- Test z = ω: ω^(2026) + ω^(2025) + 1 = ω¹ + 1 + 1 = ω + 2 ≠ 0.
- Thus, these equations share no common roots.
Problem 15 (JEE Main)
Let z be a complex number such that the modulus equation satisfies |z - 1| = |z + 1| = |z - i|. Find the total number of distinct solutions for z.
- The equation condition |z - 1| = |z + 1| defines the perpendicular bisector between (1,0) and (-1,0), which is the Y-axis (x = 0).
- The equation condition |z - 1| = |z - i| defines the perpendicular bisector between (1,0) and (0,1), which is the line y = x.
- Find the unique intersection point of these two lines: x = 0 and y = x ⇒ (0,0).
- The only point that satisfies these conditions is the origin, z = 0. This yields exactly one distinct solution.
Problem 16 (JEE Main)
If z = x + iy and satisfies the inequality constraint equation log₀.₅((|z|² + |z| + 4) / (3|z| - 1)) > 0, determine the valid range for |z|.
- Set up the inequality: (|z|² + |z| + 4) / (3|z| - 1) < (0.5)⁰ ⇒ (|z|² + |z| + 4) / (3|z| - 1) < 1.
- Ensure the denominator is positive for the log domain: 3|z| - 1 > 0 ⇒ |z| > 1/3.
- Cross-multiply safely: |z|² + |z| + 4 < 3|z| - 1 ⇒ |z|² - 2|z| + 5 < 0.
- The discriminant of this quadratic is (-2)² - 4(1)(5) = -16 (negative). Since the leading coefficient is positive, the expression is always positive. It can never be less than zero.
Problem 17 (JEE Main)
Determine the real part Re(z) of the complex number solution that satisfies the system relation: z + 2z̄ = (1 + 5i)².
- Expand the right side of the equation: (1 + 5i)² = 1 + 10i + 25i² = -24 + 10i.
- Substitute z = x + iy and z̄ = x - iy into the left side: (x + iy) + 2(x - iy) = 3x - iy.
- Equate the expressions: 3x - iy = -24 + 10i.
- Match components: 3x = -24 ⇒ x = -8, and -y = 10 ⇒ y = -10. The real part is -8.
Problem 18 (JEE Main)
Calculate the value of the complex expression: ((-1 + i√3) / 2)³⁰ + ((-1 - i√3) / 2)³⁰.
- Rewrite the expression using ω and ω²: ω³⁰ + (ω²)³⁰ = ω³⁰ + ω⁶⁰.
- Since both exponents are multiples of 3, rewrite them in terms of ω³: (ω³)¹⁰ + (ω³)²⁰.
- Substitute ω³ = 1: (1)¹⁰ + (1)²⁰ = 1 + 1 = 2.
Problem 19 (JEE Main)
Find the maximum value of |z| given that the complex number satisfies the constraint inequality: |z - 4/z| = 2.
- Set up the bounding inequality using the triangle property: |z| - |4/z| ≤ |z - 4/z|.
- Substitute the given boundary value: |z| - 4/|z| ≤ 2.
- Rearrange into a quadratic inequality: |z|² - 2|z| - 4 ≤ 0.
- Find the positive roots of the corresponding equation: |z| = (2 + √(4 - 4(1)(-4))) / 2 = 1 + √5.
Problem 20 (JEE Main)
Find the principal argument arg(z) of the complex number z = (1+i)^5 / (1-i)^3.
- Rewrite the expression by grouping terms: z = ((1+i)/(1-i))³ · (1+i)².
- Simplify the base fraction: (1+i)/(1-i) = i. This reduces the first term to i³ = -i.
- Expand the second term: (1+i)² = 1 + 2i - 1 = 2i.
- Multiply together: z = (-i) · (2i) = -2i² = 2. Since z = 2 is a positive real number, its principal argument is 0.
Problem 21 (JEE Main)
If z = (√3 + i) / 2, calculate the value of the higher-power expression: z^(102) + z^(108).
- Express z in polar form: z = cos(π/6) + i sin(π/6).
- Evaluate the first term: z^(102) = cos(102π/6) + i sin(102π/6) = cos(17π) + i sin(17π) = -1.
- Evaluate the second term: z^(108) = cos(108π/6) + i sin(108π/6) = cos(18π) + i sin(18π) = 1.
- Sum the two values: -1 + 1 = 0.
Problem 22 (JEE Main)
Determine the geometric locus of points specified by the equation: |z - 3 - 4i| = 5.
- Rewrite the expression in standard locus form: |z - (3 + 4i)| = 5.
- This equation represents the locus of all points z that maintain a constant distance of 5 units from the fixed point (3,4).
- This matches the geometric definition of a circle. The center is located at (3,4) and the radius is 5 units.
Problem 23 (JEE Main)
If arg(z₁ z₂) = 0 and |z₁| = |z₂| = 1, determine the true relation connecting z₁ and z₂.
- Let arg(z₁) = θ₁ and arg(z₂) = θ₂. The given condition implies θ₁ + θ₂ = 0 ⇒ θ₂ = -θ₁.
- Express the numbers in exponential form: z₁ = e^(iθ₁) and z₂ = e^(-iθ₁).
- Find the conjugate of the first number: z̄₁ = e^(-iθ₁).
- Comparing the terms shows that z₂ = z̄₁.
Problem 24 (JEE Main)
Find the value of the polynomial expression evaluated at the given complex point:
P(x) = 2x⁴ + 5x³ + 7x² - x + 41
where x = -2 - i√3.
- Isolate the real number constant to one side: x + 2 = -i√3.
- Square both sides of the equation to eliminate the radical component: (x + 2)² = (-i√3)² ⇒ x² + 4x + 4 = -3.
- Equate the simplified quadratic relation to zero: x² + 4x + 7 = 0.
- Express the target polynomial P(x) in terms of our quadratic divisor using long division: P(x) = (x² + 4x + 7)(2x² - 3x + 5) + 6.
- Substitute the known condition where x² + 4x + 7 = 0: P(x) = (0) · (2x² - 3x + 5) + 6 ⇒ P(x) = 6.

