Question:

$\sum_{k=0}^{440} i^k = x + iy \Rightarrow x^{100} + x^{99} y + x^{342} y^2 + x^{97} y^3 =$

Show Hint

Powers of $i$ repeat every four terms; use this to simplify large sums involving $i^k$.
Updated On: May 19, 2025
  • $0$
  • $-4$
  • $4$
  • $1$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

The powers of $i$ cycle every 4: $i^0 = 1$, $i^1 = i$, $i^2 = -1$, $i^3 = -i$, then repeat.
From $k=0$ to $440$, there are 441 terms.
Number of complete cycles = $\left\lfloor \frac{441}{4} \right\rfloor = 110$ cycles with 1 remainder.
So, total sum: $110(1 + i -1 - i) + i^0 = 110(0) + 1 = 1$
Thus, $x + iy = 1 \Rightarrow x = 1,\ y = 0$
Now plug into the expression: $x^{100} + x^{99} y + x^{342} y^2 + x^{97} y^3 = 1^{100} + 1^{99} \cdot 0 + 1^{342} \cdot 0 + 1^{97} \cdot 0 = 1$
Was this answer helpful?
0
0