The Logic Behind the Math: Rules of Engagement
In the exam hall, you don't use the First Principle; you use established rules. The two most vital for JEE are the Product Rule and the Chain Rule.
- Product Rule: $d/dx [u \cdot v] = u \cdot v' + v \cdot u'$. (First times derivative of second + second times derivative of first).
- Chain Rule: $d/dx [f(g(x))] = f'(g(x)) \cdot g'(x)$. (Differentiate the outside, keep the inside, then multiply by the derivative of the inside).
Step-by-Step Solved Example (Physics Application)
Problem: The position of a particle is given by $x(t) = 5 \sin(2t^2)$. Find its velocity at $t = 1$ second.
- Step 1: Identify the Operator. Velocity $v(t) = dx/dt$.
- Step 2: Identify the Layers (Chain Rule).Outside function: $5 \sin(u)$Inside function: $u = 2t^2$.
- Step 3: Differentiate the Outside. Derivative of $5 \sin(u)$ is $5 \cos(u)$.
- Step 4: Differentiate the Inside. Derivative of $2t^2$ is $4t$.
- Step 5: Multiply. $v(t) = 5 \cos(2t^2) \cdot 4t = 20t \cos(2t^2)$.
- Step 6: Evaluate at $t = 1$. $v(1) = 20(1) \cos(2(1)^2) = 20 \cos(2)$ units/sec.
Alternative Methods: Logarithmic Differentiation
When dealing with functions like $y = x^x$, standard rules fail. We take the natural log ($\ln$) of both sides, use log properties to bring the power down, and then use Implicit Differentiation. This is a common "Advanced" level trick in JEE.
Exam Trap Alert: Forgetting the "Inside"
The most common mistake in the Chain Rule is differentiating the outside but forgetting to multiply by the derivative of the inside.
JEE Trap: Differentiating $\sin(x^2)$ as $\cos(x^2)$ instead of $2x \cos(x^2)$. In Physics, this "missing $2x$" represents a frequency or time-scaling factor that will make your final answer completely wrong.
Practice Problem (JEE Main)
Question: Find the derivative of $y = e^{\tan x} \cdot \sqrt{x^3 + 1}$.Hint: Use the Product Rule combined with the Chain Rule for both terms.