All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
f(1998) (Posted on 2008-10-31) Difficulty: 2 of 5
Let f : N --> R a function such that:

f(1) = 999 and
f(1) + f(2) + ... + f(n) = n2*f(n)

for all positive integer n.

Evaluate f(1998).

  Submitted by pcbouhid    
Rating: 3.0000 (1 votes)
Solution: (Hide)
Evaluating some values of f(n):

f(1) = 999
f(1) + f(2) = 22 * f(2) ---> 3*f(2) = 999 ---> f(2) = 333
f(1) + f(2) + f(3) = 32*f(3) ---> 8*f(3) = 999 + 333 ---> f(3) = 333/2
The same way, f(4) = 999/10

Thus, we have:

f(1) = 999/1, f(2) = 999/3, f(3) = 999/6, f(4) = 999/10.

Letīs prove by induction that f(n) = 999 / (1 + 2 + 3 + ... + n) = 999 / n(n+1)

For n >= 2, we have:

f(1) + f(2) + ... + f(n) = n2*f(n)

(n2 - 1)*f(n) = f(1) + f(2) + ... + f(n-1)

f(n) = [f(1) + f(2) + ... + f(n-1)] / (n2 - 1)

By the hypothesis of induction:

f(k) = 1998 / k(k + 1) = 1998/k - 1998/(k+1), for k = 1, 2, 3,..., (n-1), and so:

f(1) + f(2) + ... + f(n-1) = 1998/1 - 1998/2 + 1998/2 - 1998/3 + 1993/3 - 1998/4 ... + 1998/(n-1) - 1998/n =

= 1998/1 - 1998/n

f(n) = 1998(n-1)/n*(n2 - 1) = 1998 / n(n+1), as we wanted to prove.

Thus, making n = 1998 we find f(1998) = 1998 / (1998*1999)

f(1998) = 1/1999.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
Puzzle Thoughts K Sengupta2023-05-23 00:18:15
re: Similar solutionDaniel2008-11-01 17:19:42
Similar solutionGamer2008-10-31 15:19:08
Solutionanalytical solutionDaniel2008-10-31 14:36:05
Solutioncomputer solution (spoiler)Charlie2008-10-31 14:23:37
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information