Developing a formula from cube equation

  • Thread starter Thread starter elimenohpee
  • Start date Start date
  • Tags Tags
    Cube Formula
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
elimenohpee
Messages
64
Reaction score
0

Homework Statement


Given that the equation [tex]x^{3} + ax^{2} + bx + c = 0[/tex] has the roots [tex]r_{1}, r_{2}, r_{3}[/tex], develop formulae for [tex]r_{1} + r_{2} + r_{3}, r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}, r_{1}r_{2}r_{3}[/tex]


Homework Equations





The Attempt at a Solution



Not really sure where to attempt to start this problem. Only thing I know is that the roots of the equation imply
[tex](x-r_{1})(x-r_{2})(x-r_{3})=0[/tex]
 
Physics news on Phys.org
elimenohpee said:

Homework Statement


Given that the equation [tex]x^{3} + ax^{2} + bx + c = 0[/tex] has the roots [tex]r_{1}, r_{2}, r_{3}[/tex], develop formulae for [tex]r_{1} + r_{2} + r_{3}, r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}, r_{1}r_{2}r_{3}[/tex]


Homework Equations





The Attempt at a Solution



Not really sure where to attempt to start this problem. Only thing I know is that the roots of the equation imply
[tex](x-r_{1})(x-r_{2})(x-r_{3})=0[/tex]

Multiply those out and see what happens.
 
Is that really all I need to do? I mean when I multiply it out, I get:

[tex]x^{3}-cx^{2}-bx^{2}-ax^{2}+bcx+acx+abx-abc=0[/tex]

The question says to develop formulae, all three formulas are within this equation...is there anything else I can really say here? lol
 
elimenohpee said:

Homework Statement


Given that the equation [tex]x^{3} + ax^{2} + bx + c = 0[/tex] has the roots [tex]r_{1}, r_{2}, r_{3}[/tex], develop formulae for [tex]r_{1} + r_{2} + r_{3}, r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}, r_{1}r_{2}r_{3}[/tex]


Homework Equations





The Attempt at a Solution



Not really sure where to attempt to start this problem. Only thing I know is that the roots of the equation imply
[tex](x-r_{1})(x-r_{2})(x-r_{3})=0[/tex]

LCKurtz said:
Multiply those out and see what happens.

elimenohpee said:
Is that really all I need to do? I mean when I multiply it out, I get:

[tex]x^{3}-cx^{2}-bx^{2}-ax^{2}+bcx+acx+abx-abc=0[/tex]

The question says to develop formulae, all three formulas are within this equation...is there anything else I can really say here? lol

? When you multiply out

[tex](x-r_{1})(x-r_{2})(x-r_{3})=0[/tex]

you won't have any a, b, or c. The question is how does what you get relate to the original cubic you started with:

[tex] x^{3} + ax^{2} + bx + c = 0 [/tex]
 
wow, sorry I see now. Forgive what I just wrote, it is late and I wasn't thinking correctly.

When I multiply out, I get:

[tex]x^{3} -x^{2}(r_{1}+r_{2}+r_{3}) + x(r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}) -r_{1}r_{2}r_{3}=0[/tex]

then you can equate coefficients with the original cubic expression to get:

[tex]x^{3}[/tex] term:[tex]1-1=0[/tex]
[tex]x^{2}[/tex] term: [tex]-(r_{1}+r_{2}+r_{3})=a[/tex]
[tex]x[/tex] term:[tex]r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}=b[/tex]
initial term:[tex]r_{1}r_{2}r_{3} = -c[/tex]