Solving Second Order Differential Equations (Case #1, r1 != r2, characteristic equation has two unique, real roots)

(Ex 1) Solve the initial value problem for the given 2nd order homogeneous differential equation:

y4y+3y=0

where:

y(0)=7,y(0)=11

Now use the following substitutions:

y=erx

y=rerx

y=r2erx

...and plug them into our equation:

r2erx4rerx+3erx=0

Proceed to obtain our "characteristic equation":

erx(r24r+3)=0

r24r+3=0

...and solve for r:

(r3)(r1)=0

r1=3,r2=1

Back-substituting these values for "r" into our equation for "y" (and recalling that any solution multiplied by a constant is also a solution) gives us :

y1=C1e3x,y2=C2ex

Furthermore, if two functions are solutions to a second order differential equation, then their sum is also a solution. Therefore, general solutions to our 2nd order differential equation are represented by:

yg=C1e3x+C2ex

Now proceed to solve for the initial value problem:

y(0)=C1e0+C2e0=7

C1+C2=7(1)

and

y(0)=3C1e0+C2e0=11

3C1+C2=11(2)

From equation #1:

C1=7C2(3)

Substituting eqn 3 into eqn 2:

213C2+C2=11

212C2=11

C2=5

Substituting 5 for C2 in equation 1:

C1+5=7

C1=2

Now that we have solved for our constants, we can plug them into our general solution and obtain a particular solution for the given initial value problem:

yp=2e3x+5ex

Continue on to case #2 (r1 = r2, 1 real repeated root)