Derivative Rules
Hey students! š Welcome to one of the most powerful topics in calculus - derivative rules! Think of derivatives as the mathematical way to find how fast something is changing at any given moment. Whether it's the speed of a car, the growth rate of bacteria, or the slope of a curve, derivatives help us understand change all around us. In this lesson, you'll master the four essential derivative rules: power, product, quotient, and chain rules. By the end, you'll be able to differentiate complex functions like a pro and solve real-world problems involving rates of change! š
The Power Rule - Your Foundation Tool
The power rule is like your mathematical Swiss Army knife - it's the most frequently used differentiation rule and forms the foundation for everything else! š§
The Power Rule Formula: If $f(x) = x^n$ where $n$ is any real number, then $f'(x) = nx^{n-1}$
Let's see this in action with some examples:
- If $f(x) = x^3$, then $f'(x) = 3x^2$
- If $f(x) = x^{-2}$, then $f'(x) = -2x^{-3} = \frac{-2}{x^3}$
- If $f(x) = \sqrt{x} = x^{1/2}$, then $f'(x) = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}$
Real-world example: Imagine you're tracking the area of a growing oil spill that spreads in a circular pattern. If the radius grows according to $r(t) = 2t^3$ meters after $t$ hours, the rate at which the radius is growing is $r'(t) = 6t^2$ meters per hour. After 2 hours, the radius is growing at $6(2)^2 = 24$ meters per hour! š¢ļø
The power rule also works with constants and sums. Remember that the derivative of a constant is zero, and you can differentiate term by term:
- $\frac{d}{dx}(5x^4 + 3x^2 - 7) = 20x^3 + 6x - 0 = 20x^3 + 6x$
The Product Rule - When Functions Multiply
Sometimes you need to differentiate the product of two functions, and that's where the product rule comes to the rescue! šŖ
The Product Rule Formula: If $f(x) = u(x) \cdot v(x)$, then $f'(x) = u'(x)v(x) + u(x)v'(x)$
A helpful way to remember this is: "derivative of first times second, plus first times derivative of second."
Example: Let's differentiate $f(x) = x^2 \cos(3x)$
- Let $u(x) = x^2$, so $u'(x) = 2x$
- Let $v(x) = \cos(3x)$, so $v'(x) = -3\sin(3x)$
- Therefore: $f'(x) = 2x \cdot \cos(3x) + x^2 \cdot (-3\sin(3x)) = 2x\cos(3x) - 3x^2\sin(3x)$
Real-world application: In economics, if the price of a product follows $P(t) = (t + 5)$ and the demand follows $D(t) = e^{-0.1t}$, then the revenue $R(t) = P(t) \cdot D(t)$ requires the product rule to find how revenue changes over time. This helps businesses optimize their pricing strategies! š
The Quotient Rule - Dividing Functions Like a Pro
When you have one function divided by another, the quotient rule is your go-to method! šÆ
The Quotient Rule Formula: If $f(x) = \frac{u(x)}{v(x)}$, then $f'(x) = \frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2}$
A memory trick: "Low dee-high minus high dee-low, over low squared" (where "low" is the denominator, "high" is the numerator, and "dee" means derivative).
Example: Let's differentiate $f(x) = \frac{x^2 + 1}{x - 3}$
- $u(x) = x^2 + 1$, so $u'(x) = 2x$
- $v(x) = x - 3$, so $v'(x) = 1$
- $f'(x) = \frac{2x(x-3) - (x^2+1)(1)}{(x-3)^2} = \frac{2x^2 - 6x - x^2 - 1}{(x-3)^2} = \frac{x^2 - 6x - 1}{(x-3)^2}$
Real-world example: In physics, when calculating the efficiency of a machine, you often have formulas like $\eta = \frac{\text{useful energy output}}{\text{total energy input}}$. If both the output and input change over time, you'd need the quotient rule to find how efficiency changes! āļø
The Chain Rule - Handling Composite Functions
The chain rule is like peeling an onion - you work from the outside in, layer by layer! š§ It's used when you have a function inside another function (composite functions).
The Chain Rule Formula: If $f(x) = g(h(x))$, then $f'(x) = g'(h(x)) \cdot h'(x)$
In other words: derivative of the outer function (evaluated at the inner function) times the derivative of the inner function.
Example: Let's differentiate $f(x) = (3x^2 + 5)^4$
- Outer function: $g(u) = u^4$, so $g'(u) = 4u^3$
- Inner function: $h(x) = 3x^2 + 5$, so $h'(x) = 6x$
- $f'(x) = 4(3x^2 + 5)^3 \cdot 6x = 24x(3x^2 + 5)^3$
Another example: For $f(x) = e^{\sin(x)}$
- Outer function: $g(u) = e^u$, so $g'(u) = e^u$
- Inner function: $h(x) = \sin(x)$, so $h'(x) = \cos(x)$
- $f'(x) = e^{\sin(x)} \cdot \cos(x)$
Real-world application: In population biology, if a population grows exponentially but the growth rate itself changes seasonally, you might have something like $P(t) = e^{0.1\sin(t)}$. The chain rule helps biologists understand how quickly populations are changing throughout the year! š¾
Combining the Rules - Advanced Techniques
Often, you'll encounter functions that require multiple rules working together. This is where your understanding really gets tested! š
Example combining product and chain rules: $f(x) = x^2 \cdot e^{3x}$
- This is a product: $u(x) = x^2$ and $v(x) = e^{3x}$
- $u'(x) = 2x$
- For $v'(x)$, we need the chain rule: $v'(x) = e^{3x} \cdot 3 = 3e^{3x}$
- $f'(x) = 2x \cdot e^{3x} + x^2 \cdot 3e^{3x} = e^{3x}(2x + 3x^2)$
Example combining quotient and chain rules: $f(x) = \frac{\sin(2x)}{x^2 + 1}$
- Using quotient rule with $u(x) = \sin(2x)$ and $v(x) = x^2 + 1$
- $u'(x) = 2\cos(2x)$ (using chain rule)
- $v'(x) = 2x$
- $f'(x) = \frac{2\cos(2x)(x^2+1) - \sin(2x)(2x)}{(x^2+1)^2}$
Conclusion
Congratulations students! š You've now mastered the four fundamental derivative rules that form the backbone of calculus. The power rule gives you the foundation for polynomials, the product rule handles multiplied functions, the quotient rule tackles division, and the chain rule conquers composite functions. These tools work together like a mathematical orchestra, allowing you to differentiate incredibly complex functions by breaking them down into manageable pieces. Remember, practice makes perfect - the more you use these rules, the more natural they'll become. You're now equipped to tackle real-world problems involving rates of change, from physics to economics to biology!
Study Notes
⢠Power Rule: $\frac{d}{dx}[x^n] = nx^{n-1}$ - bring down the exponent, subtract 1 from the power
⢠Constant Rule: $\frac{d}{dx}[c] = 0$ - derivative of any constant is zero
⢠Product Rule: $\frac{d}{dx}[uv] = u'v + uv'$ - "derivative of first times second plus first times derivative of second"
⢠Quotient Rule: $\frac{d}{dx}[\frac{u}{v}] = \frac{u'v - uv'}{v^2}$ - "low dee-high minus high dee-low over low squared"
⢠Chain Rule: $\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)$ - derivative of outer times derivative of inner
⢠Sum Rule: $\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)$ - differentiate each term separately
⢠Constant Multiple Rule: $\frac{d}{dx}[cf(x)] = c \cdot f'(x)$ - constants factor out
⢠When combining rules, identify the structure first: is it a product, quotient, or composition?
⢠Always simplify your final answer when possible
⢠Practice identifying which rule(s) to use before starting the differentiation process
