ODE Theory: General Solution to y'' + 4y' + 4y = 0

  • Thread starter Thread starter smerhej
  • Start date Start date
  • Tags Tags
    Ode Theory
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
smerhej
Messages
20
Reaction score
0

Homework Statement



We have y'' + 4y' + 4y = 0 ; find the general solution.

Homework Equations



Reduction of Order.

The Attempt at a Solution



So when determining the roots of the characteristic equation, -2 was a double root, and therefore we can't simply have c1e-2t + c2e-2t. So I thought I would use reduction of order to get a second equation. However in the solution, they just left it c1e-2t + c2e-2t and I'm wondering if what I was taught to do in the case of non distinct roots was wrong, or if the solution is wrong.
 
Last edited:
Physics news on Phys.org
The solution appears to be wrong.

y = c1*exp(-2t) + c2 * t * exp(-2t)
 
Please show exactly what you did in your attempted reduction of order. When I try a solution of the form [itex]y= u(t)e^{-2t}[/itex], I get [itex]u(t)= A+ Bt[/itex] giving [itex]y= Ae^{-2t}+ Bte^{-2t}[/itex] as general solution.