Question 1203303: Hi, I was wondering if I could get some help on this problem?
If f(n) = , find f(1) + f(2) + f(3)+...+ f(2005)
All I can figure out is the split the logarithm on the bottom into 
Thank you!
Found 3 solutions by ikleyn, greenestamps, math_tutor2020: Answer by ikleyn(52803) (Show Source): Answer by greenestamps(13200) (Show Source):
You can put this solution on YOUR website!
This is too nice a problem for us to solve it for you. You should have the pleasure of finding your way to the answer yourself. I will just get you started.
If what I show you doesn't yet help you reach the final answer, then post a "thank you" saying you need more help.
And of course if the little I show you below allows you to finish the problem yourself, I would very much like to see a "thank you" note from you saying so.
By the way, the little you have been able to figure out to do is a BIG first step!
Here is all I am going to show you....


Now find the sum of f(1) and f(2005) and use basic rules of logarithms to simplify....
Then a little logical reasoning and simple mental arithmetic should lead you to the final answer.
Best of luck. I hope to hear from you one way or another...!
Note: After you finish the problem, I will post a full answer so other students in the future can see it.
---------------------------------------------------------------
Thanks for the note of thanks.
It looks as if you were able to finish the problem on your own using my suggestion, even though two other tutors posted full solutions....
Good job!
Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
Claim:
f(n) + f(2006-n) = 1 where n is an integer in the set {1,2,3,...,2005}
Here's a proof:

Both f(n) and f(2006-n) have the same denominator.
It allows us to add the numerators and use the log rule log(A)+log(B) = log(AB)
Then using that formula we can write
f(1) + f(2005) = 1
f(2) + f(2004) = 1
f(3) + f(2003) = 1
f(4) + f(2002) = 1
...
...
f(2002) + f(4) = 1
f(2003) + f(3) = 1
f(2004) + f(2) = 1
f(2005) + f(1) = 1
We have 2005 pairs of values. Each pair adds to 1.
We have a sum of 1+1+1+...+1 = 2005*1 = 2005
This appears it could be the final answer. However, it is not. Pay close attention that double-counting has taken place here.
For instance, f(1)+f(2005) would be treated the same as f(2005)+f(1).
To correct this error, divide by 2.
2005/2 = 1002.5
Put another way, if we add straight down through all 2005 equations and do a bit of algebraic housekeeping, the left hand sides combine to:
2*( f(1)+f(2)+f(3)+...+f(2005) )
while the right hand sides combine to 1+1+1+..+1, aka 2005 copies of '1' being added.
Therefore, we have the equation
2*( f(1)+f(2)+f(3)+...+f(2005) ) = 2005
which rearranges to
f(1)+f(2)+f(3)+...+f(2005) = 2005/2 = 1002.5
Answer:
f(1) + f(2) + f(3)+...+ f(2005) = 1002.5
|
|
|