Nusc
- 752
- 2
How do you use Picard's iteration to solve the solution for two coupled ODE's, given initial conditions?
HallsofIvy said:, then x_2(t)= x_0+ \int_{t_0}^t f(x_1, y_1, \tau)d\tau, y_2(t)= \int_{t_0}^t g(x_1,y_1,\tau)d\tau, etc.
Actuall most elementary textbooks mention Picard's method in reference to the "Existence and Uniqueness Theorem" for initial value problems. They don't "cover" it because it has a very slow convergence rate. There are much better methods for approximate solution to differential equations.Nusc said:Is there a name for the later? How come the later is true?
Is there a reference for these methods? Most elementary textbooks on ODE's that I know of don't cover Picard's method.
Actuall most elementary textbooks mention Picard's method (perhaps not by that name) in reference to the "Existence and Uniqueness Theorem" for initial value problems. It is Picard's method that gives the fixed point formula needed for the proof. Actually, I believe Picard himself developed it for that purposeThey don't "cover" it because it has a very slow convergence rate. There are much better methods for solving differential equations.Nusc said:Is there a name for the later? How come the later is true?
Is there a reference for these methods? Most elementary textbooks on ODE's that I know of don't cover Picard's method.