Q 3.6-1E

Question

Show that when Euler’s method is used to approximate the solution of the initial value problem y'=5y y(0) = 1  , at = 1, then the approximation with step size is (1+5)1h.

Step-by-Step Solution

Verified
Answer

Proved

1Step 1: Apply Euler’s formula

Here  y'=5y,y(0)=1

 

Apply the Euler’s formula 

 

yn+1=yn+hf(xn,yn)

 

In our case of differential equation our equation is 

 yn+1=yn+h5yn


The interval is b-an=1-0n=1n=h

2Step 2: Substitute in the Euler’s formula

Now

y1=1(1+5h)y2=1+5h(1+5h)-(1+5h)2...yn=(1+5h)nyn=(1+5h)1h



Hence, it is proved that yn = (1 + 5h)1h