Skip to Content

Differential Equations

Given a differential equation with an initial condition y(0)=1y(0) = 1 and the differential equation y=3y+5sin(2t)y' = 3y + 5 \sin(2t), find the undetermined coefficients for the particular solution and solve for C0C_0, C1C_1, and C2C_2.

Consider the fourth derivative equation: y(4)+x2y(3)+exy=3y^{(4)} + x^2 y^{(3)} + e^x y = 3.

Convert the nth order linear differential equation to a system of linear equations in normal form.

Using Euler's method, approximate the solution to the differential equation y=f(x,y)y' = f(x, y) starting from the point (x0,y0)(x_0, y_0) and proceeding with steps x1,x2,,xnx_1, x_2, \ldots, x_n.

Given a differential equation y=xyy' = x \cdot y, approximate the y-value when x=1.3x = 1.3 with an initial condition of y(1)=1y(1) = 1 and increment h=0.1h = 0.1.

Given y=yy' = y with an initial condition y(0)=1y(0) = 1 and step size h=0.01h = 0.01, use the Euler method to approximate the solution of the differential equation.

Given y=yx2y' = y - x^2 with initial condition y(0)=0y(0) = 0 and step size h=0.1h = 0.1, use the Euler method to approximate the solution of the differential equation.

Using substitution methods, solve a first-order differential equation that seems non-separable at first.

Given a third order differential equation, reduce it to a system of three first order differential equations using variables X1X_1, X2X_2, and X3X_3 where X1=xX_1 = x, X2=xX_2 = x', and X3=xX_3 = x''.

Verify that these two are integration factors for this equation and use them to solve the equation.

Given the second order differential equation yy=6(y)2y y' = 6 (y')^2, solve by making the substitution y=dpdxy' = \frac{dp}{dx} and finding the general solution.

Find the general solution and a second solution of the differential equation x2y+5xy5y=0x^2 y'' + 5x y' - 5y = 0 given that y1=xy_1 = x is a known solution.

Given t2 is a solution to t2y+3ty8y=0 t^2y'' + 3ty' - 8y = 0 Solve using the reduction of orders method.

Use the reduction of order formula to find another solution to this differential equation: 9y12y+4y=09y'' - 12y' + 4y = 0.

Find the general solution to the differential equation: d2ydx2+4dydx+4y=0\frac{d^2y}{dx^2} + 4 \frac{dy}{dx} + 4y = 0.

Derive the general form solution for a second-order constant coefficient linear homogeneous differential equation with repeated roots.

Solve the second-order linear constant coefficient homogeneous equation y2y+y=0y'' - 2y' + y = 0 using the reduction of order method to find a second independent solution.

Find the general solution to the second order linear homogeneous differential equation y+2y+y=0y'' + 2y' + y = 0.

Given a second order linear homogeneous differential equation with a repeated root, find the general solution.

Solve the second order homogeneous linear differential equation 4y5y6y=04y'' - 5y' - 6y = 0 using the method of characteristic equations.