Re: Convergence of Newton's method for finding a root of a polynomial
- From: "Dirk Van de moortel" <dirkvandemoortel@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 18:00:09 GMT
"Randy Poe" <poespam-trap@xxxxxxxxx> wrote in message news:1115831183.133305.176320@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> Dirk Van de moortel wrote:
> > "Robert Israel" <israel@xxxxxxxxxxx> wrote in message
> news:d5t9o7$brj$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> > > In article <d5stii$eqm$1@xxxxxxxxxxxxxx>,
> > > Artur Siekielski <gruesome@xxxxxxxxxxxxxxxxxxxx> wrote:
> > > >Hello.
> > > >I am trying to solve a problem of finding all roots of a
> polynomial P. All
> > > >roots of P are real and simple. I know an interval [a,b] where all
> roots are
> > > >contained. I want to use an algorithm which would be good, if I
> could prove
> > > >the following lemma:
> > > >
> > > >If x \in (a,b) and P'(x) != 0, then Newton's method starting from
> x converges
> > > >to some root of P.
> > > >
> > > >Is that true?
> > >
> > > No, it isn't. For example, try the polynomial
> > > P(x) = x^3 - x.
> > > Newton's method starting at x = 1/sqrt(5) cycles with a period of 2
> > > (1/sqrt(5) -> -1/sqrt(5) -> 1/sqrt(5) -> ...)
> >
> > Yes, but P'(x) = 3x^2 -1 is *not* nonzero
> > It is given that P'(x) != 0 in ]a,b[ and that all the roots are in
> [a,b]
> >
>
> Isn't it a necessary and sufficient condition that the
> starting x be within an interval around the root such
> that P''(x) > 0?
Doesn't ring a bell - and seems a bit unlikely.
why P''(x) > 0 and not P''(x) < 0 ?
Take P(x) = x^3 + x + 1.
Even if you start at x=0 for which P''(0) = 0,
you have convergence.
Dirk Vdm
>
> - Randy
>
.
- Follow-Ups:
- Re: Convergence of Newton's method for finding a root of a polynomial
- From: Zdislav V. Kovarik
- Re: Convergence of Newton's method for finding a root of a polynomial
- From: Randy Poe
- Re: Convergence of Newton's method for finding a root of a polynomial
- References:
- Convergence of Newton's method for finding a root of a polynomial
- From: Artur Siekielski
- Re: Convergence of Newton's method for finding a root of a polynomial
- From: Robert Israel
- Re: Convergence of Newton's method for finding a root of a polynomial
- From: Dirk Van de moortel
- Re: Convergence of Newton's method for finding a root of a polynomial
- From: Randy Poe
- Convergence of Newton's method for finding a root of a polynomial
- Prev by Date: Re: Help in answering news story on refutation of fermat's last theorem
- Next by Date: Re: Quaternions and the stock market
- Previous by thread: Re: Convergence of Newton's method for finding a root of a polynomial
- Next by thread: Re: Convergence of Newton's method for finding a root of a polynomial
- Index(es):
Relevant Pages
|