Can someone explain Laplace transformations

brandy
Messages
156
Reaction score
0
Can someone explain Laplace transformations! i don't understand ittttt.


[edit] sorry. i hadnt even heard of laplace transformations until i found it in my assignment.
basically i want to know how to use them
so, some simple, well explained examples perhaps?
 
Last edited:
Physics news on Phys.org
Uhh...try giving a little more information next time, what don't you get?
 
Essentially it transforms a function f(t) into a usually simpler form F(s).
 
sorry. i hadnt even heard of laplace transformations until i found it in my assignment.
basically i want to know how to use them
so, some simple, well explained examples perhaps?
 
The Laplace transform of the function f(x) is
L\{f\}(s)= \int_0^\infty f(x)e^{-sx}dx.

The nice thing about the Laplace transform is that it changes the derivative of f into an algebraic function of L\{f\}(s).

For example, the Laplace transform of df/dx is
\int_0^\infty \frac{df}{dx}e^{-sx}dx

Integrate that using "integration by parts" with u= e^{-sx} and dv= (df/dx)dx. Then du= -se^{-sx}dx and v= f(x).
\int udv= uv\right|_0^\infty- \int_0^\infty v du= -se^{-sx}f(x)\right|_0^\infty+ s\int_0^\infty f(x)e^{-sx}dx
= -sf(0)+ sL\{f\}(s)

So the differential equation problem
\frac{dy}{dx}= f(x,y)
with initial condition y(0)= y_0 becomes
-sy_0+ sL{y}(s)= L\{f(x,y)\}[/itex]<br /> <br /> You could solve that, algebraically, for L{y}(s), then reverse the transform.<br /> <br /> Unfortunately, while there is a straightforward (if not always easy) integral for the transform, the inverse transform tends to be less clear. Typically, what one does is break L{f}(s) into parts, the look up the inverse transform of each part in a &quot;table of Laplace transforms&quot;.<br /> <br /> I am of the opinion that there are always better ways of solving differential equations. Laplace transforms have two uses- allowing engineers a &quot;standardized&quot; way of looking up solutions to differential equations and giving an abstract way of writing solutions to use in theoretical discussions even if it is impossible to find the inverse transform.
 
Last edited by a moderator:
1 why does the vdu part not have an interval??

2 and what happened to the infinite interval thing i can only see the 0 subed in. shouldn't there be an infinity subbed in or like a limit or something...?

3 with sL{y}(s)= L\{f(x,y)\}
how does that work? i don't quite think i understand the jump (sorry)

4 if someone wrote L{f} is L{f}(s) implied? or do they mean something different.
 
brandy said:
1 why does the vdu part not have an interval??

It does, HallsofIvy just left it out is all.

brandy said:
2 and what happened to the infinite interval thing i can only see the 0 subed in. shouldn't there be an infinity subbed in or like a limit or something...?

for 'uv' you will have e-sxf(x), for the upper limit of ∞, the e-sx as x goes to ∞, e-sx goes to 0. So as x goes to ∞, e-sxf(x) goes to zero.

for the lower limit of x=0, that you should be able to follow.

brandy said:
3 with sL{y}(s)= L\{f(x,y)\}
how does that work? i don't quite think i understand the jump (sorry)

HallsofIvy showed that the laplace transform of dy/dx (or in his example df/dx) is -sf(0)+sL{y(x)}(s).

For dy/dx = f(x,y), if you take the laplace transform on both sides, you will get

L{dy/dx} = L{f(x,y)}

to get -sy(0)+sL{y(x)}(s) = L{f(x,y)}

and y(0) = y0 to get -sy0 + sL{y(x)}(s) = L{f(x,y)}.

brandy said:
4 if someone wrote L{f} is L{f}(s) implied? or do they mean something different.

Usually when you apply a Laplace transform, you transform whatever domain it was in, into the 's' domain.

so if you had L{f(x)}, you would get some function F(s). So it would be the same thing, but it would be better to write L{f(x)} since you can have f in terms of x and y and so on.
 
Thanks, I've fixed the limits on the integral. (A little late!)
 
An important part of the Laplace Transform is the almost one to one nature of the transfer function to the original differential equation.

If this were not the case, the Laplace transform would be useless.
 
  • #10
wow thanks heaps! lol some facepalmable mistakes there.
with 4, so it does mean the same thing or the domain is s in the case of L{f}(s)
i don't think the domain is s because its outside of the {}. am i right in assuming that L{f}(s) is the same as L{f} and merely just different notation?

does sL{f} mean L{f}(s) multiplied by s??
 
  • #11
brandy said:
does sL{f} mean L{f}(s) multiplied by s??

Yes.

Usually when you have to do the transforms by hand it is useful to put something like let F(s) = L{f(t)} so that you don't continuously have to write out L{f(t)}.

so 'sL{f(t)}' can be rewritten as 'sF(s)'.
 
  • #12
The Laplace Transform reduces a differential equation to an algebraic equation

Like the Fourier Transform, it gives a different perspective on a time domain function.
The FT yields the spectral content of the time domain function; that is its frequency components
and thus the steady state response.
The LT does this too [using complex frequency, e^ -st] but also contains the transient response.

In electrical engineering one can not do without it.
It is a tool for both synthesis and analysis.
 
Back
Top