By the end of this chapter you'll be able to…

  • 1Check whether a piecewise function is continuous at a given point by comparing its left-hand limit, right-hand limit, and function value
  • 2Find unknown constants that make a piecewise function continuous at a join point
  • 3Differentiate composite functions using the chain rule, including nested compositions
  • 4Differentiate implicitly defined relationships and inverse-trig composites (using standard trig-identity substitutions)
  • 5Apply logarithmic differentiation to functions with a variable base and a variable exponent
  • 6Differentiate functions given in parametric form, and find second-order derivatives for explicit, implicit, and parametric relationships
💡
Why this chapter matters
Every later application in Class 12 calculus — tangents, rates of change, maxima/minima, and both integration chapters — assumes fluent chain-rule, implicit, logarithmic, and parametric differentiation from this chapter; a shaky foundation here compounds into every chapter that follows.

Continuity and Differentiability

1. Check this before you revise anything

Rolle's Theorem and the Mean Value Theorem are not in this chapter — a full-text search turns up zero mentions of either. Older editions had a dedicated final section proving both, with their own exercise (5.8) of classic geometric-interpretation questions. The current book stops at second-order derivatives (Section 5.7) and moves straight to the Miscellaneous Exercise. This matches the syllabus line itself, which lists "continuity and differentiability, chain rule... second order derivatives" and nothing about MVT.

The old stub taught Rolle's/MVT as a full section and collapsed the chapter's seven real exercises into one invented 45-question group with no solutions file behind it. This rebuild removes MVT entirely and replaces the fake exercise count with what's actually here.

The book has Exercise 5.1 (34 questions, continuity), Exercise 5.2 (10, chain rule and non-differentiability), Exercise 5.3 (15, implicit and inverse-trig derivatives), Exercise 5.4 (10, exponential/logarithmic derivatives), Exercise 5.5 (18, logarithmic differentiation), Exercise 5.6 (11, parametric forms), Exercise 5.7 (11, second-order derivatives), and a Miscellaneous Exercise (22).

131 questions in total — the largest chapter in this project so far.


2. What this chapter covers

Textbook sectionTopic
5.2Continuity: the precise limit definition, algebra of continuous functions
5.3Differentiability; chain rule; implicit and inverse-trig derivatives
5.4–5.5Exponential/logarithmic derivatives; logarithmic differentiation
5.6–5.7Parametric forms; second-order derivatives

3. Continuity and differentiability

is continuous at if — which unpacks to three separate things all being true and equal: the left-hand limit, the right-hand limit, and the function's actual value there. For a piecewise function, this is where almost every exercise question in this chapter lives: compute LHL, RHL, and at the join point, and check all three match.

is differentiable at if exists — meaning the left-hand and right-hand versions of this limit must agree. Differentiability is the stronger condition: differentiable always implies continuous, but not the reverse. is the standard counterexample — continuous everywhere, but not differentiable at , where the left-hand derivative is and the right-hand derivative is .

The three conditions, written out. Continuity at fails if any one of these fails:

  1. is defined (the point is in the domain).
  2. exists, which requires LHL RHL.
  3. The limit equals the value: .

A function can clear the first two and still fail the third — a removable discontinuity, where the graph has a hole that the defined value sits away from.

Continuity on an interval. is continuous on if it is continuous at every interior point, right-continuous at , and left-continuous at . The endpoints only need the one-sided condition, since the function is not defined beyond them.

Algebra of continuous functions (5.2.1). If and are continuous at , then so are , , and ; and is continuous at provided . The composition is continuous wherever the pieces are.

This is what licenses the standard shortcut: every polynomial is continuous everywhere, and every rational function is continuous except where its denominator vanishes. Sine, cosine and the exponential are continuous on all of .

Where the exercise questions actually live. Almost all of Exercise 5.1 is a piecewise function with an unknown constant , asking for the value that makes it continuous. The method is fixed: compute LHL and RHL at the join, set them equal to , and solve for .

Why differentiability implies continuity. If exists then

so . The converse fails at any corner, where the two one-sided derivatives disagree.


4. The differentiation toolkit

