Solve Inequality Problem for f(x)=x^2+kx+k, Determine k

  • Thread starter Thread starter Sisyphus
  • Start date Start date
  • Tags Tags
    Inequality
AI Thread Summary
To determine values of k for the function f(x)=x^2+kx+k such that f(x)>0, one must analyze the parabola's vertex and its position relative to the x-axis. The vertex occurs at x=-k/2, and for the parabola to remain above the x-axis, the y-coordinate of the vertex must be greater than zero. Completing the square or using the discriminant method can help find the necessary conditions for k. The discussion also touches on visualizing the parabola and solving related problems, emphasizing the importance of understanding the function's behavior. This approach aids in determining the minimum values and conditions for inequalities in quadratic functions.
Sisyphus
Messages
62
Reaction score
0
for f(x)=x^2+kx+k, determine all values of k such that f(x)>0

could someone please help me get started here? I am reviewing for a high school math contest and it's been quite some time since I've learned about inequalities. I've managed to solve some rudimentary problems, but this one really has me stumped.
 
Physics news on Phys.org
simple enough. this equation represents a curve called parabula.
try drawing this curve on XY surface.
try with different k values such as: k=0, k=1, k=-1... and see how this changes the curve.

*please note that k=0 doesn't match your question because if does get the value of 0 and you're required to find f(x)>0.

if you need more help, let me know how it goes...
 
Try completing the square: x^2+kx+k=\left( x+\frac{k}{2}\right) ^2+k-\frac{k^2}{4}>0 for what values of k?
 
since this is a parabula, you can find its roots (the points where f(x)=0). there are always 2 roots.
roots equations: (-B +- sqrt(B^2 - 4AC)) / 2A
A is the coefficient of X^2
B is the coefficient of X^1
C is the coefficient of x^0

the parabula has 3 different possible conditions:
#1: intersecting the X axis twice.
#2: intersecting the X axis once.
#3: not intersecting the X axis at all.

think which one you want it to be, and use the roots equation to calculate accordingly
 
Last edited:
For a fixed value of k, f(x) is an upwards opening parabola whose vertex occurs at x=-\frac{k}{2}, we require that all points on the parabola be above the x-axis and hence require that the lowest point on the parabola be above the x-axis, that is the y-coordinate of the vertex must be >0, i.e. we require f\left( -\frac{k}{2}\right) >0 .
 
@benorin: I'm not sure your suggestion leads to the full solution. i might be wrong though...
 
Benorin's solution works completely because it's the same as yours (using the discriminant).
 
Thanks a lot, benorin and greytomato!

Visualising how the parabola whose vertex is above y=0 was the connection that I had needed to make on my own. :P From there, I just completed the square, and solved for the values of k that would keep the vertex above y=0. I probably wouldn't have thought to use discriminants that way though, so it's good that I saw an alternative way of solving the problem.

Another problem came up for me today, and I think it's probably better to post it in this thread instead of clogging the forums up with a new thread:

Find the minimum value of f(x)=3^(x^2+4x)

For this question, I figured f(x)>0, since a number raised to a power cannot yield a negative number. so, I have

0<3^(x^2+4x)

written down, but once again, I find myself stuck =\
 
Sisyphus said:
Thanks a lot, benorin and greytomato!

Visualising how the parabola whose vertex is above y=0 was the connection that I had needed to make on my own. :P From there, I just completed the square, and solved for the values of k that would keep the vertex above y=0. I probably wouldn't have thought to use discriminants that way though, so it's good that I saw an alternative way of solving the problem.

Another problem came up for me today, and I think it's probably better to post it in this thread instead of clogging the forums up with a new thread:

Find the minimum value of f(x)=3^(x^2+4x)

For this question, I figured f(x)>0, since a number raised to a power cannot yield a negative number. so, I have

0<3^(x^2+4x)

written down, but once again, I find myself stuck =\
One big hint for you is that the function f(x) := 3x is a strictly increasing function, that is for every x1 < x2, you'll always have:
f(x1) < f(x2).
Now to find the minimum value of 3 ^ {x ^ 2 + 4x}, you must find a minimum value of: x2 + 4x, which can be done by completing the squares.
Can you go from here? :)
 
  • #10
yes! thank you very much!
 
Back
Top