Mathematics · Glossary

What is Derivative at a point?

Also known as: derivative

Definition 12.3 High School Mathematics · Chapter 12 — Differentiation: A First Course

Let ff be defined on an interval containing aa. For h0h \neq 0, form the average rate of change between aa and a+ha + h:

r(h)=f(a+h)f(a)h.r(h) = \frac{f(a+h) - f(a)}{h}.

If r(h)r(h) approaches a single fixed number as hh gets arbitrarily close to 00, we say that ff is differentiable at aa; this number is the derivative of ff at aa, written f(a)f'(a):

f(a)=limh0f(a+h)f(a)h.f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}.

Examples

Example 12.4

Let f(x)=x2f(x) = x^2 and a=1a = 1. For h0h \neq 0:

f(1+h)f(1)h=(1+h)21h=1+2h+h21h=h(2+h)h=2+h.\frac{f(1+h) - f(1)}{h} = \frac{(1+h)^2 - 1}{h} = \frac{1 + 2h + h^2 - 1}{h} = \frac{h(2 + h)}{h} = 2 + h .

As hh approaches 00, this approaches 22: the function x2x^2 is differentiable at 11 and f(1)=2f'(1) = 2. Note the strategy: simplify the quotient until hh no longer appears in a denominator, then let h0h \to 0.

Read in context →
Definition 22.1 High School Mathematics · Chapter 22 — Differentiation and Convexity

Let ff be defined on an interval II and aIa \in I. The function ff is differentiable at aa if the difference quotient

f(a+h)f(a)h\frac{f(a+h) - f(a)}{h}

has a finite limit as h0h \to 0. This limit is called the derivative of ff at aa and written f(a)f'(a). If ff is differentiable at every point of II, the function f ⁣:xf(x)f' \colon x \mapsto f'(x) is the derivative of ff.

Examples

Example 22.15 (Convexity inequalities)

The exponential is convex on R\R (its second derivative is itself, positive). Its tangent at 00 is y=1+xy = 1 + x, so

ex1+xfor all xR.\eu^x \geq 1 + x \quad \text{for all } x \in \R .

Such tangent line inequalities are a standard product of convexity.

Read in context →