Developing a formula from cube equation

  • Thread starter Thread starter elimenohpee
  • Start date Start date
  • Tags Tags
    Cube Formula
AI Thread Summary
To develop formulas for the roots of the cubic equation x^3 + ax^2 + bx + c = 0, one can start by expanding the expression (x - r1)(x - r2)(x - r3). This expansion leads to the relationships where the sum of the roots (r1 + r2 + r3) equals -a, the sum of the products of the roots taken two at a time (r1r2 + r1r3 + r2r3) equals b, and the product of the roots (r1r2r3) equals -c. By equating coefficients from the expanded polynomial to the original cubic equation, these relationships can be clearly established. Understanding these connections allows for a systematic approach to solving problems involving cubic equations.
elimenohpee
Messages
64
Reaction score
0

Homework Statement


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


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
(x-r_{1})(x-r_{2})(x-r_{3})=0
 
Physics news on Phys.org
elimenohpee said:

Homework Statement


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


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
(x-r_{1})(x-r_{2})(x-r_{3})=0

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

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

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 x^{3} + ax^{2} + bx + c = 0 has the roots r_{1}, r_{2}, r_{3}, develop formulae for r_{1} + r_{2} + r_{3}, r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}, r_{1}r_{2}r_{3}


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
(x-r_{1})(x-r_{2})(x-r_{3})=0

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:

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

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

(x-r_{1})(x-r_{2})(x-r_{3})=0

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:

<br /> x^{3} + ax^{2} + bx + c = 0 <br />
 
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:

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

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

x^{3} term:1-1=0
x^{2} term: -(r_{1}+r_{2}+r_{3})=a
x term:r_{1}r_{2}+r_{1}r_{3}+r_{2}r_{3}=b
initial term:r_{1}r_{2}r_{3} = -c
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top