Consider the initial value problem: y0 = 3 + x−y, y(0) = 1 (a)
Solve it analytically. (b) Solve it using Euler’s method using step
size h = 0.1 and find an approximation to true solution at x = 0.3.
(c) What is the error in the Euler’s method at x = 0.3
Solve the initial value problem: y'' + 4y' + 4y = 0; y(0) = 1,
y'(0) = 0.
Solve without the Laplace Transform, first, and then with the
Laplace Transform.