y = 8 x 3 + 1 0 x + x 2 1
Suppose x > 0 . Let the minimum of y be m . Find the value of ⌊ m ⌋ , where ⌊ ⋅ ⌋ denotes the floor function .
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.
Great (if non-obvious?) solution. I had got as far as y = 8 x 3 + 1 0 x + 2 x 2 1 + 2 x 2 1 ≥ 4 ( 8 x 3 ⋅ 1 0 x ⋅ 2 x 2 1 ⋅ 2 x 2 1 ) 4 1 = 4 ⋅ 2 0 4 1 ≈ 8 . 4 6
...but of course this doesn't quite work. Is there any intuition that can help find solutions like the one you showed?
@Chris Lewis , while the presentation using AM-GM inequality may look nice, the work behind the scenes may be tedious: Consider y = 8 x 3 + 1 0 x + x 2 1 = m ( m 8 x 3 ) + n ( n 1 0 x ) + p ( p x 2 1 ) . We need to solve 3 m + n = 2 p and m 8 x 3 = n 1 0 x = p x 2 1 . The intermediate stage we got is 1 2 x 5 + 5 x 3 = 1 , which is the same if using Calculus. As shown, x = 2 1 and one possible answer for ( m , n , p ) is ( 1 , 5 , 4 ) .
Here's the calculus version: for a minimum, we need y ′ = 0 ; that is 2 4 x 2 + 1 0 − x 3 2 = 0
Rearranging, this is 1 2 x 5 + 5 x 3 = 1
The unique real root of this is at x = 2 1 , where we find y = 1 0 (no need for the floor function). Since the root is unique, this is the only turning point of the function; it's easy to see that y increases as x → + ∞ (and as x → 0 + ) so the value is indeed the minimum.
For minimum, y ′ = 0 .
∴ 2 4 x 5 + 1 0 x 3 − 2 = 0 .
Graphing this, we can see that x = 0 . 5
⇒ y m i n = 1 0
Problem Loading...
Note Loading...
Set Loading...
We use AM-GM inequality here. Note that y = 8 x 3 + 1 0 x + x 2 1 = ( 8 x 3 ) + ( 2 x ) + ( 2 x ) + ( 2 x ) + ( 2 x ) + ( 2 x ) + ( 4 x 4 1 ) + ( 4 x 4 1 ) + ( 4 x 4 1 ) + ( 4 x 4 1 ) ≥ 1 0 ( ( 8 x 3 ) ( 2 x ) 5 ( 4 x 4 1 ) 4 ) 1 0 1 = 1 0 , with the equality holds if and only if 8 x 3 = 2 x = 4 x 4 1 , that is x = 2 1 . Hence the ⌊ m ⌋ = m = 1 0 .