- #1
TaliskerBA
- 26
- 0
Homework Statement
For the system
u' = v, v' = −u
with initial conditions u(0) = 1 and v(0) = 0, find an approximate solution by
performing 4 steps of Picard iteration. Compare the results with the actual solution.
Homework Equations
In general:
y'= f(x,y), y(x0)= y0
y(x) = y(x0) + [tex]\int[/tex] f(t,y(t)) .dt with x and x0 the upper and lower points of the integral (couldn't work out how to format this in)
The Attempt at a Solution
I know how to do picard iteration for a single first-order equation but don't know how to extend it to systems. To be honest my attempt is probably so far off it's not worth writing but here it is anyway.
u(t) = (x0) + [tex]\int[/tex] v(s)ds with t and t0 the upper and lower points of the integral (I won't write this below but these will always be the lower and upper points). As v0 = 0 I proceed as follows:
u0 = 1 + [tex]\int[/tex] 0ds = 1
u1 = 1 + [tex]\int[/tex] 1.ds = 1 + t
u2 = 1 + [tex]\int[/tex](1 + s)ds = 1 + t + t2/2
etc.
I'm way off the answer given in the book. Please someone offer a rough explanation!
Thanks