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
Consider the differential equation x′=[2 4
-2 −2],
with x(0)=[1 1]
Solve the differential equation where x=[x(t)y(t)].
x(t)=
y(t)=
please be as clear as possible especially when solving for c1
and c2 that's the part i need help the most