

What is a Derivative?
Derivatives are important concepts of Mathematics. Derivatives are basic to the different solutions to the problems of calculus and differential equations. Generally, scientists observe a dynamic system to get the rate of change of some variable of interest, including this information into some differential equation and use integration methods to obtain functions that can be used to estimate the behaviour of the original system in different conditions. Let us now discuss what is derivative in Mathematics?
Derivatives in Mathematics is the rate of change of a function in terms of a variable. The rate of change of a function in derivatives can be estimated by calculating the ratio of the change of the function $\Delta b$ to the change of the independent variable $a$. This ratio in the derivative is considered in the limit as $\Delta a \to 0$.
As you have learned what is derivative in Mathematics, let us now discuss how to define derivatives and derivative rules that can be used to calculate many derivatives.
Define Derivatives
Let $fx$ be a function whose domain includes an open interval at some point $x_0$. Then the function $fa$ is considered to be differentiable at $x_0$, and the derivative of $fx$ at $x_0$ is expressed as:
$f’ x_0 = \underset{\Delta \to 0}{lim}{\dfrac{\Delta y}{\Delta x}}$
$\Rightarrow \underset{\Delta \to 0}{lim}{\dfrac{f(x_0 + \Delta x - f(x_0)}{\Delta x}}$
The derivative of a function $y$ in Lagarangee’s form is expressed as:
$y = f(x) \text{ as } f '(x) \text{ or } y' (x)$
The derivative of a function y in Leibniz’s form is expressed as:
$y = f (x) \text{ as } \dfrac{df}{dx} \text{ or } \dfrac{dy}{dx}$
(Image will be uploaded soon)
Derivative Rules
Below are some of the derivative rules that can be used to calculate differentiation questions.
The Constant Rule
Let $y$ be an arbitrary real number. The constant rule is defined as:
$\dfrac{d(y)}{dx} = 0$
The Constant Function Rule
Let $y$ be an arbitrary real number, and $g(x)$ be an arbitrary differentiable function. The constant function rule states that
$\dfrac{d(y \cdot g(x))}{dx} = y \cdot g’(x)$
The Power Rule
Let $a$ and $b$ be a real number, with $a \neq 0$ and $a$ and $b$. The Power rule states that
\[\frac{d}{dx} x^{n} = n x^{n-1}\]
The Product Rule
Let $a(x)$ and $b(x)$ be an arbitrary differentiable function. The product rule states that
$\dfrac{d(a(x) \cdot b(x))}{dx} = a’(x) \cdot b(x) + a(x) + b’(x)$
The Chain Rule
The derivative of the function $h(x)= a(b(x))$ in terms of chain rule is expressed as:
$h'(x)= a'(b(x)) \cdot b'(x)$.
The product rule in Leibniz's notation is represented as
$\dfrac{dh(x)}{dx} = \dfrac{da(b(x))}{db(x)} \cdot \dfrac{db(x)}{dx}$
The $x$ Rule
Let us consider $x$ as an arbitrary variable, then $X$ rule states that
$\dfrac{d(x)}{dx} = 1$
The Sum and Difference Rule
Let $a(x)$ and $b(x)$ be an arbitrary differentiable function.
Recall that for an arbitrary function $k(x)$,
$\dfrac{d(k(x)}{dx} = k’(x) = \underset{\Delta h \to 0}{lim} \dfrac{k(x+h)-k(x)}{h}$
The sum rule states that:
$\dfrac{d(a(x)+b(x))}{dx} = a’(x)+b’(x)$
The difference rule states that:
$\dfrac{d(a(x)-b(x))}{dx} = a’(x) - b’(x)$
The Quotient Rule
Let $a(x)$ and $b(x)$ be an arbitrary differentiable function with $a(x) \neq 0$ and $b(x) \neq 0$. The quotient rule states that:
$\dfrac{d\left({\dfrac{a(x)}{b(x)}}\right)}{dx} = \dfrac{a’(x) \cdot b(x) - a(x) \cdot b’(x)}{(b(x))^2}$
Fun Facts
Gottfried Wilhelm Leibniz introduced the symbols $dx, dy$ and $\dfrac{dy}{dx}$ in 1675. The symbols are commonly used when the equation $y = f(x)$ is examined as a functional relation between dependent and independent variables.
The first derivative is represented by $\dfrac{dy}{dx}, \dfrac{df}{dx}$ or $\dfrac{d}{dx} f$, and was once considered as an infinitesimal quotient.
Solved Examples
1. Evaluate $\dfrac{d}{dx}( 2x + 1)^2$ using the chain rule.
Solution:
Let $g(x)= (2x + 1)$, and $f(x)= x^2$
Then, $f(g(x))= (2x + 1)^2$
As we know $f '(x)= 2x$, and $g'(x)= 2$.
Accordingly, $\dfrac{d}{dx}( 2x + 1)^2 = f'(g(x)) \cdot g'(x)$
$= f'( 2x + 1) \cdot 2$
$= 2 ( 2x + 1) \cdot 2$
$= 8x + 4$
2. Differentiate the function $f(x) = x^{10}$ using power rule.
Solution:
$f'(x)= 10x^{10-1}$
$= 10x^9$
3. Find the derivative of the following function:
$y = \dfrac{1-y}{y^2 + 2}$
Solution:
We have
$y’ = \dfrac{( 1 -k)' ( k^2 + 2) - ( 1 - k) (k^2 + 2)'}{(k^2 + 2)^2}$
$y’ = \dfrac{(-1) \cdot (k^2 + 2)^2 - ( 1 - k)(k^2 + 2)^{2’}}{(k^2 + 2)^2}$
$y’= k^2 - 2k - 2(k^2 + 2)^2$
FAQs on Derivative Rules
1. What are the fundamental rules of differentiation in calculus?
The fundamental rules of differentiation are the core methods used to find the derivative of functions. According to the CBSE syllabus, the main rules you need to know are:
- Power Rule: The derivative of xn is nxn-1.
- Constant Rule: The derivative of any constant (e.g., 5, -10, π) is 0.
- Sum/Difference Rule: The derivative of a sum or difference of terms is the sum or difference of their individual derivatives.
- Product Rule: Used when differentiating the product of two functions.
- Quotient Rule: Used when differentiating a function that is a fraction or ratio of two functions.
- Chain Rule: Essential for differentiating composite functions, where one function is inside another, like f(g(x)).
2. How do you apply the Product Rule for derivatives? Provide an example.
The Product Rule is used to find the derivative of a product of two functions, say u(x) and v(x). The formula is d/dx [u(x)v(x)] = u'(x)v(x) + u(x)v'(x). In simple terms, it's the derivative of the first function times the second, plus the first function times the derivative of the second.
For example, to find the derivative of f(x) = x² sin(x):
- Let u(x) = x² and v(x) = sin(x).
- The derivative u'(x) = 2x and v'(x) = cos(x).
- Applying the rule: f'(x) = (2x)(sin(x)) + (x²)(cos(x)).
3. What is the Quotient Rule and when is it used?
The Quotient Rule is applied when you need to find the derivative of a function that is a ratio of two other functions, say u(x) / v(x). It is crucial for handling fractional expressions. The formula is: d/dx [u(x)/v(x)] = [u'(x)v(x) - u(x)v'(x)] / [v(x)]².
For example, this rule is used to differentiate functions like (x+1)/(x-1) or sin(x)/x.
4. Explain the Chain Rule with a simple example.
The Chain Rule is a critical formula for differentiating composite functions—a function nested inside another. The rule states: d/dx [f(g(x))] = f'(g(x)) * g'(x). A simple way to remember this is 'the derivative of the outer function (keeping the inside the same) multiplied by the derivative of the inner function'.
For example, to differentiate y = cos(x³):
- The outer function is cos(u) and the inner function is u = x³.
- The derivative of the outer function is -sin(u) = -sin(x³).
- The derivative of the inner function is 3x².
- The final derivative is -sin(x³) * (3x²) = -3x²sin(x³).
5. Why can't we just multiply the derivatives when finding the derivative of a product?
This is a common misconception. We cannot simply multiply the derivatives because a derivative measures the instantaneous rate of change. The change in a product like f(x)g(x) depends on how both functions are changing at that instant. The Product Rule correctly accounts for two effects: the rate of change of f(x) multiplied by the value of g(x), plus the rate of change of g(x) multiplied by the value of f(x). Simply multiplying f'(x)g'(x) would ignore this combined effect and give an incorrect result.
6. How are derivative rules applied in real-world scenarios like physics or economics?
Derivative rules are fundamental in many fields to model rates of change. For example:
- In Physics, if an object's position is given by a function s(t), its velocity is the derivative s'(t), and its acceleration is the second derivative s''(t).
- In Economics, the derivative of a cost function C(x) gives the marginal cost C'(x), which represents the cost of producing one additional unit. Similarly, the derivative of a revenue function gives the marginal revenue.
- In Biology, derivatives can model the growth rate of a population of bacteria.
7. What are the standard derivatives for trigonometric functions as per the CBSE syllabus?
For the CBSE 2025-26 exams, knowing the derivatives of standard trigonometric functions is essential. These are often used in combination with the product, quotient, and chain rules. The key formulas are:
- d/dx (sin x) = cos x
- d/dx (cos x) = -sin x
- d/dx (tan x) = sec² x
- d/dx (cot x) = -csc² x
- d/dx (sec x) = sec x tan x
- d/dx (csc x) = -csc x cot x
8. How do you decide which derivative rule to apply to a complex function?
To decide which rule to use, analyse the overall structure of the function first. Ask yourself:
- Is it a product? If the function is one expression multiplied by another (e.g., ex log x), start with the Product Rule.
- Is it a quotient? If the function is a fraction (e.g., (2x+1)/(x-5)), your primary tool is the Quotient Rule.
- Is it a composite function? If you see a function 'inside' another (e.g., (x²+4)⁵ or tan(2x)), you must use the Chain Rule.
For very complex functions, you will often need to combine rules. For instance, in differentiating x²cos(3x), you would first apply the Product Rule, and when you need to find the derivative of cos(3x), you would then use the Chain Rule.

















