Tough one for me .
Is the answer A ?
Below is my reasoning .
The minimum value of f(x)=x^2+2bx+2c^2 is
greater than
the maximum value of g(x)=−x^2−2cx+b^2,
By looking at this quadratic equation I could think of equation of parabola . Now the corresponding co-ordinates of vertex will provide us the info about the maximum and minimum value.
To find the co-ordinates of vertex let’s write the parabola in its vertex form.
f(x)=x^2+2bx+2c^2
= >
y =x^2+2bx+2c^2
= x^2+2bx+ (b^2 – b^2 )+ 2c^2 (Added and subtracted b^2 )
= (X+b)^2 +( 2c^2 – b^2)
= >
Y – ( 2c^2 – b^2) = (X+b)^2
Now the parabola is in Y – k = (X -h)^2 form with vertex at (h , k)
So vertex of this parabola is {-b , ( 2c^2 – b^2) } at which the value is minimum.
To find minimum value of x^2+2bx+2c^2 , lets put x-coordinate in the equation .
Min (F(X)) = (-b)^2+2b(-b)+2c^2
= 2c^2 – b^2
Similarly we can find the vertex of g(x)=−x^2−2cx+b^2
= >
Y =−x^2−2cx+b^2
= −(x^2+2cx +c^2 -c^2) +b^2
= - (X + C)^2 + (b^2+c^2)
SO vertex of g(x)=−x^2−2cx+b^2 is (- c , (b^2+c^2) ) at which the value of the curve will be maximum .
To find Max value of −x^2−2cx+b^2, lets put x-coordinate in the equation .
Max (G(X)) = − (-c)^2−2c(-c)+b^2 = b^2 +c^2
Now
2c^2 – b^2 > b^2 +c^2
= > c^2 > 2 b^2
= > |c| > Sqrt(2) |b|
Hence A , IMO.