Let f ( x ) be a monic cubic polynomial with f ( 0 ) = − 6 4 , and all roots of f ( x ) are non-negative real numbers. What is the largest possible value of f ( − 1 ) ? (A polynomial is monic if its leading coefficient is 1)
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.
Let the polynomial be f ( x ) = ( x − u ) ( x − v ) ( x − w ) where u , v , w are non-negative real numbers.
Then f ( 0 ) = − u v w so that u v w = 6 4 and f ( − 1 ) = − ( 1 + u ) ( 1 + v ) ( 1 + w ) .
By symmetry, we want u = v = w = 4 , giving f ( − 1 ) = − 1 2 5 .
To check, though, we can maximise this with a Lagrangian multiplier. Define F ( u , v , w , L ) = − ( 1 + u ) ( 1 + v ) ( 1 + w ) + L ( u v w − 6 4 )
Setting the partial derivatives to zero, this gives L v w L w u L u v u v w = ( 1 + v ) ( 1 + w ) = ( 1 + w ) ( 1 + u ) = ( 1 + u ) ( 1 + v ) = 6 4
We can solve these by multiplying the first three equations together and substituting in for u v w ; the algebra gets a little messy but in the end we find u = v = w = L − 1 1
so that, again, u = v = w = 4 .
Is there a way of using AM-GM or another inequality to find the maximum here?
Problem Loading...
Note Loading...
Set Loading...
Let the three positive real roots be a , b , and c . By Vieta's formula the monic cubic polynomial is
f ( x ) ⟹ f ( − 1 ) = x 3 − ( a + b + c ) x 2 + ( a b + b c + c a ) x − 6 4 = − 1 − ( a + b + c ) − ( a b + b c + c a ) − 6 4 ≤ − 1 − 1 2 − 4 8 − 6 4 = − 1 2 5 where a b c = 6 4 By AM-GM inequality, a + b + c ≥ 3 a b c = 3 ⋅ 4 and a b + b c + c a ≥ 3 ( a b c ) 2 = 3 ⋅ 4 2 Equality occurs when a = b = c = 4 .
Reference: AM-GM inequality