Why is derivative a two-sided limit?

2.5k Views Asked by At

Well, I haven't thought that I'll ask these kind of questions but well, really I do not really understand that.

Suppose we are making some secant lines in order to get the average rate of change and therefore we have points $x$ and $a$ - points of intersection with the function. Point $x$ is the point where we want to find an instantaneous rate of change. So what we are doing is making the second point closer and closer to $x$ and here is the problem.

We can do that from either left or right side. The second point can be a little smaller or bigger. We can take limit from the left or from the right ($+$/$-$). And as I know either way I will get the derivative. But actually the definition of the derivative is a TWO sided limit. So as we know from the limit properties in order to this to exist both the left and the right limits must exist and be equal. Why is the definition created like that even if I could find the derivative without bothering about all of these requirements? Do I need that constraint about the limits being equal? Why?

I am sure there are some reasonable arguments about why is that so even if I am not fully aware of them.

8

There are 8 best solutions below

3
On BEST ANSWER

There are certainly examples where we could take the "derivative" from the left and right and get two different answers. For example, consider the absolute value function $f(x) = |x|$. As we approach $x=0$ from the right, all the secant lines have slope $1$; as we approach $x=0$ from the left, all the secant lines have slope $-1$.

In such an example, there is no well-defined tangent line (think about the graph of $|x|$). So we're interested in defining the derivative only where there is a well-defined tangent line, which is when the limits from the left and right of the secant slopes will be equal.

0
On

The fact is, for most nice continuous functions (polynomials, trig, exponential,...), the left/right derivates tend to equal each-other.So this is a pretty good justification for the definition.

For example $f(x+h) \approx f(x)+f'(x)h$ would otherwise only hold for $h>0$ if you defined the derivative as the positive limit. For such local approximations, we tend to care about what $f$ looks like both for $h>0$ and $h<0$, i.e. locally.

0
On

You seem to be making some circular thinking. You say “we can approach from either left or right, and get the derivative. So if we get the derivative when approaching from either direction, why is the derivative defined as a two-sided limit?”. Well, the fact that (for a differentiable function) you get the derivative either way is a result of the definition we have for the derivative. If it weren’t defined as a two-sided limit, you would not get the same value either way (because with a one-sided definition, you will have a lot of new “differentiable” functions that do not satisfy the original requirement).

I hope this makes at least as much sense as your question.

0
On

Be reassured, the two-sided, left-only and right-only derivatives are all defined.

When both the left and right derivatives exist but are unequal, you have an angular point, which is an exceptional situation, where smoothness is broken.

0
On

"We can take limit from the left or from the right (+ / - ). And as I know either way I will get the derivative."

You know absolutely no such thing at all.

Consider $f(x) = |x^2 -9|$ what is it's derivative at $x = -3$ and $x = 3$. You get two entirely different answers if you take them from the left or from the right.

0
On

It's to disqualify corners and cusps from being differentiable whereby the left derivative is different from the right derivative.

0
On

The very short, non-responsive answer is that a limit is said to exist if both one-sided limits exist and agree. Since the derivative is a limit, its existence requires the existence and agreement of both one-sided limits.

Notice that all functions differentiable (in the usual sense) at $x_0$ are continuous and defined on an open set containing $x_0$.

There are six ways we could take limits of the difference quotient between $x_1$ and $x_2$, consistently choosing points on one side, at $x_0$, or on the other side, to get a derivative:

  • $x_1 < x_2 < x_0$ and $x_1 \rightarrow x_0$, "left-left one-sided derivative",
  • $x_1 < x_2 = x_0$ and $x_1 \rightarrow x_0$, "left one-sided derivative",
  • $x_1 < x_0 < x_2$ and $x_1, x_2 \rightarrow x_0$ independently, "two-sided derivative",
  • $x_1 < x_0 < x_2$ and $|x_1 - x_0| = |x_2 - x_0| \rightarrow 0$, "symmetric two-sided derivative",
  • $x_0 = x_1 < x_2$ and $x_2 \rightarrow x_0$, "right one-sided derivative", and
  • $x_0 < x_1 < x_2$ and $x_2 \rightarrow x_0$, "right-right one-sided derivative".

Notice, that the usual definition of derivative uses the left and right one-sided derivatives and requires that they agree.

If a function (exists on an open neighborhood of $x_0$, and is continuous on that neighborhood, and) is differentiable at $x_0$, all of these ways of computing a derivative agree. That is, if the usual derivative exists, any of these can be used to compute it. If the usual derivative does not exist, we can make pretty much anything happen, usually with piecewise functions. Examples:

Consider $f(x) = \begin{cases} -1 &,x<0 \\ 1 &, x \geq 0 \end{cases}$ and let $x_0 = 0$. Then $f(x)$

  • is defined on $\mathbb{R}$,
  • is discontinuous at $x_0$,
  • has a left-left one-sided derivative of $0$ at $x_0$,
  • has no left one-sided derivative at $x_0$,
  • has no two-sided derivative at $x_0$,
  • has no symmetric two-sided derivative at $x_0$,
  • has a right one-sided derivative of $0$ at $x_0$, and
  • has a right-right one-sided derivative of $0$ at $x_0$.

Consider $g(x) = |x|$. Then $g$

  • is defined on $\mathbb{R}$,
  • is continuous on $\mathbb{R}$,
  • has a left-left one-sided derivative of $-1$ at $x_0$,
  • has a left one-sided derivative of $-1$ at $x_0$,
  • has no two-sided derivative at $x_0$,
  • has a symmetric two-sided derivative of $0$ at $x_0$,
  • has a right one-sided derivative of $1$ at $x_0$, and
  • has a right-right one-sided derivative of $1$ at $x_0$.
1
On

There is one main reason why this definition makes sense and this is theory.

If you want to proof that f'(x) = 0 is a candidate of a local extrema, the only way to show that is by using the right/left hand limit definition.

The thing that we win as an extra feature is that we can find corner points that are not natural.

So what do I mean by that? Well, imagine you have an air plain, it goes up and up and at its peek aka the corner point you have a sudden change that nobody would survive. This change is unnatural because the transition from something rising to something falling does not happen in an instance.