Continuity and Differentiability: JEE Main Guide
Continuity and Differentiability is a conceptually rich chapter in JEE Main mathematics, contributing 1–2 questions per session either directly or as part of calculus multi-concept problems. The chapter requires precision: the formal epsilon-delta definition underpins all calculus, and the conditions for continuity (left limit = right limit = function value) and differentiability (left derivative = right derivative at the point, plus continuity) must be applied exactly. This guide covers all types of discontinuity, differentiability conditions, standard results about differentiable functions, and the Mean Value Theorem results that appear in JEE Main.
Test your understanding now
Take a free 10-minute JEE mock test — no sign-up needed.
Start Mock Test →Continuity: Formal Definition and Types of Discontinuity
A function f is continuous at x = a if: (1) f(a) is defined; (2) lim(x→a) f(x) exists; (3) lim(x→a) f(x) = f(a). Equivalently: LHL = RHL = f(a), where LHL = lim(x→a⁻) f(x) and RHL = lim(x→a⁺) f(x). Types of discontinuity: Removable discontinuity — LHL = RHL ≠ f(a) (or f(a) is undefined). The limit exists but doesn't equal the function value. The discontinuity can be "removed" by redefining f(a). Jump discontinuity — LHL ≠ RHL but both are finite. "Infinite discontinuity" — the function approaches ±infinity (e.g., tan(x) at x = pi/2). "Oscillatory discontinuity" — LHL or RHL does not exist because the function oscillates (e.g., sin(1/x) at x = 0). JEE Main tests: classify the discontinuity of a piecewise function at a given point. For the limits that underpin this chapter, see our Limits: Solved Examples Guide.
Properties of continuous functions: (1) If f and g are continuous at a, so are f+g, f−g, f·g, and f/g (if g(a) ≠ 0). (2) Composition: if g is continuous at a and f is continuous at g(a), then f∘g is continuous at a. (3) Intermediate Value Theorem (IVT): if f is continuous on [a,b] and k is between f(a) and f(b), then there exists c ∈ (a,b) with f(c) = k. JEE Main uses IVT to prove existence of roots: if f(a) and f(b) have opposite signs and f is continuous, f has a root in (a,b). This is tested as a conceptual question about whether a function necessarily has a given property.
Differentiability: Conditions and Non-Differentiable Points
f is differentiable at x = a if f'(a) = lim(h→0)(f(a+h) − f(a))/h exists. Equivalently, left derivative (LHD) = right derivative (RHD): lim(h→0⁻)(f(a+h)−f(a))/h = lim(h→0⁺)(f(a+h)−f(a))/h. Non-differentiable points: (1) Sharp corners — e.g., |x| at x = 0: LHD = −1, RHD = +1, so not differentiable at 0. (2) Vertical tangent — e.g., x^(1/3) at x = 0: both one-sided derivatives are infinite. (3) Points of discontinuity — if f is discontinuous at a, f is not differentiable at a (but the converse is false: differentiability implies continuity, but not vice versa). Standard result: if f is differentiable at a, then f is continuous at a. The contrapositive: if f is not continuous at a, then f is not differentiable at a. JEE Main frequently tests: "at which points is |f(x)| not differentiable?" — look for where f(x) = 0 (potential corner) and verify LHD ≠ RHD. Practise continuity and differentiability problems on our JEE Main math mock tests — piecewise function problems are among the most consistently tested in this chapter.
For piecewise functions: check continuity first (LHL = RHL = function value at each break point), then check differentiability (LHD = RHD at each break point). A function can be continuous but not differentiable (|x| at 0), or neither. It cannot be differentiable but not continuous. In JEE Main, piecewise functions with unknown parameters — "find k so that f is continuous at x = 2" or "find a and b so that f is differentiable at x = 1" — are standard 4-mark questions. Set up the equations from continuity/differentiability conditions and solve for the parameters.
Get free JEE prep resources daily
Join 50,000+ students. Free daily tips, mock tests, and insights.
Sign Up Free →Important Theorems: Rolle's and Mean Value Theorem
Rolle's Theorem: if f is continuous on [a,b], differentiable on (a,b), and f(a) = f(b), then there exists c ∈ (a,b) such that f'(c) = 0. Geometric meaning: somewhere between a and b, the tangent is horizontal. Applications: (1) Proving f'(c) = 0 for some c — find where f has equal values at the endpoints. (2) Proving f has at most n roots by considering f^(n) (Rolle's theorem applied n times). Lagrange's Mean Value Theorem (LMVT): if f is continuous on [a,b] and differentiable on (a,b), then there exists c ∈ (a,b) such that f'(c) = (f(b) − f(a))/(b−a). Geometric meaning: somewhere, the tangent to the curve is parallel to the secant from a to b. JEE Main uses LMVT to prove inequalities: "prove that for x greater than 0, e^x greater than 1 + x" — apply MVT to e^x on [0,x], get e^c = (e^x−1)/x for some c ∈ (0,x), so e^x − 1 = x·e^c > x (since e^c > 1). Cauchy's MVT is occasionally tested in JEE Advanced but rarely in JEE Main.
Standard results from differentiability: (1) f differentiable at a and f'(a) greater than 0 → f is increasing near a (but not necessarily at a!). (2) If f is differentiable on (a,b) and f'(x) = 0 for all x ∈ (a,b), then f is constant on (a,b). (3) If f and g are both differentiable and f'(x) = g'(x) for all x, then f(x) = g(x) + C (constant). These results are used in JEE Main questions about proving equality of functions or determining constants.
Differentiation of Special Functions
Chain rule: if y = f(g(x)), then dy/dx = f'(g(x))·g'(x). Implicit differentiation: for F(x,y) = 0, differentiate both sides with respect to x (treating y as a function of x), solve for dy/dx. Logarithmic differentiation: for y = f(x)^g(x), take ln both sides: ln(y) = g(x)·ln(f(x)); differentiate: (1/y)·dy/dx = g'(x)·ln(f(x)) + g(x)·f'(x)/f(x); multiply by y. Parametric differentiation: for x = f(t), y = g(t): dy/dx = (dy/dt)/(dx/dt) = g'(t)/f'(t). Second derivative: d²y/dx² = d(dy/dx)/dx = (d/dt)(dy/dx) × (dt/dx) = (d/dt)(dy/dx) / (dx/dt). JEE Main tests parametric differentiation frequently — "for x = a·cos(t), y = b·sin(t), find d²y/dx² at t = pi/4." Register on our platform to access the complete continuity and differentiability question bank. Our premium subscription provides calculus-chapter specific mock tests. For the applications of derivatives chapter that builds directly on differentiability, our Calculus Complete Guide covers AOD, maxima-minima, and monotonicity with full problem sets.
Exam tip: in JEE Main, continuity and differentiability questions almost always involve a piecewise-defined function with a parameter to determine, or an absolute value function at a specific point, or application of Rolle's/MVT theorems. Practise 20 problems of each type before the exam — the question variations are limited, and familiarity with the problem structure is the key to solving them in under 3 minutes.
Unlock Full JEE Preparation
2,000+ Bloom-level questions, full mock tests, rank predictor and analytics. Just ₹149/month.
Upgrade for ₹149/month →Written by Amit Tyagi
ISB alumnus and founder of 10minJEE. amit@berriesadvisory.com
Practice this topic in 10 minutes
Bloom-level questions mapped to exactly what you just read.
Start free →