range of x / (x^2 + x + 1)

baloo

New member
Joined
May 21, 2009
Messages
4
given function: y = x / (x^2 + x + 1)

would like to find the function's range (algebra only)

given solution: -1 <= y <= 1/3

how ?
 
baloo said:
given function: y = x / (x^2 + x + 1)

would like to find the function's range (algebra only)

given solution: -1 <= y <= 1/3

how ?

In your graphing calculator - plot the function anyway - that will give you an idea regarding steps you need to take.

You'll see that the function has local maxima and minmum and those are global maximum and minima too ( show that as x? ±? you get y?0).

Find the y's at those maximum and minimum and that will give you the range.
 
ok guys, here is how (i think) the solution goes -

original equation is:
y = x / (x^2 + x + 1)

let's check which y-values are possible.
starting with substitution: y=m

m = x / (x^2 + x + 1)
mx^2 + mx + m = x
mx^2 + (m-1)x + m = 0

what values of m are required in order to solve the last equation (which are the y values of the original equation) ?

b^2 - 4ac >= 0 ==>
(m-1)^2 - 4m^2 >= 0
-3m^2 - 2m + 1 >= 0
m^2 + (2/3)m - 1/3 >=0
(m+1)(m-1/3) >= 0
-1 <= m <= 1/3
 
That's a clever way to do that problem ---

Will have to remeber that...
 
That's a clever way to do that problem ---

Will have to remeber that...
 
oops... sorry, I had a mistake when copying from the handwriting (or: i tested you :) )

When dividing by -3 , the >= sign needs to change direction.

-3m^2 - 2m + 1 >= 0
m^2 + (2/3)m - 1/3 <=0
(m+1)(m-1/3) <= 0
-1 <= m <= 1/3

The bottom line was correct
 
Top