Class XII Mathematics

Chapter 5: Continuity and Differentiability

Standard NCERT & CBSE aligned study curriculum. Master concepts, track accuracy, revise weak areas, and challenge yourself with 9 customized practice modes.

Chapter Overview

Welcome to Class XII Mathematics: Continuity and Differentiability. This chapter forms a core structural component of the math syllabus, designed to build analytical rigor and key formula models.

Use the detailed subtopic guide below to review standard definitions, key mathematical rules, and study guidelines.

Prerequisite Concepts

Calculus limits basicsAlgebraic rules of function variables

Detailed Subtopics Study Guide

Review detailed conceptual explanations, mathematical equations, and guidelines for each subtopic in this chapter:

1Continuity checks

Concept Explanation

A function is continuous at x = c if the limit as x approaches c exists and is equal to the function value f(c). Graphically, this means there is no break or jump in the curve.

Mathematical Representation
\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)
Study Guideline: For piecewise functions, calculate the left-hand limit, right-hand limit, and function value at the boundary point, and check if all three are equal.

2Differentiability criteria

Concept Explanation

A function is differentiable at x = c if its tangent slope is well-defined. This requires the left-hand derivative (LHD) to equal the right-hand derivative (RHD) at that point.

Mathematical Representation
\lim_{x \to c} \frac{f(x) - f(c)}{x-c} \, \text{ exists} \iff \text{LHD} = \text{RHD}
Study Guideline: Differentiability implies continuity, but continuity does not guarantee differentiability (e.g., f(x) = |x| is continuous but not differentiable at x = 0).

3Chain rule of differentiation

Concept Explanation

The chain rule calculates the derivative of a composite function. It states that the derivative of g(f(x)) is the derivative of the outer function evaluated at the inner function, multiplied by the derivative of the inner function.

Mathematical Representation
\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \quad \text{or} \quad \frac{d}{dx}[g(f(x))] = g'(f(x)) \cdot f'(x)
Study Guideline: Differentiate from the outside in: differentiate the outer function keeping the inside unchanged, then multiply by the derivative of the inside function.

4Logarithmic differentiation

Concept Explanation

Logarithmic differentiation is a technique used to differentiate functions of the form y = f(x)^g(x) or highly complex products. We take the natural logarithm of both sides to transform powers into products using log rules before differentiating.

Mathematical Representation
y = u^v \implies \ln y = v \ln u \implies \frac{1}{y}\frac{dy}{dx} = v' \ln u + v \frac{u'}{u}
Study Guideline: Do not apply the power rule (n*x^(n-1)) to terms like x^x. Always take logs first and use implicit differentiation.

5Second-order derivatives

Concept Explanation

The second-order derivative is the derivative of the first derivative of a function. It measures the rate of change of the slope, representing acceleration in physics or concavity in geometry.

Mathematical Representation
f''(x) = \frac{d^2y}{dx^2} = \frac{d}{dx}\left( \frac{dy}{dx} \right)
Study Guideline: Simply differentiate the function twice. For parametric functions, remember: d²y/dx² = [d/dt(dy/dx)] / (dx/dt), not just d/dt(dy/dx).