Anybody ever heard of conjecture and/or telescoping sum? If so can you guys explain what it is?
Anybody ever heard of conjecture and/or telescoping sum? If so can you guys explain what it is?
A telescoping sum is one that you can 'cancel' each part of the sum to leave you with a very easy sum.
An example of a telescoping sum:
First:
f(x) = x2 - (x-1)2
Now to find N = f(1) + f(2) + f(3) + ... + f(10), use a telescoping sum:
N=
12 - 02
+ 22 - 12
+ 32 - 22
+....
+ 102 - 92
= 102 - 02 = 100
(see how the + 22 and the - 22 cancel out)
Conjecture:
You consider small cases, and hypothesize a general formula.