📌 Snapshot
- Building on Class XI differentiation: a function is continuous when its limit equals its functional value, and differentiable when the limit defining the derivative exists; Theorem 3 links the two.
- Builds the algebra of continuous functions (sum, difference, product, quotient, composition) and the algebra of derivatives (sum, product, quotient, chain rule).
- Standard derivatives of inverse trigonometric, exponential, and logarithmic functions follow, plus logarithmic differentiation for forms like
[u(x)]^v(x). - Implicit differentiation, parametric differentiation, and second-order derivatives are covered through worked examples.
- CUET regularly tests continuity-checking at piecewise junctions, chain-rule computations, and standard derivatives of inverse-trig, exponential, and log functions.
📖 Detailed Notes
2.1 Core concepts
- Continuity at a point: A real function
fis continuous atcin its domain iflim_{x→c} f(x) = f(c); equivalently, the left-hand limit, right-hand limit, andf(c)all exist and are equal (NCERT §5.2, p. 105). All three conditions are needed; relaxing any one breaks continuity. - Continuity on domain:
fis continuous if it is continuous at every point of its domain; on[a, b], continuity at endpoints uses only one-sided limits —lim_{x→a+} f(x) = f(a)andlim_{x→b−} f(x) = f(b)(NCERT §5.2, p. 107). - Standard continuous functions established in worked examples: constant function, identity
f(x)=x, polynomial, rational (where denominator ≠ 0),|x|,sin x,cos x, andtan xwherever defined (NCERT §5.2, pp. 106–115). These serve as "building blocks" — combinations of them are continuous wherever the algebra is legal. - Greatest integer function
f(x) = [x]is discontinuous at every integer and continuous everywhere else (NCERT §5.2, Example 15, p. 112). The jumps are of size 1 at each integer. - Algebra of continuous functions (Theorem 1): if
fandgare continuous atc, thenf ± g,f·g, andf/g(wheng(c) ≠ 0) are continuous atc(NCERT §5.2.1, p. 113). - Composition (Theorem 2): if
gis continuous atcandfis continuous atg(c), thenf ∘ gis continuous atc(NCERT §5.2.1, p. 115). The composition theorem powers most "is this function continuous?" arguments. - Derivative definition:
f'(c) = lim_{h→0} [f(c+h) − f(c)]/hwhen this limit exists;fis differentiable atciff the left and right derivatives are finite and equal (NCERT §5.3, p. 118). - Theorem 3 (Differentiability ⇒ Continuity): every differentiable function is continuous; the converse fails —
f(x) = |x|is continuous but not differentiable atx = 0(NCERT §5.3, p. 120). This is a one-way implication of singular importance for CUET. - Algebra of derivatives:
(u ± v)' = u' ± v', product rule(uv)' = u'v + uv', quotient rule(u/v)' = (u'v − uv')/v²forv ≠ 0(NCERT §5.3, p. 119). - Chain rule (Theorem 4): for
f = v ∘ uwitht = u(x),df/dx = (dv/dt)·(dt/dx); extended to triple compositions as(dw/ds)(ds/dt)(dt/dx)(NCERT §5.3.1, p. 121). The chain rule is the workhorse of all composite-function derivatives. - Implicit differentiation: when
yis given implicitly by a relation inxandy, differentiate both sides w.r.t.xtreatingyas a function ofx, then solve fordy/dx(NCERT §5.3.2, pp. 122–123). - Derivatives of inverse trig functions:
d/dx(sin⁻¹ x) = 1/√(1 − x²),d/dx(cos⁻¹ x) = −1/√(1 − x²),d/dx(tan⁻¹ x) = 1/(1 + x²);sin⁻¹andcos⁻¹derivatives valid on(−1, 1),tan⁻¹valid onR(NCERT §5.3.3, p. 124). - Exponential & log derivatives (Theorem 5):
d/dx(eˣ) = eˣandd/dx(log x) = 1/xforx > 0; in this chapterlog xdenotes natural log (basee) (NCERT §5.4, p. 129). The exponential is the unique function (up to constant multiple) equal to its own derivative. - Derivative of
aˣ(Example 28):d/dx(aˣ) = aˣ log afor positive constanta; obtained by writingaˣ = e^{x log a}or by logarithmic differentiation (NCERT §5.5, p. 131). - Change-of-base formula:
log_a p = (log_b p)/(log_b a); applied in Example 39 to differentiatelog₇(log x)as(log(log x))/log 7(NCERT §5.4, p. 128; Miscellaneous Example, p. 141). - Logarithmic differentiation: for
y = [u(x)]^{v(x)}(withu(x) > 0), takelog y = v(x) log u(x)then differentiate; standard technique forxˣ,xsin x, etc. (NCERT §5.5, p. 130). Without taking logs first, the standard power-rule and exponential-rule cannot be applied directly. - Parametric differentiation: if
x = f(t),y = g(t), thendy/dx = (dy/dt)/(dx/dt) = g'(t)/f'(t)wheneverf'(t) ≠ 0(NCERT §5.6, p. 135). Used widely in curves like the cycloid and ellipse. - Second-order derivative:
d²y/dx² = d/dx(dy/dx), also denotedf''(x),y'',y₂, orD²y; higher orders defined analogously (NCERT §5.7, p. 137). Second derivatives feature in concavity, inflection, and physical interpretations like acceleration. - These derivatives and rules are foundational for Class XII Applications of Derivatives (lemh106), Integrals (lemh107) and beyond — they recur throughout the calculus syllabus.
- The historical thread: continuity (Cauchy, Weierstrass) and differentiability (Newton, Leibniz) were unified into modern analysis through ε–δ definitions. NCERT uses the intuitive limit-based definitions rather than full ε–δ rigour, sufficient for Class XII problem solving.
- A subtle observation: every polynomial is everywhere differentiable; every rational function is differentiable on its domain; every trigonometric function is differentiable on its domain; every exponential is differentiable everywhere on R. Standard functions are well-behaved; trouble arises mainly at piecewise junctions, isolated points (like |x| at 0), or where denominators vanish.
- Newton's and Leibniz's notations both appear: dy/dx (Leibniz) and f'(x) (Lagrange) are the two main systems. Both denote the same derivative; CUET uses Lagrange notation more often in MCQ stems.
- Second-derivative significance: d²y/dx² > 0 ⇒ concave up; < 0 ⇒ concave down; = 0 with change of sign ⇒ inflection point. These ideas explicitly enter the next chapter on Applications of Derivatives.
2.2 Definitions to memorise
| Term | Definition | Page |
|---|---|---|
| Continuity at c | lim_{x→c} f(x) = f(c) | 105 |
| Continuous function | Continuous at every point of domain | 107 |
| Point of discontinuity | Where f fails continuity | 105 |
| Left-hand limit | lim_{x→c⁻} f(x) | 105 |
| Right-hand limit | lim_{x→c⁺} f(x) | 105 |
| Derivative | f'(c) = lim_{h→0} (f(c+h) − f(c))/h | 118 |
| Differentiable at c | Left, right derivatives finite and equal | 119 |
| Chain rule | (v∘u)' = v'(u)·u' | 121 |
| Product rule | (uv)' = u'v + uv' | 119 |
| Quotient rule | (u/v)' = (u'v − uv')/v² | 119 |
| Sum rule | (u + v)' = u' + v' | 119 |
| Implicit differentiation | Treat y as fn of x; differentiate; solve | 122 |
| Logarithmic differentiation | log y = v(x) log u(x) | 130 |
| Parametric form | dy/dx = (dy/dt)/(dx/dt) | 135 |
| Second derivative | d²y/dx² = d/dx(dy/dx) | 137 |
| Algebra of continuous functions | f±g, fg, f/g continuous | 113 |
| Composition theorem | f∘g continuous if pieces are | 115 |
| Differentiability ⇒ continuity | Theorem 3 | 120 |
| Counter-example | x | |
| Natural log | log x = ln x in this chapter | 128 |
| Change of base | log_a p = log p / log a | 128 |
| Standard derivative xⁿ | n x^(n−1) | 119 |
| Derivative of eˣ | eˣ | 129 |
| Derivative of log x | 1/x | 129 |
| Derivative of aˣ | aˣ log a | 131 |
Standard derivatives summarised (Summary box, p. 146 and Table 5.3, p. 119):
f(x) |
f'(x) |
|---|---|
xⁿ |
n xⁿ⁻¹ |
sin x |
cos x |
cos x |
−sin x |
tan x |
sec² x |
cot x |
−cosec² x |
sec x |
sec x tan x |
cosec x |
−cosec x cot x |
sin⁻¹ x |
1/√(1 − x²) |
cos⁻¹ x |
−1/√(1 − x²) |
tan⁻¹ x |
1/(1 + x²) |
cot⁻¹ x |
−1/(1 + x²) |
sec⁻¹ x |
`1/( |
cosec⁻¹ x |
`−1/( |
eˣ |
eˣ |
log x |
1/x |
aˣ |
aˣ log a |
log_a x |
1/(x log a) |
2.3 Diagrams / processes to remember
- Fig 5.1 (p. 104) – Step function with jump at
x = 0: shows a function that cannot be drawn without lifting the pen, motivating the visual idea of discontinuity. - Fig 5.3 (p. 109) – Graph of
f(x) = 1/x: illustrates that left-hand limit is−∞and right-hand limit is+∞atx = 0, neither being a real number. - Fig 5.5 (p. 110) – Piecewise function with isolated point of discontinuity at
x = 1: typifies the "jump + redefined value" trap. - Fig 5.8 (p. 112) – Graph of the greatest integer function: step-like staircase, discontinuous at every integer.
- Figs 5.9–5.11 (pp. 125–128) – Comparison of polynomial growth
xⁿvs exponential10ˣ, plot ofy = bˣ, andy = eˣandy = ln xas mirror images acrossy = x. - Process — check continuity at point c: (i) compute lim_{x→c⁻} f(x); (ii) compute lim_{x→c⁺} f(x); (iii) check both equal; (iv) compare with f(c). If all three agree, f is continuous at c.
- Process — find k so f is continuous: equate the relevant one-sided limit to f(c) and solve for the unknown constant.
- Process — differentiate composite via chain rule: identify outer and inner functions; differentiate outer (keeping inner intact), multiply by derivative of inner.
- Process — logarithmic differentiation: take ln of both sides; differentiate implicitly; solve for dy/dx; multiply by y to express explicitly.
- Process — parametric dy/dx: find dx/dt and dy/dt; divide; ensure dx/dt ≠ 0 at the point of interest.
2.4 Common confusions / NTA trap points
- "Continuous ⇒ differentiable" is false. The standard counter-example is
f(x) = |x|atx = 0: left derivative is−1, right derivative is+1, so the function is continuous but not differentiable there (p. 120). - For piecewise definitions, you must check both that one-sided limits agree and that the common value equals
f(c). Example 4 (f(x) = x³ + 3ifx ≠ 0,f(0) = 1) fails the second condition even though the limit exists (p. 107). lim_{x→0⁺} 1/x = +∞andlim_{x→0⁻} 1/x = −∞— but±∞are not real numbers, so these limits do not exist as real numbers (p. 109).- In this chapter
log xmeans natural log (basee), not base 10. Sod/dx(log x) = 1/x, not1/(x ln 10)(p. 128). - For
d/dx(aˣ) = aˣ log a, thelog aisln a; students wrongly writeaˣorx aˣ⁻¹. The correct derivation usesaˣ = e^{x log a}(Example 28, p. 131). - The derivative of
sin⁻¹ xis only valid on the open interval(−1, 1); atx = ±1the derivative is not defined becausecos y = 0there (p. 124). - For
y = xˣ, neither the power rule (x · xˣ⁻¹) nor the exponential rule (xˣ log x) is correct in isolation; use logarithmic differentiation to getxˣ(1 + log x). - Forgetting to differentiate the inner function in chain rule —
d/dx[sin(x²)] = 2x cos(x²), notcos(x²). - Mis-applying quotient rule with sign error — denominator squared is always v², not v.
- Confusing implicit and parametric: implicit has y appearing in a relation with x; parametric has x and y both as functions of a third variable t.
- Forgetting to keep dy/dx on one side when doing implicit differentiation. After differentiating, collect dy/dx terms on LHS and solve.
- Stopping at first derivative when second is asked. Always differentiate again.
- Confusing log_a x with ln x; the conversion is log_a x = ln x / ln a.
- Treating the derivative of a constant as anything other than 0. Constants vanish under differentiation.
- Forgetting that the chain rule applies even to nested compositions of three or more functions; each level contributes a factor.
- Mis-using the quotient rule by reversing numerator and denominator. The correct numerator is u'v − uv', NOT v'u − vu'.
- Skipping the absolute-value in the derivatives of sec⁻¹ x and cosec⁻¹ x: they have |x| in the denominator because the range of these functions is restricted to [0, π] − {π/2} and [−π/2, π/2] − {0} respectively.
- Computing the derivative of (sin x)^x using the power rule alone — this is a "function to function" power, requiring logarithmic differentiation.
- Misinterpreting "find dy/dx" in parametric form as differentiating y w.r.t. t; the correct interpretation is the ratio (dy/dt)/(dx/dt).
- Forgetting that continuity at a single point does not imply continuity on an interval — verifying continuity at one point is necessary but not sufficient.
- Mishandling derivative of inverse trigonometric functions when the input is not x but a function of x (e.g., sin⁻¹(2x − 1) requires chain rule: derivative is 2/√(1 − (2x − 1)²)).
- Treating |x| as differentiable everywhere; it is differentiable on R \ {0} but not at 0 itself, where the corner has slopes ±1.
- Confusing the chain rule's "outer × inner" with reverse order — the outer function's derivative comes first.
- Forgetting that the product rule symbol u'v + uv' is symmetric; some students drop one of the two terms.
2.5 Key formulas & theorems
| Formula | Statement | NCERT page |
|---|---|---|
| Continuity at c | lim f(x) = f(c) | 105 |
| Derivative definition | f'(c) = lim (Δf/h) | 118 |
| Theorem 3 | Differentiable ⇒ continuous | 120 |
| Algebra (sum) | (u ± v)' = u' ± v' | 119 |
| Algebra (product) | (uv)' = u'v + uv' | 119 |
| Algebra (quotient) | (u/v)' = (u'v − uv')/v² | 119 |
| Chain rule | (v∘u)'(x) = v'(u(x)) u'(x) | 121 |
| d/dx xⁿ | n x^(n−1) | 119 |
| d/dx sin x | cos x | 119 |
| d/dx cos x | −sin x | 119 |
| d/dx tan x | sec² x | 119 |
| d/dx sin⁻¹ x | 1/√(1 − x²) | 124 |
| d/dx cos⁻¹ x | −1/√(1 − x²) | 124 |
| d/dx tan⁻¹ x | 1/(1 + x²) | 124 |
| d/dx eˣ | eˣ | 129 |
| d/dx log x | 1/x | 129 |
| d/dx aˣ | aˣ log a | 131 |
| d/dx log_a x | 1/(x log a) | 132 |
| Logarithmic differentiation | log y = v log u, differentiate | 130 |
| Parametric dy/dx | (dy/dt)/(dx/dt) | 135 |
| Second derivative | d/dx(dy/dx) | 137 |
| d/dx (xˣ) | xˣ(1 + log x) | 133 |
| d/dx sec x | sec x tan x | 119 |
| d/dx cosec x | −cosec x cot x | 119 |
| d/dx cot x | −cosec² x | 119 |
2.6 Solved examples (NCERT-grounded)
Example A (NCERT Example 10, p. 110). Is f continuous at x = 1, where f(x) = x + 2 for x ≤ 1 and f(x) = x − 2 for x > 1?
Step 1 — LHL: lim_{x→1⁻}(x + 2) = 3. Step 2 — RHL: lim_{x→1⁺}(x − 2) = −1. Step 3 — compare: LHL ≠ RHL ⇒ discontinuous at x = 1.
Example B (NCERT Example 21, p. 121). Differentiate sin(x²).
Step 1 — let t = x²: y = sin t. Step 2 — chain rule: dy/dx = (dy/dt)(dt/dx) = cos t · 2x. Step 3 — substitute: 2x cos(x²).
Example C (NCERT Example 28, p. 131). Find d/dx (aˣ).
Step 1 — log both sides of y = aˣ: log y = x log a. Step 2 — differentiate: (1/y)(dy/dx) = log a. Step 3 — solve: dy/dx = y log a = aˣ log a.
Example D (NCERT Example 30, p. 133). Find dy/dx for y = xˣ, x > 0.
Step 1 — log both sides: log y = x log x. Step 2 — differentiate: (1/y)(dy/dx) = log x + x(1/x) = 1 + log x. Step 3 — solve: dy/dx = xˣ(1 + log x).
Example E (NCERT Example 32, p. 135). x = at², y = 2at. Find dy/dx.
Step 1 — dx/dt: 2at. Step 2 — dy/dt: 2a. Step 3 — divide: dy/dx = 2a/(2at) = 1/t.
Example F (NCERT Example 35, p. 138). Find d²y/dx² for y = x³ + tan x.
Step 1 — first derivative: dy/dx = 3x² + sec² x. Step 2 — differentiate term-by-term: d/dx(3x²) = 6x; d/dx(sec² x) = 2 sec x · (sec x tan x) = 2 sec² x tan x. Step 3 — combine: d²y/dx² = 6x + 2 sec² x tan x.
Example G (Continuity at a junction). Find k so that f(x) = kx² for x ≤ 2 and f(x) = 3 for x > 2 is continuous at x = 2.
Step 1 — LHL: lim_{x→2⁻}(kx²) = 4k. Step 2 — RHL: lim_{x→2⁺}(3) = 3. Step 3 — equate: 4k = 3 ⇒ k = 3/4.
🎯 Practice MCQs
First 3 questions free · create a free account to unlock the rest — answers & explanations included, no payment needed
Q1. f continuous at c iff
▸ Show answer & explanation
Answer: B
Continuity needs LHL = RHL = f(c).
Q2. [x] (greatest integer) is
▸ Show answer & explanation
Answer: B
Jumps at every integer.
Q3. f(x) = x + 2 (x ≤ 1), x − 2 (x > 1). At x = 1, f is
▸ Show answer & explanation
Answer: B
LHL ≠ RHL.
🔒 9 more practice MCQs
Create a free account to unlock every MCQ in this chapter — answers and explanations included. No payment needed.
Already registered? Just log in and they'll all appear here.
Q4. Which is correct?
▸ Show answer & explanation
Answer: B
|x| is continuous, non-differentiable at 0.
Q5. d/dx[sin(x²)] =
▸ Show answer & explanation
Answer: C
Chain rule.
Q6. If x² + xy + y² = 100, then dy/dx =
▸ Show answer & explanation
Answer: A
Implicit differentiation.
Q7. d/dx(tan⁻¹ x) =
▸ Show answer & explanation
Answer: C
Standard derivative.
Q8. d/dx(aˣ) =
▸ Show answer & explanation
Answer: B
Standard formula.
Q9. y = xˣ ⇒ dy/dx =
▸ Show answer & explanation
Answer: C
Logarithmic differentiation.
Q10. x = at², y = 2at ⇒ dy/dx =
▸ Show answer & explanation
Answer: A
Parametric.
Q11. **Assertion (A):** |x| continuous at 0 but not differentiable. **Reason (R):** Left and right derivatives at 0 are −1 and 1.
▸ Show answer & explanation
Answer: A
Standard result.
Q12. y = x³ + tan x ⇒ d²y/dx² =
▸ Show answer & explanation
Answer: C
Differentiate twice.
📊 Previous-Year Questions
Practise with real CUET Mathematics previous-year papers — every question solved, with the correct answer and a step-by-step explanation.
View solved CUET PYQ papers →Ready to drill Mathematics?
Unlock all MCQs, chapter tests, mocks & PYQs for ₹199/year.
Get UniDrill Pro