Currently reading Gelfand's Functions and Graphs as part of pre-calculus and stuck on this question. The author discusses a way to find a tangent to a curve without the use of limits or derivatives with the following sample solution:
- Find the tangent at the point $O(0, 0)$ to the parabola $y=x^2+x$.
Solution: Let us take some point $M$ on the parabola with coordinates $(a, b)$. Obviously, $b = a^2+a$. Let us draw a straight line through the points $O$ and $M$. The equation of this straight line has the form $y = kx$. At $x=a$, we have $y=a^2+ a$, hence $k = a+1$, and the equation of the secant is $y =(a+1)x$. We shall now make the point $M(a,b)$ approach the point $O(0, 0)$. When the point $M$ coincides with the point $0$, its abscissa $a$ vanishes, and the secant $y=(1+a)x$ becomes the tangent $y=x$.
Now he asks us to find the tangent at a different point of the same curve:
- Find the tangent to the parabola $y = x^2+x$ at the point $A(1, 2)$.
It is clear that the tangent at $A(1,2)$ will have the general form $y=mx+c$ since it does not pass through $O$ and will at $(1,2)$ be of the form $2=m+c$. How do we find the values of $m$ and $c$ here?
There's a very simple principle for that: when the parabola $y=P(x)$ has a tangent line of the form $y=mx+q$, then the equation $y=P(x)-(mx+q)$ has two roots which are equal.
So, in your case: as $y=mx+q$ has $(1,2)$ as a point, you know that$m+q=2$, giving you a relationship between $m$ and $q$.
Next: $P(x)-(mx+q)$ can be written as $x^2+x-(mx+2-m)$, or shortly: $x^2+(1-m)x+(m-2)$, who needs to have two real roots, meaning that the discriminant must be zero.