2
$\begingroup$

What is the minimum value of the $ \frac {x^2 + x + 1 } {x^2 - x + 1 } \ ?$

I have solved by equating it to m and then discriminant greater than or equal to zero and got the answer, but can algebraic manipulation is possible

  • 0
    @Daryl: The question is labeled [algebra-precalculus], which would seem to mean we should check for non-calculus solutions.2012-07-25

4 Answers 4

3

let y=$\frac{x^2+x+1}{x^2-x+1}$

=>$x^2(y-1)-x(y+1)+(y-1)=0$

As x is real, the discriminant= $(y+1)^2-4(y-1)^2≥0$

=>$(y-3)(y-\frac{1}{3})≤0$

=>$\frac{1}{3}≤y≤3$

  • 0
    +2n+1 :D This technique is so easy to understand and suitable <32016-09-05
2

Here is an 'algebra solution':

$\frac {x^2 + x + 1 } {x^2 - x + 1 } = \frac{(x+1)^2-(x+1)+1}{(x+1)^2-3(x+1)+3} = \frac{1}{3} + \frac{2}{3} \frac{(x+1)^2}{x^2-x+1} = \frac{1}{3} + \frac{2}{3} \frac{(x+1)^2}{(x-\frac{1}{2})^2+\frac{3}{4}}$.

Since the last term is greater than zero when $x\neq -1$, we see that the minimum is

$\frac{1}{3}$.

Of course, this is cheating since I know the answer from J.D.'s solution and this suggests the way to expand the expression.

0

Hint: Take the derivative w.r.t $x$ and equate it with zero, you get: $ \frac{d}{dx} \frac {x^2 + x + 1 } {x^2 - x + 1 } = - \frac {2(x^2 - 1)} {(x^2 - x + 1)^2} = 0.$ So $x = \pm 1$ at the extrema. Test both for minimum.

Edit: this tutorial page might be helpful.

  • 0
    But again, this is not algebra as possible.2012-07-25