Question 1177934: Given y = −3x^2 + kx − 12 for k > 0, find the value(s) of k such that y < 0 for all x. Found 2 solutions by MathLover1, ikleyn:Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website!
for , find the value(s) of such that for all .
in the standard form
, ,
discriminant:
if =>=> or
the value(s) of such that for all :
You are given that the quadratic function is always negative, for all values of x.
It means that it has no real roots.
In turn, it means that the discriminant of this quadratic function is negative.
The discriminant of a quadratic function y = ax^2 + bx + c is
d = b^2 - 4ac.
In your case a= -3, b= k, c= -12, so the discriminant is
d = k^2 - 4*(-3)*(-12) = k^2 - 144.
You should determine "k" from this condition
d < 0, or k^2 - 144 < 0.
The solution is k^2 < 144, or -12 < k < 12.
ANSWER. The values of "k" are -12 < k < 12.