When you take the transform, you are no longer solving the differential equation for x(t), you are now solving a differential equation for the Laplace transform. After you solve that equation, you need to reverse the transform to find x(t)[/tex], which is the original problem.<br />
<br />
The Laplace transform is given by the formula<br />
<br />
\tilde{f}(s)=\int_{0}^{\infty}e^{-st}f(t)dt<br />
<br />
for example, the laplace transform for the derivative is given by<br />
<br />
\widetilde{f&#039;}(s)=\int_{0}^{\infty}e^{-st}f&#039;(t)dt=-sf(0)+s\int_{0}^{\infty}e^{-st}f(t)dt<br />
<br />
so<br />
<br />
\widetilde{f&#039;}(s)=-sf(0)+s\tilde{f}(s)<br />
<br />
using this result<br />
<br />
\widetilde{f&#039;&#039;}(s)=-sf&#039;(0)+s\widetilde{f&#039;}(s)=-sf&#039;(0)-s^{2}f(0)+s^{2}\tilde{f}(s)<br />
<br />
now, you only need to transform the whole equation, solve for \tilde{x}(s) 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 f(t). The I must be a constant. The amplitude of a pulse.<br />
<br />
Lets do 1. for example.<br />
<br />
given x(0)=0,x&#039;(0)=0 implies that<br />
<br />
\widetilde{x&#039;}(s)=s\tilde{x}(s),\widetilde{x&#039;&#039;}(t)=s^{2}\tilde{x}(s)<br />
<br />
and <br />
<br />
\mathcal{L}[\delta(t-c)]=\int_{0}^{\infty}e^{-st}\delta(t-c)dt<br />
<br />
wich by definition of the delta function f(y)=\int f(x)\delta(x-y)dx yields<br />
<br />
\mathcal{L}[\delta(t-c)]=e^{-sc}<br />
<br />
so \mathcal{L}[\delta(t)]=1. Now, transforming the whole equation, <br />
<br />
\widetilde{mx&#039;&#039;(t)+kx(t)}=\widetilde{I\delta}(t)<br />
<br />
due linearity<br />
<br />
\widetilde{mx&#039;&#039;(t)+kx(t)}=m\widetilde{x&#039;&#039;}(t)+k\tilde{x}(t)=I\widetilde{\delta}(t)<br />
<br />
substituting<br />
<br />
(ms^{2}+k)\tilde{x}(s)=I<br />
<br />
so<br />
<br />
\tilde{x}(s)=\frac{I}{m}\frac{1}{s^{2}+\omega^{2}}<br />
<br />
and given the fact that (try calculating this one, good exercise)<br />
<br />
\mathcal{L}[sen(\omega t)]=\frac{\omega}{s^{2}+\omega^{2}}<br />
<br />
implies<br />
<br />
\tilde{x}(s)=\mathcal{L}[x(t)]=\frac{I}{m\omega}\mathcal{L}[sen(\omega t)]<br />
<br />
Inverting<br />
<br />
x(t)=\frac{I}{m\omega}sen(\omega t)<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?