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?