Basic Laplace Transform of a 1st order Differential Equation
Just wondering if someone could have a quick look over what I've done so far:
Assuming zero initial conditions, solve the following DE:

The Laplace Transform gives:
 - x_0 + \frac{1}{s^2} = \frac{2}{s})
Rearranging and using the fact that
gives us
 = \frac{2}{s^2} - \frac{1}{s^3})
 = 2\frac{1!}{s^{1+1}} - \frac{1}{2} \frac{2!}{s^{2+1}})
So
?
Re: Basic Laplace Transform of a 1st order Differential Equation
After taking the Laplace transform, where did the
come from?
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
Danny
After taking the Laplace transform, where did the

come from?
I took the Laplace transform of
, is this not right?
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
craig
I took the Laplace transform of

, is this not right?
is a dependent variable (
), so you'll obtain
\mathcal{L}\{x\}=x_0+\frac{2}{s}\Rightarrow \ldots)
Re: Basic Laplace Transform of a 1st order Differential Equation
Re: Basic Laplace Transform of a 1st order Differential Equation
So for
we have:
})
So
?
Thanks again for the replies.
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
craig
So
 = 2(1) - 2 (e^{-1t}) = 2(1-e^{-t))
?
Right.
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
craig
So for
} = \frac{2}{s} - \frac{2}{s+1})
we have:
So
 = 2(1) - 2 (e^{-1t}) = 2(1-e^{-t))
?
Thanks again for the replies.
Technically, since you're working with the one-sided LT (I assume), you have unit step functions multiplying everything. That is,
=2u(t)(1-e^{-t}),)
and the solution is valid for non-negative t's.
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
Ackbeet
and the solution is valid for non-negative t's.
Also considering the theorem about the necessary form of the solutions for the equation
.
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
FernandoRevilla
Also considering the theorem about the necessary form of the solutions for the equation
}+a_{n-1}x^{(n-1)}+\ldots +a_1x'+a_0x=b(t))
.
Sorry would you mind explaining what you meant by this? I understood the first part about the Unit-Step function, just not sure what you meant here?
Thankyou again!
Re: Basic Laplace Transform of a 1st order Differential Equation
Re: Basic Laplace Transform of a 1st order Differential Equation
Quote:
Originally Posted by
FernandoRevilla
The Laplace transform of
\to\mathbb{R})
is defined by
\}=\int_0^{+\infty}e^{-st}x(t)\;dt)
, so
a priori we find solutions valid for

. Your equation has (by a well known theorem) a determined form for its unique solution
=k+Ce^{at})
valid for all

so,
necessarily is valid the solution found by LT for all

.
Agreed. You could simply say that you extend the solution found by the LT method to the entire real line. The result of the inverse LT does have the unit step functions in it, and, in fact, does not satisfy the DE for negative t's. However, with the theorem you have invoked, you can extend the solution by eliminating the unit step function.
Re: Basic Laplace Transform of a 1st order Differential Equation
Thankyou both! I don't think we've covered this in lectures yet but I think it makes sense.