Michael K. answered 03/25/21
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Based on the left-hand side...
x2 - 4x + 5 --> (x-1)*(x+5)
So we see that there are two real solutions currently...
However, we can let our answer to find be represented as C and use the quadratic formula to find out bounds for U...
x2 - 4x + (5 - U) = 0
Define A = coefficient on x2 --> 1
Define B = coefficient on x --> -4
Define C = constant --> 5 - U
x = [ -B +/- sqrt(B2 - 4AC) ] / (2A)
We need B2 - 4AC < 0 to make an imaginary number...
Solving for U in this inequality...
(-4)2 - 4*1*(5-U) < 0
16 - 20 + 4U < 0
-4 + 4U < 0
4*( -1 + U) < 0
-1 + U < 0
-1 < -U
U > 1
U > 1 --> so we have a range of values for U where this will cause the discriminant (B2 - 4AC) to be negative before the sqrt root is taken causing complex imaginary solutions.