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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top