Q24E

Question

Solve the given initial value problem. y''+9y=0;y(0)=1,y'(0)=1  

Step-by-Step Solution

Verified
Answer

The solution of the given initial value y''+9y=0 is y(t)=cos3t+sin3t when y(0)=1  and y'(0)=1 .

 

1Step 1: Complex conjugate roots.

If the auxiliary equation has complex conjugate roots α± , then the general solution is given as:

 y(t)=c1eαtcosβt+c2eαtsinβt

2Step 2: Finding the roots of the auxiliary equation.

Given differential equation is  y''+9y=0

 

Then the auxiliary equation is;


 r2+9=0r2=-9r=±-9r=±3i

 

 

Therefore, the general solution is:

 

 y(t)=e0×t(c1cos(3t)+c2sin(3t))     =c1cos(3t)+c2sin(3t))

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

Given initial conditions are y(0)=1  and y'(0)=1 

 

 y(0)=(c1cos(3×0)+c2sin(3×0))   c1=1

 

And  y'(t)=(-c1sin(3t)+c2cos(3t))

 

Then y'(0)=(-3c1sin(3×0)+3c2cos(3×0)) 

 

  3c2=1c2=13

Therefore, the solution is   y(t)=cos3t+13sin3t