Let $u,v,w$ satisfy the equations $uvw=-6,uv+vw+wu=-5,u+v+w=2,$where $u>v>w$,then prove that the set of value(s) of $a$ for which the points $P(u,-w)$ and $Q(v,a^2)$ lies on the same side of the line $4x-y+5=0$ is $(-3,3).$
I tried to solve it.Since we know that when two points $(x_1,y_1),(x_2,y_2)$ lie on the same side of the line $ax+by+c=0$,then $(ax_1+by_1+c)(ax_2+by_2+c)>0$.So i applied this here.
$(4u+w+5)(4v-a^2+5)>0$
$16uv-4ua^2+20u+4vw-a^2w+5w+20v-5a^2+25>0$
But i dont know how to further simplify it to get the answer.Please help me.Thanks.