IVP is given by: $$y''(t)= \dfrac{1}{1+t} \\ y(0)= y'(0)=0 $$
Need to transform this IVP into $$x'(t)=Ax(t)+b(t) , x(0)=0 \tag 1 $$
I am having some issues with this specific question. I am able to transform other higher ODE's into first order systems. If anyone could explain how I can make a start in getting it into the form (1) - that would be great!
You could take $x(t) = y'(t)$, so the equation becomes $x' = 1/(1+t)$. This is $Ax + b(t)$ where $A = 0$. Then to get $y$ you integrate: $y(t) = \int_0^t x(s)\; ds$.