So I have this system
$$\frac{dx}{dt} = x y$$
$$\frac{dy}{dt} = 2 y$$
$$(x(0),y(0)) = (1,1)$$
Although I'm not too sure where to start. I know one method you have to take the derivative with respect to t for one of them and eliminate the other through substituting the $x'(t)$ or $y'(t)$ into it and using regular ODE solving techniques.