Processing math: 100%

Labels

Sunday, May 10, 2020

Picard iterative method to solve a differential equation

dydx=f(x,y),y(x0)=y0

The Picard iterative process constucts a sequence of functions which will get closer and closer to the desired solution.
1. y0(x)=y0
2. the recurrent formula
yn+1(x)=y0+xx0f(t,yn(t))dtforn1

Example:
y=x(32y),y(0)=1
y0=1
y1=1+x0t(321)dt=1+x2/2
y2=1+x0t(32y1)dt=1+x2/2x4/4
limnyn(x)=3/21/2ex2

Reference:





No comments:

Post a Comment