Beyond the ordinary chain rule, this chapter builds three specific techniques:

Implicit differentiation. When isn't isolated (like ), differentiate both sides with respect to , applying the chain rule to every -term (so ), then solve algebraically for .

Logarithmic differentiation. For — a variable base and a variable exponent — ordinary power and exponential rules don't apply directly. Take of both sides first: , differentiate implicitly, then multiply back through by :

Derivatives of composite functions (5.3.1) — the chain rule. If and then:

Every other technique in this section is an application or extension of it, and for nested compositions it simply repeats one layer at a time.

Derivatives of inverse trigonometric functions (5.3.3). These are quoted constantly and worth memorising outright:

Note the pattern: each "co-" function is the negative of its partner. Only the signs differ, which halves what must actually be remembered.

Exponential and logarithmic functions (5.4). The two base results are:

and with the chain rule, and . For a general base, .

Parametric forms. When and share a third variable rather than one being a direct function of the other:

Worked, mirroring the textbook's own technique for inverse-trig composites. Find for . Substitute : the fraction becomes (the triple-angle tangent formula), so , giving — no direct differentiation of the original messy fraction required.


5. Second-order derivatives

is just differentiated again. For an implicit or parametric relationship, this usually means differentiating a second time using the same technique (implicit differentiation again, or dividing by again for parametric forms) rather than trying to find a closed form for first.

The parametric trap. For , , the second derivative is not . You must differentiate with respect to and then divide by again:

Taking the ratio of second derivatives directly is one of the most reliably wrong answers in the chapter.

Proving a differential relation. Several questions ask you to show something like , where and denote the first and second derivatives. The route is always the same: compute , compute , then substitute both into the left-hand side and simplify to zero. There is no need to solve anything.


Summary

  • Continuity at requires LHL RHL — check all three explicitly for piecewise functions.
  • Differentiable implies continuous, but continuous does not imply differentiable ( at is the standard counterexample).
  • Implicit differentiation: differentiate both sides, apply the chain rule to every -term, solve for .
  • Logarithmic differentiation is required whenever both the base and the exponent are functions of .
  • Parametric forms: .
  • Second-order derivatives are found by differentiating again, using whichever technique (implicit, parametric) produced it the first time.
  • Continuity needs all three: defined, the limit existing (LHL RHL), and the two being equal.
  • Sums, differences and products of continuous functions are continuous; quotients are, wherever the denominator is non-zero.
  • Chain rule: — every other technique here extends it.
  • Inverse-trig derivatives come in signed pairs: each "co-" function is the negative of its partner.
  • , , and .
  • For parametric second derivatives, differentiate with respect to and divide by again — never take the ratio of the two second derivatives.
  • Rolle's Theorem and the Mean Value Theorem are not part of the current edition of this chapter — they don't appear in the text, in any example, or in any exercise.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Continuity at a point
