Inverse Laplace of 1s: Formula-Based Solution

  • Context: Undergrad 
  • Thread starter Thread starter indianaronald
  • Start date Start date
  • Tags Tags
    Inverse Laplace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
indianaronald
Messages
21
Reaction score
0
This is very tricky for me. How to find the inverse laplace of 1s. I haven't been taught the integral method of inverse. Only the formula based , splitting terms kind of thing. I used MATLAB and found it was dirac delta. But how do I get to it without using the integral for inverse?
 
Physics news on Phys.org
When I look at this in Mathematica I get a derivative of the delta function, in other words:
[tex] \mathcal{L}^{-1}\left\{s\right\} = \frac{d}{dt}\delta(t)[/tex]
 
16180339887 said:
When I look at this in Mathematica I get a derivative of the delta function, in other words:
[tex] \mathcal{L}^{-1}\left\{s\right\} = \frac{d}{dt}\delta(t)[/tex]

Hey yeah, figured that out. It's actually by this property:

inverse( df/dt)= s F(s) where laplace(f) = F(s)

laplace ( dirac delta )=1 ( known property )

laplace( d(diracdelta)/dt ) = s*(1)

hence, inverse( s) = d(diracdelta)/dt
 
Indianaronald,

Almost, be careful that:

[itex]\mathcal{L}\left\{ \frac{\mathrm{d}f}{\mathrm{dt}} \left(t\right)\right\}=s\mathcal{L}\left\{f\left(t\right)\right\}[/itex]

Not the inverse as you mentioned it.
 
jfgobin said:
Indianaronald,

Almost, be careful that:

[itex]\mathcal{L}\left\{ \frac{\mathrm{d}f}{\mathrm{dt}} \left(t\right)\right\}=s\mathcal{L}\left\{f\left(t\right)\right\}[/itex]

Not the inverse as you mentioned it.

yeah yeah. That's what I meant. Typo.