>
rov:=diff(x(t),t,t,t)+3=0;
>
poc1:=x(0)=5;
>
poc2:=D(x)(0)=2;
>
dsolve({rov,poc1,poc2,D(D(x))(0)=3},x(t));
>