Differential Equation, Solve for function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



Given

[itex]\frac{dx}{dt} + ax = Asin(ωt), x(0) = b[/itex]

Solve for [itex]x(t)[/itex]

Homework Equations


The Attempt at a Solution



I take the Laplace transform of both sides and get

[itex]sX(s) - x(0) + aX(s) = \frac{Aω}{s^{2} + ω^{2}}[/itex]
[itex]X(s) = \frac{b}{s + a} + \frac{Aω}{(s^{2} + ω^{2})(s+1)}[/itex]

The solution then state that the expression above is equal to

[itex](b + \frac{ωA}{a^{2}+ω^{2}})\frac{1}{s + a} + \frac{aA}{a^{2} + ω^{2}}\frac{ω}{s^{2} + ω^{2}} - \frac{ωA}{a^{2} + ω^{2}}\frac{s}{s^{2} + ω^{2}}[/itex]

I don't know how the two expressions are equal to each other or were [itex]\frac{aA}{a^{2} + ω^{2}}\frac{ω}{s^{2} + ω^{2}} - \frac{ωA}{a^{2} + ω^{2}}\frac{s}{s^{2} + ω^{2}}[/itex] came from. I believe that [itex]\frac{b}{s + a} + \frac{Aω}{(s^{2} + ω^{2})(s+a)} = (b + \frac{ωA}{a^{2}+ω^{2}})\frac{1}{s + a}[/itex] as it's just factoring. So then if this is true than [itex]\frac{aA}{a^{2} + ω^{2}}\frac{ω}{s^{2} + ω^{2}} = \frac{ωA}{a^{2} + ω^{2}}\frac{s}{s^{2} + ω^{2}}[/itex], which I don't see how that's true.

Thanks for any help.
 
Physics news on Phys.org
GreenPrint said:

Homework Statement



Given

[itex]\frac{dx}{dt} + ax = Asin(ωt), x(0) = b[/itex]

Solve for [itex]x(t)[/itex]

Homework Equations





The Attempt at a Solution



I take the Laplace transform of both sides and get

[itex]sX(s) - x(0) + aX(s) = \frac{Aω}{s^{2} + ω^{2}}[/itex]
[itex]X(s) = \frac{b}{s + a} + \frac{Aω}{(s^{2} + ω^{2})\color{red}{(s+a)}}[/itex]

The solution then state that the expression above is equal to...

I think you meant ##s+a## where I have corrected in red. I didn't bother to work through your next calculations. This is going to be messy even without any mistakes. What the author surely did was use the standard procedure of partial fractions to break up that last fraction:$$
\frac{Aω}{(s^2 + ω^2)(s+a)}= \frac C {s+a} + \frac{Ds+E}{s^2+\omega^2}$$Use your calculus partial fraction methods to solve for ##C,D,E##. They will be a bit messy and if neither you nor the author made any mistakes it should work. That last fraction is easy enough to take the inverse transform. I would inverse just as it stands first, then substitute the values for ##C,D##, and ##E## in your answer.

I should comment that LaPlace transforms is an terrible way to work this problem. I'm assuming you were asked to do it that way or I would have a rather different hint.
 
Last edited:
How would you recommend solving this problem then, if there's a much easier way to solve this than I would like to know how that can be done. Resolving that into partial fractions is very difficult to do.
 
GreenPrint said:
How would you recommend solving this problem then, if there's a much easier way to solve this than I would like to know how that can be done. Resolving that into partial fractions is very difficult to do.

The method of undertermined coefficients suggests a solution of the form
[tex] x(t) = Be^{-at} + C\cos \omega t + D \sin \omega t[/tex]
for some constants [itex]B[/itex], [itex]C[/itex] and [itex]D[/itex].
 
GreenPrint said:
How would you recommend solving this problem then, if there's a much easier way to solve this than I would like to know how that can be done. Resolving that into partial fractions is very difficult to do.

It's a constant coefficient equation. I would have recommended the same as pasmith did above.