Homogeneous Linear DE's - solving IVP's

  • Thread starter Thread starter tatiana_eggs
  • Start date Start date
  • Tags Tags
    Homogeneous Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 10K views
tatiana_eggs
Messages
69
Reaction score
0
Homogeneous Linear DE's -- solving IVP's

Homework Statement



Solve the given IVP:

d^2y/dt^2 - 4 dy/dt -5y = 0; y(1)=0, y'(1)=2


Homework Equations



N/A

The Attempt at a Solution



I've solved and got the general solution y=c1e5t+c2e-t

I'm plugging in the following to solve for my two constants:

y(1)=0=c1e5+c2/e

y'(1)=2=5c1e5-c2e

So I have a system of 2 linear equations, and I can just add the two together and get:

2=6c1e5

and solving for c1 = e5/3

I would go on and solve for c2, but I checked the back of the book and they have:

y = 1/3e5(t-1)-1/3e-(t-1)

How did they get c1 = 1/3 and e5(t-1) ?
 
Physics news on Phys.org


Oh my gosh... duh.. I seem to be slowly losing my algebra skills as I learn more and more math.

Thanks so much!