Example 6. Use
Picard iteration to find the solution to the system of differential
equations
Solution 6.
First define the functions
and
the initial conditions
by
typing:
![[Graphics:../Images/PicardIterationMod_gr_112.gif]](../Images/PicardIterationMod_gr_112.gif)
Picard iteration for generating the first six approximations is started with the Mathematica command:
![[Graphics:../Images/PicardIterationMod_gr_114.gif]](../Images/PicardIterationMod_gr_114.gif)
![[Graphics:../Images/PicardIterationMod_gr_115.gif]](../Images/PicardIterationMod_gr_115.gif)
![[Graphics:../Images/PicardIterationMod_gr_116.gif]](../Images/PicardIterationMod_gr_116.gif)
Techniques from calculus can be used to
find the solutions
and
.
The first few terms of these series can be shown to match the first
few terms in the Picard iterations.
Mathematica can sum the infinite series to obtain the analytic solution.
We are done!
Aside. The following
Mathematica commands will solve the system of D. E.
's.
![[Graphics:../Images/PicardIterationMod_gr_126.gif]](../Images/PicardIterationMod_gr_126.gif)
![[Graphics:../Images/PicardIterationMod_gr_128.gif]](../Images/PicardIterationMod_gr_128.gif)
![[Graphics:../Images/PicardIterationMod_gr_129.gif]](../Images/PicardIterationMod_gr_129.gif)
(c) John H. Mathews 2005