We've got the following linear system:
$$\frac{dx}{dt}=a_{11}x+a_{12}y$$ $$\frac{dy}{dt}=a_{21}x+a_{22}y$$
The critical point $(0,0)$ is an assymptotically stable critical point of the system. I have proved that $a_{11}+a_{22}<0$ and $a_{11}a_{22}-a_{12}a_{21}>0.$ Then, we have constructed a Liapunov function $V(x,y)=Ax^2+Bxy+Cy^2$ such that $V$ is positive definite and $V'$ is negative definite (We have defined $A$, $B$ and $C$ so that $V'(x,y)=-x^2-y^2$ ).
Now, we have to show that the Liapunov function we have defined, is also a Liapunov function for the following system:
$$\frac{dx}{dt}=a_{11}x+a_{12}y+F_1(x,y)$$ $$\frac{dy}{dt}=a_{21}x+a_{22}y+G_1(x,y)$$
For that, first of all we have to prove that
$$V'(x,y)=-(x^2+y^2)+(2Ax+By)F_1(x,y)+(Bx+2Cy)G_1(x,y)$$
I have rewrite it like this:
$$ V'(x,y) = \frac{\partial V}{\partial x}f(x,y)+\frac{\partial V}{\partial y}g(x,y)=(2Ax+By)(a_{11}x+a_{12}y)+(Bx+2Cy)(a_{21}x+a_{22}) $$
But now I don't know how to follow. Could anyone please help me?
Following from your question, I presume that you accepted my approach, though you didn't upvote or downvote my previous answer. In my previous answer, the Lyapunov function candidate was proposed:
$$ V = - \frac{1}{2} a_{21} x^{2} + \frac{1}{2} a_{12} y^{2}, $$
where $a_{11} < 0$, $a_{12} > 0$, $a_{21} < 0$, $a_{22} < 0$.
Comparing with your given Lyapunov function
$$ V = A x^{2} + B x y + C y^{2}, $$
you will find that
$$ A = - \frac{1}{2} a_{21} \quad \Rightarrow \quad 2 A = - a_{21}, $$ $$ B = 0, $$ $$ C = \frac{1}{2} a_{12} \quad \Rightarrow \quad 2 C = a_{12}. $$
Since $B = 0$, now you need to prove that
$$ \dot{V} = - \left(x^{2} + y^{2}\right) + 2 A x F + 2 C y G. $$
To maintain $a_{11} < 0$, and $a_{22} < 0$, it is proposed that
$$ a_{11} = \frac{1}{a_{21}} = - \frac{1}{2 A}, $$
$$ a_{22} = - \frac{1}{a_{12}} = - \frac{1}{2 C}. $$
Taking the time derivative for V, you get
$$ \dot{V} = - a_{21} x \left(a_{11} x + a_{12} y + F\right) + a_{12} y \left(a_{21} x + a_{22} y + G\right) $$
$$ \dot{V} = - a_{11} a_{21} x^{2} - a_{12} a_{21} x y - a_{21} x F + a_{12} a_{21} x y + a_{12} a_{22} y^{2} + a_{12} y G $$
Making substitutions and cancelling common factors to simplify the equation to
$$ \dot{V} = - \left(\frac{1}{a_{21}}\right) a_{21} x^{2} + a_{12} \left(- \frac{1}{a_{12}}\right) y^{2} - a_{21} x F + a_{12} y G $$
$$ \dot{V} = - x^{2} - y^{2} - a_{21} x F + a_{12} y G $$
Making further substitutions, you get
$$ \dot{V} = - \left(x^{2} + y^{2}\right) + 2 A x F + 2 C y G. $$