Question Type 1: Euler’s approximation method for differential equations
Question Type 1: Euler’s approximation method for differential equations Bootcamps
Question 1
Skill question
Use Euler's method with step size h=0.1 to approximate the solution to the differential equation dxdy=y with initial condition y(0)=1 at x=0.1.
Question 2
Skill question
Use Euler's method with step size h=0.2 to approximate the solution to dxdy=x+y with y(0)=2 at x=0.4.
Question 3
Skill question
Use Euler's method with h=0.05 to approximate the solution to dxdy=xy with y(0)=1 at x=0.1.
Question 4
Skill question
Use Euler's method with h=0.1 to approximate the solution to dxdy=y−x with y(0)=1 at x=−0.1.
Question 5
Skill question
Use Euler's method with h=0.1 to approximate the solution to dxdy=x2+y2 with y(0)=1 at x=0.2.
Question 6
Skill question
Use Euler's method with h=0.1 to approximate the solution to dxdy=x2+y2 with y(0)=1 at x=0.4.
Question 7
Skill question
Use Euler's method with h=0.1 to approximate the solution to dxdy=sin(x)+y with y(0)=0 at x=0.2.
Question 8
Skill question
Use Euler's method with step size h=0.05 to approximate the solution to dxdy=x2+y2 with y(0)=1 at x=0.4.
Question 9
Skill question
Use Euler's method with h=0.1 to approximate y(0.2) for the differential equation dxdy=y with y(0)=1, then compute the absolute error compared to the exact solution.
Question 10
Skill question
Use Euler's method with step size h=0.5 to approximate y(2) for the differential equation dxdy=x2−y with initial condition y(1)=0.
Question 11
Skill question
Use Euler's method with h=0.1 to approximate y(0.3) for the differential equation dxdy=xey with initial condition y(0)=0.
Question 12
Skill question
Use Euler's method with h=0.2 to approximate y(0.4) for the differential equation dxdy=e−x−2y with y(0)=1.