Let $f: \mathbb{R} \rightarrow \mathbb{R}^n$ be $n$ times differentiable and let $G: \mathbb{R}^n \rightarrow \mathbb{R}$ be a function. Show that the $n^{th}$ order differential equation $f^{(n)}-G(f,f^{(1)},...,f^{(n-1)})=0$ can be reduced to a system of $n$ coupled first order differential equation
My attempt:
Let:
$$x_1 = f$$ $$x_2 = f^{(1)}$$ $$x_n = f^{(n-1)}$$
Then,
$$x_1'= x_2$$ $$x_2'= x_3$$ $$x_{n-1}'= x_n$$
Not sure where to go with this...