Important Questions: CBSE Class 12 Mathematics Chapter 5 Continuity and Differentiability
Chapter 5 Continuity and Differentiability is a high-weightage unit in CBSE Class 12 Mathematics, contributing 15-18 marks to the Term-2 or annual board exam. The chapter builds on Class 11 limits and introduces rigorous definitions of continuity, differentiability, chain rule, derivatives of inverse trigonometric functions, and parametric differentiation. Questions range from 1-mark MCQs testing definitions to 5-mark problems involving composite applications. This page groups 18 carefully curated questions by marks, provides model answers, and explains how CBSE frames questions year after year.
Key takeaways
- ✓Chapter 5 Continuity and Differentiability typically carries 15-18 marks across 4-5 questions in the CBSE Class 12 board exam.
- ✓Continuity questions often test the ability to find unknown constants for piecewise functions to remain continuous at a point.
- ✓Differentiability problems require checking left-hand and right-hand derivatives at a point, especially for modulus and piecewise functions.
- ✓Chain rule applications appear in 2-3 mark questions; mastering composite function differentiation is essential for board exams.
- ✓Derivatives of inverse trigonometric functions and parametric forms are favourite 3-5 mark question types in recent CBSE papers.
- ✓Common mistakes include forgetting to verify continuity before checking differentiability, sign errors in chain rule, and incorrect substitution in inverse function derivatives.
- ✓CBSETUTOR.ai offers 24×7 AI tutoring with photo-upload doubt solving at a flat ₹999/month for Classes 6-12, with a 3-day free trial to master these concepts.
Chapter Overview and Weightage in CBSE Class 12 Board Exam
- Total marks from Chapter 5: 15-18 out of 80 in the board exam.
- 1-2 MCQs or assertion-reason questions (1 mark each) on definitions and basic continuity checks.
- 2-mark VSAs test simple chain rule applications, continuity at a point, or standard derivative formulas.
- 3-mark questions involve proving differentiability, finding derivatives of inverse functions, or parametric differentiation.
- 5-mark long-answer or case-based questions combine continuity checks, differentiation, and real-world modelling.
- Recent trend: CBSE pairs continuity-differentiability with graph sketches or value-based scenarios.
1-Mark Questions: Multiple Choice and Very Short Answer
- Q1. If f(x) = {(x² - 4)/(x - 2) for x ≠ 2, k for x = 2} is continuous at x = 2, then k equals: (A) 2 (B) 4 (C) 0 (D) 1. Answer: (B) 4. Working: lim(x→2) (x² - 4)/(x - 2) = lim(x→2) (x + 2) = 4. For continuity, k = 4.
- Q2. The function f(x) = |x| is: (A) continuous and differentiable at x = 0 (B) continuous but not differentiable at x = 0 (C) differentiable but not continuous at x = 0 (D) neither continuous nor differentiable at x = 0. Answer: (B). |x| is continuous everywhere; left-hand derivative at 0 is -1, right-hand derivative is +1, so not differentiable at 0.
- Q3. If y = sin⁻¹(x), then dy/dx equals: (A) 1/√(1 - x²) (B) -1/√(1 - x²) (C) 1/(1 + x²) (D) -1/(1 + x²). Answer: (A) 1/√(1 - x²). Standard NCERT result.
- Q4. The derivative of log(sin x) with respect to x is: (A) cot x (B) tan x (C) cosec x (D) sec x. Answer: (A) cot x. d/dx[log(sin x)] = (1/sin x)·cos x = cot x.
2-Mark Questions: Continuity Checks and Simple Chain Rule
- Q5. Find the value of a for which f(x) = {(ax + 3, x ≤ 1), (x² + 2, x > 1)} is continuous at x = 1. Answer: At x = 1, left-hand limit = a(1) + 3 = a + 3; right-hand limit = 1² + 2 = 3; f(1) = a + 3. For continuity, a + 3 = 3 ⇒ a = 0.
- Q6. Differentiate (2x³ - 5)⁷ with respect to x. Answer: Let u = 2x³ - 5, y = u⁷. dy/dx = 7u⁶·(du/dx) = 7(2x³ - 5)⁶·(6x²) = 42x²(2x³ - 5)⁶.
- Q7. If y = e^(tan x), find dy/dx. Answer: Using chain rule, dy/dx = e^(tan x)·(d/dx[tan x]) = e^(tan x)·sec²x.
- Q8. Check whether f(x) = x|x| is differentiable at x = 0. Answer: For x ≥ 0, f(x) = x²; for x < 0, f(x) = -x². LHD at 0 = lim(h→0⁻) [f(0 + h) - f(0)]/h = lim(h→0⁻) (-h²)/h = 0. RHD at 0 = lim(h→0⁺) h²/h = 0. Since LHD = RHD = 0, f is differentiable at x = 0.
3-Mark Questions: Chain Rule, Implicit Differentiation, and Inverse Functions
- Q9. If y = tan⁻¹[(√(1 + x²) - 1)/x], prove that dy/dx = 1/(2(1 + x²)). Working: Substitute x = tan θ ⇒ y = tan⁻¹[(sec θ - 1)/tan θ]. Simplify using half-angle identities: y = θ/2 ⇒ y = (1/2)tan⁻¹(x). Hence dy/dx = (1/2)·[1/(1 + x²)] = 1/(2(1 + x²)).
- Q10. Differentiate sin⁻¹(2x√(1 - x²)) with respect to x, |x| < 1/√2. Answer: Substitute x = sin θ/√2. Expression becomes sin⁻¹(sin 2θ) = 2θ = 2 sin⁻¹(x√2). dy/dx = 2·[1/√(1 - 2x²)]·√2 = 2√2/√(1 - 2x²).
- Q11. If x = a cos³θ, y = a sin³θ, find dy/dx. Answer: dx/dθ = -3a cos²θ sin θ; dy/dθ = 3a sin²θ cos θ. dy/dx = (3a sin²θ cos θ)/(-3a cos²θ sin θ) = -sin θ/cos θ = -tan θ.
- Q12. Find dy/dx if y = x^x. Answer: Take logarithm: log y = x log x. Differentiate: (1/y)·(dy/dx) = log x + 1. Hence dy/dx = x^x(log x + 1).
5-Mark Questions: Long Answer and Case-Based Problems
- Q13. Let f(x) = {x² sin(1/x), x ≠ 0; 0, x = 0}. (i) Check continuity at x = 0. (ii) Check differentiability at x = 0. Answer: (i) lim(x→0) x² sin(1/x) = 0 (squeeze theorem, |sin(1/x)| ≤ 1). f(0) = 0. Hence continuous. (ii) f'(0) = lim(h→0) [h² sin(1/h) - 0]/h = lim(h→0) h sin(1/h) = 0 (squeeze theorem). Differentiable at 0 with f'(0) = 0.
- Q14. A ladder of length 5 m leans against a vertical wall. The bottom slides away at 2 m/s. Find the rate at which the top is descending when the bottom is 3 m from the wall. Answer: Let x = distance from wall (bottom), y = height (top). x² + y² = 25. Differentiate: 2x(dx/dt) + 2y(dy/dt) = 0. At x = 3, y = 4. Substitute dx/dt = 2: 2(3)(2) + 2(4)(dy/dt) = 0 ⇒ dy/dt = -3/2 m/s. Top descends at 1.5 m/s.
- Q15. If y = (sin x)^(cos x), find dy/dx. Answer: Take log: log y = cos x·log(sin x). Differentiate: (1/y)·(dy/dx) = -sin x·log(sin x) + cos x·(cos x/sin x) = -sin x log(sin x) + (cos²x)/sin x. Hence dy/dx = (sin x)^(cos x)[-sin x log(sin x) + cos²x/sin x].
- Q16. Examine the continuity and differentiability of f(x) = |x - 1| + |x - 2| at x = 1 and x = 2. If differentiable, find f'(x) in each interval. Answer: Break into cases: f(x) = {2 - 2x (x < 1), 2 (1 ≤ x < 2), 2x - 2 (x ≥ 2)}. At x = 1: LHL = 0, f(1) = 0, RHL = 0 ⇒ continuous. LHD = -2, RHD = 0 ⇒ not differentiable. At x = 2: LHL = 2, f(2) = 2, RHL = 2 ⇒ continuous. LHD = 0, RHD = 2 ⇒ not differentiable. f'(x) = {-2 (x < 1), 0 (1 < x < 2), 2 (x > 2)}.
How CBSE Frames Questions from This Chapter
- Piecewise functions: ~40% of continuity questions feature two or three algebraic pieces with parameters to find.
- Modulus functions: ~30% of differentiability questions involve |x - a| or combinations like |x| + |x - 1|.
- Chain rule composites: Expect nested exponentials, logarithms, or powers in 2-3 mark questions.
- Inverse trigonometric derivatives: Standard NCERT results (d/dx[sin⁻¹x], d/dx[tan⁻¹x], etc.) appear in 3-mark proofs.
- Parametric and implicit differentiation: 3-5 mark questions test dy/dx = (dy/dt)/(dx/dt) or implicit formula.
- Case studies: 2024 onwards, one 5-mark problem presents a scenario with multiple sub-questions on continuity, rate of change, or optimization.
Common Mistakes Students Make in Continuity and Differentiability Questions
- Skipping continuity check: Always prove f is continuous at x = a before testing differentiability. 'If f is differentiable then f is continuous' is not a proof of continuity.
- Left vs. right confusion: In |x - a|, remember for x < a the expression is -(x - a); for x > a it is (x - a). Draw a number line if unsure.
- Chain rule omission: For y = f(g(x)), dy/dx ≠ f'(g(x)). You MUST multiply by g'(x).
- Sign errors in inverse trig derivatives: d/dx[cos⁻¹x] = -1/√(1 - x²), not +1/√(1 - x²). Memorise signs carefully.
- Parametric swap: dy/dx = (dy/dt)/(dx/dt), NOT (dx/dt)/(dy/dt). Label your derivatives clearly.
- Missing units: If the question says 'rate in m/s', write the unit in your final answer to secure the last mark.
Boost Your Scores with CBSETUTOR.ai's 24×7 AI Tutor
- Photo-upload doubt solving: Snap a picture of any question; get a worked solution in under 60 seconds.
- Step-by-step explanations: The AI breaks down chain rule, implicit differentiation, and parametric derivatives into simple sub-steps.
- Unlimited practice: Access 500+ additional questions on Continuity and Differentiability, sorted by difficulty and marks.
- Affordable pricing: ₹999/month for all subjects, Classes 6-12. One price, no hidden fees.
- 3-day free trial: Try the platform risk-free before committing.
- Available 24×7: Study at midnight before your pre-board or on weekends—no scheduling hassles.
Tips to Maximise Marks in Continuity and Differentiability Questions
- Create a formula sheet: List all inverse trig derivatives, chain rule, product rule, quotient rule, parametric formula on one A4 page.
- Practice modulus expansions: Write |x - a| as piecewise cases; do this for 5-10 different functions.
- Time yourself: Solve past papers' Chapter 5 questions with a stopwatch; aim to finish each question 1 minute under the guideline.
- Show all steps: CBSE awards method marks. Even if your final answer is wrong, correct intermediate steps earn 60-70% credit.
- Use NCERT examples: The solved examples in NCERT are often reframed as board questions. Master Examples 12, 15, 18, 21, 24 from Chapter 5.
- Revise Class 11 limits: Many continuity questions need L'Hôpital's rule or standard limits (sin x/x, (1 - cos x)/x²); ensure you are fluent.
Recommended Practice Resources and NCERT Exercises
- NCERT Exercise 5.1 (Continuity): Questions 15, 18, 23, 30 are board-exam favourites.
- NCERT Exercise 5.2 (Differentiability): Question 10 (prove x|x| is differentiable) appears almost every year in some form.
- NCERT Exercise 5.5 (Parametric): Questions 11-15 are 3-mark classics on ellipse and cycloid parametric forms.
- NCERT Miscellaneous: Questions 10 (logarithmic differentiation), 15 (inverse trig proof), 18 (piecewise differentiability) are high-value practice.
- RD Sharma: Offers 2-3 difficulty levels per topic; solve Level-2 for board exam preparation.
- Previous year papers: 2023 Set-1 Q18, 2024 Set-2 Q16, 2022 Set-3 Q14 all tested continuity-differentiability of modulus functions.
Frequently asked questions
How many marks does Chapter 5 Continuity and Differentiability carry in the CBSE Class 12 board exam?+
What is the difference between continuity and differentiability?+
How do I check continuity of a piecewise function at a point?+
What is the chain rule and when do I use it?+
How do I differentiate inverse trigonometric functions like sin⁻¹(x) or tan⁻¹(x)?+
What are the most common mistakes in continuity and differentiability questions?+
How many questions should I practice from NCERT for Chapter 5?+
What is parametric differentiation and how do I find dy/dx for parametric equations?+
Are case-based questions from Chapter 5 difficult?+
How can CBSETUTOR.ai help me with Continuity and Differentiability?+
Related resources
Keep learning — related guides
Ready to give your Class 12 child the tutor that never sleeps?
CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.
Start your child's 3-day free trial →