Tangent to curve $x^3+y^3=a^3$ at $(x_1,y_1)$ meets it again at $(x_2,y_2)$.How to prove that $$\frac{x_2}{x_1}+\frac{y_2}{y_1}+1=0$$
Since $y'=-\frac{x_1^2}{y_1^2}$ $$\frac{y_2-y_1}{x_2-x_1}=-\frac{x_1^2}{y_1^2}=\frac{x_1^2+x_1x_2+x_2^2}{y_1^2+y_1y_2+y_2^2}$$ Solving we get: $$\frac{x_2}{x_1}+\frac{y_2}{y_1}+\frac{x_2^2}{x_1^2}+\frac{y_2^2}{y_1^2}+2=0$$ Or $$\left(\frac{x_2}{x_1}+\frac{y_2}{y_1}\right)+\left(\frac{x_2^2}{x_1^2}+\frac{y_2^2}{y_1^2}\right)^2=2\frac{x_2y_2-x_1y_1}{x_1y_1}$$ Which isn't what is nedded to prove. can someone guide me?