Q44E

Question

Solve the initial value problem:

y'" - 2y" - y'+ 2y = 0

y(0) = 2,   y'(0) = 3,   y"(0) = 5

Step-by-Step Solution

Verified
Answer

The solution to the given problem is y(t) = e-t + e2t.

1Step 1: Differentiate the value of y

Given differential equation is y'" - 2y" - y' + 2y = 0.


Let y = ert, then y'(t) = rert and

y"(t)=r2erty'"=r3ert

Then the auxiliary equation is;

r3ert-2r2ert-rert+2ert=0(r3-2r2-r+2)ert=0r3-2r2-r+2=0

2Step 2: Substitute the value for r

The auxiliary equation can be written as;

r3- 2r2- r + 2 = (r-1)(r2- r - 2)

Find the roots of the auxiliary equation.

r-1=0r=1

Or

r2-r-2=0(r-2)(r+1)=0r=-1,2

Therefore, the general solution is; 

y(t) = c1et + c2e-t + c3e2t

3Step 3: Equate the boundary conditions.

Given boundary conditions are y(0) = 2, y'(0) = 3 and y"(0) = 5


Then,

y(0)=c1e0+c2e-0+e2×0c1+c2+c3=2                                 ...(1)

And

y'(t)=c1et+c2e-t+2c3e2ty'(0)=c1-c2e0+2c3e0c1-c2+2c3=3                             ...(2)

Again using the initial condition;

y"(t)=c1et+c2e-t+4c3e2ty"(0)=c1-c2e-0+4c3e2×0c1+c2+4c3=5                                  ...(3)

4Step 4: Finding the values of c 1 , c 2 , c 3

Subtract (2) from (1), then we will get

3c3 = 3

  c3 = 1

Now add (1) and (2), then substitute c3

2c1+3c3=52c1+3(1)=52c1=2c1=1

Substitute cand c3 in

1 + c2 + 1 = 2

           c1 = 0

Therefore, the solution to the given initial problem is y(t) = e-t + e2t.