Adams-Bashforth and Adam-Moulton

  • Thread starter Thread starter johnchau123
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 7K views
johnchau123
Messages
8
Reaction score
0
Hi,
I am doing a question on using Adams-Bashforth method as predictor and Adams-Moulton method as corrector.
I would like to ask after we find y_n+1 by corrector method, do we have to re-calculate y'_n+1 in order to find y_n+2, or we use the y'_n+1 originally found by the predicator method to find y_n+2 in corrector?

Thanks.
:smile:
 
Physics news on Phys.org
Yes you do.

When you to the second integration step, you want to use "the answer" from the first step, not an earlier guess at the answer.

Of course if it happens that in your equation dy/dt = f(y,t), f only depends of t and not on y, there may be no difference between the two values.