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)