What Is the Correct Laplace Solution for This Differential Equation?

  • Thread starter Thread starter Larsson
  • Start date Start date
  • Tags Tags
    Laplace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Larsson
Messages
25
Reaction score
0
I have

y'' + 2y' - 3y = Dirac(t)

I use the laplacetransformation and get

s^2Y + 2sY - 3Y = 1

Y = 1/4 * 1/(s-1) - 1/4 * 1/(s+3) (skipped some steps)

I try to use inverselaplace and receive

y = 1/4*exp(t) * H(t) - 1/4 * exp(-3t)*H(t)

Where H(t) is the heaviside function.
the correct answear should be 1/4*exp(t) *( H(t) -1) - 1/4 * exp(-3t)*H(t).

What am I doing wrong. They ask for "the limited solution" does that mean anything particulairy?

Thnx for any help
 
Physics news on Phys.org
Tide said:
You left out the initial values when you performed the Laplace transform on the original DE.


There were no initial values if you mean like y(0) och y'(0). But I think I understand it anyhow. the key lies in the "limited solution". A limited solution can't eb allowed to grow infinite, and therefor we have to compensate for the 1/4 exp(t)
 
Hello guys. Are you referring to the following IVP:

[tex]y^{''}+2y^{'}-3y=\delta_0(t);\quad y(0)=0\quad y^{'}(0)=0^-[/tex]

(You'll need initial conditions to solve via Laplace transforms.)

It's a bit awkward that one initial condition is given "prior" to t=0. Perhaps this is the "limiting" case the author refers to. Anyway, I don't get all those Heaviside's. I get one and it has to be inserted manually:

[tex]y(t)=H(t)\left(\frac{e^t}{4}-\frac{e^{-3t}}{4}\right)[/tex]
 
Last edited: