Calculate the first four Picard Iterates of the equation y' - y = x^2

  • Thread starter Thread starter brit123
  • Start date Start date
brit123
Messages
2
Reaction score
0
Help Please!

Calculate the first four Picard Iterates of the equation y' - y = x^2 with the condition y(0) = -1

and it was given that y'(x) = x^2 +y and y(0)= -1



Need a little help with this question... Not sure what to do.
 
Physics news on Phys.org
The definition of Picard iterates is

\phi_0=y(x_0),

\phi_{n+1}(x)=\phi_0+\int_{x_0}^x f(s,\phi_n(s))ds,

where f is given by

y&#039;(x)=f(x,y(x)).[/itex]<br /> <br /> In your case, f(x,y(x))=x^2+y, \phi_0=y(0)=-1, and<br /> <br /> \phi_1=-1+\int_0^x (s^2+\phi_0)ds=-1+\int_0^x (s^2-1)ds.<br /> <br /> What is \phi_2? and \phi_n?
 
Last edited:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top