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
Power series
Find the particular solution of the differential equation:
(x^2+1)y"+xy'-4y=0 given the boundary conditions x=0, y=1 and y'=1.
Use only the 7th degree term of the solution. Solve for y at x=2.
Write your answer in whole number.