Question
Question: Let {$a_n$} be a sequence defined by $a_1 = \frac{1}{2}$, $a_{n+1} = \frac{a_n^2}{a_n^2 - a_n + 1}$,...
Let {an} be a sequence defined by a1=21, an+1=an2−an+1an2, n≥1.
Find the exact value of S100=∑n=1100an.

1
100
1−b101−11 where bn is defined by b1=2,bn+1=bn2−bn+1
0
1−b101−11 where bn is defined by b1=2,bn+1=bn2−bn+1
Solution
Let bn=an1. Then b1=2. The recurrence relation becomes: bn+11=(1/bn)2−(1/bn)+1(1/bn)2=1/bn2−1/bn+11/bn2=1−bn+bn21. Thus, bn+1=bn2−bn+1. Rearranging this, we get bn+1−1=bn2−bn=bn(bn−1). Now consider the term an=bn1. We can write: bn1=bn(bn−1)bn−1=bn+1−1bn−1. This doesn't seem to lead to a simple form for an.
Let's try another approach using the relation bn+1−1=bn(bn−1). Consider the expression bn−11−bn+1−11. bn−11−bn+1−11=bn−11−bn(bn−1)1=bn(bn−1)bn−1=bn1. So, an=bn1=bn−11−bn+1−11.
Now we can compute the sum S100 as a telescoping series: S100=∑n=1100an=∑n=1100(bn−11−bn+1−11) S100=(b1−11−b2−11)+(b2−11−b3−11)+⋯+(b100−11−b101−11) The intermediate terms cancel out, leaving: S100=b1−11−b101−11. Since b1=2, we have b1−1=2−1=1. Therefore, S100=11−b101−11=1−b101−11.
