Considering the plane autonomous system below:
$$\frac{dx}{dt} = ye^{xy}$$ $$ \frac{dy}{dt} = 1-x^{4} - y^{2}$$
I have been asked to show that the point $(1,0)$ is a critical point (it is a centre), and then to use $x = 1 + u$ and $y= v$ for $u,v$ sufficiently small to deduce that approximately $$ \frac{du}{dt} = v \hspace{1cm} \frac{dv}{dt} = -4u.$$
I am not sure how to deduce the approximate result above, my working is as follows:
$$ \frac{du}{dt} = \frac{du}{dx}\frac{dx}{dt} = ve^{(1+u)v}$$ and $$ \frac{dv}{dt} = \frac{dv}{dy}\frac{dy}{dt} = 1 - (1+u)^{4} - v^{2}$$ How does the approximation result from this?
You get $$ ve^{u+uv}=v(1+u+u^2/2+...)(1+uv+u^2v^2/2+...) $$ and $$ 1-(1+u)^4-v^2=1-(1+4u+6u^2+4u^3+u^4)-v^2. $$ Removing terms of degree 2 and higher leaves you with the linearization.