Q43E

Question

Solve the initial value problem:

y"' - y' = 0;   y(0) = 2,

y'(0) = 3,   y"(0) = -1

Step-by-Step Solution

Verified
Answer

The solution to the given initial problem is y(t) = 3 - 2e-t + et.

1Step 1: Differentiate the value of y

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

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

And

y"(t)=r2erty"'=r3ert

Then the auxiliary equation is;

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

Therefore, the solutions are;

r = 0,-1,1

Therefore, the general solution is:

y(t) = c1 + c2e-t + c3et

2Step 2: Equate the boundary conditions.

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

Using the given initial conditions;

y(0)=c1+c2e-0+e0c1+c2+c3=2                     ...(1)

And

 y'(t) = -c2e-t + c3et

y'(0) = -c2e0 + c3e0

-c2 + c3 = 3            ...(2)

Again using the given condition;

y"(t) = -c2e-t + c3et

y"(0) = -c2e0 + c3e0

c2 + c3 = -1            ...(3)

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

Add (1) and (2), then one will get

2 c3=2c3=1

Substitute c3 in (3)

c2+1=-1c2=-2

Substitute c2 and c3 in (1)

c1-2+1=2c1=3

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