Introduction to Derivatives
A derivative measures how a function changes as its input changes. In other words, it represents the rate of change or the slope of the function at any given point. Derivatives are fundamental in calculus and have numerous applications in physics, economics, engineering, and other fields.
Mathematically, the derivative of a function f(x) with respect to x is denoted as:
While the limit definition of a derivative is conceptually important, for practical purposes, we use differentiation rules that allow us to find derivatives more efficiently.
The Power Rule
The Power Rule is one of the most fundamental differentiation rules. It allows us to find the derivative of functions of the form xn, where n is any real number.
This means we multiply by the exponent and then decrease the exponent by 1.
Example 1: Find the derivative of f(x) = x5.
Using the Power Rule:
f'(x) = 5x(5-1) = 5x4
Example 2: Find the derivative of g(x) = x-3.
Using the Power Rule:
g'(x) = -3x(-3-1) = -3x-4
Example 3: Find the derivative of h(x) = 3x2.
Here we have a constant multiplied by a power of x. Since the derivative of a constant times a function is the constant times the derivative of the function:
h'(x) = 32x(2-1) = 6x
Example 4: Find the derivative of p(x) = x.
First, rewrite x as x1/2, then apply the Power Rule:
p'(x) = (1/2)x(1/2-1) = (1/2)x-1/2 = (1/2)(1/x) = 1/(2x)
Common Mistake:
Students often forget to deal with the constant coefficient. Remember that when differentiating a function like axn, the constant a remains unchanged, and you only apply the Power Rule to the xn part.
The Chain Rule
The Chain Rule is used when we need to differentiate composite functionsfunctions that are functions of other functions. In simple terms, if we have a function within another function, we need to use the Chain Rule.
This means we differentiate the outer function, evaluate it at the inner function, and then multiply by the derivative of the inner function.
Example 1: Find the derivative of f(x) = (x2 + 3)5.
Let g(x) = x2 + 3 and h(x) = x5. Then f(x) = h(g(x)).
Using the Chain Rule:
f'(x) = 5(x2 + 3)4(2x) = 10x(x2 + 3)4
Example 2: Find the derivative of g(x) = sin(3x).
Let h(x) = sin(x) and k(x) = 3x. Then g(x) = h(k(x)).
Using the Chain Rule:
g'(x) = cos(3x)3 = 3cos(3x)
Example 3: Find the derivative of f(x) = ex2.
Let g(x) = ex and h(x) = x2. Then f(x) = g(h(x)).
Using the Chain Rule:
f'(x) = ex2(2x) = 2xex2
Mnemonic for the Chain Rule:
Some students find it helpful to remember the Chain Rule as "outside derivative times inside derivative." This means you first take the derivative of the outer function, leaving the inner function unchanged, and then multiply by the derivative of the inner function.
Combining the Power Rule and Chain Rule
Many problems require the use of both the Power Rule and the Chain Rule together. This typically occurs when we have functions raised to powers.
Example: Find the derivative of f(x) = (2x3 + 5)4.
First, apply the Power Rule to the outer function:
f'(x) = 4(2x3 + 5)3
Then, apply the Chain Rule by multiplying by the derivative of the inner function:
f'(x) = 4(2x3 + 5)3(6x2) = 24x2(2x3 + 5)3
Practice Problems
Test your understanding of the Power Rule and Chain Rule with the following problems:
- Find the derivative of f(x) = x7 - 3x4 + 2x - 5.
- Find the derivative of g(x) = (x2 + 1)3.
- Find the derivative of h(x) = e5xx2.
- Find the derivative of j(x) = (x + 1)5.
Solutions
1. Using the Power Rule:
f'(x) = 7x6 - 12x3 + 2
2. Using the Chain Rule:
g'(x) = 3(x2 + 1)2(2x) = 6x(x2 + 1)2
3. Using the Product Rule and Chain Rule:
Let u = e5x and v = x2. Then u' = 5e5x and v' = 2x.
h'(x) = u'v + uv' = 5e5xx2 + e5x2x = e5x(5x2 + 2x)
4. First rewrite and then use the Chain Rule:
x + 1 = x1/2 + 1
j(x) = (x1/2 + 1)5
j'(x) = 5(x1/2 + 1)4(1/2)x-1/2 = (5/2)x-1/2(x1/2 + 1)4
Applications of Derivatives
Derivatives have numerous real-world applications:
- Physics: Velocity is the derivative of position with respect to time, and acceleration is the derivative of velocity with respect to time.
- Economics: Marginal cost, marginal revenue, and marginal profit are all calculated using derivatives.
- Engineering: Engineers use derivatives to optimize designs and analyze systems.
- Biology: Population growth rates, decay rates, and reaction rates in biological processes are analyzed using derivatives.
Conclusion
The Chain Rule and Power Rule are essential tools in calculus that allow us to find derivatives of complex functions efficiently. The Power Rule handles functions of the form xn, while the Chain Rule enables differentiation of composite functions.
Proficiency with these rules requires practice. As you work through more problems, you'll develop an intuition for when and how to apply each rule. Remember that many problems require the use of multiple rules in combination, so it's important to recognize the structure of the function you're differentiating.
These differentiation rules are foundational to calculus and open the door to more advanced concepts like integration, differential equations, and multivariable calculus. Mastering them will greatly enhance your mathematical toolkit.