f is continuous at x=a if lim(x->a) f(x) = f(a), i.e. LHL = RHL = f(a)
For piecewise functions, check all three explicitly at every join point
Differentiability implies continuity
If f is differentiable at x=a, then f is continuous at x=a — but the converse is false
f(x)=|x| is continuous everywhere but not differentiable at x=0, the standard counterexample
Chain rule
d/dx[f(g(x))] = f'(g(x)).g'(x)
Apply repeatedly for nested compositions, working from the outermost function inward
Implicit differentiation
Differentiate both sides of f(x,y)=0 w.r.t. x, applying the chain rule to every y-term (d/dx(y^n)=n.y^{n-1}.dy/dx), then solve algebraically for dy/dx
Needed whenever y cannot easily be isolated as a function of x
Logarithmic differentiation
For y=[u(x)]^{v(x)}, take log: log(y)=v(x).log[u(x)], differentiate implicitly, then dy/dx = y.[v(x).u'(x)/u(x) + v'(x).log(u(x))]
Required whenever both the base and exponent are functions of x — ordinary power/exponential rules don't apply directly
Parametric differentiation
If x=f(t), y=g(t), then dy/dx = (dy/dt)/(dx/dt)
For the second derivative, differentiate dy/dx again with respect to t and divide by dx/dt once more
Standard inverse-trig substitutions
x=sin(theta) or cos(theta) for expressions with sqrt(1-x^2); x=tan(theta) for (1-x^2)/(1+x^2)-type or 2x/(1+x^2)-type composites; x=sec(theta) for 1/(2x^2-1)-type composites
Collapses a composite inverse-trig expression to a simple multiple of theta, using double/triple angle identities
The three conditions for continuity
f(a) must be defined; the limit as x approaches a must exist (LHL = RHL); and the limit must equal f(a)
A function can clear the first two and fail the third — a removable discontinuity, where the graph has a hole beside the defined value
Continuity on a closed interval
Continuous at every interior point, right-continuous at a, and left-continuous at b
The endpoints need only the one-sided condition, since the function is not defined beyond them
Algebra of continuous functions
If f and g are continuous at a then so are f+g, f-g and f.g; and f/g is continuous at a provided g(a) is not zero
This licenses the shortcut that polynomials are continuous everywhere and rational functions everywhere their denominator is non-zero
Why differentiability implies continuity
f(x) - f(a) = [(f(x)-f(a))/(x-a)] . (x-a) tends to f'(a) . 0 = 0
The converse fails at any corner, where the two one-sided derivatives disagree
Derivatives of inverse trigonometric functions
d/dx arcsin(x) = 1/sqrt(1-x^2); d/dx arctan(x) = 1/(1+x^2); d/dx arcsec(x) = 1/(|x| sqrt(x^2-1))
Each 'co-' function is the exact negative of its partner, which halves what must be memorised
Exponential and logarithmic derivatives
d/dx e^x = e^x; d/dx log(x) = 1/x; d/dx a^x = a^x log(a)
With the chain rule these become d/dx e^f(x) = e^f(x) . f'(x) and d/dx log f(x) = f'(x)/f(x)
Second derivative in parametric form
d2y/dx2 = [d/dt (dy/dx)] / (dx/dt)
It is NOT the ratio of the two second derivatives — that error is one of the most reliably wrong answers in the chapter
Proving a differential relation
To show something like (1-x^2)y2 - x.y1 - a^2.y = 0, compute y1 and y2 then substitute and simplify to zero
Nothing needs to be solved; the whole task is differentiation followed by algebraic cancellation
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Checking only the function's formula at a point, without comparing the left-hand and right-hand limits separately
For any piecewise function, continuity at a join point requires LHL, RHL, and f(a) to all be computed and compared explicitly — matching just two of the three is not enough.
WATCH OUT
Assuming continuity is enough to guarantee differentiability
Differentiability is strictly stronger. A function can be continuous at a point (no jump) while still having a corner there (like |x| at x=0), where the left-hand and right-hand derivatives disagree.
WATCH OUT
Trying to differentiate x^x or (sin x)^x directly with the power rule
The power rule only applies when the exponent is constant. When both the base and exponent are functions of x, take log of both sides first (logarithmic differentiation) before differentiating.
WATCH OUT
Forgetting the chain-rule factor dy/dx when differentiating a y-term during implicit differentiation
Every term involving y picks up a trailing dy/dx factor, e.g. d/dx(y^3)=3y^2.dy/dx, not just 3y^2 — this is the single most common dropped term in implicit differentiation.
WATCH OUT
Trying to eliminate the parameter before differentiating a parametric relationship
The whole point of parametric differentiation is that you don't need to eliminate t — compute dy/dt and dx/dt separately and divide, exactly as the exercise title says ('without eliminating the parameter').
WATCH OUT
Reviewing Rolle's Theorem or the Mean Value Theorem for this chapter
Neither appears anywhere in the current edition — no definition, no example, no exercise question. This chapter stops at second-order derivatives; skip MVT entirely when revising this chapter.
WATCH OUT
Computing a parametric second derivative as (d2y/dt2) divided by (d2x/dt2)
Differentiate dy/dx with respect to t, then divide by dx/dt a second time. The ratio of second derivatives is not the second derivative.
WATCH OUT
Checking continuity at an interval endpoint with a two-sided limit
At a the function needs only right-continuity, and at b only left-continuity, because it is undefined beyond the interval.
WATCH OUT
Assuming a quotient of continuous functions is continuous everywhere
f/g is continuous only where g is non-zero. The zeros of the denominator must be excluded before any such claim is made.
WATCH OUT
Forgetting the modulus in the derivative of arcsec and arccosec
The correct derivative carries |x| in the denominator, not x. Dropping it gives the wrong sign on half the domain.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Continuity and Differentiability?

