Re: Solution of Cubic Equations




Anton wrote:
I am trying to solve:
x^4-4x^3+8x+3=0
first i put x+y+4
and ended up with y^4-96Y^2-504Y-733
This seems weird to me.
How should I proceed?
I am followin KA Stroud 'Further Engineering Mathematics' Prog 2
Section 82.4
Any help appreciated.
I am an engineering trying to revise my degree maths after 31 years ..
not a pure mathematician!

You can use Sturm sequences for polynomials to find real roots.

E:\c\sturm>sturm
Please enter order of polynomial: 4

Please enter coefficient number 4: 1
Please enter coefficient number 3: -4
Please enter coefficient number 2: 0
Please enter coefficient number 1: 8
Please enter coefficient number 0: 3

Sturm sequence for:
1.000000 -4.000000 0.000000 8.000000 3.000000

1.000000 -4.000000 0.000000 8.000000 3.000000
1.000000 -3.000000 0.000000 2.000000
1.000000 -2.000000 -1.666667
1.000000 -1.000000
2.666667


4 distinct real roots for x: -1.000000 -0.414214 2.414214 3.000000

Code found here:
http://www.acm.org/tog/GraphicsGems/gems/Sturm/

.



Relevant Pages

  • Re: ambiguities
    ... >2) polynomial can only have terms with powers that are positive ... Nobody thinks polynomials can only have positive powers: ... The constant term is both a term and a coefficient. ...
    (sci.math)
  • Re: hahn banach
    ... "classical" is the space of all polynomials over the ... leading coefficient is positive, ... are those of the Statistics Department or of Purdue University. ... Herman Rubin, Department of Statistics, Purdue University ...
    (sci.math)
  • Re: sum of roots of unity
    ... On Jun 17, 2009 at 9:32 PM CT, Rob Johnson wrote: ... let N be some composite integer. ... negative of the coefficient of the penultimate term. ... all elementary symmetric polynomials must be found first ...
    (sci.math)
  • Different Superstable Fixed Point Question
    ... the number and arrangement of any integer superstable fixed points of f? ... What I cannot find are any higher polynomials where there are three or more ... Whenever I have tried constructing equations and solving them there has ... always resulted at least one coefficient that will not reduce to integer ...
    (sci.math)
  • Re: Is there a more elegant way to populate a linked list ?
    ... >accepts polynomials as pairs of values from a text file and is included ... >coefficient and the second number represents the polynomial power. ... two values per loop iteration, ...
    (alt.comp.lang.learn.c-cpp)