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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top