Differentiation – Basic Derivatives | JEE Main Maths
Differentiation is one of the most important foundations of Calculus for JEE Mathematics. It tells us how rapidly a quantity changes with respect to another quantity. Once the basic derivative formulas and rules become automatic, many JEE Main questions can be solved quickly.
In this chapter, we will cover the essential derivative rules including the power rule, sum and difference rule, trigonometric derivatives, exponential and logarithmic derivatives, inverse trigonometric derivatives, product rule, quotient rule and chain rule.
The most important approach is:
Identify the Function → Identify the Rule → Differentiate → Simplify
1. What is Differentiation?
Differentiation tells us how fast a function changes with respect to x.
If:
y = f(x)
then its derivative with respect to x is written as:
dy/dx = f′(x)
Geometrical Meaning
Geometrically, the derivative represents the slope of the tangent to the curve at a point.
For example:
y = x²
Differentiating:
dy/dx = 2x
Therefore, at any value of x, 2x gives the slope of the tangent to the curve y = x².
Differentiation is therefore useful not only for calculating derivatives but also for understanding the behavior and rate of change of functions.
2. Basic Differentiation Rules
Rule 1: Derivative of a Constant
The derivative of any constant is zero.
d/dx(c) = 0
Example
d/dx(7) = 0
Why? A constant does not change when x changes. Therefore, its rate of change is zero.
Rule 2: Power Rule
The power rule is one of the most frequently used differentiation rules.
d/dx(xn) = nxn−1
Examples
d/dx(x²) = 2x
d/dx(x⁵) = 5x⁴
d/dx(x10) = 10x⁹
The shortcut is simple:
Power comes down × Power decreases by 1
Rule 3: Constant Multiple Rule
If a function is multiplied by a constant, the constant can be kept outside the differentiation.
d/dx[c f(x)] = c f′(x)
Example
Find:
d/dx(5x³)
Using the power rule:
5 × 3x² = 15x²
Therefore:
d/dx(5x³) = 15x²
3. Sum and Difference Rule
If two or more functions are added or subtracted, differentiate each term separately.
d/dx[f(x) ± g(x)] = f′(x) ± g′(x)
Example
Let:
y = x³ + 4x² − 7x + 5
Differentiate each term:
dy/dx = 3x² + 8x − 7
The derivative of the constant 5 is zero, so it disappears.
dy/dx = 3x² + 8x − 7
JEE Tip: For a polynomial containing only sums and differences, differentiate each term separately. There is no need for product or quotient rules unless the structure actually requires them.
4. Standard Derivatives – Trigonometric Functions
These derivatives should be memorized because they appear repeatedly in JEE questions.
| Function | Derivative |
|---|---|
| sin x | cos x |
| cos x | −sin x |
| tan x | sec²x |
| cot x | −cosec²x |
| sec x | sec x tan x |
| cosec x | −cosec x cot x |
🔥 JEE Memory Shortcut
sin → cos
cos → −sin
tan → sec²
cot → −cosec²
For sec and cosec:
sec → sec tan
cosec → −cosec cot
The negative sign in the derivatives of cos x, cot x and cosec x is a common source of mistakes.
5. Exponential and Logarithmic Derivatives
Exponential Functions
The most important exponential derivative is:
d/dx(ex) = ex
The function ex is special because its derivative is itself.
For a general positive base a:
d/dx(ax) = ax ln a
Logarithmic Functions
For the natural logarithm:
d/dx(ln x) = 1/x
For logarithm to base a:
d/dx(logax) = 1/(x ln a)
Example 1
Find:
d/dx(e3x)
The outer function is exponential, while the exponent contains 3x. Therefore, the chain rule is required.
Result:
3e3x
Example 2
Find:
d/dx(ln 5x)
Using the derivative of the logarithmic function:
d/dx(ln 5x) = 1/x
Here, the constant factor inside the logarithm does not change the final derivative in this form.
6. Derivatives of Inverse Trigonometric Functions
Inverse trigonometric derivatives are very important for JEE Main and should be memorized carefully.
| Function | Derivative |
|---|---|
| sin−1x | 1/√(1−x²) |
| cos−1x | −1/√(1−x²) |
| tan−1x | 1/(1+x²) |
| cot−1x | −1/(1+x²) |
| sec−1x | 1/(|x|√(x²−1)) |
| cosec−1x | −1/(|x|√(x²−1)) |
Most Important for JEE
Two formulas that you should recognize instantly are:
d/dx(sin−1x) = 1/√(1−x²)
d/dx(tan−1x) = 1/(1+x²)
Important: The notation sin−1x here means inverse sine, not 1/sin x.
7. Product Rule
When two functions are multiplied together, the ordinary power rule is not enough. We use the product rule.
If:
y = u × v
then:
dy/dx = u(dv/dx) + v(du/dx)
or:
(uv)′ = u′v + uv′
Example
Let:
y = x² sin x
Take:
u = x²
v = sin x
Then:
u′ = 2x
v′ = cos x
Using product rule:
dy/dx = x² cos x + 2x sin x
Therefore:
dy/dx = x²cos x + 2xsin x
Memory Trick
First × derivative of Second + Second × derivative of First
Never forget the plus sign in the product rule.
8. Quotient Rule
When one function is divided by another, use the quotient rule.
If:
y = u/v
then:
dy/dx = [v(du/dx) − u(dv/dx)]/v²
Memory Trick
Bottom × d(Top) − Top × d(Bottom)
————————————————————————
Bottom²
Example
Let:
y = x²/(x+1)
Here:
u = x²
v = x+1
Therefore:
u′ = 2x
v′ = 1
Using quotient rule:
dy/dx = [(x+1)(2x) − x²(1)]/(x+1)²
Simplifying:
= [2x² + 2x − x²]/(x+1)²
Therefore:
dy/dx = (x² + 2x)/(x+1)²
9. Chain Rule
The chain rule is used when one function is inside another function.
If:
y = f(g(x))
then:
dy/dx = f′(g(x)) × g′(x)
In simple words:
Outer Derivative × Inner Derivative
Example
Consider:
y = (3x² + 1)5
Step 1 – Identify the Outer Function
The outer function is the fifth power.
Its derivative is:
5(3x²+1)4
Step 2 – Differentiate the Inner Function
The inner function is:
3x² + 1
Its derivative is:
6x
Step 3 – Multiply
Therefore:
dy/dx = 5(3x²+1)4 × 6x
Hence:
dy/dx = 30x(3x²+1)4
🔥 Chain Rule Shortcut
Outer derivative × Inner derivative
10. Mixed Basic Differentiation Examples
Example 1 – Polynomial
Given:
y = 3x⁴ − 5x² + 7x − 9
Differentiate each term:
dy/dx = 12x³ − 10x + 7
The constant −9 disappears because its derivative is zero.
Answer: 12x³ − 10x + 7
Example 2 – Chain Rule
Given:
y = sin(x²)
Outer function = sin
Inner function = x²
Therefore:
dy/dx = cos(x²) × 2x
Hence:
dy/dx = 2x cos(x²)
Example 3 – Product Rule
Given:
y = x²ex
Using product rule:
dy/dx = x²ex + 2xex
Taking ex common:
dy/dx = ex(x² + 2x)
11. JEE Main-Level Question
Question
If:
y = x³ + 3x² − 5x + 7
find dy/dx at x = 2.
Step 1 – Differentiate
Using the power rule:
dy/dx = 3x² + 6x − 5
Step 2 – Put x = 2
dy/dx |x=2 = 3(2)² + 6(2) − 5
= 3(4) + 12 − 5
= 12 + 12 − 5
= 19
Final Answer = 19
This is a very common JEE pattern: differentiate first, substitute later.
12. Differentiate First, Substitute Later
When a question asks for the derivative at a particular value of x, it is usually easiest to:
- Find the derivative function.
- Then substitute the given value of x.
For example, if:
f(x) = x³ + 3x² − 5x + 7
first find:
f′(x) = 3x² + 6x − 5
and only then put x = 2.
This keeps the calculation organized and reduces mistakes.
13. Common Mistakes in Differentiation
❌ Mistake 1: Forgetting the Negative Sign in cos x
Remember:
d/dx(cos x) = −sin x
Not +sin x.
❌ Mistake 2: Forgetting the Inner Derivative
For:
y = sin(x²)
the answer is not simply cos(x²).
You must multiply by the derivative of x²:
2x cos(x²)
❌ Mistake 3: Wrong Order in Quotient Rule
Remember:
Bottom × d(Top) − Top × d(Bottom)
Do not reverse the subtraction.
❌ Mistake 4: Derivative of a Constant
The derivative of a constant is:
0
For example:
d/dx(7) = 0
It is not 1.
❌ Mistake 5: Using Power Rule Directly on a Product
For something such as:
x² sin x
you cannot differentiate the two factors independently and multiply their derivatives.
You must use the product rule.
14. How to Identify Which Rule to Use?
| Function Structure | Rule |
|---|---|
| xn | Power Rule |
| f(x) + g(x) | Sum Rule |
| f(x) − g(x) | Difference Rule |
| c f(x) | Constant Multiple Rule |
| u × v | Product Rule |
| u/v | Quotient Rule |
| f(g(x)) | Chain Rule |
| sin x, cos x, tan x... | Standard Trigonometric Derivative |
| ex, ax | Exponential Derivative |
| ln x, logax | Logarithmic Derivative |
Many JEE questions become easy once you correctly identify the structure of the function.
15. JEE Main Quick-Solving Strategy
Before differentiating, look at the structure of the function.
Ask yourself:
- Is it a simple power? → Power Rule
- Is it a sum or difference? → Differentiate term by term
- Is a constant multiplying the function? → Keep the constant outside
- Are two functions multiplied? → Product Rule
- Are two functions divided? → Quotient Rule
- Is one function inside another? → Chain Rule
- Is it a standard trigonometric, exponential or logarithmic function? → Use the standard derivative
The key is to recognize the structure before starting the calculation.
🔥 Basic Function → Identify Rule → Differentiate → Simplify
16. Complete Basic Derivative Formula Sheet
| Function | Derivative |
|---|---|
| c | 0 |
| xn | nxn−1 |
| sin x | cos x |
| cos x | −sin x |
| tan x | sec²x |
| cot x | −cosec²x |
| sec x | sec x tan x |
| cosec x | −cosec x cot x |
| ex | ex |
| ax | ax ln a |
| ln x | 1/x |
| logax | 1/(x ln a) |
| sin−1x | 1/√(1−x²) |
| cos−1x | −1/√(1−x²) |
| tan−1x | 1/(1+x²) |
| cot−1x | −1/(1+x²) |
| sec−1x | 1/(|x|√(x²−1)) |
| cosec−1x | −1/(|x|√(x²−1)) |
17. Product, Quotient and Chain Rule – Quick Sheet
Product Rule
(uv)′ = u′v + uv′
Quotient Rule
(u/v)′ = (vu′ − uv′)/v²
Chain Rule
[f(g(x))]′ = f′(g(x))g′(x)
🔥 Product → Multiply Structure
Quotient → Bottom dTop − Top dBottom
Chain → Outer × Inner
18. One-Minute Revision
Basic Rules
d/dx(c) = 0
d/dx(xn) = nxn−1
d/dx[cf(x)] = cf′(x)
d/dx[f ± g] = f′ ± g′
Trigonometric
d/dx(sin x) = cos x
d/dx(cos x) = −sin x
d/dx(tan x) = sec²x
d/dx(cot x) = −cosec²x
Exponential & Logarithmic
d/dx(ex) = ex
d/dx(ax) = axln a
d/dx(ln x) = 1/x
d/dx(logax) = 1/(x ln a)
Important Rules
Product → u′v + uv′
Quotient → (vu′ − uv′)/v²
Chain → Outer derivative × Inner derivative
19. Final Revision Box
🔥 DIFFERENTIATION – MUST REMEMBER
1. Constant: d/dx(c) = 0
2. Power: d/dx(xn) = nxn−1
3. Sin: cos x
4. Cos: −sin x
5. Tan: sec²x
6. Cot: −cosec²x
7. ex: ex
8. ln x: 1/x
9. Product: u′v + uv′
10. Quotient: (vu′ − uv′)/v²
11. Chain: Outer × Inner
12. sin−1x: 1/√(1−x²)
13. tan−1x: 1/(1+x²)
🔥 Golden Rule:
Basic Function → Identify Rule → Differentiate → Simplify
20. Practice Questions
Try these questions yourself before checking the formulas again.
- Find the derivative of y = x7.
- Find the derivative of y = 5x4 − 3x² + 7x − 2.
- Differentiate sin x + cos x.
- Differentiate tan x − cot x.
- Differentiate e5x.
- Differentiate ln(3x).
- Differentiate y = x³ sin x using the product rule.
- Differentiate y = x/(x²+1) using the quotient rule.
- Differentiate y = (2x+3)6 using the chain rule.
- Differentiate y = sin(4x²).
- Differentiate y = tan−1(3x).
- If y = x⁴ − 2x³ + x, find dy/dx at x = 1.
21. PDF Notes
You can use the PDF below for quick revision of Differentiation and Basic Derivatives.
22. Frequently Asked Questions – Differentiation
Q1. What is differentiation?
Differentiation is the mathematical process of finding the rate at which a function changes with respect to its variable.
Q2. What is the derivative of a constant?
The derivative of a constant is zero:
d/dx(c) = 0
Q3. What is the power rule?
The power rule states:
d/dx(xn) = nxn−1
Q4. When is the product rule used?
Use the product rule when the function is expressed as the product of two differentiable functions:
(uv)′ = u′v + uv′
Q5. When is the quotient rule used?
Use the quotient rule when one function is divided by another:
(u/v)′ = (vu′ − uv′)/v²
Q6. When is the chain rule used?
The chain rule is used when one function is inside another function, such as sin(x²) or (3x²+1)5.
The basic shortcut is:
Outer derivative × Inner derivative
Q7. What is the derivative of sin x?
It is:
cos x
Q8. What is the derivative of cos x?
It is:
−sin x
Q9. What is the derivative of ex?
The derivative of ex is:
ex
Q10. What is the derivative of ln x?
The derivative is:
1/x
Q11. What is the derivative of sin−1x?
It is:
1/√(1−x²)
Q12. What is the most important habit while solving basic differentiation questions?
First identify the structure of the function and then choose the correct rule. Do not apply product, quotient or chain rules unnecessarily.
23. Final Thoughts
Differentiation is one of the most important foundations of Calculus. The objective at the basic level is to become so familiar with the standard derivatives and rules that you can identify the correct method almost instantly.
The most important formulas to master are:
d/dx(xn) = nxn−1
d/dx(sin x) = cos x
d/dx(cos x) = −sin x
d/dx(ex) = ex
d/dx(ln x) = 1/x
Along with these standard derivatives, the product rule, quotient rule and chain rule are essential tools for more complicated functions.
The best way to prepare is not just to memorize the formulas but to practice identifying which rule is required in each expression.
🔥 Golden Rule: Basic Function → Identify Rule → Differentiate → Simplify.
Once these basics become automatic, you will have a strong foundation for the more advanced differentiation problems that follow in JEE Mathematics.