PLS, some one help me find the 1st 4 iterates using Picard's iteration.

  • Thread starter Thread starter manttiz
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
manttiz
Messages
2
Reaction score
0
Question

Use Picard's iteration to find the first 4 iterates of solutions of the problem dx/dt = -tx, x(0) = 1.

If anyone can help me solve this, I'll be so grateful. I wait anxiously to get the solution.
 
Physics news on Phys.org
Welcome to the PF. We do not provide solutions to your homework. You must show us the relevant equations and concepts that apply to your question, and you must show us your work so far so that we can provide some tutorial help. In the future, please completely fill out the Homework Posting Template that is provided to you when you start a new Homework Help thread.
 
I'm finding it impossible to write the equations here, though the clue can be gotten at http://www.cse.uiuc.edu/eot/modules/ode/picard/
 
Last edited by a moderator:
If you have the differential equation dx/dt= f(x,t) with x(t0)= x0 then "Picard's interation", used in his proof of the existence of solutions of the initial value problem, is
[tex]x(t)= \int_{t_0}^t f(x,t)dt+ x_0[/tex]
starting with x(t)= x0 and then using the resulting x(t) in the next iteration.

Here, f(x,t)= -tx and x(0)= x0= 1 so the first "iteration" is
[tex]\int_0^t -tdt+ 1[/itex]<br /> Surely you can continue from there.[/tex]