What Is the Correct Laplace Solution for This Differential Equation?

  • Thread starter Thread starter Larsson
  • Start date Start date
  • Tags Tags
    Laplace
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 recieve

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
You left out the initial values when you performed the Laplace transform on the original DE.
 
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:

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

(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:

y(t)=H(t)\left(\frac{e^t}{4}-\frac{e^{-3t}}{4}\right)
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top