|
Messy limit calculations can be avoided, in certain cases, because of differentiation rules which allow one to find derivatives via algebraic manipulation; rather than by direct application of Newton's difference quotient. One should not infer that the definition of derivatives, in terms of limits, is unnecessary. Rather, that definition is the means of proving the following "powerful differentiation rules".
Constant Rule: The derivative of any constant is zero.
Constant Multiple Rule: If c is some real number; then, the derivative of cf(x) equals c multiplied by the derivative of f(x) (a consequence of linearity below)
Linearity: (af + bg)' = af ' + bg' for all functions f and g and all real numbers a and b.
General Power Rule (Polynomial rule): If f(x) = xn, for some real number n; f'(x) = nxn - 1.
Product Rule: (fg)' = f 'g + fg' for all functions f and g.
Quotient Rule: (f/g)' = (f 'g - fg')/(g2) unless g is zero.
Chain Rule: If f(x) = h(g(x)), then f '(x) = h'[g(x)] * g'(x).
Inverse functions and differentiation: If y = f(x), x = f - 1(y), and f(x) and its inverse are differentiable, then for cases in which when , ∂y / ∂x = 1 / (∂x / ∂y)
Derivative of one variable with respect to another when both are functions of a third variable: Let x = f(t) and y = g(t). Now Δy / Δx = (Δy / Δt) / (Δx / Δt).
Implicit differentiation: If f(x,y) = 0 is an implicit function, we have: dy/dx = - (∂f / ∂x) / (∂f / ∂y).
return back
|