I have a homework question stating:
Find the set of values of $k$ for which $f(x)=3x^2-5x-k>1$ for all $x\in\mathbb R$.
This question has really confused me because I looked at the answer and the value of $k$ is meant to be $k<-\frac{37}{12}$ and I'm afraid I don't know how to get there. May I please have some help?
Rearranging gives $3x^2-5x-k-1>0$, i.e. the resulting quadratic in $x$ has no real roots. This means that the discriminant $b^2-4ac$ must be negative: $$(-5)(-5)-4\cdot3(-k-1)<0$$ $$25+12(k+1)<0$$ $$k+1<-\frac{25}{12}$$ $$k<-\frac{37}{12}$$ as expected.