Solving a Differential Equation with Unit Step Function

icystrike
Messages
444
Reaction score
1

Homework Statement


Its not homework anyway:
I'm asked to find the solution to the differential equation:

i'' + 2i = f(t)
i'(0)=i(0)=0

f(t) = u(t-10) - u(t-20) Unit step function (I've found in part a of the question)

Then I've gotten:

\mathscr{L}(i) = \frac{e^{-10s}-e^{-20s}}{s(s^{2}+2)}

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
icystrike said:

Homework Statement


Its not homework anyway:
I'm asked to find the solution to the differential equation:

i'' + 2i = f(t)
i'(0)=i(0)=0

f(t) = u(t-10) - u(t-20) Unit step function (I've found in part a of the question)

Then I've gotten:

\mathscr{L}(i) = \frac{e^{-10s}-e^{-20s}}{s(s^{2}+2)}

Do you know how to invert

\frac 1 {s(s^2+2)}

by itself? That is what you do then use the shifting theorem with regard to the exponentials.
 
\frac 1 {s(s^2+2)} ~~> \frac{1}{2} + \frac{1}{2} sin (\sqrt{2}t)

Uhh.. I am not too sure abt the exponential shift as its sum of two exponents instead of just one of them ...
 
icystrike said:
\frac 1 {s(s^2+2)} ~~> \frac{1}{2} + \frac{1}{2} sin (\sqrt{2}t)

Close but not quite. Are you sure it isn't a cosine form?

Uhh.. I am not too sure abt the exponential shift as its sum of two exponents instead of just one of them ...

Break it into two fractions with the exponentials separated into different numerators and work those.
 
attachment.php?attachmentid=33726&stc=1&d=1301509859.jpg

The last equation should be f(t) instead of F(s)
 

Attachments

  • Fourier.jpg
    Fourier.jpg
    9.5 KB · Views: 481
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top