Laplace Transform: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Comment
 
(7 intermediate revisions by 2 users not shown)
Line 70: Line 70:


Using association, the equation is rearranged:
Using association, the equation is rearranged:
:<math> (s^2-2s-15)\mathcal{L} \left\{y\right\}= \frac {6} {s} -s+3-2</math>
:<math> (s^2-2s-15)\mathcal{L} \left\{y\right\}= \frac {6} {s} +s+3-2</math>


Continuing on using the method of partial fractions, the equation is progressed:
Continuing on using the method of partial fractions, the equation is progressed:
:<math> \frac {6+s-s^2} {s(s+3)(s-5)} = \left(\frac {A} {s}\right) \left(\frac {B} {s+3}\right) \left(\frac {C} {s-5}\right)</math>
:<math> \frac {s^2+s+6} {s(s+3)(s-5)} = \frac {A} {s} + \frac {B} {s+3} + \frac {C} {s-5}</math>




:<math> A(s+3)(s-5)+Bs(s-5)+Cs(s+3)=-s^2+s+6 \,</math>
:<math> A(s+3)(s-5)+Bs(s-5)+Cs(s+3)=s^2+s+6 \,</math>




Line 84: Line 84:




:<math> A=\frac {-2} {5} \qquad B=\frac {-1} {4} \qquad C=\frac {-7} {20} </math>
:<math> A=\frac {-2} {5} \qquad B=\frac {1} {2} \qquad C=\frac {9} {10} </math>


Plugging the above values back into the equation further up, we get:
Plugging the above values back into the equation further up, we get:
:<math> \mathcal{L} \left\{y\right\} = \frac {\frac {-2} {5}} {s} + \frac {\frac {-1} {4}} {s+3} + \frac {\frac {-7} {20}} {s-5} </math>
:<math> \mathcal{L} \left\{y\right\} = \frac {\frac {-2} {5}} {s} + \frac {\frac {1} {2}} {s+3} + \frac {\frac {9} {10}} {s-5} </math>


Applying anti-Laplace transforms, we get the equation:
Applying anti-Laplace transforms, we get the equation:
:<math> y= \mathcal{L}^{-1} \left\{\frac {\frac {-2} {5}} {s}\right\}  + \mathcal{L}^{-1} \left\{\frac {\frac {-1} {4}} {s+3}\right\}  + \mathcal{L}^{-1} \left\{\frac {\frac {-7} {20}} {s-5}\right\}  </math>
:<math> y= \mathcal{L}^{-1} \left\{\frac {\frac {-2} {5}} {s}\right\}  + \mathcal{L}^{-1} \left\{\frac {\frac {1} {2}} {s+3}\right\}  + \mathcal{L}^{-1} \left\{\frac {\frac {9} {10}} {s-5}\right\}  </math>


Applying the Laplace transforms in reverse (as the above equation utilizes inverse Laplace transforms) for the above equation, we get the solution:
Applying the Laplace transforms in reverse (as the above equation utilizes inverse Laplace transforms) for the above equation, we get the solution:
:<math> y(t)= \frac {-2} {5} + \frac {-1} {4} e^{-3t} + \frac {-7} {20} e^{5t} </math>
:<math> y(t)= \frac {-2} {5} + \frac {1} {2} e^{-3t} + \frac {9} {10} e^{5t} </math>


==References==
==References==
DeCarlo, Raymond A.; Lin, Pen-Min (2001), Linear Circuit Analysis, Oxford University Press, ISBN 0-19-513666-7 .
DeCarlo, Raymond A.; Lin, Pen-Min (2001), Linear Circuit Analysis, Oxford University Press, ISBN 0-19-513666-7 .
Zill, Dennis G. (2005), A First Course in Differential Equations with Modeling Applications Ninth Edition, Brooks/Cole Cengage Learning, ISBN 0-495-10824-3 .
== External links ==
== External links ==
*[http://www.intmath.com/Laplace-transformation/Intro.php The Laplace Transform].
*[http://www.intmath.com/Laplace-transformation/Intro.php The Laplace Transform].
Line 119: Line 122:


==Comments==
==Comments==
John Hawkins:


*John Hawkins: I believe that instead of
*Nice list of transforms!  Where did you find it?  Inside the back cover of the textbook has a good list, but none including transforms of <math>\ g(t)</math>.  I see your reference to the textbook. What page?
 
** Oops! It seems I forgot to add a reference to the list, thanks for mentioning it. I got the others from a list in the back of the ODE textbook. I'll list the reference up above.
 
 
*I believe that  


:<math> \frac {6+s-s^2} {s(s+3)(s-5)} = \left(\frac {A} {s}\right) \left(\frac {B} {s+3}\right) \left(\frac {C} {s-5}\right)</math>
:<math> \frac {6+s-s^2} {s(s+3)(s-5)} = \left(\frac {A} {s}\right) \left(\frac {B} {s+3}\right) \left(\frac {C} {s-5}\right)</math>


you wanted to write
should be
 
:<math> \frac {6+s-s^2} {s(s+3)(s-5)} = \frac {A} {s}+ \frac {B} {s+3}+ \frac {C} {s-5}</math>
 
** Thank you for pointing that out. It should be fixed now.
 
*Also, the solution <math> y(t)= -\frac {2} {5} - \frac {1} {4} e^{-3t} - \frac {7} {20} e^{5t} </math> does not match the initial condition of <math>\ y(0)=1</math>.


:<math> \frac {6+s-s^2} {s(s+3)(s-5)} = \left(\frac {A} {s}\right)+ \left(\frac {B} {s+3}\right)+ \left(\frac {C} {s-5}\right)</math>
** Yeah, you're right. A minor sign error was what messed it up. It should be fixed now.

Latest revision as of 22:46, 3 February 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= 1aG(sa), fora>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}=6s+s+32

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

s2+s+6s(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=12C=910

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

{y}=25s+12s+3+910s5

Applying anti-Laplace transforms, we get the equation:

y=1{25s}+1{12s+3}+1{910s5}

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+12e3t+910e5t

References

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

Zill, Dennis G. (2005), A First Course in Differential Equations with Modeling Applications Ninth Edition, Brooks/Cole Cengage Learning, ISBN 0-495-10824-3 .

External links

Authors

Colby Fullerton

Brian Roath

Reviewed By

David Robbins

Thomas Wooley

Read By

Jaymin Joseph

John Hawkins

Comments

John Hawkins:

  • Nice list of transforms! Where did you find it? Inside the back cover of the textbook has a good list, but none including transforms of g(t). I see your reference to the textbook. What page?
    • Oops! It seems I forgot to add a reference to the list, thanks for mentioning it. I got the others from a list in the back of the ODE textbook. I'll list the reference up above.


  • I believe that
6+ss2s(s+3)(s5)=(As)(Bs+3)(Cs5)

should be

6+ss2s(s+3)(s5)=As+Bs+3+Cs5
    • Thank you for pointing that out. It should be fixed now.
  • Also, the solution y(t)=2514e3t720e5t does not match the initial condition of y(0)=1.
    • Yeah, you're right. A minor sign error was what messed it up. It should be fixed now.