R - Richardson Extrapolation for Accurate Estimates

  • Context:
  • Thread starter Thread starter blackthunder
  • Start date Start date
  • Tags Tags
    Extrapolation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
blackthunder
Messages
3
Reaction score
0
Hey, I was hoping someone could help me with this question I can't get at all.

If $$\phi{h}=L-c_1h^{\frac{1}{2}}-c_2h^{\frac{2}{2}}-c_3h^{\frac{3}{2}}-...$$ , then what combination of $$\phi{h}$$ and $$\phi(\frac{h}{2})$$ should give a more accurate estimate of L.

Thanks for any help.
 
Physics news on Phys.org
blackthunder said:
Hey, I was hoping someone could help me with this question I can't get at all.

If $$\phi{h}=L-c_1h^{\frac{1}{2}}-c_2h^{\frac{2}{2}}-c_3h^{\frac{3}{2}}-...$$ , then what combination of $$\phi{h}$$ and $$\phi(\frac{h}{2})$$ should give a more accurate estimate of L.

Thanks for any help.

Assuming that the \(c_i\)s are unknown we can write:

\[\phi( h)=L-c_1h^{1/2}+O( h)\]

and \(n=1/2\) in the Richardson extrapolation formula and so the Richardson extrapolation for \(L\) is:

\[R_L=\frac{2^{1/2}\phi(h/2)-\phi( h)}{2^{1/2}-1}\]

CB