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))dtforn≥1
Example:
y′=x(3−2y),y(0)=1
y0=1
y1=1+∫x0t(3−2∗1)dt=1+x2/2
y2=1+∫x0t(3−2∗y1)dt=1+x2/2−x4/4
…
limn→∞yn(x)=3/2−1/2e−x2
Reference:
No comments:
Post a Comment