2nd order linear differential equation (homogeneous)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
jumbogala
Messages
414
Reaction score
4

Homework Statement


Solve 354y`` −692y` + 235y =0

y(0) = 7
y`(0) = 4

Homework Equations


The Attempt at a Solution


First I divided the equation by 354 to get y`` - 1.56y` + 0.894y = 0.

Then I found the roots of this to be 0.94, repeated twice.

For repeated roots the solution looks like y= C1e0.94t + C2te0.94t

Using the initial conditions, solve. You find that C1 = 7.

y` = 0.94C1e0.94t + 0.94C2te0.94t + C2e0.94t. Plugging in t = 0 we find that C2 = -2.61.

Therefore y = y= 7e0.94t -2.61te0.94t

But this isn't the correct answer. Where did I go wrong?
 
Last edited:
Physics news on Phys.org
Okay, I used fractions in my answer and that worked. Next time I'll be careful not to round carelessly... thanks!