Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Differentiation Rules in Calculus Explained Clearly

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Definition and Formula of Differentiation Rules with Solved Examples

The concept of differentiation rules plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Whether you are preparing for board exams, JEE, NEET, or Olympiads, understanding these rules helps you solve calculus and derivative-related questions quickly and accurately.


What Are Differentiation Rules?

A differentiation rule is a formula that tells us how to find the derivatives (or rates of change) of different types of functions. You’ll find this concept applied in areas such as velocity calculation, graph slopes, mathematics modeling, and more. Mastering differentiation rules is essential as it helps in solving various mathematical, scientific, and engineering problems efficiently.


List of Main Differentiation Rules in Maths

  • Power Rule
  • Sum and Difference Rule
  • Product Rule
  • Quotient Rule
  • Chain Rule
  • Trigonometric Function Rule
  • Exponential and Logarithmic Function Rules

Differentiation Rules Chart (Quick Reference)

Function Type Best Rule to Use Formula
Algebraic Powers (xn) Power Rule d/dx(xn) = n·xn−1
Sum/Difference (f(x) ± g(x)) Sum & Difference Rule d/dx[f(x)±g(x)] = f'(x)±g'(x)
Product (f(x)×g(x)) Product Rule d/dx[f(x)·g(x)] = f'(x)·g(x)+f(x)·g'(x)
Quotient (f(x)/g(x)) Quotient Rule \( \frac{f'(x)g(x)-f(x)g'(x)}{[g(x)]^2} \)
Composite (f(g(x))) Chain Rule d/dx[f(g(x))]=f'(g(x))·g'(x)
Trigonometric Trig Rule d/dx(sin x)=cos x
Exponential, Logarithmic Exponential/Log Rule d/dx(ex)=ex, d/dx(ln x)=1/x

Differentiation Formula Cheat Sheet

Rule Formula Example
Power Rule d/dx(xn) = n·xn-1 d/dx(x5) = 5x4
Sum Rule d/dx[f(x)+g(x)] = f'(x) + g'(x) d/dx(x2+2x) = 2x+2
Product Rule d/dx[f(x)·g(x)] = f'(x)·g(x)+f(x)·g'(x) d/dx(x2·sin x)=2x·sin x + x2·cos x
Quotient Rule \( \frac{f'(x)g(x)-f(x)g'(x)}{[g(x)]^2} \) d/dx(tan x)=1/(cos2x)
Chain Rule d/dx[f(g(x))]=f'(g(x))·g'(x) d/dx(ex2)=ex2·2x
Trigonometric d/dx(sin x)=cos x, d/dx(cos x)=−sin x d/dx(sin x)=cos x
Exponential d/dx(ex)=ex d/dx(e2x)=2e2x
Logarithmic d/dx(ln x)=1/x d/dx(ln x2)=2/x

Step-by-Step Differentiation Examples

Power Rule Example

Differentiate \( f(x) = x^5 \):

1. Use the power rule: \( d/dx(x^n) = n \cdot x^{n-1} \ )

2. Here, n=5, so derivative = 5x4.

3. Final Answer: 5x4

Product Rule Example

Differentiate \( f(x) = x^2 \cdot \sin x \ ):

1. Identify functions: u = x2, v = sin x

2. Derivatives: du/dx = 2x, dv/dx = cos x

3. Product Rule: d/dx(u·v) = u'v + uv'

4. Apply formula: 2x·sin x + x2·cos x

5. Final Answer: 2x·sin x + x2·cos x

Chain Rule Example

Differentiate \( f(x) = e^{x^2} \ ):

1. Let u = x2 ⇒ du/dx = 2x

2. Derivative of eu is eu

3. Chain Rule: d/dx(ex2) = ex2·2x

4. Final Answer: 2x·ex2

Frequent Errors and How to Avoid Them

  • Mixing up product and chain rule for composite functions.
  • Missing the right function for exponential or trigonometric expressions.
  • Forgetting to use the denominator squared in quotient rule.
  • Not applying the chain rule when functions are nested.

Try These Yourself

  • Differentiate f(x) = 3x4 + 4x
  • Find d/dx of (x2 + 1)/(x + 3)
  • Differentiate f(x) = sin(x2)
  • Calculate the derivative of e2x + ln x

Connection to Other Concepts

Understanding differentiation rules directly helps in topics like Derivatives, optimization, and understanding motion in physics. Mastery makes solving higher-order differential equations and integration smoother in the future.


