Solve the quadratic equation .
Move everything to one side. A quadratic can only be attacked once it reads . Adding to both sides gives , i.e. , so , , .
Decide to use the quadratic formula. The coefficients are four-decimal experimental numbers, so there is no factor pair to guess and completing the square would only move the ugly arithmetic around. The formula handles any coefficients.
Compute the discriminant carefully. and . Therefore Both products must be carried to full precision here, because is a difference of two nearly equal numbers and rounding early can change its sign.
Read the sign of the discriminant. , so the parabola opens upward yet never touches the -axis. The equation has no real solutions - and since the original statement is false for every real .
Write the complex pair. Using and , with :
Sanity-check with the vertex. The two complex roots must share the real part , which is exactly the -coordinate of the vertex, and the minimum value confirms the parabola stays above the axis.
Need to solve a different problem like this? Open the solver →