MHB Using definition of Laplace transform in determining Laplace of a step function

shorty1
Messages
16
Reaction score
0
I have a question that has stumped me a bit, i am not sure how to use the definition to calculate it, i can use the tables, but i don't think that's what is needed.

Using the definition of the Laplace transform, View attachment 153 determine the Laplace transform of

View attachment 154

I can do it with the table but i am not sure how to to this using the definition.

Help please?

:confused:
 

Attachments

  • CodeCogsEqn (1).gif
    CodeCogsEqn (1).gif
    1 KB · Views: 109
  • CodeCogsEqn (2).gif
    CodeCogsEqn (2).gif
    909 bytes · Views: 99
Physics news on Phys.org
shorty said:
I have a question that has stumped me a bit, i am not sure how to use the definition to calculate it, i can use the tables, but i don't think that's what is needed.

Using the definition of the Laplace transform, https://www.physicsforums.com/attachments/153 determine the Laplace transform of

https://www.physicsforums.com/attachments/154

I can do it with the table but i am not sure how to to this using the definition.

Help please?

:confused:

We can break up the integral into two parts since $f(t)$ is a piecewise function:

\[\mathcal{L}[f(t)] = \int_0^{\infty}e^{-st}f(t)\,dt=\int_0^2 e^{-st}0\,dt + \int_2^{\infty}e^{-st}t\,dt = \int_2^{\infty}te^{-st}\,dt.\]

This should now be a relatively simple improper integral to compute.

Can you take it from here?
 
Thank you, but I got that far into the separation, but I wasn't sure how to proceed from there, my integrals kept repeating when I tried it by parts, and I wasn't getting anything to substitute to use that wasn't still leaving me with multiple variables to integrate. ...
 
shorty said:
Thank you, but I got that far into the separation, but I wasn't sure how to proceed from there, my integrals kept repeating when I tried it by parts, and I wasn't getting anything to substitute to use that wasn't still leaving me with multiple variables to integrate. ...

In this case, you only need to apply integration by parts once. Let $u=t$, $dv=e^{-st}dt$; thus $du=dt$ and $v=-\dfrac{e^{-st}}{s}$. Plugging this into the integration by parts formula, we have

\[\int_2^{\infty}te^{-st}\,dt = \lim\limits_{b\to\infty}\left.\left[-\frac{te^{-st}}{s}\right]\right|_2^b + \frac{1}{s}\int_2^{\infty}e^{-st}\,dt=\ldots\]

Can you take it from here?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top