Find the equation of cubic polynomial

  • Thread starter Thread starter songoku
  • Start date Start date
  • Tags Tags
    Cubic Polynomial
AI Thread Summary
The discussion revolves around finding the equation of a cubic polynomial given the roots α, β, and γ, with specific conditions on their products and sums. The participants utilize Vieta's formulas and Newton's identities to relate the roots to the provided equations. They derive relationships for α + β + γ and αβ + αγ + βγ, leading to a cubic equation in terms of p, the sum of the roots. Despite the complexity, one participant approximates p as -6.7 using a calculator, while others express the difficulty of solving cubic polynomials without integer roots. The conversation highlights the challenges of polynomial equations and the need for careful manipulation of the given equations.
songoku
Messages
2,467
Reaction score
382

Homework Statement


If α, β and γ are roots of cubic polynomial and:
αβγ = 6
α222=20
α333=121

Find the equation of cubic polynomial


Homework Equations


vieta


The Attempt at a Solution


The equation is in the form:
x3 - (α+β+γ)x2 + (αβ + αγ + βγ) x - αβγ = 0

But I don't know how to find α+β+γ and αβ + αγ + βγ. Thanks
 
Physics news on Phys.org
songoku said:
If α, β and γ are roots of cubic polynomial …

oh come on songoku! …

(x-α)(x-β)(x-γ) ? :wink:
 
Three equations, three unknowns... a bit of devil to solve easily though.

For the first equation in αβγ space, I'm seeing four hyperbolic surfaces in +++ and three +-- octants
The second equation a sphere of course - this tells me the magnitudes of αβγ are all less than √20 < 4.5
The third equation therefore limits me to the +++ case (121 is nearly 5^3)...
 
songoku said:
But I don't know how to find α+β+γ and αβ + αγ + βγ. Thanks

You are given what α222 is. So what happens if you consider what (α+β+γ)2 is? (expand it out and see what terms you have)
 
Hi songoku! :smile:

Related to Vieta's formulas are Newton's identities.
They work out the same as rock.freak667's suggestion.

From these you can get a relation between your unknown coefficients and the equations that you are given.
You won't find nice round numbers though.
 
There are some posts above that I don't actually understand but let me try

let : α+β+γ = p ; αβ + αγ + βγ = q

(α+β+γ)2 = α2 + β2 + γ2 + 2 (αβ + αγ + βγ)
p2 = 20 + 2q
q = 1/2 (p2 - 20)

(α+β+γ)3 = α3 + β3 + γ3 + 3(α+β+γ)(αβ + αγ + βγ) - 3 αβγ
p3 = 121 + 3pq - 18

subs. q to second equation results in cubic equation in terms of p, then by using calculator I got p = -6.7

Am I correct? How to find p manually?

Thanks
 
Last edited:
hi songoku! :smile:

your method looks fine

there's no easy way to solve a cubic polynomial (unless you know the roots are integers) :redface:
 
tiny-tim said:
hi songoku! :smile:

your method looks fine

there's no easy way to solve a cubic polynomial (unless you know the roots are integers) :redface:

hi tiny-tim :smile:

*sigh...* hope that the root will be integer when exam comes...

thanks a lot for the help :smile:
 

Similar threads

Back
Top