Tips to Remember Differentiation Rules

A quick way to remember differentiation rules is by creating small flashcards or formula sheets. Vedantu’s teachers also suggest practicing 5 questions each for power, product, and chain rules daily, so you recognize patterns instantly in exams.


Wrapping It All Up

We explored differentiation rules in Maths—from basic formulae to worked examples and everyday mistakes. Continue learning and practicing these with Vedantu’s online sessions for a solid grasp and exam confidence. For handy revision, download formula sheets and solve more problems using our stepwise approach.


Related Internal Links for Practice


FAQs on Differentiation Rules in Calculus Explained Clearly

1. What are differentiation rules in calculus?

Differentiation rules are standard formulas used to find the derivative of a function quickly and accurately. In calculus, these rules help compute the rate of change without using the limit definition each time.

  • They simplify finding derivatives of polynomials, products, quotients, and composite functions.
  • Common rules include the power rule, product rule, quotient rule, and chain rule.
  • They are essential for solving problems involving slopes, tangents, velocity, and optimization.

2. What is the power rule of differentiation?

The power rule states that if f(x) = xn, then f'(x) = n·xn−1. This rule applies to any real exponent n.

  • Example: If f(x) = x5, then f'(x) = 5x4.
  • Example: If f(x) = 3x4, then f'(x) = 12x3.
  • It works for positive, negative, and fractional powers.

3. How do you use the product rule in differentiation?

The product rule states that if y = u·v, then y' = u'v + uv'. It is used when differentiating the product of two functions.

  • Differentiate the first function (u') and multiply by the second (v).
  • Add the first function (u) multiplied by the derivative of the second (v').
  • Example: If y = x2·sinx, then y' = 2x·sinx + x2·cosx.

4. What is the quotient rule formula?

The quotient rule states that if y = u/v, then y' = (u'v − uv') / v2, where v ≠ 0. It is used when dividing two differentiable functions.

  • Differentiate the numerator (u') and multiply by the denominator (v).
  • Subtract the numerator (u) times derivative of denominator (v').
  • Divide the entire result by v2.
  • Example: If y = x/(x+1), then y' = (1·(x+1) − x·1)/(x+1)2 = 1/(x+1)2.

5. What is the chain rule in differentiation?

The chain rule states that if y = f(g(x)), then dy/dx = f'(g(x)) · g'(x). It is used for differentiating composite functions.

  • Differentiate the outer function while keeping the inner function unchanged.
  • Multiply by the derivative of the inner function.
  • Example: If y = (3x+2)4, then y' = 4(3x+2)3 · 3 = 12(3x+2)3.

6. What is the derivative of a constant?

The derivative of any constant is 0. This is called the constant rule in differentiation.

  • If f(x) = 7, then f'(x) = 0.
  • If f(x) = −3, then f'(x) = 0.
  • A constant has no rate of change, so its slope is zero.

7. What is the derivative of trigonometric functions?

The derivatives of basic trigonometric functions are standard results in calculus. The most important ones are:

  • d/dx(sinx) = cosx
  • d/dx(cosx) = −sinx
  • d/dx(tanx) = sec2x
These rules are often combined with the chain rule for composite trigonometric functions.

8. How do you differentiate exponential and logarithmic functions?

The derivative of exponential and logarithmic functions follows specific rules: d/dx(ex) = ex and d/dx(lnx) = 1/x. Key formulas include:

  • d/dx(ax) = ax lna
  • d/dx(logax) = 1/(x lna)
  • For eg(x), use the chain rule: derivative = eg(x)·g'(x).

9. What is the difference between the product rule and the chain rule?

The product rule is used for multiplying two functions, while the chain rule is used for composite (nested) functions. The key difference is:

  • Product rule: d/dx(u·v) = u'v + uv'
  • Chain rule: d/dx(f(g(x))) = f'(g(x))·g'(x)
  • Example: x2sinx uses the product rule, but (sinx)2 uses the chain rule.

10. What are common mistakes when applying differentiation rules?

Common mistakes in differentiation include misapplying formulas or forgetting parts of a rule. The most frequent errors are:

  • Forgetting to apply the chain rule for composite functions.
  • Missing one term in the product rule (writing only u'v).
  • Sign errors in the quotient rule.
  • Not simplifying the final derivative correctly.
Carefully writing each step helps avoid these common calculus errors.