Suppose I have these $2$ equations:
$$\frac{dy}{dt} = -y + 3x$$ $$\frac{dx}{dt} = 4x - 2y.$$
Then I want to show that I can reduce them into a single ODE in $2$nd order expressed for $y(t)$. What I have done is that I found these by differentiating:
$$\frac{d^2y}{dt^2} = 5y - 9x$$ $$\frac{d^2x}{dt^2} = 10x -6y$$
and dividing these two equations together, I can get $y''(x)$ but not in $y(t)$ form. I tried to integrate from the very first ODE, but it gives me further algebraic expressions that I don't think is helpful.
Any hints will be appreciated.
According to the first equation, $3x= y+y'$, and deriving, $3x' = y' + y''$. Substitute both in the second equation and you will have a second order ODE in $y$.