Rules of Differentiation
Hey students! š Welcome to one of the most powerful topics in calculus - the rules of differentiation! In this lesson, you'll master the product rule, quotient rule, and chain rule, which are essential tools that make finding derivatives much easier and faster. By the end of this lesson, you'll be able to differentiate complex functions involving polynomials, exponentials, logarithms, and trigonometric functions with confidence. Think of these rules as your mathematical superpowers that unlock the ability to analyze rates of change in everything from population growth to rocket trajectories! š
The Product Rule: When Functions Multiply
The product rule is your go-to tool when you need to find the derivative of two functions multiplied together. Instead of trying to expand everything (which can get messy!), this rule gives you a clean formula to work with.
The Product Rule Formula: If you have two functions $u(x)$ and $v(x)$, then:
$$\frac{d}{dx}[u(x) \cdot v(x)] = u'(x) \cdot v(x) + u(x) \cdot v'(x)$$
Think of it as "first times derivative of second, plus second times derivative of first." š
Let's see this in action with a real example. Suppose you're modeling the profit of a tech company where $P(t) = (2t + 3)(t^2 + 1)$, where $t$ represents years since the company started. Here, $u(t) = 2t + 3$ and $v(t) = t^2 + 1$.
First, find the derivatives: $u'(t) = 2$ and $v'(t) = 2t$
Now apply the product rule:
$$P'(t) = 2(t^2 + 1) + (2t + 3)(2t) = 2t^2 + 2 + 4t^2 + 6t = 6t^2 + 6t + 2$$
This tells you how fast the profit is changing at any given time! š°
The product rule is especially useful when dealing with exponential functions multiplied by polynomials. For instance, if you have $f(x) = x^2 e^x$, you'd use $u(x) = x^2$ and $v(x) = e^x$, giving you $f'(x) = 2x \cdot e^x + x^2 \cdot e^x = e^x(2x + x^2)$.
The Quotient Rule: Division Made Simple
When you have one function divided by another, the quotient rule comes to the rescue! This rule might look intimidating at first, but it's actually quite logical once you understand the pattern.
The Quotient Rule Formula: For functions $u(x)$ and $v(x)$ where $v(x) \neq 0$:
$$\frac{d}{dx}\left[\frac{u(x)}{v(x)}\right] = \frac{u'(x) \cdot v(x) - u(x) \cdot v'(x)}{[v(x)]^2}$$
A helpful memory trick: "Low dee high minus high dee low, over low squared" (where "high" is the numerator and "low" is the denominator). šÆ
Let's apply this to a practical example. Imagine you're studying population density, and the function $D(t) = \frac{1000t}{t^2 + 4}$ represents the density of a species over time. Here, $u(t) = 1000t$ and $v(t) = t^2 + 4$.
The derivatives are: $u'(t) = 1000$ and $v'(t) = 2t$
Using the quotient rule:
$$D'(t) = \frac{1000(t^2 + 4) - 1000t(2t)}{(t^2 + 4)^2} = \frac{1000t^2 + 4000 - 2000t^2}{(t^2 + 4)^2} = \frac{4000 - 1000t^2}{(t^2 + 4)^2}$$
This derivative tells you when the population density is increasing or decreasing! š
The quotient rule is particularly powerful when working with rational functions and trigonometric ratios like $\frac{\sin x}{\cos x} = \tan x$.
The Chain Rule: Handling Composite Functions
The chain rule is arguably the most important differentiation rule because it handles composite functions - functions within functions. In real life, many relationships are composite: temperature affects plant growth, which affects oxygen production, which affects air quality.
The Chain Rule Formula: If you have a composite function $f(g(x))$, then:
$$\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)$$
Think of it as "derivative of the outside times derivative of the inside." š
Let's work with $h(x) = (3x^2 + 2x + 1)^5$. Here, the outside function is $f(u) = u^5$ and the inside function is $g(x) = 3x^2 + 2x + 1$.
First, find the derivatives: $f'(u) = 5u^4$ and $g'(x) = 6x + 2$
Applying the chain rule:
$$h'(x) = 5(3x^2 + 2x + 1)^4 \cdot (6x + 2)$$
The chain rule is essential for exponential and logarithmic functions. For $y = e^{2x^3}$, you'd have $f(u) = e^u$ and $g(x) = 2x^3$, giving you $y' = e^{2x^3} \cdot 6x^2$.
For trigonometric functions like $y = \sin(4x^2)$, you get $y' = \cos(4x^2) \cdot 8x$.
Advanced Applications and Combinations
Real-world problems often require combining these rules. Consider modeling the spread of a viral video: $V(t) = \frac{1000t \cdot e^{0.5t}}{t^2 + 1}$. This requires both the product rule (for the numerator) and the quotient rule (for the entire fraction)!
When dealing with logarithmic functions, remember that $\frac{d}{dx}[\ln(g(x))] = \frac{g'(x)}{g(x)}$. For natural logarithms of composite functions, you'll often use this in combination with the chain rule.
Trigonometric functions become much more manageable with these rules. Functions like $y = x^2 \sin(3x)$ use the product rule, while $y = \frac{\cos x}{x^2}$ uses the quotient rule.
Statistical models in economics often use functions like $P(x) = ae^{-bx^2}$, where $a$ and $b$ are constants. These require the chain rule: $P'(x) = ae^{-bx^2} \cdot (-2bx) = -2abxe^{-bx^2}$.
Conclusion
The product rule, quotient rule, and chain rule are your essential toolkit for tackling complex differentiation problems. The product rule handles multiplication of functions, the quotient rule manages division, and the chain rule deals with composition. Together, these rules allow you to differentiate virtually any combination of polynomials, exponentials, logarithms, and trigonometric functions. Master these three rules, students, and you'll have the power to analyze rates of change in countless real-world scenarios! š
Study Notes
⢠Product Rule: $\frac{d}{dx}[u \cdot v] = u' \cdot v + u \cdot v'$ - "first times derivative of second plus second times derivative of first"
⢠Quotient Rule: $\frac{d}{dx}\left[\frac{u}{v}\right] = \frac{u' \cdot v - u \cdot v'}{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 outside times derivative of inside"
⢠Exponential with Chain Rule: $\frac{d}{dx}[e^{g(x)}] = e^{g(x)} \cdot g'(x)$
⢠Logarithm with Chain Rule: $\frac{d}{dx}[\ln(g(x))] = \frac{g'(x)}{g(x)}$
⢠Trigonometric with Chain Rule: $\frac{d}{dx}[\sin(g(x))] = \cos(g(x)) \cdot g'(x)$ and $\frac{d}{dx}[\cos(g(x))] = -\sin(g(x)) \cdot g'(x)$
⢠Power Rule with Chain Rule: $\frac{d}{dx}[g(x)]^n = n[g(x)]^{n-1} \cdot g'(x)$
⢠Always identify which rule applies before starting the differentiation process
⢠For complex functions, you may need to combine multiple rules in sequence
⢠Practice identifying the "inside" and "outside" functions for chain rule applications
