If a , b , and c are real numbers such that a x 2 + b x + c ≥ 0 for all real x , find the minimum value of 4 a 3 − b 3 + 4 c 3 .
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.
I have no idea what partial derivatives or lagrange multipliers are. Please think of another way. Thanks
Well, then I am writing an algebraic solution.
Note that since a x 2 + b x + c ≥ 0 , we get b 2 ≤ 4 a c and that a ≥ 0 and c ≥ 0 .
Now since we need to minimize 4 a 3 − b 3 + 4 c 3 , this can be done by minimising 4 ( a 3 + c 3 ) and maximising b 3 which means maximizing b .
As b 2 ≤ 4 a c , maximum of b will occur when b = 2 a c implying b 3 = 8 ( a c ) 2 3 .
And by using AM-GM Inequality (since both a and c are positive) we get 4 ( a 3 + c 3 ) ≥ 8 ( a c ) 2 3 .
Hence, minimum value is 8 ( a c ) 2 3 − 8 ( a c ) 2 3 = 0 .
Equality occurs when a = c = t , b = 2 t for any t ≥ 0 .
I feel that there is a mistake. If b=2(ac)^1/2, Then b^3= 8(ac)^3/2 and not 8ac^1/2
Log in to reply
Yeah, my bad. Actually, in both cases, it would be ( a c ) 2 3 . So situation still remains the same.
Problem Loading...
Note Loading...
Set Loading...
We have the quadratic equation a x 2 + b x + c that must be non-negative for all x ∈ R . Two necessary & sufficient conditions must exist here:
1) a > 0 ;
2) By the Quadratic Formula: x = 2 a − b ± b 2 − 4 a c we need the discriminant value to satisfy b 2 − 4 a c ≤ 0 .
Now, let f ( a , b , c ) = 4 a 3 − b 3 + 4 c 3 and g ( a , b , c ) = b 2 − 4 a c ≤ 0 be two functions in 3-variables. We can apply Lagrange Multipliers to compute the minimum value of f : g r a d ( f ) = λ ⋅ g r a d ( g ) .
This yields partial derivatives:
1 2 a 2 = λ ( − 4 c ) ( i ) ; − 3 b 2 = λ ( 2 b ) ( i i ) ; 1 2 c 2 = λ ( − 4 a ) ( i i i ) .
Setting ( i ) equal to ( i i i ) produces a 3 = c 3 ⇒ a 3 − c 3 = ( a − c ) ( a 2 + a c + c 2 ) = 0 ⇒ c = a , 2 − 1 ± 3 i ⋅ a . The former value is only allowed since a , c ∈ R . Setting ( i ) equal to ( i i ) yields b = 2 a , and we now substitute these two (2) above values into g ( a , b , c ) to compute:
b 2 − 4 a c ≤ 0 ⇒ ( 2 a ) 2 − 4 a 2 ≤ 0 ⇒ 4 a 2 − 4 a 2 ≤ 0 ⇒ 0 ≤ 0 ( i v ) .
It turns out that ( i v ) is independent of a , which yields the result ( a , b , c ) = ( t , 2 t , t ) (for t > 0 ). A final substitution of this critical point into f gives us: f ( t , 2 t , t ) = 4 t 3 − ( 2 t ) 3 + 4 t 3 = 8 t 3 − 8 t 3 = 0 .