8 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

8 questions~6 min worth ~35 marks in CBSE exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Continuity at x=a requires LHL = RHL = f(a); check all three explicitly for piecewise functions
  • Differentiable implies continuous, but not the reverse — |x| at x=0 is the standard counterexample
  • Chain rule: differentiate the outer function first, multiply by the derivative of the inner function, repeating for nested compositions
  • Implicit differentiation: every y-term picks up a trailing dy/dx factor via the chain rule
  • Logarithmic differentiation is required whenever both the base and the exponent of a power are functions of x
  • Parametric differentiation: dy/dx = (dy/dt)/(dx/dt); for the second derivative, differentiate dy/dx again w.r.t. t and divide by dx/dt once more
  • Standard inverse-trig substitutions (x=sin/cos/tan/sec of theta) collapse composite expressions to a simple multiple of theta using double/triple angle identities
  • Rolle's Theorem and the Mean Value Theorem are not part of the current edition of this chapter — they appear nowhere in the text, examples, or exercises

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: Unit III: part of the 35-mark Calculus block, no chapter-wise split published by CBSE

Question typeMarks eachTypical countWhat it tests
Continuity of Piecewise Functions3-51Checking LHL=RHL=f(a) at a join point, finding unknown constants for continuity
Chain Rule, Implicit and Inverse-Trig Differentiation4-61-2Composite function derivatives, implicit differentiation, inverse-trig composites via substitution
Logarithmic Differentiation, Parametric Forms and Second-Order Derivatives, including Non-Differentiability checks5-61-2Variable-base variable-exponent functions, parametric dy/dx and second derivatives
Prep strategy
  • For continuity questions, always write out LHL, RHL, and f(a) as three separate labelled computations before comparing them — partial credit is awarded per step
  • Before differentiating, scan the expression for a variable exponent — that is the signal to use logarithmic differentiation instead of the ordinary power rule
  • For parametric questions, never try to eliminate the parameter first — compute dy/dt and dx/dt independently and divide
  • Do not spend revision time on Rolle's Theorem or the Mean Value Theorem for this chapter — they are not part of the current syllabus here

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Physical quantities changing smoothly

Position, velocity, and temperature in real physical systems are modelled as continuous, differentiable functions of time — a discontinuity would mean an object teleporting, and a non-differentiable corner would mean an infinite instantaneous acceleration, neither of which happens in classical physics.

Related-rates problems in engineering

When two quantities are linked implicitly (like the radius and volume of an expanding balloon), implicit differentiation is exactly the technique used to relate their rates of change without solving for one variable explicitly first.

Curve-fitting and growth models

Logarithmic differentiation is the standard technique for working with power-law and exponential growth models in economics and biology, where a quantity depends on another raised to a variable, changing power.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
For continuity questions, structure the answer as three explicitly labelled computations (LHL, RHL, f(a)) before stating a conclusion — examiners award marks per step
2
Before choosing a differentiation technique, scan for the signal: implicit relationship (y not isolated), variable exponent (use log differentiation), or two separate equations sharing a parameter (parametric)
3
For inverse-trig composite derivatives, try the standard substitution (sin, cos, tan, or sec of theta) before attempting direct differentiation — direct differentiation of these expressions is far messier
4
Do not attempt to prove or apply Rolle's Theorem or the Mean Value Theorem in this chapter's questions — they are not part of the current syllabus here

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
Rolle's Theorem and the Mean Value Theorem, though absent from the current syllabus for this chapter, are foundational results in real analysis with applications to error bounds in numerical approximation and proofs of inequalities
STRETCH
Uniform continuity and Lipschitz continuity are stronger notions than the pointwise continuity taught here, distinguishing functions whose 'steepness' is globally bounded from those that are merely continuous at every point
STRETCH
The formal epsilon-delta definition of a limit, which underlies the LHL=RHL=f(a) continuity check used throughout this chapter, makes precise exactly how close x must be to a to guarantee f(x) is close to f(a)
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainContinuity of a piecewise function with two unknownsSolving a system from two join-point conditions

