Laplace Transform: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 5: Line 5:
:<math>F(s) = \mathcal{L} \left\{f(t)\right\}=\int_0^{\infty} e^{-st} f(t) \,dt </math>
:<math>F(s) = \mathcal{L} \left\{f(t)\right\}=\int_0^{\infty} e^{-st} f(t) \,dt </math>


==Sample Functions==
== Sample Functions ==
 
The following is a list of commonly seen functions of which the Laplace transform is taken. The start function is noted within the Laplace symbol <math> \mathcal{L} \left\{ \right\} </math>.
The following is a list of commonly seen functions of which the Laplace transform is taken. The start function is noted within the Laplace symbol <math> \mathcal{L} \left\{ \right\} </math>.
:<math>F(s) = \mathcal{L} \left\{1\right\}=\int_0^{\infty} e^{-st} \,dt = </math> <math> \frac {1}{s}</math>


:<math>F(s) = \mathcal{L} \left\{t^n\right\}=\int_0^{\infty} e^{-st} t^n \,dt = </math> <math> \frac {n!}{s^{n+1}}</math>
: <math>F(s) = \mathcal{L} \left\{1\right\}=\int_0^{\infty} e^{-st} \,dt = </math> <math> \frac {1}{s}</math>
 
: <math>F(s) = \mathcal{L} \left\{t^n\right\}=\int_0^{\infty} e^{-st} t^n \,dt = </math> <math> \frac {n!}{s^{n+1}}</math>


:<math>F(s) = \mathcal{L} \left\{e^{at}\right\}=\int_0^{\infty} e^{-st} e^{at} \,dt = </math> <math> \frac {1}{s-a}</math>
: <math>F(s) = \mathcal{L} \left\{e^{at}\right\}=\int_0^{\infty} e^{-st} e^{at} \,dt = </math> <math> \frac {1}{s-a}</math>


:<math>F(s) = \mathcal{L} \left\{sin(\omega t)\right\}=\int_0^{\infty} e^{-st} sin(\omega t) \,dt = </math> <math> \frac {\omega}{s^2+\omega^2}</math>
: <math>F(s) = \mathcal{L} \left\{sin(\omega t)\right\}=\int_0^{\infty} e^{-st} sin(\omega t) \,dt = </math> <math> \frac {\omega}{s^2+\omega^2}</math>


:<math>F(s) = \mathcal{L} \left\{cos(\omega t)\right\}=\int_0^{\infty} e^{-st} cos(\omega t) \,dt = </math> <math> \frac {s}{s^2+\omega^2}</math>
: <math>F(s) = \mathcal{L} \left\{cos(\omega t)\right\}=\int_0^{\infty} e^{-st} cos(\omega t) \,dt = </math> <math> \frac {s}{s^2+\omega^2}</math>


:<math>F(s) = \mathcal{L} \left\{t^n g(t)\right\}=\int_0^{\infty} e^{-st} t^n g(t) \,dt = </math> <math> \frac {(-1)^n d^n G(s)} {ds^n}  \mbox{ for}~n\ \mbox{= 1,2,...}</math>
: <math>F(s) = \mathcal{L} \left\{t^n g(t)\right\}=\int_0^{\infty} e^{-st} t^n g(t) \,dt = </math> <math> \frac {(-1)^n d^n G(s)} {ds^n}  \mbox{ for}~n\ \mbox{= 1,2,...}</math>


:<math>F(s) = \mathcal{L} \left\{t sin(\omega t)\right\}=\int_0^{\infty} e^{-st} t sin(\omega t) \,dt = </math> <math> \frac {2 \omega s} {(s^2+\omega^2)^2} </math>
: <math>F(s) = \mathcal{L} \left\{t sin(\omega t)\right\}=\int_0^{\infty} e^{-st} t sin(\omega t) \,dt = </math> <math> \frac {2 \omega s} {(s^2+\omega^2)^2} </math>


:<math>F(s) = \mathcal{L} \left\{t cos(\omega t)\right\}=\int_0^{\infty} e^{-st} t cos(\omega t) \,dt = </math> <math> \frac {s^2-\omega^2} {(s^2+\omega^2)^2} </math>
: <math>F(s) = \mathcal{L} \left\{t cos(\omega t)\right\}=\int_0^{\infty} e^{-st} t cos(\omega t) \,dt = </math> <math> \frac {s^2-\omega^2} {(s^2+\omega^2)^2} </math>


:<math>F(s) = \mathcal{L} \left\{g(at)\right\}=\int_0^{\infty} e^{-st} g(at) \,dt = </math> <math> \frac {1} {a} G \left(\frac {s} {a}\right) \mbox{ for}~a\ \mbox{> 0} </math>
: <math>F(s) = \mathcal{L} \left\{g(at)\right\}=\int_0^{\infty} e^{-st} g(at) \,dt = </math> <math> \frac {1} {a} G \left(\frac {s} {a}\right) \mbox{ for}~a\ \mbox{\gt 0} </math>


