Suppose we have a function $y^2 = x^3 + Ax + B$ which we differentiate implicit to find $$\frac {dy} {dx} = \frac {3x^2 + A} {2y}$$
Now suppose we know a point $(x_1,y_1)$ on the curve. Define $$y = m(x - x_1) + y_1$$
Write $$(m(x - x_1) + y_1)^2 = x^3 + Ax + B$$ Why is $x_1$ then a double root of this equation ?
The question arises in Eliptic Curve theory. I see that our line is tangent to the curve, but no more.
Is it always true that if a line $L$ defined by $y = m(x-x_1) + y_1$ is tangent at $x_1$ to the curve $y = f(x)$ then for $ m(x-x_1) + y_1 = f(x)$ we have $x_1$ a double root ? Should $y$ be squared and does it also hold for $y^k$ where $k > 2$ ?