Find the complete solution to the 2nd ODE:

2y''+3y'+y=t^(2)+3sin(t)

2 answers

Start with solving for the complementary solution to the homogeneous equation
2y"+3y'+y=0,
the characteristic equation is
2r²+3r+1=0
which is an algebraic equation which can be factorized into
(2r+1)(r+1)=0
or
r={-(1/2), -1}
The complementary solution is therefore:
yc=Ae-(x/2) + Be-x

The next step is to find the particular solution for the right-hand side:
y²+3sin(t)

For this, we will need to assume that the particular solution yp is as follows:
yp=Ct²+Dt+Esin(t)+Fcos(t)+G

Now to find the constants C,D,E,F,G, we need to calculate
2yp"+3yp'+yp=t²+sin(t)
and equate coefficients.
We end up with:
G+(-3sin(t)-cos(t))F+(3cos(t)-sin(t))E+(t+3)D+(t^2+6*t+4)C = t²+sin(t)
which can solved for C,D,E,F,G by comparing coefficients and successive substitution:

Sum coefficients of sin(t)=1,
sum of coefficients of cos(t)=0:
-3F-E=1
-F+3E=0
which when solved, gives
E=-1/10, F=-3/10.

Now tackle C, D and G:
Compare coefficients of t² yields
C=1
Substitute C and compare coefficients of t gives D=-6
and consequently coefficient G=14.

The general solution is therefore:
y(t)=yc+yp
=Ae-(t/2) + Be-t +
t²-6t -sin(t)/10 -3cos(t)/10+14

Finally, we check that
2y"(t)+3y'(t)+y(t) equals t²+sin(t)
which confirms that the solution is correct.
If you need help with finding the standard forms of the particular solution, check your course notes, your textbook, or the following link:

http://tutorial.math.lamar.edu/Classes/DE/UndeterminedCoefficients.aspx
Similar Questions
  1. Find the derivative of y with respect to x:y=3sin^4(2-x)^-1 y=[3sin(2-x)^-1]^4 y'=4[3sin(2-x)^-1]^3 (-3cos(2-x)^-1)(-1)
    1. answers icon 0 answers
    1. answers icon 1 answer
  2. Find the particular solution to y"=3sin(x) given the general solutiony=-3sin(x) +Ax+B and the initial conditions y (π/2)=π and
    1. answers icon 1 answer
  3. Let g(x) = sin (cos x^3) Find g ' (x):The choices are a) -3x^2sinx^3cos(cos x^3) b) -3x^2sinx^3sin(cos x^3) c)
    1. answers icon 1 answer
more similar questions