G i v e n : : S n = r = 1 ∑ n t r = 6 n ( 2 n 2 + 9 n + 1 3 ) F i n d r = 1 ∑ ∞ r . t r 1
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Another way to get
t
r
is to see that
t
r
=
S
r
+
1
−
S
r
and the rest follows....
Log in to reply
I too did it your way , just completing it
t r = S r − S r − 1
t r = 6 r ( 2 r 2 + 9 r + 1 3 ) − 6 ( r − 1 ) ( 2 ( r − 1 ) 2 + 9 ( r − 1 ) + 1 3 )
t r = 6 2 ( r 3 − ( r − 1 ) 3 ) + 9 ( r 2 − ( r − 1 ) 2 ) + 1 3 ( r − r + 1 )
t r = 6 6 r 2 + 1 2 r + 6 = ( r + 1 ) 2
r t r 1 = r ( r + 1 ) 1 = r 1 − r + 1 1
Ishaan nice one.
Problem Loading...
Note Loading...
Set Loading...
The Right Hand Side term is cubic so the t r must be of degree 2
So one could begin by thinking over known forms such as :
∑ r = 1 n r 2 = 6 n ( n + 1 ) ( 2 n + 1 )
∑ r = 1 n r = 2 n ( n + 1 )
∑ r = 1 n 1 = n
So , t r = A r 2 + B r + C
Therefore , using the known forms and comparing the result with Right Hand Side cubic expression one should get the following system of equations :
2 A = 2
3 A + 3 B = 9
A + 3 B + 6 C = 1 3
Solving one will get A = 1 , B = 2 , C = 1
Therefore , t r = ( r + 1 ) 2
Second part is easy : ∑ r = 1 ∞ r ( r + 1 ) 1 = ∑ r = 1 ∞ r 1 − r + 1 1
This telescopes to 1 .