Math › Calculus › TERMS

Derivative

https://en.wikipedia.org/wiki/Derivative

The graph of a function (in black) and a tangent line to that function (in red).

The slope of a tangent line is equal to the derivative of the function at the tangent point.

The derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to the change in its argument (input value).

For example, the derivative of the position of a moving object with respect to time is the object's velocity: this measures how quickly the position of the object changes when time advances.

The process of finding a derivative is called differentiation. The reverse process is called antidifferentiation.

The fundamental theorem of calculus relates antidifferentiation with integration.

Differentiation and integration constitute the two fundamental operations in single-variable calculus.

Derivative

The derivative of a function y=f(x)y = f(x) of a variable xx is a measure of the rate at which the value yy of the function changes with respect to the change of the variable xx.

It is called the derivative of f with respect to x. If x and y are real numbers, and if the graph of f is plotted against x, the derivative is the slope of this graph at each point.

Linear

If y is a linear function of x, then the graph of y is a line. In that case, y = f(x) = mx + b, for real numbers m and b, and the slope, m, is given by:

m=ΔyΔx\displaystyle m = \frac{\Delta y}{\Delta x}

where the symbol Δ (Delta) is an abbreviation for "change in". The expressions Δx\Delta x and Δy\Delta y refer to corresponding changes, that is

Δy=f(x+Δx)f(x){\displaystyle \Delta y=f(x+\Delta x)-f(x)}

The above formula holds because:

y+Δy=f(x+Δx)=m(x+Δx)+b=mx+mΔx+b=y+mΔx{ \displaystyle{ \begin{aligned} y + \Delta y &= f \left(x+\Delta x \right)\\ &= m \left(x+\Delta x \right)+b=mx+m \Delta x+b \\ &= y + m \Delta x \end{aligned} } }

thus, Δy=mΔx\Delta y=m\Delta x. This gives the value for the slope of a line.

Non-linear

If the function f is not linear (i.e. its graph is not a straight line), then the change in y divided by the change in x varies over the considered range: differentiation is a method to find a unique value for this rate of change, not across a certain range {\displaystyle (\Delta x),} {\displaystyle (\Delta x),} but at any given value of x.

Differentiation rules

The derivative of a function can, in principle, be computed from the definition by considering the difference quotient, and computing its limit. In practice, once the derivatives of a few simple functions are known, the derivatives of other functions are more easily computed using rules for obtaining derivatives of more complicated functions from simpler ones.

Derivative function of f(x) is denoted as f'(x)

Rules for basic functions

Derivatives of powers

f(x)f(x)

f(x)f'(x)

11

00

xx

11

x2x^2

2x2x

x14x^{\frac{1}{4}}

(1/4)x3/4(1/4)x^{-3/4}

3x33x^3

9x29x^2

xrx^r

rxr1rx^{r-1}

axrax^r

arxr1arx^{r-1}

For each term:

  • mult coef by exp to get new coef

  • decr exp to get new exp

f(ax3+bx2+cx+d)f(3ax2+2bx+c)f(ax^3 + bx^2 + cx + d) \to f'(3ax^2 + 2bx + c)

Rules for combined functions

Constant rule: if f(x)f(x) is constant, then f(x)=0{\displaystyle f'(x)=0}

Sum rule: (αf+βg)=αf+βg{\displaystyle (\alpha f+\beta g)'=\alpha f'+\beta g'}, for all functions f and g and all real numbers α\alpha and β\beta

Product rule: (fg)=fg+fg(fg)'=f'g+fg' for all functions ff and gg. As a special case, this rule includes the fact (αf)=αf(\alpha f)'=\alpha f' whenever α\alpha is a constant, because αf=0f=0\alpha 'f=0\cdot f=0 by the constant rule.

Quotient rule: (fg)=fgfgg2\left({\frac {f}{g}}\right)'={\frac {f'g-fg'}{g^{2}}} for all functions ff and gg at all inputs where g0g\neq0.

Chain rule for composite functions: If f(x)=h(g(x))f(x)=h(g(x)) then f(x)=h(g(x))g(x)f'(x)=h'(g(x))\cdot g'(x)

Last updated