Given: fβC2[a,b] with f(r)=0, fβ²(r)ξ =0 for rβ(a,b).
To Prove: There exists Ξ΄>0 such that if β£x0ββrβ£<Ξ΄, then Newton's iteration converges quadratically with:
limnββββ£xnββrβ£2β£xn+1ββrβ£β=2β£fβ²(r)β£β£fβ²β²(r)β£β
Proof:
Define the error enβ=xnββr. Newton's iteration is:
xn+1β=xnββfβ²(xnβ)f(xnβ)β
Therefore:
en+1β=xn+1ββr=xnββfβ²(xnβ)f(xnβ)ββr=enββfβ²(xnβ)f(xnβ)β
Since f(r)=0, Taylor's theorem with remainder gives:
f(xnβ)=f(r)+fβ²(r)(xnββr)+2fβ²β²(ΞΎnβ)β(xnββr)2
=fβ²(r)enβ+2fβ²β²(ΞΎnβ)βen2β
where ΞΎnβ is between xnβ and r.
Substituting into the error equation:
en+1β=enββfβ²(xnβ)fβ²(r)enβ+2fβ²β²(ΞΎnβ)βen2ββ
=enββfβ²(xnβ)fβ²(r)βenββ2fβ²(xnβ)fβ²β²(ΞΎnβ)βen2β
=enβ(1βfβ²(xnβ)fβ²(r)β)β2fβ²(xnβ)fβ²β²(ΞΎnβ)βen2β
Now, since fβ² is continuous and fβ²(r)ξ =0, there exists Ξ΄1β>0 such that β£xnββrβ£<Ξ΄1β implies fβ²(xnβ) has the same sign as fβ²(r) and β£fβ²(xnβ)β£β₯β£fβ²(r)β£/2.
For β£xnββrβ£<Ξ΄1β, as xnββr, we have fβ²(xnβ)βfβ²(r), so:
1βfβ²(xnβ)fβ²(r)ββ0
More precisely, by continuity:
fβ²(xnβ)fβ²(r)βfβ²(xnβ)β=O(β£xnββrβ£)
The dominant term is:
en+1β=β2fβ²(xnβ)fβ²β²(ΞΎnβ)βen2β+O(en3β)
Since fβ²β² and fβ² are continuous, fβ²β²(ΞΎnβ)βfβ²β²(r) and fβ²(xnβ)βfβ²(r) as nββ. Therefore:
β£enββ£2β£en+1ββ£ββ2β£fβ²(r)β£β£fβ²β²(r)β£β
This establishes quadratic convergence. The error bound follows:
β£en+1ββ£β€2mMββ£enββ£2
where M=supβ£fβ²β²(x)β£ and m=infβ£fβ²(x)β£ on a neighborhood of r.