Help! Solving a Differential Equation with Laplace

silvrstring
Messages
2
Reaction score
0
Hello everyone.

I think Pierre-Simon Laplace is alive and well and he is trying to kill me, or drive me mad. I am trying to solve the attached problem. It is a differential equation---D2x+Dx-2*x=5*e^(-t)*sin(t). I have repeatedly tried to solve this problem. I don't like asking for help with homework, but I desperately want to know what I am doing wrong. I would like to think that the book has the wrong answer (it has happened before). Unfortunately, I don't have access to my MATLab, right now---I don't know why. So, I can't check it.

The problem, and one of my several attempts at the solution, are attached. I hope you can help me see my error(s).
 

Attachments

  • Laplace5.jpg
    Laplace5.jpg
    24.5 KB · Views: 404
Last edited:
Physics news on Phys.org
Unfortunately I can't see the attachment yet. But generally one would first solve the homogeneous problem and try to find a particular solution.
The homogeneous problem is
x''(t) + x'(t) - 2 x(t) = 0
so the standard approach is plugging in x = e^{\lambda t} as a trial solution.
For the inhomogeneous problem, you have something with trig functions, so I'd try plugging in x = \left[ A cos(t) + B sin(t) \right] e^{-t} and try to solve for A and B to find a particular solution.

Otherwise, I'm waiting for the attachment to be approved :)
 
I got the same answer you did. Seems like there's something wrong with the book's answer. By the way, being lazy, I used the online calculators at wims:
http://wims.unice.fr/wims/
 
Welp, the book was wrong. The written answer is correct. Thanks for responding, though.
I'll check out the wims calculator Defennder. Thanks for the tip.
 
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