Thread Closed

Laplace transform and algebra

 
Share Thread
Aug29-07, 11:09 PM   #1
 

Laplace transform and algebra


1. The problem statement, all variables and given/known data

I must find the solution of a differential equation, but I'm stuck with a problem of algebra;

2. Relevant equations

The problem is

[tex]
y''+2y'+2y = sin(at)
[/tex]

With y(0) = y(0)' = 0

y''+2y'+2y = sin(at)

[tex]
s^2L[y]+2sL[y]+2L[y] = \frac{a}{s^2+a^2}
[/tex]

[tex]
L[y](s^2+2s+2) = \frac{a}{s^2+a^2}
[/tex]

[tex]
L[y] = \frac{a}{(s^2+2s+2)(s^2+a^2)}
[/tex]

3. The attempt at a solution

I transform it;

[tex]
L[y] = \frac{a}{([s+1]^2+1)(s^2+a^2)}
[/tex]

[tex]
\frac{a}{([s+1]^2+1)(s^2+a^2)} = \frac{A(s+1)+B}{[s+1]^2+1}+\frac{C}{s^2+a^2}
[/tex]

[tex]
a = [A(s+1)+B](s^2+a^2) + C[(s+1)^2+1]
[/tex]

I just don't have a clue how to find A, B and C from here...
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Aug29-07, 11:33 PM   #2
 
You might want to check your partial fractions again, though you might have just made a typo. Are you allowed to use Matlab or Mathematica to crunch through your partials (that is what I would do)? Also, are you not allowed to simply use superposition of the homogeneous and particular solution (you have a linear system with a very well known answer), do you have to use Laplace transforms?
Aug29-07, 11:46 PM   #3
 
Thx for the answer..

I really have to use Laplace transformes, it's in the question, and no, I tcan't use MatLab or any other programs, I need to do it manually.
Aug30-07, 12:14 AM   #4
 

Laplace transform and algebra


Okay, well this will require a lot of pointless brute force. Alright, so the right hand side is a function of s, which is equal to a for all values of s. This also means that it must be true for particular values of s, and you can choose certain values of s to find your variables, so what if you conveniently make s = -1? How about s = ia (where i is the imaginary unit)? So far you should have B and C. What about A?
Aug30-07, 12:52 AM   #5
 
There must be some other way, it's only a basic course, after all. Perhaps I'm making a mistake in the Laplace transforms...
Aug30-07, 04:46 PM   #6
 
Nobody has an idea ?
Aug30-07, 05:08 PM   #7
 
Recognitions:
Homework Helper Homework Help
Quote by Yann View Post

[tex]
\frac{a}{([s+1]^2+1)(s^2+a^2)} = \frac{A(s+1)+B}{[s+1]^2+1}+\frac{C}{s^2+a^2}
[/tex]

[tex]
a = [A(s+1)+B](s^2+a^2) + C[(s+1)^2+1]
[/tex]
You haven't considered that the numerator of the second fraction may be of the form Cs + D...

I'd write the numerator of the first fraction on the right side as As + B. And the second one as Cs +D. Then do what you did before... bring it all under the same denominator... then multiply out the numerator on the right side, and gather terms together... finally equate the left side with the right side... you're equating coefficients of s^a...

So all the coefficients on the right side should be 0 except for the constant term... so immediately you'll get C = -A using the s^3 term... continue with all the coefficients...
Aug30-07, 08:30 PM   #8
 
I didn't check your Laplace transforms, and I missed the s^2 in the second one, but given that you do all that right, the method I gave you will work. You can also use the "cover up" method, which works on the same principle.
Aug31-07, 04:54 AM   #9
 
I tried, but I know the solution (because of Maple) is;

[tex]
y(t) = \frac{e^{-t}sin(t)a^3}{4+a^4}+\frac{2e^{-t}cos(t)a}{4+a^4}+\frac{2\sin(at)-2a\cos(at)-a^2\sin(at)}{4+a^4}
[/tex]

And I'm not getting there.
Aug31-07, 08:03 AM   #10
 
In fact I think we have to go with;

[tex]
\frac{a}{([s+1]^2+1)(s^2+a^2)} = \frac{A(s+1)+B}{[s+1]^2+1}+\frac{Cs+D+E}{s^2+a^2}
[/tex]
Thread Closed

Similar discussions for: Laplace transform and algebra
Thread Forum Replies
Laplace self-transform Calculus & Beyond Homework 19
Finding an inverse Laplace Transform for a function - solving IVPs with Laplace Calculus & Beyond Homework 2
Laplace Transform for v(t) and x(t) Advanced Physics Homework 0
Laplace Transform Differential Equations 16
The difference between Fourier Series, Fourier Transform and Laplace Transform General Physics 1