Question:medium

If $x^2 + x + 1 = 0$, find the value of
$\sum_{k=1}^{15} \left(x^k + \frac{1}{x^k}\right)^4$

Show Hint

Whenever you see the equation $x^2+x+1=0$ or $x^3-1=0$, immediately think of the cube roots of unity ($\omega$). Problems involving summations of powers of $\omega$ often rely on the periodic nature of these powers (repeating every 3 terms). Group the terms based on whether the power is a multiple of 3 or not.
Updated On: Feb 5, 2026
  • 90
  • 120
  • 150
  • 180
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Use nature of roots of the given equation

The equation
x2 + x + 1 = 0

has roots which are the complex cube roots of unity other than 1. Let the roots be ω and ω2, where:

ω3 = 1,   ω ≠ 1


Step 2: Simplify the general term of the sum

Consider the expression:

(xk + 1 / xk)4

For x = ω or ω2, since 1 / ω = ω2, we get:

xk + 1 / xk = ωk + ω2k


Step 3: Use identity of cube roots of unity

We know the identity:

1 + ω + ω2 = 0

This implies:

ωk + ω2k =

  • 2,  if k is a multiple of 3
  • −1, if k is not a multiple of 3

Step 4: Raise the expression to the fourth power

If k is a multiple of 3:

k + ω2k)4 = 24 = 16

If k is not a multiple of 3:

(−1)4 = 1


Step 5: Count number of such terms from k = 1 to 15

Multiples of 3 between 1 and 15 are:
3, 6, 9, 12, 15 → 5 terms

Remaining terms:
15 − 5 = 10 terms


Step 6: Calculate the total sum

Sum = (5 × 16) + (10 × 1)

Sum = 80 + 10

Sum = 90


Final Answer:

The value of the given summation is
90

Was this answer helpful?
0