Product, Quotient & Chain Rules
Product, Quotient, and Chain Rules
When finding derivatives of complex functions, the basic power rule isn't always enough. You will frequently encounter functions that are multiplied together, divided, or nested inside one another. To differentiate these, we use three fundamental rules of calculus: the Product Rule, the Quotient Rule, and the Chain Rule.
The Product Rule
The Product Rule is used when you need to find the derivative of two functions multiplied together.
Formula: dxdâ[f(x)g(x)]=fâ²(x)g(x)+f(x)gâ²(x)
In words: The derivative of the first times the second, plus the first times the derivative of the second.
Example: Find dxdâ(x2â ex)
- Let f(x)=x2 and g(x)=ex.
- Find their derivatives: fâ²(x)=2x and gâ²(x)=ex.
- Apply the rule: dxdâ(x2â ex)=(2x)(ex)+(x2)(ex)
- Factor out the common term to simplify: ex(2x+x2)
The Quotient Rule
The Quotient Rule is used when differentiating one function divided by another.
Formula: dxdâ[g(x)f(x)â]=[g(x)]2fâ²(x)g(x)âf(x)gâ²(x)â
In words: "Low D-High minus High D-Low, over the square of what's below."
Example: Find dxdâx2â32x+1â
- Let f(x)=2x+1 (high) and g(x)=x2â3 (low).
- Find their derivatives: fâ²(x)=2 and gâ²(x)=2x.
- Apply the rule: dxdâx2â32x+1â=(x2â3)22(x2â3)â(2x+1)(2x)â
- Expand and simplify the numerator: =(x2â3)22x2â6â(4x2+2x)â=(x2â3)2â2x2â2xâ6â
The Chain Rule
The Chain Rule is arguably the most important rule in differential calculus. It is used to differentiate composite functions (functions inside other functions).
Formula: dxdâ[f(g(x))]=fâ²(g(x))â gâ²(x)
In words: Take the derivative of the outside function (leaving the inside alone), then multiply by the derivative of the inside function.
Example: Find dxdâsin(3x2+1)
- Identify the outside function f(u)=sin(u) and the inside function g(x)=3x2+1.
- The derivative of the outside is cos(u).
- The derivative of the inside is 6x.
- Apply the rule: dxdâsin(3x2+1)=cos(3x2+1)â 6x
- Rearrange for standard notation: 6xcos(3x2+1)