:<math>F(s) = \mathcal{L} \left\{e^{at} g(t)\right\}=\int_0^{\infty} e^{-st} e^{at} g(t) \,dt = G(s-a) </math>
: <math>F(s) = \mathcal{L} \left\{e^{at} g(t)\right\}=\int_0^{\infty} e^{-st} e^{at} g(t) \,dt = G(s-a) </math>


:<math>F(s) = \mathcal{L} \left\{e^{at} t^n\right\}=\int_0^{\infty} e^{-st} e^{at} t^n \,dt = </math> <math> \frac {n!} {(s-a)^{n+1}} \mbox{ for}~n\ \mbox{= 1,2,...}</math>
: <math>F(s) = \mathcal{L} \left\{e^{at} t^n\right\}=\int_0^{\infty} e^{-st} e^{at} t^n \,dt = </math> <math> \frac {n!} {(s-a)^{n+1}} \mbox{ for}~n\ \mbox{= 1,2,...}</math>


:<math>F(s) = \mathcal{L} \left\{te^{-t}\right\}=\int_0^{\infty} e^{-st} te^{-t} \,dt = </math> <math> \frac {1} {(s+1)^2} </math>
: <math>F(s) = \mathcal{L} \left\{te^{-t}\right\}=\int_0^{\infty} e^{-st} te^{-t} \,dt = </math> <math> \frac {1} {(s+1)^2} </math>


:<math>F(s) = \mathcal{L} \left\{1-e^{-t/T}\right\}=\int_0^{\infty} e^{-st} (1-e^{-t/T}) \,dt = </math> <math> \frac {1} {s(1+Ts)} </math>
: <math>F(s) = \mathcal{L} \left\{1-e^{-t/T}\right\}=\int_0^{\infty} e^{-st} (1-e^{-t/T}) \,dt = </math> <math> \frac {1} {s(1+Ts)} </math>


:<math>F(s) = \mathcal{L} \left\{e^{at} sin(\omega t)\right\}=\int_0^{\infty} e^{-st} e^{at} sin(\omega t) \,dt = </math> <math> \frac {\omega} {(s-a)^2 + \omega^2} </math>
: <math>F(s) = \mathcal{L} \left\{e^{at} sin(\omega t)\right\}=\int_0^{\infty} e^{-st} e^{at} sin(\omega t) \,dt = </math> <math> \frac {\omega} {(s-a)^2 + \omega^2} </math>


:<math>F(s) = \mathcal{L} \left\{e^{at} cos(\omega t)\right\}=\int_0^{\infty} e^{-st} e^{at} cos(\omega t) \,dt = </math> <math> \frac {s-a} {(s-a)^2 + \omega^2} </math>
: <math>F(s) = \mathcal{L} \left\{e^{at} cos(\omega t)\right\}=\int_0^{\infty} e^{-st} e^{at} cos(\omega t) \,dt = </math> <math> \frac {s-a} {(s-a)^2 + \omega^2} </math>


:<math>F(s) = \mathcal{L} \left\{u(t)\right\}=\int_0^{\infty} e^{-st} u(t) \,dt = </math> <math> \frac {1} {s} </math>
: <math>F(s) = \mathcal{L} \left\{u(t)\right\}=\int_0^{\infty} e^{-st} u(t) \,dt = </math> <math> \frac {1} {s} </math>


:<math>F(s) = \mathcal{L} \left\{u(t-a)\right\}=\int_0^{\infty} e^{-st} u(t-a) \,dt = </math> <math> \frac {e^{-as}} {s} </math>
: <math>F(s) = \mathcal{L} \left\{u(t-a)\right\}=\int_0^{\infty} e^{-st} u(t-a) \,dt = </math> <math> \frac {e^{-as}} {s} </math>


:<math>F(s) = \mathcal{L} \left\{u(t-a) g(t-a)\right\}=\int_0^{\infty} e^{-st} u(t-a) g(t-a) \,dt = e^{-as} G(s) </math>
: <math>F(s) = \mathcal{L} \left\{u(t-a) g(t-a)\right\}=\int_0^{\infty} e^{-st} u(t-a) g(t-a) \,dt = e^{-as} G(s) </math>


