Processing math: 100%
Estimating the convergence rate r
Perform numerical experiments: (Δti,Ei), i=0,…,m−1.
Two methods for finding r (and C):
- Take the logarithm of (1), lnE=rlnΔt+lnC,
and fit a straight line to the data points (Δti,Ei),
i=0,…,m−1.
- Consider two consecutive experiments, (Δti,Ei) and
(Δti−1,Ei−1). Dividing the equation
Ei−1=CΔtri−1 by Ei=CΔtri and solving
for r yields
ri−1=ln(Ei−1/Ei)ln(Δti−1/Δti)
for i=1,=…,m−1.
Method 2 is best.