Solve this differential equation using
Matlab
yy' + xy2 =x , with y(0)=5 for x=0 to 2.5 with a step
size 0.25
(a) Analytical
(b) Euler
(c) Heun
d) 4th order R-K method
Display all results on the same graph
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