Determine the value of M when:
M = (32+1)*(32-1)-1+(52+1)*(52-1)-1+(72+1)*(72-1)-1+......+ (9992
+1)*(9992-1)-1
For each term (n^2+1)/(n^2-1), expand into [1 + 1/(n-1) - 1/(n+1)].
Then we have [1 + 1/2 - 1/4] + [1 + 1/4 - 1/6] + [1 + 1/6 - 1/8] + ... + [1 + 1/998 - 1/1000]
There are 499 terms, so them the +1 terms simplify to 499. What is left is a telescoping series, so that sum is 1/2-1/1000.
So the final sum is M=499+1/2-1/1000 = 499+499/1000 = 499.499.
Edited on August 8, 2023, 9:45 am