Basic Properties and Formulas
Basic Derivative Rules
- Constant Rule: The derivative of a constant is zero.
dxdc=0
- Constant Multiple Rule: The derivative of a constant multiplied by a function is the constant times the derivative of the function.
dxd[cf(x)]=cf′(x)
- Power Rule: The derivative of a variable raised to a power is the power multiplied by the variable raised to one less than the power.
dxdxn=nxn−1
Derivative of Composite Functions
Sum Rule
The derivative of a sum of two functions is the sum of their derivatives.
dxd[f(x)+g(x)]=f′(x)+g′(x)
Difference Rule
The derivative of a difference between two functions is the difference of their derivatives.
dxd[f(x)−g(x)]=f′(x)−g′(x)
Product Rule
The derivative of the product of two functions is given by:
dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)
Quotient Rule
The derivative of the quotient of two functions is:
dxd(g(x)f(x))=[g(x)]2f′(x)g(x)−f(x)g′(x)
Chain Rule
For two functions g and h, with y=g(u) and u=h(x), the derivative of y with respect to x is:
dxdy=dudy⋅dxdu
Lagrange Notation
Using Lagrange's notation, where ′ denotes the derivative, for y=g(h(x)), the chain rule is expressed as:
y′(x)=g′(h(x))⋅h′(x)
Generalization for Multiple Compositions
For compositions involving multiple functions, such as f=f∘g∘h, the chain rule extends as follows:
dtdf=dgdf⋅dhdg⋅dtdh
Or, using Lagrange notation for a function f(t) that is a composition of f, g, and h, we get:
(f∘g∘h)′(t)=f′(g(h(t)))⋅g′(h(t))⋅h′(t)
Special Derivatives
- Derivative of a Square: The derivative of the square of a function is twice the function times the derivative of the function.
dxd[f(x)]2=2f(x)f′(x)
- Derivative of a Reciprocal: The derivative of the reciprocal of a function.
dxd(g(x)1)=−[g(x)]2g′(x)
References