Okay so I'm stuck on this one for a long time :
If $(x^2-5x+4)(y^2+y+1)<2y$ for all real values of $y$ then what interval does $x$ belong to?
My Try: Since $y$ can take any real value, I tried multiplying the first two terms and formed a quadratic equation in $y$ with its coefficients and the constant term in terms of $x$. Then I applied the two conditions as:
Coefficient of $y^2$ should be negative ; and
Discrimnant should also be negative.
Am I correct? What am I doing wrong? Is there a better approach to solve similar problems like this one? Please let me know.
let $a = (x^2 - 5x + 4)$
For what values of $a$ is
$a(y^2 + y + 1)< 2y$?
$(ay^2 + (a-2) y + a)< 0$ for all $y$
$a<0$ and $(ay^2 + (a-2) y + a)$ has no real roots.
$(a-2)^2 - 4a^2 < 0\\ -3a^2 - 4a + 4 <0\\ -(3a -2)(a+2)<0$
$a<- 2$
$x^2 - 5x + 4 < - 2$
and solve for $x$