Picard Iteration, with a 2nd order ODE

  • Thread starter Thread starter ][nstigator
  • Start date Start date
  • Tags Tags
    2nd order Ode
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
1 reply · 4K views
][nstigator
Messages
24
Reaction score
0

Homework Statement



Ive been told to perform 2-3 Picard Iterations on the following problem

Homework Equations



y'' = 6y^2

With initial conditions:

y(0) = 0
y'(0)= -2

The Attempt at a Solution



In class we've gone through how to perform picard iterations and it has been easy so far... however this is the first time it has had a second order term at the front. Through internet searches and reading our given notes, I am still not sure how to treat this so I can't really start to try and solve it...

Would anyone be able to give me a nudge in the right direction?Thanks in advance
 
Physics news on Phys.org
It's just substitution, i.e f(y, y', y'')-> f(y, p, pdp/dy).
You assume there exists a p: p = y', pdp/dy = y'' and at the end you back substitute for y. This transforms a second order ODE into a first order ODE.