How Do You Apply Laplace Transform to Shifted Functions in Calculus?

  • Thread starter Thread starter jhendren
  • Start date Start date
  • Tags Tags
    Terms
jhendren
Messages
34
Reaction score
0

Homework Statement



Find Laplace transformation
H(t-1)t^2

Homework Equations



The Attempt at a Solution



[2(e^-s)f(t^2)]/s^3

I'm not sure how to get t^2 in terms of t-1

I know the answer is (2+2s+s^2)/s^3
 
Physics news on Phys.org
Just express ##t^2## as a finite Taylor series about ##t=1##. Alternatively you can use this formula$$
\mathcal L(u(t-a)f(t)) = e^{-as}\mathcal L(f(t+a)$$which would give, in your case$$
\mathcal L(u(t-1)t^2)=e^{-s}\mathcal L((t+1)^2)
= e^{-s}\mathcal L(t^2+2t+1)$$
 
can you show me the proof on that formula because it is no where in my book
 
jhendren said:
can you show me the proof on that formula because it is no where in my book

$$\mathcal L(u(t-a)f(t)=\int_a^\infty e^{-st}f(t)dt$$Let ##v = t-a##$$
=\int_0^\infty e^{-s(v+a)}f(v+a)dv =e^{-as}\int_0^\infty e^{-sv}f(v+a)dv
=e^{-as}\mathcal L(f(t+a))$$This formula is handy because, as in your problem, the function f(t) isn't usually given in terms of the argument of the step function.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top