:<math>F(s) = \mathcal{L} \left\{g'(t)\right\}=\int_0^{\infty} e^{-st} g'(t) \,dt = sG(s) - g(0) </math>
: <math>F(s) = \mathcal{L} \left\{g'(t)\right\}=\int_0^{\infty} e^{-st} g'(t) \,dt = sG(s) - g(0) </math>


:<math>F(s) = \mathcal{L} \left\{g''(t)\right\}=\int_0^{\infty} e^{-st} g''(t) \,dt = s^2 \cdot G(s) - s \cdot g(0) - g'(0) </math>
: <math>F(s) = \mathcal{L} \left\{g''(t)\right\}=\int_0^{\infty} e^{-st} g''(t) \,dt = s^2 \cdot G(s) - s \cdot g(0) - g'(0) </math>


:<math>F(s) = \mathcal{L} \left\{g^{(n)}(t)\right\}=\int_0^{\infty} e^{-st} g^{(n)}(t) \,dt = s^n \cdot G(s) - s^{n-1} \cdot g(0) - s^{n-2} \cdot g'(0) - ... - g^{(n-1)}(0) </math>
: <math>F(s) = \mathcal{L} \left\{g^{(n)}(t)\right\}=\int_0^{\infty} e^{-st} g^{(n)}(t) \,dt = s^n \cdot G(s) - s^{n-1} \cdot g(0) - s^{n-2} \cdot g'(0) - ... - g^{(n-1)}(0) </math>


==Transfer Function==
==Transfer Function==

Revision as of 15:14, 20 January 2010

Laplace transforms are an adapted integral form of a differential equation (created and introduced by the French mathematician Pierre-Simon Laplace (1749-1827)) used to describe electrical circuits and physical processes. Adapted from previous notions given by other notable mathematicians and engineers like Joseph-Louis Lagrange (1736-1812) and Leonhard Euler (1707-1783), Laplace transforms are used to be a more efficient and easy-to-recognize form of a mathematical equation.

Standard Form

This is the standard form of a Laplace transform that a function will undergo.

F(s)={f(t)}=0estf(t)dt

Sample Functions

The following is a list of commonly seen functions of which the Laplace transform is taken. The start function is noted within the Laplace symbol {}.

F(s)={1}=0estdt= 1s
F(s)={tn}=0esttndt= n!sn+1
F(s)={eat}=0esteatdt= 1sa
F(s)={sin(ωt)}=0estsin(ωt)dt= ωs2+ω2
F(s)={cos(ωt)}=0estcos(ωt)dt= ss2+ω2
F(s)={tng(t)}=0esttng(t)dt= (1)ndnG(s)dsn forn= 1,2,...
F(s)={tsin(ωt)}=0esttsin(ωt)dt= 2ωs(s2+ω2)2
F(s)={tcos(ωt)}=0esttcos(ωt)dt= s2ω2(s2+ω2)2
F(s)={g(at)}=0estg(at)dt= Failed to parse (syntax error): {\displaystyle \frac {1} {a} G \left(\frac {s} {a}\right) \mbox{ for}~a\ \mbox{\gt 0} }
F(s)={eatg(t)}=0esteatg(t)dt=G(sa)
F(s)={eattn}=0esteattndt= n!(sa)n+1 forn= 1,2,...
F(s)={tet}=0esttetdt= 1(s+1)2
F(s)={1et/T}=0est(1et/T)dt= 1s(1+Ts)
F(s)={eatsin(ωt)}=0esteatsin(ωt)dt= ω(sa)2+ω2
F(s)={eatcos(ωt)}=0esteatcos(ωt)dt= sa(sa)2+ω2
F(s)={u(t)}=0estu(t)dt= 1s
F(s)={u(ta)}=0estu(ta)dt= eass
F(s)={u(ta)g(ta)}=0estu(ta)g(ta)dt=easG(s)
F(s)={g(t)}=0estg(t)dt=sG(s)g(0)
F(s)={g(t)}=0estg(t)dt=s2G(s)sg(0)g(0)
F(s)={g(n)(t)}=0estg(n)(t)dt=snG(s)sn1g(0)sn2g(0)...g(n1)(0)

Transfer Function

The Laplace transform of the impulse response of a circuit with no initial conditions is called the transfer function. If a single-input, single-output circuit has no internal stored energy and all the independent internal sources are zero, the transfer function is

H(s)=(responsesignal)(inputsignal).

Impedances and admittances are special cases of transfer functions.

Example

Solve the differential equation:

y2y15y=6y(0)=1y(0)=3

We start by taking the Laplace transform of each term.

{y}2{y}15{y}={6}

The next step is to perform the respective Laplace transforms, using the information given above.

(s2{y}s3)2(s{y}1)15{y}={6}

Using association, the equation is rearranged:

(s22s15){y}=6ss+32

Continuing on using the method of partial fractions, the equation is progressed:

6+ss2s(s+3)(s5)=(As)(Bs+3)(Cs5)


A(s+3)(s5)+Bs(s5)+Cs(s+3)=s2+s+6


A+B+C=1
2A5B+3C=1
15A=6


A=25B=14C=720

Plugging the above values back into the equation further up, we get:

{y}=25s+14s+3+720s5

Applying anti-Laplace transforms, we get the equation:

y=1{25s}+1{14s+3}+1{720s5}

Applying the Laplace transforms in reverse (as the above equation utilizes inverse Laplace transforms) for the above equation, we get the solution:

y(t)=25+14e3t+720e5t

References

DeCarlo, Raymond A.; Lin, Pen-Min (2001), Linear Circuit Analysis, Oxford University Press, ISBN 0-19-513666-7 .

External links

Authors

Colby Fullerton

Brian Roath

Reviewed By

David Robbins

Thomas Wooley

Read By

Jaymin Joseph