I was reading up about Polynomial long division yesterday and one of its applications was the ability to find a tangent line to a polynomial without differentiation.
It stated let $ P(x)$ be a polynomial, to find the tangent line to $P(x)$ at point $x=k$ divide $P(x)$ by $(x-k)^2$ and the remainder $R(x)$ will be the equation of the tangent line at point $ x = k$.
How is this even possible? I thought that the only way to find the gradient/slope of a curve was through differentiation.