Find the sum of 1^2 + 5^2 + 9^2 + … 81^2?
2 Answers
Explanation:
We know that,
Also, note that
WE have,
The Arithmetic sequence is:
But ,
Using
Using
Explanation:
Given:
1^2+5^2+9^2+...+81^2
Note this has
Note also that the sum to
Hence if we can find a cubic formula that matches the first four sums, then it will be correct for any number of terms.
The first four sums are:
color(blue)(1), 26, 107, 276
The differences between consecutive terms are:
color(blue)(25), 81, 169
The differences of those differences are:
color(blue)(56), 88
The difference of those differences is:
color(blue)(32)
We can then use the initial term of each of these sequences as coefficients to provide a formula:
s_n = color(blue)(1)/(0!)+color(blue)(25)/(1!)(n-1) + color(blue)(56)/(2!)(n-1)(n-2)+color(blue)(32)/(3!)(n-1)(n-2)(n-3)
color(white)(s_n) = 1+25n-25+28n^2-84n+56+16/3n^3-32n^2+176/3n-32
color(white)(s_n) = 1/3n(16n^2-12n-1)
Then:
s_21 = 1/3(color(blue)(21))(16(color(blue)(21))^2-12(color(blue)(21))-1)
color(white)(s_21) = 7(7056-252-1)
color(white)(s_21) = 7 * 6803
color(white)(s_21) = 47621