Why are derivatives used directly as functions if they're based from limits, which show convergence and not an output?
I am failing to connect the relationship with derivatives and the definition of limits.
When we have a limit, its defined as a constant that a function converges to.
However,
lim x->a f(x) = L
does not guarantee
f(a) = L
For example,
lim x-> 1 f(x) = (x - 1)(x + 1) /(x - 1) = 2
However, it is undefined for x = 1. That is,
- Limits are used to show what the functions converges to.
- The function never reaches the limit.
For a derivative given the definition,
lim h -> 0 (f(x + h) - f(x))/ h
derivatives are based from limits and therefore should follow the same restrictions imposed on limits. From this definition, the derivative therefore originates from congruence behaviour. It is not the slope of one fininte interval, but the unique value toward which all sufficiently small nearby interval slopes converge under infinite refinement as h approaches 0.
So being picky here, the derivative at point f'(2) = ... should not be that value, but rather a derivative at a point is the exact limiting value of nearby secant slopes as the interval width approaches 0. It is not guaranteed to be that value from the previous example above.
So I am having difficulty grasping the connection being derivatives being used given that they're based off of limits. If we take any basic example f'(2) = ..., this based off of a limit. It shows what it converges to, it is not guaranteed to have a specific value because it is not a function at a point, it is a limit.
Does anyone understand what I am trying to ask here? I have asked AI several times but I have given up with their responses. My confusion is that derivatives are based off of limits, but limits are defined to never truly reach a value, it shows where it converges to. Converges to is not identical as that value but we use derivatives in calculations as its a slope at that exact point whereas its a slope from the given point as a limit from h-> 0 from the formula given above. So shouldn't that mean that we cannot use derivatives directly in a calculation, especially in real world applications as they're based from limits?