Question
Find if .
This is a straightforward chain rule question that appeared in CBSE 2024 Board Exam and is a favourite warm-up in JEE Main too.
Solution — Step by Step
We have an outer function and an inner function packed together. Write it out clearly:
- Outer function:
- Inner function:
Recognising this structure before differentiating is half the work done.
For , the chain rule says:
Plain English: differentiate the outer function, keep the inner function unchanged, then multiply by the derivative of the inner function.
The outer function is . Its derivative is .
So differentiating with respect to the inner function gives us .
The inner function stays as-is inside the cosine — we haven’t touched it yet.
Now differentiate the inner function :
Multiply this onto what we got in Step 3:
Rearranging (convention puts the coefficient first):
Why This Works
The chain rule exists because is itself changing as changes. If we just wrote and stopped, we’d be treating as a constant — which it isn’t. The factor accounts for how fast the input to the sine function is changing.
Think of it this way: the rate at which the whole expression changes depends on two things — how fast responds to its input, and how fast that input () is itself moving. The chain rule multiplies these two rates together.
This is why the chain rule is non-negotiable for any composite function. In CBSE and JEE, roughly 30–40% of differentiation problems require it in some form.
Alternative Method — Substitution
Some students find it cleaner to introduce a substitution explicitly:
Let , so .
Now differentiate using the chain rule in Leibniz form:
We know and .
Substituting back ():
Same answer, different notation. The substitution method is slower but less error-prone when the composite structure is deeply nested — useful for functions like .
Common Mistake
The single most common error here is writing — differentiating inside the argument while applying the outer derivative.
What went wrong: the student differentiated correctly, but then replaced with inside the cosine. The inner function must stay unchanged when you apply the outer derivative. You differentiate the outer, then multiply — never substitute inside.
Correct: . Wrong: .
Quick self-check: count the number of functions composed together. For — that’s 2 functions, so you need exactly one chain rule factor (). For — that’s 3 functions, so you need two chain rule factors. If your derivative has fewer multiplicative factors than expected, you’ve missed a chain.