Post Reply 
Problem with Laplace transform
01-19-2016, 08:21 AM
Post: #6
RE: Problem with Laplace transform
I guess that by U(t) you mean the step function. In that case you need to use the HP Prime function Heaviside().

The step function at t=0 is Heaviside(t), and the step function at other values, say t=2, is Heaviside(t-2).

Using this function you get:

laplace(Heaviside(t),t,p) = 1/p

laplace(Heaviside(t-2),t,p) = e^(-2*p)/p

laplace(Heaviside(t)+(t-2)^2*Heavisede(t-2),t,p) = (p^2+2*e^(-2*p)) / p^3
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with Laplace transform - Natoe - 01-18-2016, 11:58 AM
RE: Problem with Laplace transform - JMB - 01-18-2016, 02:13 PM
RE: Problem with Laplace transform - JMB - 01-18-2016, 04:52 PM
RE: Problem with Laplace transform - Natoe - 01-18-2016, 10:51 PM
RE: Problem with Laplace transform - JMB - 01-19-2016 08:21 AM
RE: Problem with Laplace transform - JMB - 09-29-2020, 07:32 PM



User(s) browsing this thread: 1 Guest(s)