beetle2
- 110
- 0
Homework Statement
y'''-3y'+2y=0
initial conditions y(0)=0, y'(0)=1,y''(0)=1
Homework Equations
Assume [itex]y=e^{rt}[/itex]
The Attempt at a Solution
By the substitution I'm left with
[itex]r^3-3r+2=0[/itex]
which gives me the roots of -2 and 1.
my question is a lot of times with this type of question I can get three roots and get a general solution of
[itex]y=c_1e^{rx}+c_2e^{rx}+c_3e^{rx}[/itex]
this time my solution is
[itex]y=c_1e^{-2x}+c_2e^{t}[/itex]
therefore
[itex]y'=c_1-2e^{-2x}+c_2e^{t}[/itex]
and
[itex]y''=c_14e^{-2x}+c_2e^{t}[/itex]
because I've only got the two constants I solved for [itex]c_1=\frac{-1}{3}[/itex] and [itex]c_2=\frac{1}{3}[/itex]
The problem is when I substitue back into the solutions for y,y',y''
I'm getting
initial conditions y(0)=0, y'(0)=1 which is good but I'm getting y''(0)=-1.
can some please let me know where I'm going wrong?