Can anyone help me with this question: The equation Z^3-KZ^2-4z-12=0 has roots α, β and γ. (i) Write down the values of αβ + βγ + γα and αβγ, and express k in terms of α, β and γ. (ii) For the case where γ = –α, solve the equation and find the value of k. (iii) For the case k = 5, find a cubic equation with roots 2 – α, 2 – β, 2 – γ.
Well. There's some theorem (fundamental theorem of algebra is it? I don't know.) that's like...any polynomial can be factorised (uniquely too) into as many brackets as it has roots.
Anyway. Write z³-kz²-4z-12 as (z-α(z-β(z-γ and multiply out. That should start you off. :x
For an equation ax^3 + bx^2 + cx + d = 0, with roots α, β, γ, you should know that: α+β+γ = -b/a αβ+αγ+βγ = +c/a αβγ = -d/a.