Find the value of n for which r = 1 ∑ n r 4 + r r 4 + r 2 + 1 = 2 6 6 7 5
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.
xcellent !
especially the last part ! it seemed too good !
The last part is really astounding. Beside, using the quadratic formula is also true, right?
Python:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
How to use that?
Problem Loading...
Note Loading...
Set Loading...
Notice that, r 4 + r 2 + 1 = r 4 + 2 r 2 + 1 − r 2 = ( r 2 + 1 ) 2 − r 2 = ( r 2 + r + 1 ) ( r 2 − r + 1 ) Again, r 4 + r = r ( r 3 + 1 ) = r ( r + 1 ) ( r 2 − r + 1 )
Thus we get, r = 1 ∑ n r 4 + r r 4 + r 2 + 1 = r = 1 ∑ n r ( r + 1 ) ( r 2 − r + 1 ) ( r 2 + r + 1 ) ( r 2 − r + 1 ) = r = 1 ∑ n r ( r + 1 ) ( r 2 + r + 1 ) = r = 1 ∑ n ( 1 + r ( r + 1 ) 1 ) = r = 1 ∑ n 1 + r = 1 ∑ n r ( r + 1 ) 1 = n + r = 1 ∑ n ( r 1 − r + 1 1 )
Now, r = 1 ∑ n ( r 1 − r + 1 1 ) = ( 1 1 − 2 1 ) + ( 2 1 − 3 1 ) + . . . + ( n 1 − n + 1 1 ) = 1 − n + 1 1 [ Telescoping ]
∴ n + r = 1 ∑ n ( r 1 − r + 1 1 ) = n + ( 1 − n + 1 1 ) = 2 6 6 7 5 = 2 6 − 2 6 1 ⇒ n − n + 1 1 = 2 5 − 2 6 1 ∴ Its easy to see that n = 2 5 satisfies the equation.