Find the range of values of $k$ for which $3x-x^2+k$ is negative for all real values of $x$. Hence, or otherwise, find the range of values of x for which $\frac{3x-x^2-4}{-3x+x^2-4} < 0$
I have gotten $k < \frac{-9}{4}$. Anyone knows how to do the second part where $\frac{3x-x^2-4}{-3x+x^2-4}<0$?
Note that as the leading coefficient in $-x^2+3x+k$ is negative, the equation will have negative values for all $k$ iff the determinant is negative. Hence:
$$D = 3^2 + 4k <0 \iff k < -\frac 94$$
So it seems you got that one right. Now note that $-4<k$ therefore by part one the numerator of the fraction is always negative. Now to find all solutions you need to find when the denominator is positive. We have that $x^2 - 3x - 4 = (x-4)(x+1)$. Therefore we have that the equation is true for $x \in (-\infty, -1) \cup (4,\infty)$