Picard Iteration Help - Get Answers Now

  • Thread starter Thread starter ravicplk
  • Start date Start date
ravicplk
Messages
6
Reaction score
0
can anyone help me on the concept picard iteration?

thanks in advance
 
Physics news on Phys.org
What do you want? A full course in the subject?

Here is a simple example: To solve the equation y'= y, y(0)= 1 using Picard iteration, start by approximating y by a constant. Since we know y(0)= 1, "1" is a good choice. Then the equation becomes y'= 1 and, integrating, y= x+ C. When x= 0, y(0)= C= 1 so the first "iteration" gives y= x+ 1.

Now the equation is y'= x+ 1. Integrating, y= (1/2)x2+ x+ C and, setting x= 0, y(0)= C= 1 so y= (1/2)x2+ x+ 1.

Now the equation is y'= (1/2)x2+ x+ 1. Integrating, y= (1/6)x3+ (1/2)x+ x+ C and, setting x= 0, y(0)= C= 1 so y= (1/6)x3+ (1/2)x2+ x+ 1.

Now the equation is y'= (1/6)x3+ (1/2)x2+ x+ 1. Integrating, y= (1/24)x4+ (1/6)x3+ (1/2)x2+ x+ C and, letting x= 0, y(0)= C= 1 so y= y= (1/24)x4+ (1/6)x3+ (1/2)x2+ x+ 1.

Continuing the iteration will give higher and higher powers of x. It should be clear now that we are getting terms of the form (1/n!)xn and that this is giving higher and higher order Taylor Polynomials for ex, the actual solution to y'= y, y(0)= 1.
 
HallsofIvy said:
What do you want? A full course in the subject?

Here is a simple example: To solve the equation y'= y, y(0)= 1 using Picard iteration, start by approximating y by a constant. Since we know y(0)= 1, "1" is a good choice. Then the equation becomes y'= 1 and, integrating, y= x+ C. When x= 0, y(0)= C= 1 so the first "iteration" gives y= x+ 1.

Now the equation is y'= x+ 1. Integrating, y= (1/2)x2+ x+ C and, setting x= 0, y(0)= C= 1 so y= (1/2)x2+ x+ 1.

Now the equation is y'= (1/2)x2+ x+ 1. Integrating, y= (1/6)x3+ (1/2)x+ x+ C and, setting x= 0, y(0)= C= 1 so y= (1/6)x3+ (1/2)x2+ x+ 1.

Now the equation is y'= (1/6)x3+ (1/2)x2+ x+ 1. Integrating, y= (1/24)x4+ (1/6)x3+ (1/2)x2+ x+ C and, letting x= 0, y(0)= C= 1 so y= y= (1/24)x4+ (1/6)x3+ (1/2)x2+ x+ 1.

Continuing the iteration will give higher and higher powers of x. It should be clear now that we are getting terms of the form (1/n!)xn and that this is giving higher and higher order Taylor Polynomials for ex, the actual solution to y'= y, y(0)= 1.
thanks bro.
please give me a full course if u can.
 
Sorry, I'm out of that business now!
 
I was reading your reply,very helpful.
It is just one thing: how do you know you have to start from a constant for your picard iteration, why not some polynomial for example?

thanks
 
Because that's what "Picard iteration" means!

Given a problem like dy/dx= f(x,y), y(x0)= y0, start with the constant function y(x)= y0.

You could, if you like, start with some polynomial, some exponential, etc. but then it would be harder to say what function to start with.

In any case, Picard's iteration was never meant as a method for actually solving a differential equation. It was a method for establishing how to write a solution for use in Picard's "existence and uniquness" theorem.
 
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