Thursday, February 20, 2020

Derivative Rules

Derivative Rules

The Derivative tells us the slope of a function at any point.
slope examples y=3, slope=0; y=2x, slope=2
There are rules we can follow to find many derivatives.
For example:
  • The slope of a constant value (like 3) is always 0
  • The slope of a line like 2x is 2, or 3x is 3 etc
  • and so on.
Here are useful rules to help you work out the derivatives of many functions (with examples below). Note: the little mark  means "Derivative of", and f and g are functions.
Common FunctionsFunctionDerivative
Constantc0
Linex1
axa
Squarex22x
Square Root√x(½)x
Exponentialexex
axln(a) ax
Logarithmsln(x)1/x
loga(x)1 / (x ln(a))
Trigonometry (x is in radians)sin(x)cos(x)
cos(x)−sin(x)
tan(x)sec2(x)
Inverse Trigonometrysin-1(x)1/√(1−x2)
cos-1(x)−1/√(1−x2)
tan-1(x)1/(1+x2)
RulesFunctionDerivative
Multiplication by constantcfcf’
Power Rulexnnxn−1
Sum Rulef + gf’ + g’
Difference Rulef - gf’ − g’
Product Rulefgf g’ + f’ g
Quotient Rulef/g(f’ g − g’ f )/g2
Reciprocal Rule1/f−f’/f2
Chain Rule
(as "Composition of Functions")
f º g(f’ º g) × g’
Chain Rule (using ’ )f(g(x))f’(g(x))g’(x)
Chain Rule (using ddx )dydx = dydududx

No comments:

Post a Comment