Questions tagged [laplace-transform]

The Laplace transform is a widely used integral transform (transformation of functions by integrals), similar to the Fourier transform.

The Laplace transform of a function f(t) is defined as:

$$ \mathcal{L[f(t)]}=\int_0^{\infty}f(t)e^{-st}dt $$

Denoted $ \mathcal{L[f(t)]} $, it is a linear operator of a function $f(t)$ with a real argument t that transforms it to a function $\hat{f}(s)$ with a complex argument $s$. This transformation is essentially bijective for the majority of practical uses; the respective pairs of $f(t)$ and $\hat{f}(s)$ are matched in tables.

The Laplace transform has the useful property that many relationships and operations over the originals $f(t)$ correspond to simpler relationships and operations over the images $\hat{f}(s)$.

It is named for Pierre-Simon Laplace, who introduced the transform in his work on probability theory.

4179 questions
76
votes
5 answers

What exactly is Laplace transform?

I've been working on Laplace transform for a while. I can carry it out on calculation and it's amazingly helpful. But I don't understand what exactly is it and how it works. I google and found out that it gives "less familiar" frequency view. My…
hasExams
  • 2,285
17
votes
3 answers

Laplace transform of $1/t$

Does the laplace transform of $1/t$ exist? If yes, how do we calculate it? Putting it in $$\int_0^\infty (e^{-st}/t) dt$$ won't solve. Is there any other way? If not, why? Thanks!
Ayush Chaudhary
  • 273
  • 1
  • 2
  • 4
11
votes
2 answers

Finding the inverse laplace transform of $s$

How do I find the inverse laplace transform of $s$, i.e. $$L^{-1}\{s\}=\ ?$$
Litun
  • 670
11
votes
1 answer

inverse Laplace Transform: $ L^{-1} \{\log \frac{s^2 - a^2}{s^2} \}$.

I am styding Laplace transforms and for some reason I have stuck in the followning exercise. Find the inverse Laplace Transform $ L^{-1} \{\log \frac{s^2 - a^2}{s^2} \}$. Any help? Thank's in advance!
passenger
  • 3,793
10
votes
5 answers

How to find the Laplace transform of $\frac{1-\cos(t)}{t^2}$?

$$ f(t)=\frac{1-\cos(t)}{t^2} $$ $$ F(S)= ? $$
10
votes
2 answers

Equality of laplace transform

Assuming that Laplace Transforms of two functions $f$ and $g$ are equal, is it true that $f=g$? There is one-to-one correspondence between functions and their Laplace Transforms, so it seems to me that it is true.
9
votes
1 answer

Laplace transform of $\sin(\sqrt{t})$

I'm tired and completely blank on how to find a solution of Laplace transformation of $\sin(\sqrt{t})$.Please specify the method used and if possible something other than using series method. thank you
9
votes
4 answers

Laplace transform of $ t^{1/2}$ and $ t^{-1/2}$

Prove the following Laplace transforms: (a) $ \displaystyle{\mathcal{L} \{ t^{-1/2} \} = \sqrt{\frac{ \pi}{s}}} ,s>0 $ (b) $ \displaystyle{\mathcal{L} \{ t^{1/2} \} =\frac{1}{2s} \sqrt{\frac{ \pi}{s}}} ,s>0 $ I did (a) as following: (a) $…
passenger
  • 3,793
8
votes
0 answers

Solution of Coupled Systems with Laplace Transformation

I need to solve for $f(\tau)$ given by $$ f(\tau) = A(\tau)+\gamma\phi(\tau;f(\tau)) $$ in each of the time intervals in the timeline below, where in the $k$th interval, $\tau = t-\bar t_{k-1}$ Note that the functional form of $A(\tau)$ is…
8
votes
2 answers

Inverse laplace transform of $\ln$

Can someone help me with the following inverse Laplace transform, have not had trouble with any others thus far but this one is catching me $\mathcal{L}^{-1}\{ \ln(s^3 + s) \} = ?$
8
votes
2 answers

How to find inverse laplace transform of $\frac{2\sqrt s}{2\sqrt s+1}$

How to find inverse laplace transform of $$\dfrac{2\sqrt s}{2\sqrt s+1}$$ I tried to solve it, but I couldn't.
Richa
  • 81
7
votes
2 answers

Laplace transform of $f(t)/t$

For a function $f(t)$ Laplace transform is defined as $F(s)=\int_0^{\infty} f(t)e^{-st}dt$. I have to show the property that the Laplace transform of $f(t)\over t$ is $\int _s^\infty F(s')ds'$. I tried the substitution $k={1\over t}$ but then I…
sam_rox
  • 1,341
7
votes
2 answers

Find the inverse Laplace Transform of the following

Find the inverse Laplace Transform: $$\mathcal L^{-1} \left\lbrace 1\over s^4\right\rbrace$$ My attempt: I used the equation: $$\mathcal L\left\lbrace t^n\right\rbrace={n!\over s^{n+1}}$$ and played with some numbers until I got an answer that…
Jc E
  • 493
  • 3
  • 12
  • 25
7
votes
2 answers

Inverse Laplace of $ \frac{1}{\sqrt{s} - 1} $?

please help with this. I found this in textbook. Not derived from any differential equation. Also found the answer $$ \frac{1}{\sqrt{\pi}\sqrt{t}} + e^t * erf(\sqrt{t}) $$ (but don't know how)
palatok
  • 357
7
votes
1 answer

Laplace Transform Injectivity

Intuitively how can the Laplace transform be injective? You are taking an integral with limits $0$ and $\infty$. So you don't care about the function before $0$. Define $g(x)=x^2$ for $x>0$ and $g(x)=0$ for $x \leq 0$ Define $f(x)=x^2$ for $x>0$…
Arcane1729
  • 1,188
1
2 3
52 53