Q5E

Question

A nonhomogeneous equation and a particular solution are given. Find a general solution for the equation.θ''-θ'-2θ=1-2t,      θp(t)=t-1

Step-by-Step Solution

Verified
Answer

The general solution of the given differential equation is θ=c1e2t+c2e-t+t-1.

1Step 1: Write the auxiliary equation of the given differential equation

The differential equation is:

 

θ''-θ'-2θ=1-2t                      (1)

 

Write the homogeneous differential equation of the equation (1),

 

θ''-θ'-2θ=0

 

The auxiliary equation for the above equation,

 

m2-m-2=0

2Step 2: Now find the complementary solution of the given equation is

Solve the auxiliary equation,

m2-m-2=0m2-2m+m-2=0m(m-2)+1(m-2)=0(m-2)(m+1)=0

 

The roots of the auxiliary equation are, 

m1=2,      m2=-1

 

The complementary solution of the given equation is,

θc=c1e2t+c2e-t

3Step 3: Use the given particular solution to find a general solution for the equation.

The given particular solution,

 θp(t)=t-1


 

Therefore, the general solution is,

 θ=θc(t)+θp(t)θ=c1e2t+c2e-t+t-1