Solve the differential equation y'' − y' − 2y = 9e^2t , with
initial conditions y(0) = 3, y' (0) = −2, using two different
methods. Indicate clearly which methods you are using. First
method:
Second method:
Given the differential equation
y''+y'+2y=0, y(0)=−1, y'(0)=2y′′+y′+2y=0, y(0)=-1, y′(0)=2
Apply the Laplace Transform and solve for Y(s)=L{y}Y(s)=L{y}. You
do not need to actually find the solution to the differential
equation.
Consider the differential equation:
y'(x)+3xy+y^2=0.
y(1)=0. h=0.1
Solve the differential equation to determine y(1.3)
using:
a. Euler Method
b. Second order Taylor series method
c. Second order Runge Kutta method
d. Fourth order Runge-Kutta method
e. Heun’s predictor corrector method
f. Midpoint method