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 following equation: (3 − x^2 )y'' − 3xy' − y = 0
Derive the general solution of the given differential equation
about x = 0. Your answer should include a general formula for the
coefficents.
Diff. equations
Consider the equation (x^2 − 2)y''+ 3xy'+ y = 0.
a) Find the general solution as a power series centered at x =
0. Write the first six nonzero terms of the solution. And write the
solution using sigma notation with a formula for the coefficients.
Write the two linearly independent solutions that form the general
solution.
b) Find a power series solution satisfying the initial
conditions y(0) = 2 and y' (0) = 3. Write the first...