Find the maximum value of ⌊ 3 x − 1 7 + 7 1 − x ⌋ .
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.
Note: The equality holds if and only if 1 3 x − 1 7 = 3 1 2 1 3 − 3 x ⟹ x = 3 1 6 4 .
To further increase the variety of solutions, may I offer the least elegant solution (so far):
1 2 3 4 5 6 7 8 9 |
|
1 |
|
For the sake of variety I'll present a solution with calculus (which I admit is far less elegant than Sathvik's one). Consider the function f ( x ) = 3 x − 1 7 + 7 1 − x Using differentiation rules we have: f ′ ( x ) = 2 3 x − 1 7 3 + 2 7 1 − x − 1 The function's extrema are located in the points, where the derivative is 0 . Setting the expression for f ′ ( x ) equal to zero at x 0 gives the equation: 2 3 x 0 − 1 7 3 = 2 7 1 − x 0 1 ⇔ 3 7 1 − x 0 = 3 x 0 − 1 7 After squaring and simplifying, we get x 0 = 3 1 6 4 . To determine whether this is maximum or minimum we need to find for which values of x f ( x ) is increasing and for which it is decreasing. This is equivalent to solving the inequalities f ′ ( x ) > 0 and f ′ ( x ) < 0 respectively. After considering the domain of the function the first one yields Increasing: x ∈ [ 3 1 7 ; 3 1 6 4 ) and the second one gives Decreasing: x ∈ ( 3 1 6 4 ; 7 1 ] So at x 0 the function indeed has its maximum value. It is: f ( x 0 ) = 3 7 8 4 ≈ 1 6 . 1 7 Our final answer is the floor of the maximum value: 1 6 .
f ( x ) = 3 x − 1 7 + 7 1 − x f ′ ( x ) = 2 3 x − 7 3 − 2 7 1 − x 1
f ′ ′ ( x ) = 4 ( 3 x − 7 ) 3 / 2 − 9 − 4 ( 7 1 − x ) 3 / 2 1 here f ′ ′ ( x ) < 0 so f ′ ( x ) is maximum
At maximum f ′ ( x ) = 0 ,
it leads us to solve 2 3 x − 7 3 = 2 7 1 − x 1 ⟹ 9 3 x − 1 7 = 7 1 − x ⟹ x = 3 1 6 4
Maximum is at x = 3 1 6 4 ,
Maximum value = 3 . 3 1 6 4 − 1 7 + 7 1 − 3 1 6 4 = 3 2 8 = 1 6 . 1 6 5 . .
Answer is 1 6
Problem Loading...
Note Loading...
Set Loading...
The Cauchy-Schwartz Inequality for 2 terms is, ( a 2 + b 2 ) ( c 2 + d 2 ) ≥ ( a b + c d ) 2 Using the above inequality by setting ( a , b ) = ( 3 x − 1 7 , 2 1 3 − 3 x ) and ( c , d ) = ( 1 , 3 1 ) , we have, [ ( 3 x − 1 7 ) 2 + ( 2 1 3 − 3 x ) 2 ] [ 1 2 + ( 3 1 ) 2 ] [ 3 x − 1 7 + 2 1 3 − 3 x ] [ 1 + 3 1 ] 3 7 8 4 ∴ ⌊ 3 x − 1 7 + 7 1 − x ⌋ ≥ ( 3 x − 1 7 ⋅ 1 + 2 1 3 − 3 x ⋅ 3 1 ) 2 ≥ ( 3 x − 1 7 + 7 1 − x ) 2 ≥ ( 3 x − 1 7 + 7 1 − x ) 2 ≤ ⌊ 3 7 8 4 ⌋ = 1 6 The maximum value of the expression ⌊ 3 x − 1 7 + 7 1 − x ⌋ is 1 6