If is continuous on , find and .

Stuck? Show the approach

Match LHL, RHL, and the function value at both join points, x=2 and x=4, giving two equations to solve simultaneously.

Show the full solution

At : LHL, RHL, so . At : LHL, RHL, so . Substituting into the first equation: .

Answer: a = 5/2, b = 2
The trap

Forgetting that continuity at must use the correct branches on each side (the middle branch's limit as , and the third branch's value at itself, since includes the point) — mixing these up gives a wrong equation.

JEE MainLogarithmic differentiation on a nested power towerRepeated implicit differentiation

If (), find .

Stuck? Show the approach

Take log twice — once to handle the outer exponent, and treat the inner using its own known derivative from logarithmic differentiation.

Show the full solution

Let , so . Taking log of : . Differentiating: . Since , (a standard logarithmic-differentiation result). Substituting: .

Answer: dy/dx = x^{x^x}.x^x.[(log x + 1).log x + 1/x]
The trap

Treating as — exponentiation is not associative, so and are genuinely different functions with different derivatives.

JEE MainDifferentiability at a point defined by a limitChecking a removable-discontinuity-style definition

If for and , find so that is continuous at .

Stuck? Show the approach

Compute using the standard small-angle identity .

Show the full solution

, so . As , , so .

Answer: k = 8
The trap

Using loosely without the correct coefficient — the clean way is the exact identity , not an approximation.

JEE MainParametric second derivativeDifferentiating dy/dx a second time with respect to the parameter

If , , find at .

Stuck? Show the approach

Find dy/dx first via the standard parametric quotient, then differentiate again with respect to theta and divide by dx/d(theta) once more.

Show the full solution

, , so . Differentiating again: , so . At : , , giving .

Answer: d^2y/dx^2 = 4.sqrt(2)/(3a) at theta=pi/4
The trap

Dividing the second theta-derivative by d^2x/d(theta)^2 instead of dx/d(theta) — the second parametric derivative always divides by the first derivative of x again, not a second derivative of x.

JEE AdvancedDifferentiability of an absolute-value composite at multiple pointsLocating every non-differentiable point of a piecewise-defined function

Let . At how many points is not differentiable, and what is on the middle interval?

Stuck? Show the approach

Each modulus term contributes a corner at its own zero; check whether any corners might cancel by evaluating the slope on each side of every candidate point.

Show the full solution

The three candidate corners are at . On : , slope . On : , slope . Since the slope changes from to at , that is a genuine corner. Checking similarly (slope changes from on to on ) and (slope changes from to ) confirms all three are genuine corners — none of them cancel out.

Answer: f is not differentiable at exactly 3 points (x=1,2,3); on the middle interval (2,3), f'(x)=1
The trap

Assuming that because there are three modulus terms, there must be three corners without actually checking whether any slope changes might cancel each other out at a shared point — here they don't, but that has to be verified, not assumed.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 12 BoardVery High
JEE MainVery High
JEE AdvancedHigh

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

No — the current book doesn't cover either one anywhere in this chapter. It ends at second-order derivatives. If your source material includes MVT here, it's referencing an older edition.

Whenever the exponent itself is a function of x (not a constant) — like x^x, (sin x)^x, or x^(cos x) — the ordinary power rule doesn't apply. Take log of both sides first, differentiate implicitly, then multiply back through by y.

Because continuity literally means the limit from the left, the limit from the right, and the function's actual value all agree. Any one of the three disagreeing with the others breaks continuity — you have to verify all three explicitly, not just assume it from the formula looking 'smooth.'

No — this is one of the chapter's central points. f(x)=|x| is continuous everywhere but has a corner at x=0, where the left-hand and right-hand derivatives disagree (-1 and 1), so it is not differentiable there.
Verified by the tuition.in editorial team
Last reviewed on 17 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo