I was solving a question from a book which is stated as: Let a tangent be drawn to $y=x^4-16x^2$ at $x = 1$. I need to find all point of intersection between curve and the tangent.
I started by finding equation of tangent. Using slope point form , equation of tangent: $y=-28x+13$.
Now equating $y$ of the line in the curve, I get a biquadratic equation in $x$, which is: $x^4-16x^2+28x-13=0$
Now the solution in the book states that $x=1$ is a repeated root of the above equation, since it satisfies both curve and the tangent. I don't understand this, by this logic won't we get a repeated root in every time when we solve equation of tangent and curve since the point of tangency satisfies both curve and tangent?
Can anybody provide a better reason why do I get a repeated root?
Taking the biquadratic you got $$P(x)=x^4-16x^2+28x-23=0$$
It is easy to check that $$P(1)=1-16+28-13=0$$
thus $$P(x)=(x-1)Q(x)$$ with $ deg(Q)=3$.
But $$P'(x)=Q(x)+(x-1)Q'(x)$$ $$=4x^3-32x+28$$
Now, observe that
$$P'(1)=4-32+28=0=Q(1)$$
thus $$Q(x)=(x-1)R(x)$$ with $deg(R)=2$. and finally $$P(x)=(x-1)^2R(x)$$
$x=1 $ is repeated root of $ P(x)=0.$