REPOST: Re: Reducing a Cubic to a Quadratic

From: Sylvain Croussette (NO_SPAM_sylvaincroussette_at_yahoo.ca)
Date: 03/17/05


Date: 17 Mar 2005 16:09:59 GMT

John Schutkeker <jschutkeker@sbcglobal.net.nospam> dixit:

>"Larry Hammick" <larryhammick@OMIT-MEtelus.net> wrote in
>news:SxuZd.36924$ZO2.31957@edtnps84:
>
>> "John Schutkeker" <jschutkeker@sbcglobal.net.nospam> wrote in message
>> news:Xns9619BE8744398lkajehoriuasldfjknak@151.164.30.44...
>
>>> Does anybody know if Cardano's Method for solving
>>> cubics can be used to factor a cubic into
>>> (x-a)*(x^2+bx+c)=0?
>
>> Well yes in the sense that it gives all three roots u,v,w, and
>> so the cubic is (x-u)(xx - (v+w)x + vw).
>> Maybe you're thinking of the case of a cubic with real
>> coefficients and only one real root? But alas Cardano's
>> formulas express the roots as functions of complex numbers,
>> whether or not there is just one real root.
>
>That is pretty much what I was thinking of.
>
>Am I correct in interpreting your answer as saying that u is derived by
>a different procedure than v & w, since u *must* always be real, while v
>& w can be either real or complex?
>
>Since complex roots are (probably) not physical there's a good chance
>that the system I'm studying will always have only one root. So all I
>really need is a way to find u alone, and a way to prove that the other
>two are complex.
>
>>From your equation, I can just stick vw and -(v+w) into the quadratic
>formula to solve my second problem. But I still need u to solve the
>first.
>
>Would you know if it's possible to simply look up expressions for u, v &
>w, without having to tear my hair out studying Cardano's method?

It's possible to compute the real root without using complex numbers,
see http://www.geocities.com/scroussette/Cardanoe.txt



Relevant Pages

  • Re: quintic equation &more
    ... subject:obtain one real root for the following odd degree ... solved form for one real root. ... Neither,in the third world nor in the first could I convay these ideas ...
    (sci.math.symbolic)
  • Re: error analysis for brute force polynomial eval?
    ... This is demonstrated with a real root in the following program: ... The results are not bad at first sight with double precision (though I ...
    (comp.lang.fortran)
  • Re: roots of polynomials
    ... |>>find out one real root for the following uneven degree equation: ... |>>m is positive integer less than n ...
    (sci.math.symbolic)
  • Re: [opensuse] New Install Perplexities #1
    ... Chroot to the real root, change the root password from the command line, do it again for the real user. ... To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx ... For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx ...
    (SuSE)
  • Re: pivot_root alternative
    ... While i boot i need to mount the real root and i'm using pivot_root. ... mount -t proc proc /realroot/proc ...
    (Linux-Kernel)

Loading