azureus88 said:
"Solve the equation 6x^4 - 11x^3 - 26x^2 + 22x +24 = 0 given that the product of 2 of the roots is equal to the product of the other two."
what would be a good way to approach this question? i tried using the relationship between coefficients but didnt seem to get the answer after several attempts. thanks in advance
You'll need a few tricks up your sleeve to solve this with minimum mess...
Let the roots be α, β, γ and δ
We're given that αβ = γδ
Sum of roots:
[1] α + β + γ + δ = 11/6
Sum of roots in triplets:
αβγ + αβδ + αγδ + βγδ = -22/6 = -11/3
αβ(γ + δ) + γδ(α + β) = -11/3
But αβ = γδ:
=> αβ(α + β + γ + δ) = -11/3
But sum of roots is α + β + γ + δ = 11/6
=> 11αβ/6 = -11/3
=> αβ = -2
=> γδ = -2
Sum of roots in pairs:
αβ + αγ + αδ + βγ + βδ + γδ = -26/6 = -13/3
-4 + αγ + αδ + βγ + βδ = -13/3
α(γ + δ) + β(γ + δ) = -1/3
[2] (α + β)(γ + δ) = -1/3
Let p = α + β and q = γ + δ, then equations [1] and [2] reduce to:
p + q = 11/6
pq = -1/3
Hence we know that p and q are the roots of the quadratic equation:
z² - 11z/6 - 1/3 = 0
=>6z² - 11z - 2 = 0
=> (6z + 1)(z - 2) = 0
z = 2 or - 1/6
So let p = 2 and q = - 1/6 (doesn't matter which way round you choose)
Hence:
α + β = 2
γ + δ = -1/6
Putting our useful equations together:
α + β = 2
αβ = -2
and
γ + δ = -1/6
γδ = -2
Let's resolve the α and β first:
We know that α and β are the roots of the quadratic
z² - 2z - 2 = 0
(z - 1)² = 3
z = 1±√3
Hence α = 1+√3 and β = 1 - √3
Now the γ and δ:
We know that γ and δ are the roots of the quadratic
z² + z/6 - 2 = 0
6z² + z - 12 = 0
(2z + 3)(3z - 4) = 0
z = -3/2 or 4/3
Hence γ = -3/2 and δ = 4/3
So our roots are: 1+√3, 1-√3, -3/2 and 4/3