Find the critical points of $f(x,y)=x^y+4xy-y^2-8x-6y$
I found the derivative of the function and got $$f^\prime_x=yx^{y-1}+4y-8 \\ f^\prime_y=\ln x\, x^y+4x-2y-6 $$. I want to find point $(x_0,y_0)$ s.t $f^\prime_x(x_0,y_0)=f^\prime_y(x_0,y_0)=0$. I isolated $x^y$ in both equations and got $x^y=\dfrac{2y+6-4x}{\ln x}=\dfrac{8x-4xy}{y}$, but I can't proceed any further (I get implicit function). How can I find the critical points?
