When you take the transform, you are no longer solving the differential equation for [itex]x(t)[/itex], you are now solving a differential equation for the Laplace transform. After you solve that equation, you need to reverse the transform to find [itex]x(t)[/tex], which is the original problem.<br />
<br />
The Laplace transform is given by the formula<br />
<br />
[tex]\tilde{f}(s)=\int_{0}^{\infty}e^{-st}f(t)dt[/tex]<br />
<br />
for example, the laplace transform for the derivative is given by<br />
<br />
[tex]\widetilde{f'}(s)=\int_{0}^{\infty}e^{-st}f'(t)dt=-sf(0)+s\int_{0}^{\infty}e^{-st}f(t)dt[/tex]<br />
<br />
so<br />
<br />
[tex]\widetilde{f'}(s)=-sf(0)+s\tilde{f}(s)[/tex]<br />
<br />
using this result<br />
<br />
[tex]\widetilde{f''}(s)=-sf'(0)+s\widetilde{f'}(s)=-sf'(0)-s^{2}f(0)+s^{2}\tilde{f}(s)[/tex]<br />
<br />
now, you only need to transform the whole equation, solve for [itex]\tilde{x}(s)[/itex] and find the inverse transform as Galileo said (using tables). For further reference check Boyce DiPrima ode's book.<br />
<br />
Ah... and your equation represents an harmonic oscilator under the influence of an external force [itex]f(t)[/itex]. The [itex]I[/itex] must be a constant. The amplitude of a pulse.<br />
<br />
Lets do 1. for example.<br />
<br />
given [itex]x(0)=0,x'(0)=0[/itex] implies that<br />
<br />
[tex]\widetilde{x'}(s)=s\tilde{x}(s),\widetilde{x''}(t)=s^{2}\tilde{x}(s)[/tex]<br />
<br />
and <br />
<br />
[tex]\mathcal{L}[\delta(t-c)]=\int_{0}^{\infty}e^{-st}\delta(t-c)dt[/tex]<br />
<br />
which by definition of the delta function [itex]f(y)=\int f(x)\delta(x-y)dx[/itex] yields<br />
<br />
[tex]\mathcal{L}[\delta(t-c)]=e^{-sc}[/tex]<br />
<br />
so [itex]\mathcal{L}[\delta(t)]=1[/itex]. Now, transforming the whole equation, <br />
<br />
[tex]\widetilde{mx''(t)+kx(t)}=\widetilde{I\delta}(t)[/tex]<br />
<br />
due linearity<br />
<br />
[tex]\widetilde{mx''(t)+kx(t)}=m\widetilde{x''}(t)+k\tilde{x}(t)=I\widetilde{\delta}(t)[/tex]<br />
<br />
substituting<br />
<br />
[tex](ms^{2}+k)\tilde{x}(s)=I[/tex]<br />
<br />
so<br />
<br />
[tex]\tilde{x}(s)=\frac{I}{m}\frac{1}{s^{2}+\omega^{2}}[/tex]<br />
<br />
and given the fact that (try calculating this one, good exercise)<br />
<br />
[tex]\mathcal{L}[sen(\omega t)]=\frac{\omega}{s^{2}+\omega^{2}}[/tex]<br />
<br />
implies<br />
<br />
[tex]\tilde{x}(s)=\mathcal{L}[x(t)]=\frac{I}{m\omega}\mathcal{L}[sen(\omega t)][/tex]<br />
<br />
Inverting<br />
<br />
[tex]x(t)=\frac{I}{m\omega}sen(\omega t)[/tex]<br />
<br />
There is some details missing, but I am too tired and i think this show the main point. You need to use your initial conditions and the homogeneous solution. Anyone here is willing to complete the exercise?[/itex]