danielu13
- 67
- 0
Homework Statement
y''+4y'+6y
y(0) = 2; y'(0) = 4
Homework Equations
\alpha ± β = e^{x\alpha}(cosβx + sinβx)
The Attempt at a Solution
Auxilary equation is r^2+4r+6, which solves for -2 ± i
I get the general solution:
e^{-2x}(c1cosx + c2sinx)
y' = -2e^{-2x}(c1cosx + c2sinx) + e^{2x}(c2cosx - c1sinx)
= c1(cosx-sinx) + c2(cosx+sinx) = 4
I also have:
c1 + c2 = 2 from the initial value.
I now have a system of equations, but don't really know how to solve it without using a computer.