Algebra · real student question

Evaluate the sum of (i2 - 1) for i from 2 to 5.

Question

Evaluate i=25(i21)\displaystyle\sum_{i=2}^{5}\left(i^2-1\right).

Step-by-step solution

  1. Read what the sigma notation says. The index ii runs through the integers 2,3,4,52,3,4,5 - four terms, not five, because both limits are inclusive. For each one, substitute into i21i^2-1 and add the results.

  2. Evaluate each term. i=2i=2: 41=34-1=3. i=3i=3: 91=89-1=8. i=4i=4: 161=1516-1=15. i=5i=5: 251=2425-1=24. Note each term is i21=(i1)(i+1)i^2-1=(i-1)(i+1), so the values are 131\cdot3, 242\cdot4, 353\cdot5, 464\cdot6.

  3. Add the four terms. 3+8+15+24=50.3+8+15+24 = 50. Pairing helpfully: 3+24=273+24=27 and 8+15=238+15=23, and 27+23=5027+23=50.

  4. Verify with the closed forms. Split the sum: i=25i2i=251\sum_{i=2}^{5} i^2 - \sum_{i=2}^{5} 1. The first is 561161=551=54\tfrac{5\cdot6\cdot11}{6}-1 = 55-1 = 54 (sum of squares to 55, minus the i=1i=1 term), and the second is simply 44. Then 544=5054-4=50, matching.

  5. Watch the two classic traps. Starting the index at 11 instead of 22 would add 121=01^2-1=0 and coincidentally not change the answer here, but subtracting 11 only once at the end (giving 541=5354-1=53) is a genuine error - the 1-1 appears inside the summand, so it is subtracted four times.

Answer

5050

Need to solve a different problem like this? Open the solver →