Laplace transform applied to a differential equation

Lord Anoobis
Messages
131
Reaction score
22

Homework Statement


Solve ##\frac{dy}{dt} -y = 1, y(0) = 0## using the laplace transform

Homework Equations

The Attempt at a Solution


##\mathcal{L}\big\{\frac{dy}{dt}\big\} - \mathcal{L}\big\{y\big\} = \mathcal{L}\big\{1\big\}##

##sY(s) - y(0) - \frac{1}{s^2} = \frac{1}{s}##

##Y(s) =\frac{1}{s^3} + \frac{1}{s^2} ##

Applying the inverse Laplace leads to:

##y(t) = \frac{1}{2}t^2 + t##

Which is nothing like the answer obtained with separation of variables. What have I done wrong here?
 
Physics news on Phys.org
Okay, I see the trouble. Made an error with ##\mathcal{L}\big\{y\big\}##. Problem solved
 
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