EugP
- 104
- 0
Homework Statement
This isn't really homework help, I'm just trying to see if there is a "proper" way of doing this.
Given
\frac{dx}{dt} = x - y^2
\frac{dy}{dt} = x - 2y + x^2
show that the system is almost linear.
Homework Equations
The Attempt at a Solution
\left(\begin{array}{c}x&y\end{array}\right)' = \left(\begin{array}{cc}1&0\\1&-2\end{array}\right) \left(\begin{array}{c}x&y\end{array}\right) + \left(\begin{array}{c}-y^2&x^2\end{array}\right),
where \left(\begin{array}{c}-y^2&x^2\end{array}\right),
is the tail.
I was taught that the way you get the tail, is just separate the parts that are not just x or y. But there has to be a better, or I should say correct way of finding the tail. Just separating the equation seems too simple. And besides, I tried this method for:
\frac{dx}{dt} = (1 + x) \sin{y}
\frac{dy}{dt} = 1 - x - \cos{y}
And it didn't work.