Differentiating Polynomials Using Power Rule
In calculus, the power rule is a fundamental technique used to differentiate polynomial functions. The power rule states that for any polynomial term of the form (x^n), the derivative is given by:
[ \frac{d}{dx}(x^n) = nx^{n-1} ]
This means you multiply the term by the exponent and then subtract one from the exponent.
When differentiating sums or differences of polynomial functions, apply the power rule to each term individually.
Example:
Differentiate (f(x) = 3x^4 + 2x^3 - x + 5).
- For (3x^4): (d/dx(3x^4) = 3 \cdot 4x^{4-1} = 12x^3)
- For (2x^3): (d/dx(2x^3) = 2 \cdot 3x^{3-1} = 6x^2)
- For (-x): (d/dx(-x) = -1)
- For (5): (d/dx(5) = 0)
Thus, the derivative (f'(x) = 12x^3 + 6x^2 - 1).
Key points to remember
- Use the power rule: d/dx(x^n) = nx^(n-1).
- Differentiate each term in sums/differences separately.
- Constant terms differentiate to zero.
Worked example
Differentiate f(x) = 2x^5 - 4x^2 + 7.
- f'(x) = 10x^4 - 8x.