JEE Main Concepts for Continuity & Differentiability

1. Points of Non-Differentiability (Sharp Corners)

Functions involving modulus, like f(x)=xaf(x) = |x-a|, are continuous everywhere but not differentiable at x=ax=a because the left-hand derivative and right-hand derivative are unequal there. If several modulus terms are added, such as x1+x2|x-1|+|x-2|, the candidate points of non-differentiability are the points where each modulus changes sign.

2. Piecewise Functions and Boundary Points

For differentiability at a boundary point x=cx=c, the function must first be continuous there. So in such problems:

  1. First impose limxcf(x)=limxc+f(x)=f(c)\lim_{x \to c^-} f(x)=\lim_{x \to c^+} f(x)=f(c).
  2. Then impose LHD=RHDLHD=RHD. If continuity is skipped, one condition is missed and the answer becomes incomplete.

3. Max/Min Functions

For f(x)=max(g(x),h(x))f(x)=\max(g(x),h(x)) or f(x)=min(g(x),h(x))f(x)=\min(g(x),h(x)), the important points are usually the intersection points of g(x)g(x) and h(x)h(x). At each such point, one must check whether the left derivative and right derivative match.

4. Infinite Nested Expressions

If y=f(x)+f(x)+,y=\sqrt{f(x)+\sqrt{f(x)+\cdots}}, then by self-similarity, y=f(x)+y.y=\sqrt{f(x)+y}. Squaring converts the problem into an implicit relation that can be differentiated easily.

5. Second Derivative of Parametric Functions

If x=f(t)x=f(t) and y=g(t)y=g(t), then dydx=dy/dtdx/dt.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}. But d2ydx2d2y/dt2d2x/dt2.\frac{d^2y}{dx^2}\neq \frac{d^2y/dt^2}{d^2x/dt^2}. The correct formula is d2ydx2=ddt(dydx)dtdx.\frac{d^2y}{dx^2}=\frac{d}{dt}\left(\frac{dy}{dx}\right)\cdot\frac{dt}{dx}.

6. Functional Equations and Derivatives

In problems involving equations such as f(x+y)=f(x)f(y)f(x+y)=f(x)f(y), use the first principle or substitute x+hx+h strategically. Such questions often reduce to a differential equation or a constant ratio.

7. Oscillatory Functions near the Origin

For functions like xpsin(1/x)x^p\sin(1/x) or xpcos(1/x)x^p\cos(1/x), continuity and differentiability at x=0x=0 depend on the power of xx. The oscillatory term stays bounded, so the power of xx controls the limit.

8. Composite Functions

For repeated compositions like f(f(f(x)))f(f(f(x))), apply the chain rule repeatedly: ddxf(f(f(x)))=f(f(f(x)))f(f(x))f(x).\frac{d}{dx}f(f(f(x)))=f'(f(f(x)))\cdot f'(f(x))\cdot f'(x).

9. Logarithmic Differentiation

Whenever both base and exponent are variable, such as xsinxx^{\sin x}, (sinx)cosx(\sin x)^{\cos x}, or xlnxx^{\ln x}, logarithmic differentiation is the natural tool.

10. Geometry of Non-Differentiability

A function can fail to be differentiable due to a sharp corner, cusp, vertical tangent, or oscillatory behavior. In JEE Main, sharp-corner and modulus-based questions are especially frequent.