Laplace Transform Initial Value Problem

shelovesmath
Messages
59
Reaction score
0
1. y'' -5y' + 6y = 0, y(0) = 1, y'(0) =2






3.
[s^2 F(s) - s f(0) - f'(0)] -5 [F(s) - f(0)] + 6[F(s)] = 0
(s^2 +1)F(s) - (s -5)f(0) - f'(0) = 0 (s^2 + 1)F(s) - (s-5)(1) - 2 = 0
(s^2 + 1)F(s) = s -3 F(s) = (s-3)/(s^2 + 1)
Here's where I'm stuck. I can't factor the denominator to get partial fractions, so I feel like I should just divide up the fraction like this: s/(s^2 + 1) -3/(s^2 + 1) And then use cost - 3sint, but that's not the answer in my book.

 
Physics news on Phys.org
shelovesmath said:
1. y'' -5y' + 6y = 0, y(0) = 1, y'(0) =2






3.
[s^2 F(s) - s f(0) - f'(0)] -5 [F(s) - f(0)] + 6[F(s)] = 0
Mistake in the line above. It should be
[s^2 F(s) - s f(0) - f'(0)] -5 [sF(s) - f(0)] + 6[F(s)] = 0
shelovesmath said:
(s^2 +1)F(s) - (s -5)f(0) - f'(0) = 0 (s^2 + 1)F(s) - (s-5)(1) - 2 = 0
(s^2 + 1)F(s) = s -3 F(s) = (s-3)/(s^2 + 1)
Here's where I'm stuck. I can't factor the denominator to get partial fractions, so I feel like I should just divide up the fraction like this: s/(s^2 + 1) -3/(s^2 + 1) And then use cost - 3sint, but that's not the answer in my book.
Your answer is way off - I get y = e2t as the solution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top