- #1
tomwilliam2
- 117
- 2
I have the following linear differential equations:
##A\dot{x} + By = 0##
##C\dot{y} + Dx = 0##
Where x and y are functions of t, and A through D are constants.
I can solve this fairly easily by differentiating the first equation, rearranging, and removing one of the variables, which gives me a fairly straightforward to solve 2nd order differential equation.
However, my textbook says "these are linear differential equations, whose characteristic equation, in terms of the Laplace Operator, is..." and goes on to produce the same characteristic equation as I get. I understand that when the linear equations get more complicated, you have to use a Laplace transform to solve them. So I thought I'd give it a go, but can't get the same characteristic equation. I'm not sure where I'm going wrong, so if I put my working out here, could someone point me to the mistake(s)?
I'm starting with the first equation:
## F(s) = A \int_{0}^{\infty} \dot{x}e^{-st} dt + B \int_{0}^{\infty} ye^{-st}dt##
Using integration by parts:
##F(s) = A\left(xe^{-st} + s \int_{0}^{\infty}xe^{-st} dt \right) + B/s \left( \int_{0}^{\infty}e^{-st} dt - ye^{-st}\right)##
Now applying integration by parts again:
##F(s) = A\left((xe^{-st} -xe^{-st} - 1/s\right) -By/s - B/s^2 \left(\int_{0}^{\infty}e^{-st} dt\right)##
And I think here I have to apply the limits to clear it up, so:
##F(s) = -A/s - By/s + B/s^2 = \frac{B(1-ys)}{s^2} - \frac{A}{s}##
But I think this has already gone wrong somewhere, as I don't see this becoming a quadratic equation.
Presuming I can fix this integration by parts, what is the next step? To do the same thing with the other linear equation and then equate them?
Thanks in advance for any suggestions.
##A\dot{x} + By = 0##
##C\dot{y} + Dx = 0##
Where x and y are functions of t, and A through D are constants.
I can solve this fairly easily by differentiating the first equation, rearranging, and removing one of the variables, which gives me a fairly straightforward to solve 2nd order differential equation.
However, my textbook says "these are linear differential equations, whose characteristic equation, in terms of the Laplace Operator, is..." and goes on to produce the same characteristic equation as I get. I understand that when the linear equations get more complicated, you have to use a Laplace transform to solve them. So I thought I'd give it a go, but can't get the same characteristic equation. I'm not sure where I'm going wrong, so if I put my working out here, could someone point me to the mistake(s)?
I'm starting with the first equation:
## F(s) = A \int_{0}^{\infty} \dot{x}e^{-st} dt + B \int_{0}^{\infty} ye^{-st}dt##
Using integration by parts:
##F(s) = A\left(xe^{-st} + s \int_{0}^{\infty}xe^{-st} dt \right) + B/s \left( \int_{0}^{\infty}e^{-st} dt - ye^{-st}\right)##
Now applying integration by parts again:
##F(s) = A\left((xe^{-st} -xe^{-st} - 1/s\right) -By/s - B/s^2 \left(\int_{0}^{\infty}e^{-st} dt\right)##
And I think here I have to apply the limits to clear it up, so:
##F(s) = -A/s - By/s + B/s^2 = \frac{B(1-ys)}{s^2} - \frac{A}{s}##
But I think this has already gone wrong somewhere, as I don't see this becoming a quadratic equation.
Presuming I can fix this integration by parts, what is the next step? To do the same thing with the other linear equation and then equate them?
Thanks in advance for any suggestions.