consider following nonlinear equation system how solve it? $$x'=|y|$$ $$y'=x$$ and whats the matrix that associated to this system
|
|
It seems like you would have to be given some ICs that keep you in a particular quadrant or that you would require that with your solution. In order to solve, we would have to break this up into two systems as: $$x'=y$$ $$y'=x$$ This would give us eigenvalues $\lambda_{1,2} = \pm 1$, which yields a solution: $x(t) = c_1 e^{-t} (e^{2 t}+1)+c_2 e^{-t} (e^{2 t}-1)$, and $y(t) = c_1 e^{-t} (e^{2 t}-1)+c_2 e^{-t} (e^{2 t}+1)$ $$x'=-y$$ $$y'=x$$ This would give us eigenvalues $\lambda_{1,2} = \pm i$, which yields a solution: $x(t) = c_2 \sin(t)+c_1 \cos(t)$, and $y(t) = c_1 \sin(t)+c_2 \cos(t).$ Of course, there would have to be restrictions placed on the ICs and I suppose you can just plot them with different values of x and y and see if they are consistent for all time. It is possible that you would have to glue together the solutions for both systems based on the the values of $x$ and $y$. Regards |
|||
