The chain rule: given two functions of x, u & v, and let their respective derivatives with respect to x denote by u' and v', the derivative with respect to x of (u*v) is:
v*u' + u*v'
For division of two functions (u/v), derivative of (u/v) = [v*u' - u*v']/(v2)
If you cannot remember if you've got it right, try this simple check: take f(x) = x3
but let u = x and v = x2, so u*v = x3. Derivative of x3 = 3*x2. Now try it with the chain rule: d(x*x2) = x2*1 + x*(2*x2)= 3*x2
I think the product rule is easier to remember, but sometimes cannot remember the quotient rule, so I'll try a simple one to make sure I got it right. Take u = x3
and let v = x, so u/v = x2, which the derivative = 2*x
So for [v*u' - u*v']/(v2) we have: [x*3*x2 - x3*1]/(x2) = [2*x3]/(x2) = 2*x, so I did it correctly.
I'll show one example of the product rule for more complex function, take sin(x)*ex --> u = sin(x), v=ex, so u' = cos(x) & v' = ex
d(u*v) = ex * sin(x) + ex * cos(x) = (sin(x) + cos(x)) * ex
Chat with our AI personalities
Chain Rule Definition: Use the chain rule to find the derivative of the composite of two functions--the derivative of the "outside" function multiplied by the derivative of the "inside" function. I am not the best in calculus so you might want to check out some chain rule example videos from the links.
The chain rule.
The chain rule, in calculus, is a formula. It allows one to compute the derivative of the composition of two or more functions. It was first used by the German mathematician Gottfried Leibniz.
i love wikipedia!According to wiki: In calculus, integration by substitution is a method for finding antiderivatives and integrals. Using the fundamental theorem of calculus often requires finding an antiderivative. For this and other reasons, integration by substitution is an important tool for mathematicians. It is the counterpart to the chain rule of differentiation.
Rewrite 1/cos x as (cos x)-1 and use chain rule.