Explanation
Solution
1. Find the General Term (Tr)
Looking at the pattern, the rth term of the series can be written as:
2. Factorize the Denominator
We can simplify the denominator using the identity for Sophie Germain's factorization:
1+r2+r4=(r4+2r2+1)−r2=(r2+1)2−r2
Using the difference of squares a2−b2=(a−b)(a+b):
3. Decompose into Partial Fractions
Now, rewrite Tr so that the numerator r is expressed in terms of the factors in the denominator:
Tr=21[(r2+r+1)(r2−r+1)(r2+r+1)−(r2−r+1)]
Tr=21[r2−r+11−r2+r+11]
4. Find the Sum (S10)
The sum of the first 10 terms is S10=∑r=110Tr. This is a telescoping series:
-
For r=1: T1=21(11−31)
-
For r=2: T2=21(31−71)
-
For r=3: T3=21(71−131)
-
...
-
For r=10: T10=21(102−10+11−102+10+11)=21(911−1111)
Summing them up, all middle terms cancel out:
S10=21[111111−1]=21[111110]
Correct Option: (1)