Evaluate
⌊ lo g 2 3 + lo g 3 4 + lo g 4 5 + lo g 5 6 ⌋ .
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.
Wow, nice solution.
For the first part, without showing that f ( x ) is a decreasing function, you can just bound lo g n ( n + 1 ) < 3 4 for n ≥ 3 . IE that ( n + 1 ) 3 < n 4 .
Log in to reply
Ah of course! Thanks!
Log in to reply
Wait, how do you show that (n+1)^3 <n^4 for n>= 3? Yes, this is true, but I don't see a natural way of proving it (no, I don't consider graphing as a natural way).
Log in to reply
@Pi Han Goh – Here are some possible ways.
It looks like you have a typo with the dy/dx, but it doesn't change the result. You also have another typo. The 275 should in the exponent should be 375 (on the bottom line). Nice solutions Pi and Calvin!
Log in to reply
Fixed. Thanks
[This is not a solution.]
Yes, if you type it into a calculator, you can get the value of 5.12 ish.
How can we demonstrate that
5 < lo g 2 3 + lo g 3 4 + lo g 4 5 + lo g 5 6 < 6 ?
Problem Loading...
Note Loading...
Set Loading...
We'll prove the upper bound first. Let L = lo g 2 3 + lo g 3 4 + lo g 4 5 + lo g 5 6 , so we want to prove that L < 6 .
Let y = lo g x ( x + 1 ) > 1 for x > 1 , then x y = x + 1 ⇒ y ln x = ln ( x + 1 ) ⇒ x y + ln x ⋅ d y / d x = x + 1 1 ⇒ d x d y = 1 / ( x + 1 ) − y / x ln x < 1 / x − y / x ln x < 0 .
Thus y is a decreasing function. Let y = f ( x ) , then L = f ( 2 ) + f ( 3 ) + f ( 4 ) + f ( 5 ) < f ( 2 ) + 3 f ( 3 ) .
Because f ( 2 ) = lo g 2 3 < lo g 2 4 = 2 and 4 3 < 3 4 ⇒ 4 < 3 4 / 3 ⇒ f ( 3 ) = lo g 3 4 < 3 4 . Thus, L < f ( 2 ) + 3 f ( 3 ) < 2 + 3 ( 3 4 ) = 6 .
We'll prove that L > 5 by reversing engineering the result found by applying the arithmetic mean geometric mean inequality . That is, we want to prove that L > 4 4 f ( 2 ) ⋅ f ( 3 ) ⋅ f ( 4 ) ⋅ f ( 5 ) = 4 4 lo g 2 6 > 5 .
Hence, 5 < L < 6 . Our answer is 5 .