Skip to main content
Back to Sequences & Series
JEE Main 2022
Sequences & Series
Sequences and Series
Medium

Question

Let z = 1 + ai be a complex number, a > 0, such that z 3 is a real number. Then the sum 1 + z + z 2 + . . . . .+ z 11 is equal to :

Options

Solution

Key Concepts and Formulas

  • Complex Number Properties: A complex number Z=x+iyZ = x + iy is real if and only if its imaginary part, yy, is zero.
  • Geometric Progression (GP) Sum: The sum of a GP with first term AA, common ratio RR, and NN terms is SN=A(RN1)R1S_N = \frac{A(R^N - 1)}{R - 1}, for R1R \neq 1.
  • De Moivre's Theorem: For a complex number z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) and an integer nn, zn=rn(cos(nθ)+isin(nθ))z^n = r^n(\cos(n\theta) + i\sin(n\theta)).

Step-by-Step Solution

Step 1: Determine the value of 'a' and the complex number 'z'

We are given z=1+aiz = 1 + ai with a>0a > 0, and z3z^3 is a real number. We need to find aa. Expand z3z^3: z3=(1+ai)3z^3 = (1 + ai)^3 Using the binomial expansion (x+y)3=x3+3x2y+3xy2+y3(x+y)^3 = x^3 + 3x^2y + 3xy^2 + y^3: z3=13+3(12)(ai)+3(1)(ai)2+(ai)3z^3 = 1^3 + 3(1^2)(ai) + 3(1)(ai)^2 + (ai)^3 z3=1+3ai+3a2i2+a3i3z^3 = 1 + 3ai + 3a^2i^2 + a^3i^3 Substitute i2=1i^2 = -1 and i3=ii^3 = -i: z3=1+3ai+3a2(1)+a3(i)z^3 = 1 + 3ai + 3a^2(-1) + a^3(-i) z3=1+3ai3a2a3iz^3 = 1 + 3ai - 3a^2 - a^3i Group the real and imaginary parts: z3=(13a2)+i(3aa3)z^3 = (1 - 3a^2) + i(3a - a^3) Since z3z^3 is a real number, its imaginary part must be zero: Im(z3)=3aa3=0\text{Im}(z^3) = 3a - a^3 = 0 Factor out aa: a(3a2)=0a(3 - a^2) = 0 The possible values for aa are 00 or a2=3a^2 = 3. Since we are given a>0a > 0, we have a=3a = \sqrt{3}. Therefore, the complex number is z=1+3iz = 1 + \sqrt{3}i.

Step 2: Convert 'z' to Polar Form

To make calculations with powers of zz easier, we convert z=1+3iz = 1 + \sqrt{3}i to its polar form z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta). Calculate the modulus rr: r=z=12+(3)2=1+3=4=2r = |z| = \sqrt{1^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = \sqrt{4} = 2 Calculate the argument θ\theta. Since zz is in the first quadrant: θ=arctan(31)=π3\theta = \arctan\left(\frac{\sqrt{3}}{1}\right) = \frac{\pi}{3} So, the polar form of zz is: z=2(cosπ3+isinπ3)z = 2\left(\cos\frac{\pi}{3} + i\sin\frac{\pi}{3}\right)

Step 3: Calculate z12z^{12} using De Moivre's Theorem

We need z12z^{12} for the sum of the geometric progression. Using De Moivre's Theorem: z12=r12(cos(12θ)+isin(12θ))z^{12} = r^{12}(\cos(12\theta) + i\sin(12\theta)) Substitute r=2r=2 and θ=π3\theta=\frac{\pi}{3}: z12=212(cos(12π3)+isin(12π3))z^{12} = 2^{12}\left(\cos\left(12 \cdot \frac{\pi}{3}\right) + i\sin\left(12 \cdot \frac{\pi}{3}\right)\right) z12=212(cos(4π)+isin(4π))z^{12} = 2^{12}(\cos(4\pi) + i\sin(4\pi)) Since cos(4π)=1\cos(4\pi) = 1 and sin(4π)=0\sin(4\pi) = 0: z12=212(1+0i)=212z^{12} = 2^{12}(1 + 0i) = 2^{12} Calculate 2122^{12}: 212=40962^{12} = 4096 So, z12=4096z^{12} = 4096.

Step 4: Calculate the Sum of the Geometric Progression

We need to find the sum S=1+z+z2++z11S = 1 + z + z^2 + \dots + z^{11}. This is a geometric progression with:

  • First term A=1A = 1.
  • Common ratio R=zR = z.
  • Number of terms N=12N = 12 (from z0z^0 to z11z^{11}).

Using the GP sum formula SN=A(RN1)R1S_N = \frac{A(R^N - 1)}{R - 1}: S=1(z121)z1=z121z1S = \frac{1 \cdot (z^{12} - 1)}{z - 1} = \frac{z^{12} - 1}{z - 1} Substitute z12=4096z^{12} = 4096 and z=1+3iz = 1 + \sqrt{3}i: S=40961(1+3i)1S = \frac{4096 - 1}{(1 + \sqrt{3}i) - 1} S=40953iS = \frac{4095}{\sqrt{3}i} To simplify, multiply the numerator and denominator by ii: S=4095i3i2S = \frac{4095i}{\sqrt{3}i^2} Since i2=1i^2 = -1: S=4095i3=40953iS = \frac{4095i}{-\sqrt{3}} = -\frac{4095}{\sqrt{3}}i Rationalize the denominator by multiplying the numerator and denominator by 3\sqrt{3}: S=409533iS = -\frac{4095\sqrt{3}}{3}i Divide 4095 by 3: 4095÷3=13654095 \div 3 = 1365 So, the sum is: S=13653iS = -1365\sqrt{3}i


Common Mistakes & Tips

  • Sign Errors with i2i^2 and i3i^3: Be careful when substituting the values of i2=1i^2 = -1 and i3=ii^3 = -i during the expansion of z3z^3.
  • Rationalizing the Denominator: When a complex number is in the denominator, always rationalize it by multiplying by its conjugate or by ii (if the denominator is purely imaginary) to express the result in the standard x+iyx+iy form.
  • De Moivre's Theorem Application: Ensure the angle in De Moivre's theorem is correctly calculated and simplified, especially when dealing with multiples of π\pi.

Summary

The problem required us to first determine the complex number zz by using the condition that z3z^3 is real. This led to z=1+3iz = 1 + \sqrt{3}i. We then converted zz to its polar form to efficiently calculate z12z^{12} using De Moivre's Theorem. Finally, we applied the formula for the sum of a geometric progression to find the required sum 1+z+z2++z111 + z + z^2 + \dots + z^{11}. The calculation involved careful handling of complex number arithmetic and simplification.

The final answer is 13653i\boxed{-1365\,\sqrt 3 \,i}. This corresponds to option (A).

Practice More Sequences & Series Questions

View All Questions