f ( 1 3 ) + f ( 1 4 ) + f ( 1 5 ) + f ( 1 6 ) + ⋯ + f ( 1 1 2 )
Given that f is a real function such that f ( n ) = 2 n + 1 + 2 n − 1 4 n + 4 n ² − 1 for n real positive integer. Find the value of the expression above.
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.
Your solution is much better than mine. Nice work.
Log in to reply
Thanks... :-)
Log in to reply
Do you enjoy solving my problem on this set?
Log in to reply
@Fidel Simanjuntak – Yes... They are very involving... Are these created by you??
Log in to reply
@Rishabh Jain – I just got some inspirations, then i developed it into a great problem.. Hehe
Log in to reply
@Fidel Simanjuntak – Nice... :-) keep posting
Your set is too awesome. currently i have solved 15 of them!
First, let's rationalize the function.
f ( n ) = ( 2 n + 1 + 2 n − 1 ) ( 2 n + 1 − 2 n − 1 ) ( 4 n + 4 n ² − 1 ) ( 2 n + 1 − 2 n − 1 )
f ( n ) = 2 ( 4 n + 4 n ² − 1 ) ( 2 n + 1 − 2 n − 1 )
Let a = 2 n + 1 and b = 2 n − 1 , we know a + b = 4 b and a b = 4 n ² − 1 .
f ( n ) = 2 ( ( a + b ) + a b ) ( a − b )
= 2 a a + b a − a b − b b + a b − b a
= 2 a a − b b
f ( n ) = 2 1 [ ( 2 n + 1 ) 2 n + 1 − ( 2 n − 1 ) 2 n − 1 ] .
Now,
f ( 1 3 ) = 2 1 [ 2 7 2 7 − 2 5 2 5 ]
f ( 1 4 ) = 2 1 [ 2 9 2 9 − 2 7 2 7 ]
f ( 1 5 ) = 2 1 [ 3 1 3 1 − 2 9 2 9 ]
⋅ ⋅ ⋅ ⋅ ⋅ ⋅
f ( 1 1 2 ) = 2 1 [ 2 2 5 2 2 5 − 2 2 3 2 2 3 ] .
Simplify, we have
f ( 1 3 ) + f ( 1 4 ) + f ( 1 5 ) + . . . + f ( 1 1 2 ) = 2 1 [ 2 2 5 2 2 5 − 2 5 2 5 ]
f ( 1 3 ) + f ( 1 4 ) + f ( 1 5 ) + . . . + f ( 1 1 2 ) = 2 1 ( 5 ³ ) ( 2 7 − 1 ) = 1 2 5 × 1 3 = 1 6 2 5
Problem Loading...
Note Loading...
Set Loading...
f ( n ) = 2 n + 1 + 2 n − 1 ( 2 n + 1 ) + ( 2 n − 1 ) + ( 2 n + 1 ) ( 2 n − 1 )
( Put p = 2 n + 1 , q = 2 n − 1 )
= p + q p 2 + q 2 + p q × p − q p − q = p 2 − q 2 p 3 − q 3 = 2 ( 2 n + 1 ) 3 − ( 2 n − 1 ) 3
Hence sum is:
n = 1 3 ∑ 1 1 2 [ 2 ( 2 n + 1 ) 3 − ( 2 n − 1 ) 3 ]
(A Telescopic Series)
= 2 ( 2 ( 1 1 2 ) + 1 ) 3 − ( 2 ( 1 3 ) − 1 ) 3 = 2 1 5 3 − 5 3 = 1 6 2 5