JEE Advanced PYQ Deep Dive: Challenging Differentiability Problems
Complete solutions to 8 most challenging differentiability questions from JEE Advanced (2015-2023) with conceptual breakdowns.
Why Differentiability is Crucial for JEE Advanced
Differentiability questions in JEE Advanced test conceptual depth rather than formula application. Analysis of past 8 years shows:
- 2-3 questions appear every year from differentiability concepts
- Average marks per question: 4-6 marks
- Success rate among students: only 35%
- These questions often serve as differentiators for top ranks
🎯 Key Differentiability Concepts Tested
- Left-hand & Right-hand derivatives
- Continuity as prerequisite
- Piecewise functions analysis
- Modulus function behavior
- Composite functions
- Parametric differentiation
- Implicit differentiation
- Higher order derivatives
📚 Problems Navigation
Problem 1: Piecewise Function Differentiability
Let $f(x) = \begin{cases} x^2\sin\left(\frac{1}{x}\right) & \text{if } x \neq 0 \\ 0 & \text{if } x = 0 \end{cases}$
Determine if $f(x)$ is differentiable at $x = 0$ and find $f'(0)$ if it exists.
Solution Approach:
Step 1: Check Continuity at x = 0
$\lim_{x \to 0} f(x) = \lim_{x \to 0} x^2\sin\left(\frac{1}{x}\right) = 0$ (by squeeze theorem)
$f(0) = 0$, so function is continuous at x = 0 ✓
Step 2: Apply Derivative Definition
$f'(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0} \frac{h^2\sin\left(\frac{1}{h}\right) - 0}{h}$
$= \lim_{h \to 0} h\sin\left(\frac{1}{h}\right)$
Step 3: Evaluate the Limit
Since $-|h| \leq h\sin\left(\frac{1}{h}\right) \leq |h|$ and $\lim_{h \to 0} |h| = 0$
By squeeze theorem: $\lim_{h \to 0} h\sin\left(\frac{1}{h}\right) = 0$
Step 4: Conclusion
$f'(0) = 0$, so function is differentiable at x = 0
💡 Key Learning
This classic problem demonstrates that even when $\sin(1/x)$ oscillates wildly near 0, multiplying by $x^2$ (or any power $x^n$ with $n > 1$) can make the function differentiable at 0. The squeeze theorem is crucial here.
Problem 2: Modulus Function Analysis
Let $f(x) = |x| + |x-1| + |x-2|$. Find all points where $f(x)$ is not differentiable.
Solution Approach:
Step 1: Identify Critical Points
Modulus functions change behavior at points where the argument is zero.
Critical points: $x = 0, 1, 2$
Step 2: Write Piecewise Definition
For $x < 0$: $f(x) = -x - (x-1) - (x-2) = -3x + 3$
For $0 \leq x < 1$: $f(x) = x - (x-1) - (x-2) = -x + 3$
For $1 \leq x < 2$: $f(x) = x + (x-1) - (x-2) = x + 1$
For $x \geq 2$: $f(x) = x + (x-1) + (x-2) = 3x - 3$
Step 3: Check Differentiability at Critical Points
At x = 0: Left derivative = $-3$, Right derivative = $-1$ → Not equal
At x = 1: Left derivative = $-1$, Right derivative = $1$ → Not equal
At x = 2: Left derivative = $1$, Right derivative = $3$ → Not equal
Step 4: Conclusion
$f(x)$ is not differentiable at $x = 0, 1, 2$
💡 Key Learning
For sum of modulus functions, check differentiability at each point where any argument becomes zero. The function forms a convex polygonal chain, and non-differentiability occurs at vertices.
Problem 3: Composite Function Differentiability
Let $f(x) = \begin{cases} x^2 & \text{if } x \leq 1 \\ ax + b & \text{if } x > 1 \end{cases}$
If $f(x)$ is differentiable everywhere, find the values of $a$ and $b$.
Solution Approach:
Step 1: Continuity Condition at x = 1
Left limit: $\lim_{x \to 1^-} f(x) = 1^2 = 1$
Right limit: $\lim_{x \to 1^+} f(x) = a(1) + b = a + b$
For continuity: $a + b = 1$ ...(1)
Step 2: Differentiability Condition at x = 1
Left derivative: $f'(1^-) = 2(1) = 2$
Right derivative: $f'(1^+) = a$
For differentiability: $a = 2$ ...(2)
Step 3: Solve the System
From (2): $a = 2$
Substitute in (1): $2 + b = 1 \Rightarrow b = -1$
Step 4: Verification
$f(x) = \begin{cases} x^2 & \text{if } x \leq 1 \\ 2x - 1 & \text{if } x > 1 \end{cases}$
Both value and derivative match at x = 1 ✓
💡 Key Learning
For piecewise functions to be differentiable at junction points, they must be both continuous (function values match) and smooth (derivatives match). This gives us two equations to solve for unknown parameters.
🚀 Differentiability Problem-Solving Framework
Checklist for Any Differentiability Problem:
- Identify all potential problem points (discontinuities, sharp corners)
- Verify continuity as prerequisite for differentiability
- Compute left-hand and right-hand derivatives separately
- Use definition $f'(c) = \lim_{h \to 0} \frac{f(c+h)-f(c)}{h}$ when needed
- Check behavior of derivative function near critical points
Common Non-Differentiable Cases:
- Discontinuities (obvious non-differentiability)
- Sharp corners (modulus functions at zero)
- Vertical tangents (infinite derivative)
- Cusps (different infinite derivatives from left and right)
- Oscillatory behavior near point (like $\sin(1/x)$)
Problems 4-8 Available in Full Version
Includes 5 more challenging JEE Advanced differentiability problems with detailed solutions:
- Parametric function differentiability (JEE Advanced 2018)
- Implicit function differentiation (JEE Advanced 2017)
- Higher order derivatives (JEE Advanced 2016)
- Mixed concepts problem (JEE Advanced 2015)
- Theoretical proof-based question (JEE Advanced 2022)
📝 Quick Self-Test
Test your understanding with these fundamental questions:
1. Is $f(x) = x|x|$ differentiable at $x = 0$? Find $f'(0)$ if it exists.
2. For what values of $a$ and $b$ is $f(x) = \begin{cases} ax^2 + b & x \leq 1 \\ x + 2 & x > 1 \end{cases}$ differentiable at $x = 1$?
3. Find all points where $f(x) = |x^2 - 3x + 2|$ is not differentiable.
🎯 JEE Advanced Differentiability Strategy
Time Management:
- Differentiability questions: 6-8 minutes each
- Multiple correct questions: Attempt only if confident
- If stuck, move on and return later
- Use graphical intuition for quick checks
Common Pitfalls:
- Assuming continuity implies differentiability
- Forgetting to check both left and right derivatives
- Missing corner points in modulus functions
- Incorrect application of chain rule in composites
Master All 8 Advanced Differentiability Problems
Get complete access to all problems with step-by-step video solutions and personalized doubt solving