Assume we have series f ( 1 ) , f ( 2 ) , … , f ( n ) , where f ( i ) is a function defined for natural numbers. We know that this is true
∑ k = 1 n f ( k ) = f ( n ) ( n + 1 ) − n
Find the function f ( n )
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.
Problem Loading...
Note Loading...
Set Loading...
We have this equation:
k = 1 ∑ n f ( k ) = f ( n ) ( n + 1 ) − n .
Now let's write this equation for n − 1 :
k = 1 ∑ n − 1 f ( k ) = f ( n − 1 ) n − ( n − 1 ) .
Now, if we subtract the second equation from the first one, after the simplifications we'll get this:
f ( n ) − f ( n − 1 ) = n 1 .
Thus we get for f ( n ) :
f ( n ) = i = 1 ∑ n i 1 + C .
It's quite easy to check that only in the case of C = 0 our equation will be true. So we find the wanted function:
f ( n ) = i = 1 ∑ n i 1