Derive the Euler iteration formula for dxdy=x2+y2 and compute y1,y2,y3 with y(0)=1, h=0.1.
Question 2
Skill question
Use Euler’s method to approximate y(1) for the differential equation dxdy=x2+y2 with initial condition y(0)=1 and step size h=0.1.
Question 3
Skill question
With h=0.5, use Euler’s method to approximate y(1) for dxdy=x2+y2, y(0)=1. Also state how many steps are taken.
Question 4
Skill question
Use Euler’s method to approximate y(2) for dxdy=x2+y2 with y(0)=1 and h=0.1.
Question 5
Skill question
Approximate y(1) using Euler’s method with dxdy=x2+y2, y(0)=1 and step size h=0.05.
Question 6
Skill question
Use Euler’s method to approximate y(3) for dxdy=x2+y2 with y(0)=1 and a larger step size h=0.2.
Question 7
Skill question
Approximate y(1.5) using Euler’s method for dxdy=x2+y2 with y(0)=1, step size h=0.1.
Question 8
Skill question
Use Euler’s method to estimate y(2.5) for dxdy=x2+y2, y(0)=1, with h=0.1.
Question 9
Skill question
Approximate y(3) again with h=0.1 using Euler’s method for dxdy=x2+y2, y(0)=1, and compare with the result for h=0.2. Compute the absolute difference.
Question 10
Skill question
Approximate y(4) using Euler’s method for dxdy=x2+y2, y(0)=1, with step size h=0.1.
Question 11
Skill question
Approximate y(4) again with Euler’s method but now use h=0.05 for dxdy=x2+y2, y(0)=1.