GuidingLight
New member
- Joined
- May 10, 2017
- Messages
- 7
find all values of a for which one root of the equation is more than 1, and another is less than 1.
(a^2 +a +1)x^2 + (2a - 3)x + a - 5 =0
__________________________________
Equation has two roots so D>0
D = B^2 - 4AC
B = 2a - 3
A = a^2 + a + 1
C = a - 5
D = (2a - 3)^2 - 4(a^2 + a + 1)(a -5) = -4a^3 + 20a^2 + +4a +29 > 0
That's where i got stuck, can this be simplified? Or am I doing something wrong?
(a^2 +a +1)x^2 + (2a - 3)x + a - 5 =0
__________________________________
Equation has two roots so D>0
D = B^2 - 4AC
B = 2a - 3
A = a^2 + a + 1
C = a - 5
D = (2a - 3)^2 - 4(a^2 + a + 1)(a -5) = -4a^3 + 20a^2 + +4a +29 > 0
That's where i got stuck, can this be simplified? Or am I doing something wrong?