Posts tagged nonhomogeneous systems
The matrix exponential for solving nonhomogeneous systems of differential equations

We’ve seen how to use the method of undetermined coefficients and the method of variation of parameters to compute the general solution to a nonhomogeneous system of differential equations. We can also use the matrix exponential, e^(At), where A is an n x n matrix of constants, as part of the following formula for the solution to a nonhomogeneous system.

Read More
Using variation of parameters to solve a system of nonhomogeneous differential equations

If undetermined coefficients isn’t a viable method for solving a nonhomogeneous system of differential equations, we can always use the method of variation of parameters instead. Just like with undetermined coefficients, we have to start by finding the corresponding complementary solution, which is the general solution of the associated homogeneous equation.

Read More
Undetermined coefficients for solving nonhomogeneous systems of differential equations

The method of undetermined coefficients may work well when the entries of the vector F are constants, polynomials, exponentials, sines and cosines, or some combination of these. Our guesses for the particular solution will be similar to the kinds of guesses we used to solve second order nonhomogeneous equations, except that we’ll use vectors instead of constants.

Read More