Picard Iteration and Successive Approximations
Picard iteration is a constructive method that simultaneously proves existence, uniqueness, and provides a practical algorithm for approximating solutions to initial value problems.
The Picard Iteration Scheme
Given the IVP , , the Picard iterates are defined recursively by:
This defines a sequence of continuous functions on an interval around .
For , :
The Picard iterates converge to , which is the exact solution.
Convergence Analysis
Under the hypotheses of the Picard-Lindelof theorem (with Lipschitz constant and bound ), the Picard iterates satisfy:
for . Consequently, the series converges uniformly and absolutely to a continuous function that solves the IVP.
The bound shows that the convergence is at least as fast as the series for . For practical computation, the number of correct digits roughly doubles with each iteration when is moderate. The convergence rate improves on shorter intervals and deteriorates for stiff systems (large ).
The Contraction Mapping Perspective
Let be a complete metric space. A mapping is a contraction if there exists such that for all . By the Banach fixed-point theorem, has a unique fixed point , and the iterates for any starting point .
Define the Picard operator on by:
With the supremum norm and chosen so that , we have:
So is a contraction with . Its unique fixed point is the solution to the IVP. This abstract viewpoint gives existence, uniqueness, and convergence of iterates in one stroke.
For , (whose exact solution is ):
These are the first terms of the Taylor series for , illustrating how Picard iteration recovers the Taylor expansion term by term.