Rules of Differentiation
Rules of differentiation allow us to calculate derivatives quickly and accurately.
Instead of using the limit definition every time, these rules simplify the process and make calculus practical for real-world applications, exams, and advanced mathematics.
Why Rules of Differentiation Are Needed
The limit definition of derivative is powerful, but it is slow and complex for large expressions.
Differentiation rules turn calculus into a tool you can actually use.
These rules are essential for physics, engineering, economics, AI, and competitive exams.
Basic Idea Behind Differentiation Rules
Each rule describes how derivatives behave under different mathematical operations.
Once you understand the logic, you can differentiate almost any function.
Derivative of a Constant
The derivative of any constant is zero.
Rule: If f(x) = c, then f′(x) = 0
Example: f(x) = 7 → f′(x) = 0
A constant does not change, so its rate of change is zero.
Power Rule
The power rule is the most commonly used rule in differentiation.
Rule: If f(x) = xn, then f′(x) = n·xn−1
Examples:
- f(x) = x² → f′(x) = 2x
- f(x) = x⁵ → f′(x) = 5x⁴
- f(x) = x → f′(x) = 1
This rule forms the foundation of calculus.
Derivative of a Constant Multiple
A constant multiple can be pulled outside the derivative.
Rule: If f(x) = c·g(x), then f′(x) = c·g′(x)
Example: f(x) = 4x³ → f′(x) = 4·3x² = 12x²
Sum Rule
The derivative of a sum is the sum of derivatives.
Rule: If f(x) = g(x) + h(x), then f′(x) = g′(x) + h′(x)
Example: f(x) = x² + 3x → f′(x) = 2x + 3
Difference Rule
The derivative of a difference is the difference of derivatives.
Rule: If f(x) = g(x) − h(x), then f′(x) = g′(x) − h′(x)
Example: f(x) = x³ − x → f′(x) = 3x² − 1
Derivative of Polynomial Functions
Polynomials are differentiated by applying the power rule to each term.
Example:
f(x) = 2x³ − 5x² + 4x − 7
f′(x) = 6x² − 10x + 4
This is extremely common in exams.
Product Rule
When two functions are multiplied, we cannot differentiate term-by-term.
Rule:
If f(x) = u(x)·v(x), then
f′(x) = u′(x)v(x) + u(x)v′(x)
Example:
f(x) = x²·x³
Using product rule:
f′(x) = (2x)(x³) + (x²)(3x²) = 2x⁴ + 3x⁴ = 5x⁴
Quotient Rule
The quotient rule applies when one function is divided by another.
Rule:
If f(x) = u(x)/v(x), then
f′(x) = [u′(x)v(x) − u(x)v′(x)] / v²(x)
Example:
f(x) = x² / x
f′(x) = (2x·x − x²·1) / x² = (2x² − x²)/x² = 1
Chain Rule
The chain rule is used when one function is inside another.
Rule:
If y = f(g(x)), then
dy/dx = f′(g(x)) · g′(x)
This rule is essential for advanced calculus and machine learning.
Chain Rule Example
Differentiate: f(x) = (2x + 1)²
Outer function: ( )²
Inner function: 2x + 1
Derivative:
f′(x) = 2(2x + 1) · 2 = 4(2x + 1)
Which Rule to Use? (Strategy)
Choosing the correct rule is a skill.
- Polynomial → power rule
- Sum or difference → sum/difference rule
- Multiplication → product rule
- Division → quotient rule
- Function inside function → chain rule
Differentiation in Real Life
Differentiation measures how quantities change.
- Speed of vehicles
- Rate of profit growth
- Temperature change
- Population growth rate
Differentiation in Physics
Physics is built on differentiation.
- Velocity = derivative of position
- Acceleration = derivative of velocity
- Electric and magnetic field changes
Differentiation in Business & Economics
Businesses analyze marginal change using derivatives.
- Marginal cost
- Marginal revenue
- Profit optimization
Differentiation in Technology & AI
Modern AI systems rely heavily on differentiation.
- Gradient descent
- Neural network training
- Error minimization
Differentiation in Competitive Exams
Exams test:
- Correct rule selection
- Speed and accuracy
- Multi-rule expressions
Practicing rule identification is key.
Common Mistakes to Avoid
Most differentiation errors come from rule misuse.
- Forgetting chain rule
- Using product rule unnecessarily
- Sign mistakes
Practice Questions
Q1. Differentiate: f(x) = 5x⁴
Q2. Differentiate: f(x) = x² + 3x − 1
Q3. Differentiate: f(x) = (x + 1)³
Quick Quiz
Q1. Which rule is used for f(x) = (2x + 3)⁴?
Q2. What is the derivative of a constant?
Quick Recap
- Differentiation rules simplify calculus
- Power rule is foundational
- Product, quotient, and chain rules handle complexity
- Rules are essential for exams and real life
- Foundation for applications of derivatives
With differentiation rules mastered, you are now ready to apply derivatives to real problems.