- #1
tomwilliam2
- 117
- 2
Homework Statement
##A\dot{x} + By = 0##
##C\dot{y} + Dx = 0##
Homework Equations
##\int u'v = uv - \int uv'##
The Attempt at a Solution
This is a system of linear DE:
##A\dot{x} + By = 0##
##C\dot{y} + Dx = 0##
Where the constants A-D are non-zero and x and y are functions of time.
This is simple to solve by taking the derivative wrt time of the first:
##A\ddot{x}+ B\dot{y}=0##
Then rearranging for ##\dot{y}##, removing it for the other expression, producing the characteristic equation:
##\lambda^2 - \frac{BD}{CA}=0##
Then finding the real, distinct roots and producing a family of solutions.
However, in my textbook it says "the characteristic equation (of these linear equations) in terms of the Laplace operator, s, is:
##s^2 - \frac{BD}{CA}=0##
Obviously that's the same as my solution...but I'm intrigued by the use of the "Laplace operator". I'm guessing the author doesn't mean the differential operator ##\Delta## - I can't see how you would use that to solve these equations. Does he mean a Laplace transform?
I understand that Laplace transforms can be used to solve these systems of linear equations, so I've been trying to do just that with this simple example. However, I get stuck trying to integrate:
##\int_{0}^{\infty}\dot{x}e^{-st} dt##
If I do integration by parts, I just get back to the same equation after I've integrated twice. I can't see how to solve it by substitution. Is there any other way to get to the characteristic equation which might be what the book is referring to?