Differentiation Rules Lesson | Derivative Rules with Examples
Created byProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Differentiation rules are formulas used to find the derivative of a function. A derivative shows how a function changes as its variable changes. These rules make solving derivatives easier.
This lesson covers all essential differentiation rules and examples to help you understand and apply them effectively.
Example:
Let's find the derivative of f(x) = x^3 using the power rule.
Recall the power rule If f(x) = x^n, then the derivative is f'(x) = n * x^(n-1).
Identify the power of x In f(x) = x^3, the power of x is 3.
Apply the power rule Multiply the power (3) by x and subtract 1 from the power: f'(x) = 3 * x^(3-1)
Simplify the result f'(x) = 3 * x^2
Final Answer: The derivative of f(x) = x^3 is f'(x) = 3 x^2.
Differentiation rules help solve derivatives efficiently.
Understanding the derivative laws is crucial for differentiating various functions. All derivative rules simplify the process, helping determine the rate of change based on the function's structure.
Let's understand each rule stepwise with the help of examples.
Power Rule This rule is used when differentiating a function with a power of x.
Rule: If f(x) = x^n, then f'(x) = n * x^(n-1).
Example:
Start with f(x) = x^3.
Apply the rule: Multiply by the exponent (3) and subtract 1 from the exponent.
f'(x) = 3 * x^(3-1) = 3x^2.
Constant Rule The derivative of a constant is always 0.
Rule: If f(x) = c, then f'(x) = 0.
Example:
Start with f(x) = 5.
Since it is a constant, f'(x) = 0.
Sum and Difference Rule When adding or subtracting functions, take the derivative of each term separately.
Rule: If f(x) = g(x) + h(x), then f'(x) = g'(x) + h'(x).
Example:
Start with f(x) = x^2 + 3x.
Differentiate each term: Derivative of x^2 is 2x, and derivative of 3x is 3.
Combine results: f'(x) = 2x + 3.
Constant Multiplier Rule If a function is multiplied by a constant, multiply the derivative by the same constant.
Rule: If f(x) = c * g(x), then f'(x) = c * g'(x).
Example:
Start with f(x) = 4x^3.
Apply the power rule to x^3: f'(x) = 3x^2.
Multiply by the constant 4: f'(x) = 4 * 3x^2 = 12x^2.
Product Rule Used when differentiating the product of two functions.
Rule: If f(x) = u(x) * v(x), then f'(x) = u'(x)v(x) + u(x)v'(x).
Example:
Start with f(x) = x^2 * sin(x).
Let u(x) = x^2 and v(x) = sin(x).
Derivative of u(x) is 2x, and derivative of v(x) is cos(x).