I am not able to see how to get the $y_1$ and $y_2$ (highlighted below). I hope someone could help out with this!
2026-03-25 03:01:17.1774407677
On
How to get $y_1$ and $y_2$?
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The proposed naming is very confusing. For a 4 component vector $y$ I would expect the components to be indexed as $\vec y = (y_1,y_2,y_3,y_4)$. Then you would get $\vec y'=(y_2, f_1, y_4, f_2)$. Or give totally different names, $x'=v_x, y'=v_y$ so that then the derivatives are $(v_x,f_1,v_y,f_2)$.
In the first convention to avoid using $y$ twice as variable name let's call the big state vector $\vec u$. Then $u_1=x$, $u_2=x'$, $u_3=y$, $u_4=y'$ and thus the derivatives of the components of $\vec u$ are \begin{align} u_1'=x'=u_2,\\ u_2'=x''=f_1,\\ u_3'=y'=u_4,\\ u_4'=y''=f_2. \end{align}

You have $$x''=f_1\\y''=f_2$$Now you name $x'=y_1$ and $y'=y_2$. Then you have $$x'=y_1\\y_1'=x''=f_1\\y'=y_2\\y_2'=y''=f_2$$So if $\vec y=(x,y_1,y,y_2)$, then $\vec y'=(x',y_1',y',y_2')=(y_1,f_1,y_2,f_2)$.