Problem : If the tangent at $(x_0,y_0)$ to the curve $x^3+y^3=a^3$ meets the curve again at $(x_1,x_1)$ then prove that $\frac{x_0}{x_1}+\frac{y_0}{y_1}=1$
We have tangent to the given curve at $(x_0,y_0)$ is
$$xx_0^2+yy_0^2=a^3$$.
Since it passes through $(x_1,y_1)$, so we get $$x_1x_0^2+y_1y_0^2=a^3\tag{1}$$ Again, $(x_1,y_1)$ lies on the curve, so.
$$x_1^3+y_1^3=a^3\tag{2}$$.
How can I get the required result from above?