Proving m<f(x)<M for f(x)=\frac{x}{x^2 +x+1}

  • Thread starter Thread starter Andrax
  • Start date Start date
AI Thread Summary
To prove that m < f(x) < M for f(x) = x/(x^2 + x + 1), it is established that m = -1 and M = 4/3 based on graphical analysis. The function can be manipulated to show that -1 ≤ f(x) ≤ 4/3 by considering the quadratic equation formed when setting f(x) equal to y. The discriminant of this quadratic must be non-negative for real solutions, leading to conditions on y that define the bounds. The exercise requires a manual derivation of these bounds rather than relying on known values. Ultimately, the proof hinges on analyzing the conditions for real roots of the quadratic equation derived from f(x).
Andrax
Messages
117
Reaction score
0

Homework Statement



prove that m<f(x)<M
so \forallx\inR: f(x)=\frac{x}{x^2 +x+1}
the question is prove that m\leqf(x)\leqM
M and m are real numbers

Homework Equations





The Attempt at a Solution


all i did so far was making f(x) : (x+1)^2 +(3/4) well i noticed that m=-1 and M=4/3 from the graph but i can't really prove it well
f(x)= 1-\frac{x^2+1}{x^2 +x +1} = 1-\frac{x^2+1}{(x+1/2)^2+3/4}
 
Physics news on Phys.org
If you know the values of m = -1 and M = 4/3, you can try a direct approach:

If you want to prove ##-1 \leq \frac x{x^2+x+1}##, you can multiply both sides of that inequality by ##(x^2+x+1) = (x+\frac12)^2+\frac34##, which is positive (and so will not change the direction of the ##\leq## relation symbol):
$$
-(x^2+x+1) \leq \frac{x(x^2+x+1)}{x^2+x+1}.
$$
Can you now prove that this inequality is true?
 
Michael Redei said:
If you know the values of m = -1 and M = 4/3, you can try a direct approach:

If you want to prove ##-1 \leq \frac x{x^2+x+1}##, you can multiply both sides of that inequality by ##(x^2+x+1) = (x+\frac12)^2+\frac34##, which is positive (and so will not change the direction of the ##\leq## relation symbol):
$$
-(x^2+x+1) \leq \frac{x(x^2+x+1)}{x^2+x+1}.
$$
Can you now prove that this inequality is true?

well there is a slight problem here the exercise dosen't mention the -1 nor the 4/3
so they are expecting us to do it "manually".
 
One approach to this sort of problem is to ask "What conditions must y satisfy for y = f(x) to have real solutions for x?"

This is a particularly good approach in this case, because if y = x/(x^2 + x + 1) then
yx^2 + (y-1)x + y = 0
and hopefully you know the condition for that quadratic in x to have real roots. That will give you a condition which y must satisfy, which in turn will give you bounds for f(x).
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top