When I am dealing with some geometry problem in barycentric system I come across with the following equations
$\frac{x^2}{a}+\frac{y^2}{b}+\frac{z^2}{c}-xy\left(\frac{1}{a}+\frac{1}{b}\right)-yz\left(\frac{1}{b}+\frac{1}{c}\right)-xz\left(\frac{1}{a}+\frac{1}{c}\right)=0, c\left(b+c\right)x-acy+a\left(a+b\right)z=0 \ $
One is the equation of curve other is equation of line in barycentric coordinates
I attempted to solve these two equations by making y as a subject and substituting in the first equation but that doesn't give any solution,
Now my question is how to get x, y, z from these two equations or how to get x: y: z from these two equations in terms of a, b, c. here a, b, c are constants such as they are the sides of the triangle.
I got one point which is common for the both equations is x: y: z as a: 2s+b: c where 2s=a+b+c How to find other point which is common for both equations.
Thanks in advance