Consider the quadratic polynomial f ( x ) = a x 2 + b x + c ( a = 0 ).
It's given that a < b and for every real x , we have f ( x ) ≥ 0 .
Find the minimum possible value of b − a a + b + c .
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.
If f ( x ) ≥ 0 for all x ∈ R , two necessary & sufficient conditions that need to be invoked are:
a > 0 AND b 2 − 4 a c ≤ 0 .
Let a = b − k (where k ∈ ( 0 , b ) ), and c ≥ 4 a b 2 = 4 ( b − k ) b 2 . Let the function g ( k ) be:
g ( k ) = b − ( b − k ) ( b − k ) + b + 4 ( b − k ) b 2 = 4 k ( b − k ) ( 3 b − 2 k ) 2 (i)
Differentiating (i) with respect to k yields:
g ′ ( k ) = ( 4 b k − 4 k 2 ) 2 ( 3 b − 2 k ) ( 1 2 b 2 − 1 6 b k ) = 0 ⇒ k = 4 3 b , 2 3 b (ii)
Since we require 0 < k < b , we only admit k = 4 3 b . A second derivative check at this critical value gives:
g ′ ′ ( 4 3 b ) = 3 b 2 1 2 8 > 0
hence, a global minimum for k ∈ ( 0 , b ) . Our final minimum value computes to:
g ( 4 3 b ) = 4 ( 4 3 b ) ( b − 4 3 b ) ( 3 b − 2 3 b ) 2 = 4 9 ⋅ 3 4 = 3 .
Problem Loading...
Note Loading...
Set Loading...
We must have a > 0 , because for negative a we will always get a negative value for large enough x . Hence also b > 0 .
If the function does not touch the x-axis we can decrease c until it does so, thereby decreasing the expression we want to minimize. So we can assume that f ( x ) just touches the x-axis for some value of x, so that b 2 = 4 a c . We see that c > 0 and we can set b = 2 a c
The value we want to minimize is m = b − a a + b + c = 1 + b − a 2 a + c = 1 + a b − 1 2 + a c = 1 + 2 a c − 1 2 + a c = 1 + 2 r − 1 2 + r 2
seting r = a c . By the quotient rule d r d m = 0 when 2 r ( 2 r − 1 ) − 2 ( 2 + r 2 ) = 0 which simplifies to r 2 − r − 2 = 0 with solutions r = − 1 or r = 2 . Since r = 2 a b , discard the negative value. For r = 2 , we get m = 3