When dealing with the derivatives of functions, it's essential to understand how to apply the product rule, especially when two functions are multiplied together. The product rule states that if you have two functions, f(x) and g(x), their derivative can be found using the formula:
(f \cdot g)' = f \cdot g' + g \cdot f'
This means you take the first function f(x) and multiply it by the derivative of the second function g'(x), and then add it to the second function g(x) multiplied by the derivative of the first function f'(x).
A helpful mnemonic to remember this is: "left d right plus right d left," where "d" indicates taking the derivative. This approach allows for a systematic way to find the derivative without needing to expand the functions first.
For example, consider the function h(x) = (x - 5)(2x + 9). To find the derivative h'(x), apply the product rule:
1. Identify f(x) = x - 5 and g(x) = 2x + 9.
2. Calculate g'(x) = 2 and f'(x) = 1.
3. Apply the product rule:
h'(x) = (x - 5)(2) + (2x + 9)(1)
4. Simplify the expression:
h'(x) = 2x - 10 + 2x + 9 = 4x - 1
Now, let's look at another example with the function y = (2x² - 1)(3 + x³). Using the product rule:
1. Identify f(x) = 2x² - 1 and g(x) = 3 + x³.
2. Calculate g'(x) = 3x² and f'(x) = 4x.
3. Apply the product rule:
y' = (2x² - 1)(3x²) + (3 + x³)(4x)
4. Distribute and simplify:
y' = 6x⁴ - 3x² + 12x + 4x⁴ = 10x⁴ - 3x² + 12x
Understanding and practicing the product rule is crucial for mastering calculus, as it provides a reliable method for differentiating products of functions efficiently.