Complete Summary and Solutions for Continuity and Differentiability – NCERT Class XII Mathematics Part I, Chapter 5 – Limits, Continuity, Differentiability, Properties, and Applications
continuity-and-differentiability-summary-and-answers-ncert-class-xii-mathematics-chapter-5
Updated: 7 months ago

Continuity and Differentiability
Chapter 5: Mathematics - Ultimate Study Guide | NCERT Class 12 Notes, Solved Examples, Exercises & Quiz 2025
Full Chapter Summary & Detailed Notes - Continuity and Differentiability Class 12 NCERT
“The whole of science is nothing more than a refinement of everyday thinking.” — ALBERT EINSTEIN
5.1 Introduction
This chapter continues the study of differentiation from Class XI, covering polynomials and trig functions. Key concepts: continuity, differentiability, and their relations. Topics include derivatives of inverse trigonometric functions, exponential and logarithmic functions, and geometric applications via fundamental theorems.
Conceptual Diagram: Continuity Graph (Like Book Fig 5.1)
Step function: f(x) = 1 if x ≤ 0, 2 if x > 0. Limit mismatch at x=0: left=1, right=2. Graph jumps, pen lift needed.
\[ \begin{cases} f(x) = 1 & x \leq 0 \\ f(x) = 2 & x > 0 \end{cases} \]Visual: Horizontal lines at y=1 (left) and y=2 (right), discontinuity at origin.
Why This Guide Stands Out (Expanded for 2025 Exams)
Comprehensive coverage mirroring NCERT pages 104-150: All subtopics point-wise with evidence (e.g., Ex 1 linear continuity), full examples (e.g., piecewise checks), debates (continuous vs differentiable). Added 2025 relevance: Continuity in ML for loss functions. Processes for limits/derivs with step-by-step derivations. Proforma: Limit check → Value match → Continuous.
5.2 Continuity
Informal: Graph drawable without pen lift. Formal: lim_{x→c} f(x) = f(c). Requires existence of left/right limits equaling f(c). Discontinuous if mismatch (jump, removable, infinite).
Examples: Polynomials, constants, identity continuous everywhere. |x| continuous at 0. 1/x continuous for x≠0.
Quick Table: Continuity Checks (Expanded with Book Examples)
| Function Type | Continuous At | Example |
|---|---|---|
| Polynomial | Everywhere | f(x)=x^2, lim=x^2=f(c) |
| Rational | Except poles | 1/x, x≠0 |
| Absolute | Everywhere | |x|, left/right both |c| |
| Piecewise | Check joints | x+2 (x<1), x-2 (x>1), mismatch at 1 |
Algebra of Continuous Functions
Sum, product, quotient (denom≠0) of continuous are continuous. Composition too.
5.3 Differentiability
f differentiable at c if lim_{h→0} [f(c+h)-f(c)]/h exists (finite). Equivalent: f' (c) exists. Continuous implies differentiable? No, but differentiable ⇒ continuous.
Examples: Polynomials, trig differentiable everywhere. |x| continuous but not diff at 0 (left deriv -1, right +1).
5.4 Derivatives of Inverse Trigonometric Functions
Key formulas:
\[ \frac{d}{dx} \sin^{-1} x = \frac{1}{\sqrt{1-x^2}}, \quad \frac{d}{dx} \cos^{-1} x = -\frac{1}{\sqrt{1-x^2}} \] \[ \frac{d}{dx} \tan^{-1} x = \frac{1}{1+x^2}, \quad \frac{d}{dx} \cot^{-1} x = -\frac{1}{1+x^2} \] \[ \frac{d}{dx} \sec^{-1} x = \frac{1}{|x| \sqrt{x^2-1}}, \quad \frac{d}{dx} \csc^{-1} x = -\frac{1}{|x| \sqrt{x^2-1}} \]Domains: [-1,1] for arcsin/arccos, etc.
Derivation: Arcsin Derivative (Chain Rule)
Let y = sin^{-1} x, x = sin y, dx/dy = cos y = \sqrt{1 - sin^2 y} = \sqrt{1-x^2}. Thus dy/dx = 1 / \sqrt{1-x^2}. Sign positive in [-π/2, π/2].
5.5 Exponential and Logarithmic Functions
e^x: Derivative e^x (unique base with f'=f). log_a x = ln x / ln a, deriv 1/(x ln a).
\[ \frac{d}{dx} e^x = e^x, \quad \frac{d}{dx} \ln x = \frac{1}{x} \]General: d/dx a^x = a^x ln a, d/dx log_a x = 1/(x ln a).
5.6 Logarithmic Differentiation
For complex: y = f(x)^{g(x)}, ln y = g ln f, (1/y) y' = g'/g + (f'/f) g, y' = y (g'/g + f'/f g).
5.7 Derivatives of Functions in Parametric Form
x = f(t), y = g(t), dy/dx = (dy/dt) / (dx/dt).
5.8 Second Order Derivative
d²y/dx² = d/dx (dy/dx). Geometric: Concavity, inflection points.
5.9 Mean Value Theorem (Rolle’s, Lagrange’s)
Rolle’s: Continuous [a,b], diff (a,b), f(a)=f(b) ⇒ ∃c, f'(c)=0.
Lagrange’s: ∃c ∈ (a,b), f'(c) = [f(b)-f(a)]/(b-a).
Derivation: Proof Sketch (Rolle’s)
Assume max/min at c interior, f'(c)=0. At ends equal, so yes. Full: Extreme value theorem applies.
Example 1 (Integrated - Basic Check)
f(x)=2x+3 at x=1. lim=5=f(1), continuous.
Example 2 (Integrated - Polynomial)
f(x)=x^2 at 0. lim=0=f(0).
Example 3 (Integrated - Absolute)
|x| at 0. Left lim=-x→0=0, right=x→0=0=f(0).
Example 4 (Integrated - Removable)
f(x)=(x^3+3)/x if x≠0, 1 if x=0. lim=3≠1, discontinuous.
Example 5 (Integrated - Constant)
f(x)=k everywhere continuous.
Example 6 (Integrated - Identity)
f(x)=x, lim=c=f(c).
Example 7 (Integrated - |x| Full)
Continuous all reals: Left -x, right x, match.
Example 8 (Integrated - Cubic)
x^3 + x^2 -1, polynomial continuous.
Example 9 (Integrated - 1/x)
Continuous x≠0.
Example 10 (Integrated - Piecewise Jump)
x+2 (≤1), x-2 (>1), discontinuous at 1 (3 vs -1).
Example 11 (Integrated - With Zero)
Similar jump at 1.
Example 12 (Integrated - Undefined at 0)
x+2 (<0), -x+2 (>0), continuous domains.
Example 13 (Integrated - x^2 and x)
Piecewise x^2 (≥0), x (<0), continuous at 0.
Example 14 (Integrated - Polynomial Proof)
lim p(x)=p(c), continuous.
Example 15 (Integrated - Greatest Integer)
[x] discontinuous at integers (left n-ε→n-1, right n).
Summary & Exercises Tease
Key: Continuity for limits match; diff for tangent existence. Ex 5.1: Continuity checks; 5.2: Diff basics; 5.3-5.5: Inverse/exp/log derivs; 5.6-5.8: Parametric/second; Misc: Theorems apps.



As an Amazon Associate, ProSyllabus earns from qualifying purchases. Prices shown are subject to change.
Test your CBSE Class 12 Board Examination prep
Quizzes
10 questions · ~10 minutes · instant rank & AI diagnosis
Economics (Class 12) Practice Quiz | CBSE Class 12 Board Examination
Accountancy (Class 12) Practice Quiz | CBSE Class 12 Board Examination
Electrostatic Potential and Capacitance Fundamentals | CBSE Class 12 Board Examination
Class 12 English — Memories of Childhood (Practice Quiz)
Class 12 English — On the Face of It (Practice Quiz)
Class 12 English — The Enemy (Practice Quiz)
Class 12 English — Journey to the End of the Earth (Practice Quiz)
Class 12 English — The Tiger King (Practice Quiz)
Class 12 English — The Third Level (Practice Quiz)
Class 12 English — Aunt Jennifer's Tigers (Practice Quiz)
Class 12 English — A Roadside Stand (Practice Quiz)
Class 12 English — A Thing of Beauty (Practice Quiz)
Class 12 English — Keeping Quiet (Practice Quiz)
Class 12 English — An Elementary School Classroom in a Slum (Practice Quiz)
Class 12 English — My Mother at Sixty-six (Practice Quiz)
Class 12 English — Going Places (Practice Quiz)
Class 12 English — The Interview (Practice Quiz)
Class 12 English — Poets and Pancakes (Practice Quiz)
Class 12 English — Indigo (Practice Quiz)
Class 12 English — The Rattrap (Practice Quiz)
Class 12 English — Deep Water (Practice Quiz)
Class 12 English — Lost Spring (Practice Quiz)
Class 12 English — The Last Lesson (Practice Quiz)
Class 12 Psychology — Social Influence and Group Processes (Practice Quiz)
Class 12 Psychology — Attitude and Social Cognition (Practice Quiz)
Class 12 Psychology — Therapeutic Approaches (Practice Quiz)
Class 12 Psychology — Psychological Disorders (Practice Quiz)
Class 12 Psychology — Meeting Life Challenges (Practice Quiz)
Class 12 Psychology — Self and Personality (Practice Quiz)
Class 12 Psychology — Variations in Psychological Attributes (Practice Quiz)
Class 12 Sociology — Social Movements (Practice Quiz)
Class 12 Sociology — Mass Media and Communications (Practice Quiz)
Class 12 Sociology — Globalisation and Social Change (Practice Quiz)
Class 12 Sociology — Change and Development in Industrial Society (Practice Quiz)
Class 12 Sociology — Change and Development in Rural Society (Practice Quiz)
Class 12 Sociology — The Constitution and Social Change (Practice Quiz)
Class 12 Sociology — Cultural Change (Practice Quiz)
Class 12 Sociology — Structural Change (Practice Quiz)
Class 12 Sociology — The Challenges of Cultural Diversity (Practice Quiz)
Class 12 Sociology — Patterns of Social Inequality and Exclusion (Practice Quiz)
Class 12 Sociology — The Market as a Social Institution (Practice Quiz)
Class 12 Sociology — Social Institutions: Continuity and Change (Practice Quiz)
Class 12 Sociology — The Demographic Structure of the Indian Society (Practice Quiz)
Class 12 Sociology — Introducing Indian Society (Practice Quiz)
Class 12 Political Science — Recent Developments in Indian Politics (Practice Quiz)
Class 12 Political Science — Regional Aspirations (Practice Quiz)
Class 12 Political Science — The Crisis of Democratic Order (Practice Quiz)
Class 12 Political Science — Challenges to and Restoration of the Congress System (Practice Quiz)
Class 12 Political Science — India's External Relations (Practice Quiz)
Class 12 Political Science — Politics of Planned Development (Practice Quiz)
Class 12 Political Science — Era of One-party Dominance (Practice Quiz)
Class 12 Political Science — Challenges of Nation Building (Practice Quiz)
Class 12 Political Science — Environment and Natural Resources (Practice Quiz)
Class 12 Political Science — Security in the Contemporary World (Practice Quiz)
Class 12 Political Science — International Organisations (Practice Quiz)
Class 12 Political Science — Contemporary South Asia (Practice Quiz)
Class 12 Political Science — Contemporary Centres of Power (Practice Quiz)
Class 12 Political Science — The End of Bipolarity (Practice Quiz)
Class 12 Geography — Geographical Perspective on Selected Issues and Problems (Practice Quiz)
Class 12 Geography — Planning and Sustainable Development in the Indian Context (Practice Quiz)
Class 12 Geography — Mineral and Energy Resources (Practice Quiz)
Class 12 Geography — Water Resources (Practice Quiz)
Class 12 Geography — Land Resources and Agriculture (Practice Quiz)
Class 12 Geography — Human Settlements (Practice Quiz)
Class 12 Geography — Population: Distribution, Density, Growth and Composition (Practice Quiz)
Class 12 Geography — International Trade (India) (Practice Quiz)
Class 12 Geography — Transport and Communication (India) (Practice Quiz)
Class 12 Geography — Tertiary and Quaternary Activities (Practice Quiz)
Class 12 Geography — Secondary Activities (Practice Quiz)
Class 12 Geography — Primary Activities (Practice Quiz)
Class 12 Geography — Human Development (Practice Quiz)
Class 12 Geography — The World Population: Distribution, Density and Growth (Practice Quiz)
Class 12 Geography — Human Geography: Nature and Scope (Practice Quiz)
Class 12 History — Framing the Constitution — The Beginning of a New Era (Practice Quiz)
Class 12 History — Mahatma Gandhi and the Nationalist Movement — Civil Disobedience and Beyond (Practice Quiz)
Class 12 History — Rebels and the Raj — The Revolt of 1857 and its Representations (Practice Quiz)
Class 12 History — Colonialism and the Countryside — Exploring Official Archives (Practice Quiz)
Class 12 History — Peasants, Zamindars and the State — Agrarian Society and the Mughal Empire (c. sixteenth-seventeenth centuries) (Practice Quiz)
Class 12 History — An Imperial Capital: Vijayanagara (c. fourteenth to sixteenth century) (Practice Quiz)
Class 12 History — Bhakti-Sufi Traditions — Changes in Religious Beliefs and Devotional Texts (c. eighth to eighteenth century) (Practice Quiz)
Class 12 History — Through the Eyes of Travellers — Perceptions of Society (c. tenth to seventeenth century) (Practice Quiz)
Class 12 History — Thinkers, Beliefs and Buildings — Cultural Developments (c. 600 BCE-600 CE) (Practice Quiz)
Class 12 History — Kinship, Caste and Class — Early Societies (c. 600 BCE-600 CE) (Practice Quiz)
Class 12 History — Kings, Farmers and Towns — Early States and Economies (c. 600 BCE-600 CE) (Practice Quiz)
Class 12 History — Bricks, Beads and Bones — The Harappan Civilisation (Practice Quiz)
Class 12 Economics — Open Economy Macroeconomics (Practice Quiz)
Class 12 Economics — Government Budget and the Economy (Practice Quiz)
Class 12 Economics — Determination of Income and Employment (Practice Quiz)
Class 12 Economics — Money and Banking (Practice Quiz)
Class 12 Economics — National Income Accounting (Practice Quiz)
Class 12 Economics — Market Equilibrium (Practice Quiz)
Class 12 Economics — The Theory of the Firm under Perfect Competition (Practice Quiz)
Class 12 Economics — Production and Costs (Practice Quiz)
Class 12 Economics — Theory of Consumer Behaviour (Practice Quiz)
Class 12 Economics — Introduction (Practice Quiz)
Class 12 Business Studies — Consumer Protection (Practice Quiz)
Class 12 Business Studies — Marketing (Practice Quiz)
Class 12 Business Studies — Financial Management (Practice Quiz)
Class 12 Business Studies — Controlling (Practice Quiz)
Class 12 Business Studies — Directing (Practice Quiz)
Class 12 Business Studies — Staffing (Practice Quiz)
Class 12 Business Studies — Organising (Practice Quiz)
Class 12 Business Studies — Planning (Practice Quiz)
Class 12 Business Studies — Business Environment (Practice Quiz)
Class 12 Business Studies — Nature and Significance of Management (Practice Quiz)
Class 12 Accountancy — Cash Flow Statement (Practice Quiz)
Class 12 Accountancy — Accounting Ratios (Practice Quiz)
Class 12 Accountancy — Analysis of Financial Statements (Practice Quiz)
Class 12 Accountancy — Financial Statements of a Company (Practice Quiz)
Class 12 Accountancy — Issue and Redemption of Debentures (Practice Quiz)
Class 12 Accountancy — Accounting for Share Capital (Practice Quiz)
Class 12 Accountancy — Dissolution of Partnership Firm (Practice Quiz)
Class 12 Accountancy — Reconstitution of a Partnership Firm – Retirement/Death of a Partner (Practice Quiz)
Class 12 Accountancy — Reconstitution of a Partnership Firm – Admission of a Partner (Practice Quiz)
Class 12 Accountancy — Accounting for Partnership: Basic Concepts (Practice Quiz)
Class 12 Maths — Probability (Practice Quiz)
Class 12 Maths — Linear Programming (Practice Quiz)
Class 12 Maths — Three Dimensional Geometry (Practice Quiz)
Class 12 Maths — Vector Algebra (Practice Quiz)
Class 12 Maths — Differential Equations (Practice Quiz)
Class 12 Maths — Application of Integrals (Practice Quiz)
Class 12 Maths — Integrals (Practice Quiz)
Class 12 Maths — Application of Derivatives (Practice Quiz)
Class 12 Maths — Continuity and Differentiability (Practice Quiz)
Class 12 Maths — Determinants (Practice Quiz)
Class 12 Maths — Matrices (Practice Quiz)
Class 12 Maths — Inverse Trigonometric Functions (Practice Quiz)
Class 12 Maths — Relations and Functions (Practice Quiz)
Class 12 Biology — Biodiversity and its Conservation (Practice Quiz)
Class 12 Biology — Ecosystem (Practice Quiz)
Class 12 Biology — Organisms and Populations (Practice Quiz)
Class 12 Biology — Biotechnology and its Applications (Practice Quiz)
Class 12 Biology — Biotechnology: Principles and Processes (Practice Quiz)
Class 12 Biology — Microbes in Human Welfare (Practice Quiz)
Class 12 Biology — Human Health and Disease (Practice Quiz)
Class 12 Biology — Evolution (Practice Quiz)
Class 12 Biology — Molecular Basis of Inheritance (Practice Quiz)
Class 12 Biology — Principles of Inheritance and Variation (Practice Quiz)
Class 12 Biology — Reproductive Health (Practice Quiz)
Class 12 Biology — Human Reproduction (Practice Quiz)
Class 12 Biology — Sexual Reproduction in Flowering Plants (Practice Quiz)
Class 12 Chemistry — Biomolecules (Practice Quiz)
Class 12 Chemistry — Amines (Practice Quiz)
Class 12 Chemistry — Aldehydes, Ketones and Carboxylic Acids (Practice Quiz)
Class 12 Chemistry — Alcohols, Phenols and Ethers (Practice Quiz)
Class 12 Chemistry — Haloalkanes and Haloarenes (Practice Quiz)
Class 12 Chemistry — Coordination Compounds (Practice Quiz)
Class 12 Chemistry — The d- and f-Block Elements (Practice Quiz)
Class 12 Chemistry — Chemical Kinetics (Practice Quiz)
Class 12 Chemistry — Electrochemistry (Practice Quiz)
Class 12 Chemistry — Solutions (Practice Quiz)
Class 12 Physics — Semiconductor Electronics: Materials, Devices and Simple Circuits (Practice Quiz)
Class 12 Physics — Nuclei (Practice Quiz)
Class 12 Physics — Atoms (Practice Quiz)
Class 12 Physics — Dual Nature of Radiation and Matter (Practice Quiz)
Class 12 Physics — Wave Optics (Practice Quiz)
Class 12 Physics — Ray Optics and Optical Instruments (Practice Quiz)
Class 12 Physics — Electromagnetic Waves (Practice Quiz)
Class 12 Physics — Alternating Current (Practice Quiz)
Class 12 Physics — Electromagnetic Induction (Practice Quiz)
Class 12 Physics — Magnetism and Matter (Practice Quiz)
Class 12 Physics — Moving Charges and Magnetism (Practice Quiz)
Class 12 Physics — Electrostatic Potential and Capacitance (Practice Quiz)
Class 12 Physics — Electric Charges and Fields (Practice Quiz)
Class 12 Business Studies — Principles of Management (Practice Quiz)
CBSE Class 12 — Genetics and Evolution (Practice Quiz)
CBSE Class 12 — Matrices and Determinants (Practice Quiz)
CBSE Class 12 — Solutions and Colligative Properties (Practice Quiz)
Class 12 Physics — Current Electricity (Practice Quiz)
CBSE Class 12 — Electrostatics and Electric Field (Practice Quiz)
Humanities Subjects Practice Quiz | CBSE Class 12 Board Examination

Group Discussions
No forum posts available.


