Overview
This chapter develops the fundamental calculus ideas of continuity and differentiability for real-valued functions of a real variable. Beginning with the notion of limits, it defines continuity at a point and on an interval, classifies types of discontinuities (removable, jump, infinite), and presents basic properties and algebra of continuous functions. The chapter then introduces differentiability via the derivative as a limit of the difference quotient, shows that differentiability implies continuity (but not conversely), and discusses points where a function fails to be differentiable (corners, cusps, vertical tangents). It teaches the standard differentiation rules (sum, product, quotient, chain rule) and techniques for composite and inverse functions, and gives practice in computing derivatives of common elementary functions. Importance: continuity and differentiability are the cornerstones of calculus — they formalize the idea of smooth change, underpin the study of rates of change in sciences and engineering, and are prerequisites for applications such as extrema, curve sketching and integration. Mastery of this chapter prepares students for applying derivatives to real…
Learning Objectives
- Define the limit of a function at a point and compute limits using algebraic and trigonometric simplifications
- Explain left-hand and right-hand limits and use them to determine the existence of a two-sided limit
- Apply limit laws and the squeeze theorem to evaluate limits, including limits at infinity
- Test continuity of a function at a point and on an interval, including piecewise-defined functions
- Identify and classify discontinuities (removable, jump, infinite) and remove removable discontinuities where possible
- Define the derivative of a function at a point using first principles and evaluate derivatives from this definition
- Demonstrate that differentiability implies continuity and provide counterexamples showing continuity does not imply differentiability
- Differentiate functions using standard rules (sum, product, quotient and chain rules), including differentiation of inverse functions
Topics in this chapter
10 topics · tap a topic title to jump straight to it.
Limits of a Function
Limits of a Function
Core Principle: Limit laws (if individual limits exist): lim_{x→a} [f(x) ± g(x)] = lim f(x) ± lim g(x).
What is a limit?
The limit of a function f(x) as x approaches a number a is the value that f(x) gets closer to when x gets arbitrarily close to a (from both sides). We write: limx→a f(x) = L, meaning f(x) approaches L as x approaches a.
Left-hand and right-hand limits
The left-hand limit (from values less than a) is limx→a⁻ f(x) and the right-hand limit (from values greater than a) is limx→a⁺ f(x). The two-sided limit exists iff both one-sided limits exist and are equal.
Types of behaviour near a point
- Removable limit/discontinuity: lim exists but f(a) is different or f(a) is undefined (a 'hole').
- Jump/step discontinuity: left and right limits exist but are different.
- Infinite limit / vertical asymptote: f(x) → ±∞ as x → a.
- No limit (oscillatory): f(x) does not approach any value (e.g., sin(1/x) as x→0).
Formal idea (brief)
Intuitively: for x sufficiently close to a (but x ≠ a), f(x) is as close to L as we like. Formally this is captured by the ε–δ definition used in rigorous proofs.
Common methods to evaluate limits
- Direct substitution (if expression is continuous at a).
- Algebraic simplification: factorization/cancellation (useful for removable forms 0/0).
- Rationalization (to remove square-root expressions).
- Trigonometric limits and identities (use standard limits like sin x / x → 1 as x→0).
- Squeeze (sandwich) theorem when a function is trapped between two functions with the same limit.
- L'Hôpital's Rule for indeterminate forms 0/0 or ∞/∞ (differentiate numerator and denominator and re-evaluate limit) — use only when conditions apply.
Relation with continuity
A function f is continuous at a if limx→a f(x) exists and equals f(a). Thus limits describe the behaviour that underlies continuity and differentiability (derivative is a limit of difference quotients).
Real-life intuition
Limits model processes where a variable approaches a moment or steady state: average speed over an interval approaches instantaneous speed as the interval shrinks to zero; temperature approaching room temperature over time; concentration approaching equilibrium in chemistry.
- Example 1 — Removable limit: lim_{x→1} (x^2 − 1)/(x − 1). Factor numerator: (x−1)(x+1)/(x−1) = x+1 for x ≠ 1, so limit = 2.
- Example 2 — Trigonometric standard: lim_{x→0} (sin x)/x = 1 (use the standard limit or squeeze theorem).
- Example 3 — Limit at infinity (polynomial ratio): lim_{x→∞} (3x^3 + 2x)/(5x^3 − x) = ratio of leading coefficients = 3/5.
- Example 4 — Exponential limit: lim_{x→∞} (1 + 1/x)^x = e (definition/standard limit).
- Example 5 — Infinite limit/vertical asymptote: lim_{x→0^+} 1/x = +∞ and lim_{x→0^-} 1/x = −∞ (no finite two-sided limit at 0).
- Example 6 — Using L'Hôpital: lim_{x→0} (1 − cos x)/x^2 has 0/0 form; differentiate numerator and denominator twice or use standard result to get 1/2.
- \[Limit laws (if individual limits exist): lim_{x→a} [f(x) ± g(x)] = lim f(x) ± lim g(x).\]
- \[lim_{x→a} [c·f(x)] = c·lim_{x→a} f(x).\]
- \[lim_{x→a} [f(x)·g(x)] = (lim f(x))·(lim g(x)).\]
- \[lim_{x→a} [f(x)/g(x)] = (lim f(x))/(lim g(x)) provided lim g(x) ≠ 0.\]
- \[Squeeze theorem: if h(x) ≤ f(x) ≤ g(x) near a and lim h(x) = lim g(x) = L then lim f(x) = L.\]
- \[L'Hôpital's rule: if lim f(x) and lim g(x) give 0/0 or ∞/∞\]\[then lim f/g = lim f'/g' (if latter exists).\]
Continuity
Continuity
Core Principle: Continuity at a: lim_{x→a} f(x) = f(a).
Basic idea: A function f(x) is continuous at a point x = a if the value of the function at a equals the value the function approaches as x approaches a. Intuitively, you can draw the graph near x = a without lifting your pencil.
Formal (simple) condition: f is continuous at a if limx→a f(x) = f(a). This requires three things: (i) f(a) is defined, (ii) the limit limx→a f(x) exists, (iii) the limit equals f(a).
Epsilon–delta (precise) definition: f is continuous at a if for every ε > 0 there exists δ > 0 such that |x − a| < δ ⇒ |f(x) − f(a)| < ε.
Left and right continuity / endpoints: f is right-continuous at a if limx→a+ f(x) = f(a); left-continuous if limx→a− f(x) = f(a). On a closed interval [p, q] continuity means right-continuous at p, left-continuous at q and continuous at every interior point.
Types of discontinuities:
- Removable (hole): limit exists but ≠ f(a) or f(a) not defined (e.g. f(x)=(x^2−1)/(x−1) at x=1; remove hole by defining f(1)=2).
- Jump: left and right limits exist but are unequal (step functions).
- Infinite (essential): limit blows up to ±∞ (vertical asymptote), e.g. f(x)=1/x at 0.
Properties:
- Polynomials, sin x, cos x, e^x, and (on their domains) rational, exponential and logarithmic functions are continuous.
- If f and g are continuous at a, then f+g, f−g, f·g, f/g (if g(a)≠0) are continuous at a. Composition of continuous functions is continuous.
- Intermediate Value Theorem (IVT): If f is continuous on [a, b], then f takes every value between f(a) and f(b) at some point in (a, b).
- Differentiability ⇒ continuity: If f is differentiable at a, then f is continuous at a. The converse is not always true (e.g. f(x)=|x| at 0 is continuous but not differentiable).
How to check continuity at x=a (practical steps):
- Check if f(a) is defined.
- Compute left and right limits; if they are equal, that's the limit.
- If the limit equals f(a), f is continuous at a; otherwise it is discontinuous.
- Polynomial: f(x)=x^3−2x+1 is continuous for all real x (no breaks, holes, or asymptotes).
- Removable discontinuity: f(x)=(x^2−1)/(x−1) = x+1 for x≠1; at x=1 the function has a hole. The limit as x→1 is 2, so defining f(1)=2 makes it continuous.
- Jump discontinuity: g(x)= {1 for x<0, 2 for x≥0}. Left limit at 0 is 1, right limit is 2 → jump at 0.
- Infinite discontinuity: h(x)=1/x has no finite limit at 0 and a vertical asymptote → discontinuous at 0.
- Real-life: A car's position s(t) as a function of time t is usually continuous (no instantaneous teleportation). A light switch creates a jump in current (on/off model) which is modeled by a step function with a jump discontinuity.
- \[Continuity at a: lim_{x→a} f(x) = f(a).\]
- \[Left/right continuity: lim_{x→a−} f(x) = f(a) (left)\]\[lim_{x→a+} f(x) = f(a) (right).\]
- \[Epsilon–delta: ∀ε>0 ∃δ>0 s.t. |x−a|<δ ⇒ |f(x)−f(a)|<ε.\]
- \[Algebra of continuous functions: if f,g continuous at a ⇒ f±g\]\[f·g continuous at a\]\[f/g continuous if g(a)≠0.\]
- \[Composition: if g continuous at a and f continuous at g(a)\]\[then f∘g is continuous at a.\]
- \[Intermediate Value Theorem: if f continuous on [a,b]\]\[then ∀L between f(a) and f(b) ∃c∈[a,b] with f(c)=L.\]
Types of Discontinuities
Types of Discontinuities
Core Principle: Continuity at a: lim_{x→a} f(x) exists and equals f(a).
Overview: A function f is continuous at x = a if lim_{x->a} f(x) exists and equals f(a). If this fails, f has a discontinuity at a. Discontinuities are classified by how the limit(s) behave.
Main types
- Removable discontinuity (hole): The two one-sided limits exist and are equal (so the two-sided limit exists and is finite) but either f(a) is not defined or f(a) ≠ lim_{x->a} f(x). Condition: lim_{x->a} f(x) = L (finite), but f(a) ≠ L or f(a) is undefined. Graphically: a hole in the curve, possibly with a filled/empty dot showing f(a).
- Jump discontinuity (discontinuity of the first kind): Left-hand and right-hand limits exist finitely but are different. Condition: lim_{x->a^-} f(x) = L1, lim_{x->a^+} f(x) = L2 with L1 ≠ L2. Graphically: the curve has two different heights from left and right (a jump or step).
- Infinite (essential) discontinuity: At least one of the one-sided limits is infinite (tends to ±∞). Condition: lim_{x->a^-} f(x) = ±∞ or lim_{x->a^+} f(x) = ±∞. Graphically: a vertical asymptote where the curve blows up to infinity.
- Oscillatory discontinuity (discontinuity of the second kind): The function does not approach any limit because it oscillates increasingly near a. Condition: left or right limits do not exist due to wild oscillation (not merely a finite jump or infinite blow-up). Graphically: ever-increasing oscillations near the point, e.g. sin(1/x) as x->0.
CBSE grouping: Discontinuities of the first kind include removable and jump types (both have finite one-sided limits). Discontinuities of the second kind include infinite and oscillatory types (one or both one-sided limits fail to be finite).
How to identify on problems: Check the two one-sided limits and the function value:
- If both one-sided limits exist and are equal to L and f(a)=L → continuous.
- If both one-sided limits exist and are equal L but f(a)≠L or undefined → removable discontinuity.
- If left and right limits exist but are unequal → jump discontinuity.
- If at least one one-sided limit is infinite → infinite discontinuity (vertical asymptote).
- If one-sided limits do not settle to a finite value or ±∞ because of oscillation → oscillatory discontinuity.
- Removable: f(x) = (x^2 - 1)/(x - 1) for x ≠ 1; define f(1) = 3 (limit as x→1 is 2). There is a removable discontinuity (a hole) at x = 1 because lim_{x→1} f(x)=2 but f(1)≠2.
- Jump: f(x) = {1 for x < 0, 2 for x ≥ 0}. At x = 0, left limit = 1, right limit = 2 ⇒ jump discontinuity at 0.
- Infinite: f(x) = 1/(x - 2). As x→2^±, f(x) → ±∞ so there is an infinite discontinuity (vertical asymptote) at x = 2.
- Oscillatory: f(x) = sin(1/x) for x ≠ 0 (and any value assigned at 0). As x→0, f oscillates between -1 and 1 with no limit ⇒ oscillatory discontinuity at 0.
- \[Continuity at a: lim_{x→a} f(x) exists and equals f(a).\]
- \[Removable: lim_{x→a} f(x) = L (finite)\]\[but f(a) ≠ L or f(a) undefined.\]
- \[Jump: lim_{x→a^-} f(x) = L1\]\[lim_{x→a^+} f(x) = L2\]\[with L1 ≠ L2.\]
- \[Infinite: lim_{x→a^-} f(x) = ±∞ or lim_{x→a^+} f(x) = ±∞ (vertical asymptote).\]
- \[Oscillatory: left or right limits do not exist due to non-convergent oscillation (e.g.\]\[lim_{x→0} sin(1/x) does not exist).\]
Differentiability
Differentiability
Core Principle: Definition: f'(a) = lim_(x→a) [f(x) − f(a)] / (x − a) = lim_(h→0) [f(a + h) − f(a)] / h
Definition: A function f is said to be differentiable at a point a if the following limit (the derivative at a) exists as a finite number:
f'(a) = lim_(x→a) [f(x) − f(a)] / (x − a)
Equivalently, the derivative can be defined using h → 0:
f'(a) = lim_(h→0) [f(a + h) − f(a)] / h.
Left and right derivatives: f is differentiable at a iff the left-hand derivative f'_-(a) and the right-hand derivative f'_+(a) both exist and are equal.
Relation with continuity: If f is differentiable at a, then f is continuous at a. The converse is not always true: a function can be continuous but not differentiable at a point (example: f(x)=|x| at x=0).
Where derivative fails to exist: The derivative does not exist at a point if there is a jump/discontinuity, a corner (different one-sided finite slopes), a cusp (one-sided slopes tend to ±∞ or both tend to ±∞ with opposite signs), or a vertical tangent (slope tends to ±∞).
Geometric meaning: f'(a) is the slope of the tangent line to the curve y = f(x) at x = a. It is the limit of slopes of secant lines as the two points coalesce.
Practical meaning: Derivative measures the instantaneous rate of change — e.g., instantaneous velocity is derivative of position with respect to time.
Basic derivative rules and existence: If two functions are differentiable at a, their sum, difference, product and (where denominator ≠ 0) quotient are differentiable at a. Composition of differentiable functions is differentiable (chain rule). Standard elementary functions (polynomials, sin x, cos x, e^x, ln x on its domain, power functions x^n for n∈N) are differentiable on their domains.
Higher derivatives: f''(x) = derivative of f'(x) when f' is differentiable; indicates curvature/concavity.
- f(x) = x^2: Differentiable for all real x. f'(x) = 2x. Geometric: smooth parabola; tangent slope at x = 1 is 2.
- f(x) = |x|: Continuous everywhere but not differentiable at x = 0. Left derivative = −1, right derivative = +1 (corner).
- f(x) = x^(1/3) (cube root): Continuous everywhere but not differentiable at x = 0 because the slope tends to ±∞ (vertical tangent).
- Piecewise function f(x) = { x, x ≤ 0; x^2, x > 0 } is continuous at 0 but not differentiable at 0 (left slope 1, right slope 0).
- Real-life: Position s(t) = t^2 (t in seconds) ⇒ instantaneous velocity v(t) = ds/dt = 2t (m/s) — derivative gives rate of change of position.
- \[Definition: f'(a) = lim_(x→a) [f(x) − f(a)] / (x − a) = lim_(h→0) [f(a + h) − f(a)] / h\]
- \[Left/right derivative: f'_-(a) = lim_(x→a^-) [f(x) − f(a)]/(x − a)\]\[f'_+(a) = lim_(x→a^+) [f(x) − f(a)]/(x − a)\]\[Differentiable ⇔ f'_-(a)=f'_+(a) (finite).\]
- \[Differentiability ⇒ Continuity: If f'(a) exists (finite) then lim_(x→a) f(x) = f(a).\]
- \[Sum/Difference rule: (u ± v)' = u' ± v'\]
- \[Product rule: (uv)' = u'v + uv'\]
- \[Quotient rule: (u/v)' = (u'v − uv')/v^2\]\[(v ≠ 0)\]
Basic Rules of Differentiation
Basic Rules of Differentiation
Core Principle: Definition: f'(x) = lim_{h->0} [f(x+h) - f(x)] / h (if limit exists).
What is a derivative? The derivative f'(x) of a function f at x is the instantaneous rate of change of f with respect to x. It is defined by the limit (if it exists):
f'(x) = lim_{h->0} [f(x+h) - f(x)] / h. A function is differentiable at x if this limit exists.
Relation with continuity. If f is differentiable at x then f is continuous at x. The converse is not always true (example: f(x)=|x| is continuous at 0 but not differentiable there).
Basic operational rules. Differentiation is linear and interacts with algebraic combinations of functions according to simple rules (valid wherever the component derivatives exist):
- Constant rule: derivative of a constant is 0.
- Power rule: d/dx (x^n) = n x^{n-1} for any real n (more generally for x>0 when n is non-integer).
- Constant multiple rule: d/dx [c·f(x)] = c · f'(x).
- Sum/Difference rule: d/dx [f(x) ± g(x)] = f'(x) ± g'(x).
- Product rule: d/dx [f(x) g(x)] = f'(x) g(x) + f(x) g'(x).
- Quotient rule: d/dx [f(x)/g(x)] = [f'(x) g(x) - f(x) g'(x)] / [g(x)]^2, (g(x) ≠ 0).
- Chain rule (composition): if y = f(u) and u = g(x), then dy/dx = (dy/du)·(du/dx). For y = f(g(x)): d/dx f(g(x)) = f'(g(x))·g'(x).
Common elementary derivatives (valid where functions are defined): d/dx (e^x) = e^x, d/dx (a^x) = a^x ln a (a>0), d/dx (ln x) = 1/x (x>0), d/dx (sin x) = cos x, d/dx (cos x) = -sin x, d/dx (tan x) = sec^2 x.
How the rules arise (intuition): The sum and constant multiple rules follow from the linearity of the limit. The product and quotient rules come from expanding the difference quotient and regrouping terms so that known derivatives appear. The chain rule formalizes how small changes propagate through a composition.
Practical notes: Apply power/sum/constant rules first for polynomials. Use product/quotient rules when functions are multiplied or divided. Use chain rule for nested functions (e.g., (3x+1)^5, sin(x^2), e^{x^3}). Often combine rules (product + chain, quotient + chain) in one problem. Check domain (e.g., ln x, division by zero) and points where differentiability may fail (cusps, corners, vertical tangents).
- 1) Polynomial — Power rule: f(x) = 4x^3 - 5x^2 + 2x - 7. f'(x) = 12x^2 - 10x + 2. (Differentiate termwise using d/dx(x^n)=n x^{n-1}.)
- 2) Product rule: f(x) = x^2 sin x. Using product rule, f'(x) = 2x sin x + x^2 cos x.
- 3) Quotient rule: f(x) = (3x^2 + 1)/(x - 2). f'(x) = [ (6x)(x-2) - (3x^2+1)(1) ] / (x-2)^2 = [6x^2 -12x -3x^2 -1] / (x-2)^2 = (3x^2 -12x -1)/(x-2)^2.
- 4) Chain rule: f(x) = (3x + 1)^5. Let u = 3x+1, then f = u^5, so f'(x) = 5u^4 · du/dx = 5(3x+1)^4 · 3 = 15(3x+1)^4.
- 5) Composite trig + power: f(x) = sin(x^2). f'(x) = cos(x^2) · 2x = 2x cos(x^2).
- 6) Non-differentiable example: f(x) = |x|. For x>0, f'(x)=1; for x<0, f'(x)=-1. At x=0 the left and right derivatives differ, so f is not differentiable at 0 (corner point).
- \[Definition: f'(x) = lim_{h->0} [f(x+h) - f(x)] / h (if limit exists).\]
- \[Constant: d/dx(c) = 0.\]
- \[Power: d/dx(x^n) = n x^(n-1) (n real\]\[x in domain).\]
- \[Constant multiple: d/dx[c·f(x)] = c·f'(x).\]
- \[Sum/Difference: d/dx[f(x) ± g(x)] = f'(x) ± g'(x).\]
- \[Product rule: d/dx[f·g] = f'·g + f·g'.\]
Chain Rule and Differentiation of Composite Functions
Chain Rule and Differentiation of Composite Functions
Core Principle: If y = f(g(x)), then dy/dx = f'(g(x)) · g'(x).
What is a composite function? A composite function is a function formed by applying one function to the result of another. If u = g(x) and y = f(u), then the composite function is y = f(g(x)), often written y = (f o g)(x).
Chain Rule (basic statement): If u = g(x) is differentiable at x and y = f(u) is differentiable at u = g(x), then the composite y = f(g(x)) is differentiable at x and
dy/dx = (dy/du) * (du/dx) = f'(g(x)) · g'(x).
Intuition and short proof (differential form): A small change in x, Δx, produces Δu ≈ g'(x)Δx and then Δy ≈ f'(u)Δu. Combining these gives Δy ≈ f'(g(x))·g'(x)·Δx, so dy/dx = f'(g(x))·g'(x).
Formal sketch using limits: Using limits, dy/dx = lim_{Δx→0} [f(g(x+Δx))−f(g(x))]/Δx = lim_{Δx→0} { [f(g(x+Δx))−f(g(x))]/[g(x+Δx)−g(x)] } · { [g(x+Δx)−g(x)]/Δx } = f'(g(x))·g'(x), provided g'(x) and f' at g(x) exist.
Multiple compositions: For three nested functions y = f(g(h(x))) the rule extends multiplicatively:
dy/dx = f'(g(h(x))) · g'(h(x)) · h'(x).
Second derivative (useful formula): If y = f(u) and u = g(x), then
d^2y/dx^2 = f''(u)·(du/dx)^2 + f'(u)·d^2u/dx^2, evaluated at u=g(x).
Conditions: Both inner function g and outer function f must be differentiable at the relevant points. If either is not differentiable, the chain rule cannot be applied directly.
Common uses: The chain rule is used when differentiating powers of functions, compositions of trig/exponential/log functions, parametric forms, implicit differentiation and in real-world rates where a quantity depends on another that depends on time (or another variable).
- Example 1 — Power of a linear function: y=(3x+1)^5. Let u=3x+1 so y=u^5. Then dy/du=5u^4 and du/dx=3. So dy/dx = 5(3x+1)^4 · 3 = 15(3x+1)^4.
- Example 2 — Trigonometric inside polynomial: y = sin(x^2). Let u = x^2. dy/du = cos u and du/dx = 2x. So dy/dx = cos(x^2) · 2x = 2x cos(x^2).
- Example 3 — Exponential of polynomial: y = e^{x^3}. Let u = x^3. dy/du = e^u, du/dx = 3x^2. So dy/dx = e^{x^3} · 3x^2 = 3x^2 e^{x^3}.
- Example 4 — Logarithm of polynomial: y = ln(1 + x^2). Let u = 1 + x^2. dy/du = 1/u, du/dx = 2x. So dy/dx = (1/(1+x^2)) · 2x = 2x/(1+x^2).
- Example 5 — Second derivative for composition: y = (cos(x))^2. Write y = f(u) with f(u)=u^2, u=cos x. Then dy/dx = 2u · (−sin x) = −2 cos x sin x. For second derivative use d^2y/dx^2 = f''(u)(u')^2 + f'(u)u'', so f''=2, u'=-sin x, u''=-cos x, giving d^2y/dx^2 = 2(sin^2 x) + 2 cos x (−cos x) = 2 sin^2 x − 2 cos^2 x = −2 cos 2x.
- \[If y = f(g(x))\]\[then dy/dx = f'(g(x)) · g'(x).\]
- \[If y = f(g(h(x))) then dy/dx = f'(g(h(x))) · g'(h(x)) · h'(x).\]
- \[Second derivative: d^2y/dx^2 = f''(u)·(du/dx)^2 + f'(u)·d^2u/dx^2\]\[where u=g(x).\]
- \[Inverse function derivative: If y = f^{-1}(x) then dy/dx = 1 / f'(f^{-1}(x))\]\[provided f' ≠ 0.\]
- \[Common composed derivatives: d/dx [sin(u)] = cos(u)·u'\]\[d/dx [cos(u)] = −sin(u)·u'\]\[d/dx [e^{u}] = e^{u}·u'\]\[d/dx [ln(u)] = u' / u\]\[d/dx [u^n] = n u^{n−1} · u'.\]
Derivatives of Inverse Functions
Derivatives of Inverse Functions
Core Principle: If b = f(a) and f is differentiable at a with f'(a) ≠ 0, then (f^{-1})'(b) = 1 / f'(a).
Basic idea: If f is a one-to-one (invertible) and differentiable function and f'(a) ≠ 0, then its inverse f-1 exists near b = f(a) and is differentiable at b. The derivative of the inverse is obtained by differentiating the identity f(f-1(y)) = y with respect to y.
Derivation (sketch): Start from f(f-1(y)) = y. Differentiate both sides with respect to y:
f'(f-1(y)) · (f-1)'(y) = 1.
Hence
(f-1)'(y) = 1 / f'(f-1(y)).
Rewrite in terms of x and a = f-1(b): if b = f(a), then (f-1)'(b) = 1 / f'(a).
Conditions & remarks:
- f must be one-to-one on a neighborhood of a so the inverse exists locally.
- f must be differentiable at a and f'(a) ≠ 0. If f'(a) = 0, the inverse is not differentiable at b (the inverse has a vertical tangent).
- The formula gives a practical way to compute derivatives of familiar inverse functions (e.g., ln, arcsin, arctan) without re-solving for the inverse explicitly each time.
Geometric interpretation: The graphs of f and f-1 are mirror images across the line y = x. Tangent lines at corresponding points are reflections; their slopes are reciprocal: slope of tangent to f at (a, b) is m = f'(a), and slope of tangent to f-1 at (b, a) is 1/m (provided m ≠ 0).
- 1) f(x) = x^3. Inverse f^{-1}(x) = x^{1/3}. Formula: (f^{-1})'(y) = 1 / f'(f^{-1}(y)). Here f'(x) = 3x^2 so (f^{-1})'(y) = 1 / (3(f^{-1}(y))^2) = 1 / (3 y^{2/3}). Example: at y = 8, f^{-1}(8) = 2, so (f^{-1})'(8) = 1/(3·4) = 1/12.
- 2) f(x) = e^x. Inverse f^{-1}(x) = ln x. Since f'(x) = e^x, (ln x)' = (f^{-1})'(x) = 1 / e^{ln x} = 1/x for x > 0.
- 3) y = arcsin x. Let y = sin^{-1} x so sin y = x. Differentiate implicitly: cos y · y' = 1, so y' = 1 / cos y = 1 / sqrt(1 - x^2) for |x| < 1. Thus (arcsin x)' = 1 / sqrt(1 - x^2).
- 4) Unit conversion (real-life): Fahrenheit F = (9/5) C + 32. The inverse C = (5/9)(F - 32). The slope dF/dC = 9/5 so dC/dF = 1/(9/5) = 5/9. This is an application of the reciprocal-slope idea.
- \[If b = f(a) and f is differentiable at a with f'(a) ≠ 0\]\[then (f^{-1})'(b) = 1 / f'(a).\]
- \[(f^{-1})'(y) = 1 / f'(f^{-1}(y)) (useful when variable is the output y).\]
- \[Special inverse derivatives: (ln x)' = 1/x for x>0\]\[(e^x)' = e^x.\]
- \[(arcsin x)' = 1 / sqrt(1 - x^2)\]\[for |x|<1.\]
- \[(arccos x)' = -1 / sqrt(1 - x^2)\]\[for |x|<1.\]
- \[(arctan x)' = 1 / (1 + x^2)\]\[for all real x.\]
Higher Order Derivatives
Higher Order Derivatives
Core Principle: Notation: f^{(n)}(x) denotes the nth derivative of f at x.
What are higher order derivatives?
The first derivative f'(x) of a function f(x) gives the instantaneous rate of change. If f'(x) is itself differentiable, its derivative f''(x) is called the second derivative. Repeating this process gives the nth derivative f(n)(x). Existence of f(n)(x) means the function is differentiable n times.
Notation: f'(x), f''(x), f'''(x), f(4)(x), … , f(n)(x).
Meaning & interpretation:
- 1st derivative: slope / rate of change (e.g., velocity).
- 2nd derivative: rate of change of the rate (e.g., acceleration); determines concavity and helps classify maxima/minima.
- 3rd derivative and above: higher rates of change (e.g., jerk = 3rd derivative of position). In physics and engineering these describe finer aspects of motion and system response.
How higher derivatives are used in calculus:
- Concavity and inflection: sign of f''(x) tells if f is concave up (f''>0) or concave down (f''<0). A point where f'' changes sign is an inflection point.
- Higher-order test for extrema: if f'(c)=f''(c)=…=f(n-1)(c)=0 and f(n)(c) ≠ 0, then
- if n is even: f has a local minimum at c when f(n)(c) > 0 and a local maximum when f(n)(c) < 0;
- if n is odd: there is no local extremum (the point is a saddle-type point).
- Taylor series coefficients use derivatives: the nth coefficient at a is f(n)(a)/n!.
Existence condition: To have the nth derivative at x, the function must be differentiable n times in a neighborhood of x (i.e., f, f', f'', …, f(n-1) must be differentiable).
Common patterns: For many elementary functions the nth derivative follows a pattern (e.g., derivatives of eax, sin x, cos x, and power functions). These patterns are useful for quick computation and for series expansions.
Important caution: f''(c)=0 is necessary but not sufficient for an inflection point — the sign of f'' must actually change at c.
Summary: Higher order derivatives extend the idea of rate of change to repeated rates. They are a fundamental tool for understanding curvature, motion, approximations and the local behaviour of functions.
- Polynomial: f(x) = x^5. f'(x) = 5x^4, f''(x) = 20x^3, f'''(x) = 60x^2, f^(4)(x) = 120x, f^(5)(x) = 120, f^(6)(x) = 0.
- Exponential: f(x) = e^{ax}. All derivatives: f^{(n)}(x) = a^n e^{ax}.
- Trigonometric: f(x) = sin x. Cycle: f'(x)=cos x, f''(x)=-sin x, f'''(x)=-cos x, f^{(4)}(x)=sin x (period 4).
- Product example: f(x) = x^2 e^x. Use repeated differentiation or Leibniz formula to get f'(x) = e^x(x^2+2x), f''(x) = e^x(x^2+4x+2), f'''(x) = e^x(x^2+6x+6), …
- Inflection illustration: f(x)=x^3. f'(x)=3x^2, f''(x)=6x. f''(0)=0 and changes sign at 0, so x=0 is an inflection point.
- \[Notation: f^{(n)}(x) denotes the nth derivative of f at x.\]
- \[Power rule (nth derivative of x^m): d^n/dx^n[x^m] = m(m-1)...(m-n+1) x^{m-n} (for integer n≤m gives polynomial\]\[for n>m result = 0 when m is nonnegative integer).\]
- \[Exponential: d^n/dx^n[e^{ax}] = a^n e^{ax}.\]
- \[Trigonometric pattern: d^n/dx^n[sin x] cycles with period 4 (sin\]\[cos, -sin, -cos,...).\]
- \[Leibniz formula (nth derivative of product): (fg)^{(n)}(x) = Σ_{k=0}^{n} C(n,k) f^{(k)}(x) g^{(n-k)}(x)\]\[where C(n,k) is binomial coefficient.\]
- \[Higher-order test for extrema: If f'(c)=f''(c)=...=f^{(n-1)}(c)=0 and f^{(n)}(c) ≠ 0\]\[then if n is even the sign of f^{(n)}(c) gives min/max\]\[if n is odd there is no extremum.\]
Points of Non-differentiability and Examples
Points of Non-differentiability and Examples
Core Principle: Derivative (definition): f'(a) = lim_{h->0} (f(a+h)-f(a))/h, if the limit exists and is finite.
What is non-differentiability? A function f is non-differentiable at a point a if the derivative f'(a) does not exist as a finite number. Differentiability at a point requires that the limit defining derivative exists:
f'(a) = lim_{h->0} (f(a+h) - f(a))/h
Key facts
- If f is differentiable at a, then f is continuous at a. (Differentiability ⇒ continuity.) The converse is not true: a function may be continuous but not differentiable.
- To check differentiability at a, compute the left-hand derivative (LHD) and right-hand derivative (RHD):
LHD = lim_{h->0-} (f(a+h)-f(a))/h, RHD = lim_{h->0+} (f(a+h)-f(a))/h.
f is differentiable at a iff both LHD and RHD exist, are finite, and are equal.
Common causes of non-differentiability
- Discontinuity at the point (no derivative).
- Corner (or corner point): LHD and RHD are finite but unequal (example: f(x)=|x| at x=0).
- Cusp: LHD and RHD are infinite with opposite signs (one +∞, the other −∞). The graph has a sharp 'point' (example: f(x)=|x|^{2/3} = x^{2/3}).
- Vertical tangent: slopes blow up to ±∞ but from both sides the same sign (example: f(x)=x^{1/3} at 0). Here tangent is vertical and derivative is not a finite real number.
How to test in practice
- Check continuity at the point. If discontinuous, derivative does not exist.
- Compute LHD and RHD using the difference quotient. If they exist, finite and equal → differentiable; otherwise not.
- Classify the failure (corner, cusp, vertical tangent, jump/discontinuity).
Notes: endpoints of the domain use one-sided derivatives. If either side derivative at an endpoint exists (finite), we can speak of differentiability from that side.
- 1) f(x) = |x| at x = 0. Compute LHD = lim_{h->0-} (|h|)/h = -1, RHD = lim_{h->0+} (|h|)/h = 1. LHD ≠ RHD ⇒ non-differentiable (corner).
- 2) f(x) = x^{2/3} at x = 0. Using h→0, (|h|^{2/3})/h → +∞ from right and −∞ from left. Slopes blow up in opposite signs ⇒ non-differentiable (cusp).
- 3) f(x) = x^{1/3} at x = 0. (f(h)-f(0))/h = h^{-2/3} → +∞ from both sides. Both sides tend to +∞ (same sign) ⇒ vertical tangent, derivative not finite (non-differentiable as a real number).
- 4) g(x) = { floor(x) } (greatest integer function) at integers n. g is discontinuous at integers, so derivative does not exist there (jump discontinuity).
- 5) Piecewise example: h(x)= { x for x≤0; x^2 for x>0 } at x=0. LHD = 1, RHD = 0 ⇒ corner → non-differentiable at 0.
- \[Derivative (definition): f'(a) = lim_{h->0} (f(a+h)-f(a))/h\]\[if the limit exists and is finite.\]
- \[Left and right derivatives: LHD = lim_{h->0-} (f(a+h)-f(a))/h\]\[RHD = lim_{h->0+} (f(a+h)-f(a))/h.\]
- \[Differentiability criterion: f is differentiable at a ⇔ LHD and RHD both exist\]\[are finite\]\[and LHD = RHD.\]
- \[Necessary condition: Differentiability at a ⇒ f is continuous at a. (Continuity at a is necessary but not sufficient.)\]
- \[Types of failure: corner (finite unequal LHD/RHD)\]\[cusp (LHD = −∞\]\[RHD = +∞)\]\[vertical tangent (LHD = RHD = ±∞)\]\[discontinuity (no finite derivative).\]
Applications & Problem-solving Techniques (within chapter scope)
Applications & Problem-solving Techniques (within chapter scope)
Core Principle: Definition of derivative: f'(a)=lim_{h→0} [f(a+h)−f(a)]/h (if limit exists).
This topic covers how continuity and differentiability are used to solve problems: testing continuity and differentiability at points, applying Rolle's theorem and the Mean Value Theorem (MVT), using derivatives to study monotonicity and extrema, linear (tangent) approximation, and interpreting derivatives as instantaneous rates of change. Typical problem-solving follows a clear sequence of checks and steps so you can apply the appropriate theorem or test.
Key problem-solving workflow
- 1. Domain and continuity: Determine the domain of the function. Check continuity at endpoints and interior points (limits from left and right equal the function value).
- 2. Differentiability check: Compute derivative(s) (use definition or rules). To test differentiability at a point use the left and right derivatives or check derivative formula and limits. Remember: differentiability ⇒ continuity, but not vice versa.
- 3. Use existence theorems: Use Rolle's theorem or MVT when hypotheses (continuity on [a,b], differentiability on (a,b), and f(a)=f(b) for Rolle) are satisfied to assert existence of points with special derivative values.
- 4. Critical points and tests for extrema: Find critical points where f'(x)=0 or f' is undefined. Use the first derivative test (sign change of f') or second derivative test (f''(c) <0 ⇒ local max, >0 ⇒ local min) to classify them.
- 5. Sketching and qualitative analysis: Use critical points, sign of f', inflection points (where f'' changes sign), and asymptotes to sketch graphs and interpret behavior.
- 6. Approximation / linearization: Use tangent-line approximation f(x) ≈ f(a) + f'(a)(x−a) for small deviations; useful for quick estimates and error bounds.
- 7. Interpret derivatives physically: Rate problems: derivative as velocity, slope as marginal cost/revenue, sensitivity of measurements, etc.
Common pitfalls / checks
- Always verify continuity before applying Rolle/MVT.
- At piecewise points, compute left and right derivatives explicitly to test differentiability.
- Stationary point (f'=0) can be max, min, or neither—use tests to decide.
When to use which technique
- Use Rolle's theorem to prove existence of at least one stationary point when f(a)=f(b).
- Use MVT to relate average rate of change to instantaneous rate (find c with f'(c) equal to slope of secant).
- Use linearization for small-error approximations and practical estimates (measurements, engineering tolerances).
- Use sign chart of f' and f'' to solve optimization/graphing problems.
- Differentiability at a point (|x| at 0): f(x)=|x|. For x>0 f'(x)=1; for x<0 f'(x)=-1. Left derivative at 0 = -1, right derivative at 0 = +1 → differ, so f is not differentiable at 0 (though continuous).
- Rolle's theorem example: f(x)=x^2 on [0,2]. f is continuous on [0,2] and differentiable on (0,2) and f(0)=0=f(2)? No (f(2)=4). Instead use interval [−1,1]: f(−1)=f(1)=1. By Rolle, ∃c in (−1,1) with f'(c)=0. Compute f'(x)=2x ⇒ c=0.
- Mean Value Theorem example: f(x)=x^2 on [0,2]. Slope of secant = (4−0)/(2−0)=2. By MVT ∃c in (0,2) with f'(c)=2 ⇒ 2c=2 ⇒ c=1.
- Tangent / linear approximation: y=√x at a=4. f'(x)=1/(2√x) ⇒ f'(4)=1/4. Tangent at x=4: y−2=(1/4)(x−4). Use linearization to approximate √4.01 ≈ 2 + (1/4)(0.01) = 2.0025.
- Optimization (rectangle with fixed perimeter): Given perimeter P=100, sides a,b with 2(a+b)=100 ⇒ b=50−a. Area A(a)=a(50−a)=50a−a^2. A'(a)=50−2a; set to zero ⇒ a=25 ⇒ b=25. Max area is 625 at square.
- Sketching / critical points: For f(x)=x^3−3x, f'(x)=3x^2−3=3(x^2−1). Critical points at x=±1. f''(x)=6x ⇒ at x=−1 f''(−1)=−6 (local max), at x=1 f''(1)=6 (local min). Use these to shape the cubic graph.
- \[Definition of derivative: f'(a)=lim_{h→0} [f(a+h)−f(a)]/h (if limit exists).\]
- \[Differentiability implies continuity: if f'(a) exists ⇒ lim_{x→a} f(x)=f(a).\]
- \[Left and right derivatives: f'_−(a)=lim_{h→0^-} [f(a+h)−f(a)]/h\]\[f'_+(a)=lim_{h→0^+} ...\]\[differentiable iff both exist and equal.\]
- \[Mean Value Theorem (MVT): If f is continuous on [a,b] and differentiable on (a,b), ∃c∈(a,b) with f'(c) = [f(b)−f(a)]/(b−a).\]
- \[Rolle's theorem: special case of MVT when f(a)=f(b) ⇒ ∃c with f'(c)=0.\]
- \[First derivative test: sign of f' around critical point determines local max/min.\]
Key Concepts
- Limit of a function
- The value that f(x) approaches as x approaches a point a; denoted lim_{x→a} f(x) if it exists.
- Left-hand limit
- The limit of f(x) as x approaches a from values less than a; denoted lim_{x→a^-} f(x).
- Right-hand limit
- The limit of f(x) as x approaches a from values greater than a; denoted lim_{x→a^+} f(x).
- Continuity at a point
- f is continuous at a if lim_{x→a} f(x) exists and equals f(a).
- Continuity on an interval
- f is continuous on an interval if it is continuous at every point of that interval.
- Discontinuity
- A point a where f is not continuous; can be removable, jump, or infinite.
- Removable discontinuity
- A discontinuity where lim_{x→a} f(x) exists but f(a) is either undefined or different; can be 'removed' by redefining f(a).
- Jump discontinuity
- A discontinuity where left and right limits at a exist but are unequal.
- Infinite (essential) discontinuity
- A discontinuity where at least one of the one-sided limits is infinite.
- Differentiability at a point
- f is differentiable at a if the limit (f(a+h)−f(a))/h as h→0 exists (finite); that limit is f'(a).
- Derivative
- The function f'(x) giving the instantaneous rate of change or slope of the tangent at each x where it exists.
- Instantaneous rate of change
- The derivative value f'(a); the rate at which f changes at x=a (slope of tangent).
- Differentiable implies continuous
- If f is differentiable at a point a, then f is necessarily continuous at a (converse need not hold).
- Corner (nondifferentiable point)
- A point where left and right derivatives exist but are unequal; graph has a 'corner'.
- Cusp and vertical tangent
- Types of nondifferentiability where derivative tends to ±∞ (vertical tangent) or the curve has a sharply pointed cusp.
- Product rule
- If u and v are differentiable, (uv)' = u'v + uv'.
- Quotient rule
- If u and v are differentiable and v≠0, (u/v)' = (u'v − uv')/v^2.
- Chain rule
- If y=f(u) and u=g(x) are differentiable, dy/dx = (dy/du)(du/dx).
- Rolle's theorem
- If f is continuous on [a,b], differentiable on (a,b), and f(a)=f(b), then ∃c∈(a,b) with f'(c)=0.
- Lagrange's Mean Value Theorem (LMVT)
- If f is continuous on [a,b] and differentiable on (a,b), then ∃c∈(a,b) such that f'(c) = (f(b)−f(a))/(b−a).
Practice Questions
-
State the three conditions for f to be continuous at x = a. / f के x = a पर संतत होने की तीन शर्तें बताइए।
Show answer
(i) f(a) is defined, (ii) lim_{x→a} f(x) exists, (iii) lim_{x→a} f(x) = f(a). / (i) f(a) परिभाषित हो, (ii) lim_{x→a} f(x) विद्यमान हो, (iii) lim_{x→a} f(x) = f(a) हो।
-
Evaluate lim_{x→1} (x^2 − 1)/(x − 1) and name the type of discontinuity at x = 1. / lim_{x→1} (x^2 − 1)/(x − 1) ज्ञात कीजिए तथा x = 1 पर असांतत्य का प्रकार बताइए।
Show answer
Factorising gives (x+1), so the limit is 2; since the limit exists but f(1) is undefined, it is a removable discontinuity. / गुणनखंड करने पर (x+1) मिलता है, अतः सीमा 2 है; सीमा विद्यमान है परंतु f(1) परिभाषित नहीं, अतः यह विलोपनीय (removable) असांतत्य है।
-
Using first principles, find the derivative of f(x) = x^2. / प्रथम सिद्धांत से f(x) = x^2 का अवकलज ज्ञात कीजिए।
Show answer
f'(x) = lim_{h→0} [(x+h)^2 − x^2]/h = lim_{h→0} (2x + h) = 2x. / f'(x) = lim_{h→0} [(x+h)^2 − x^2]/h = lim_{h→0} (2x + h) = 2x।
-
Show that f(x) = |x| is continuous but not differentiable at x = 0. / दर्शाइए कि f(x) = |x| x = 0 पर संतत है परंतु अवकलनीय नहीं।
Show answer
lim_{x→0}|x| = 0 = f(0), so it is continuous; but LHD = −1 and RHD = +1 are unequal, so it is not differentiable (a corner). / lim_{x→0}|x| = 0 = f(0), अतः संतत; परंतु बायाँ अवकलज = −1 और दायाँ अवकलज = +1 असमान हैं, अतः अवकलनीय नहीं (कोना)।
-
Differentiate y = (3x + 1)^5 using the chain rule. / श्रृंखला नियम से y = (3x + 1)^5 का अवकलन कीजिए।
Show answer
Let u = 3x+1; dy/dx = 5u^4·(du/dx) = 5(3x+1)^4·3 = 15(3x+1)^4. / माना u = 3x+1; dy/dx = 5u^4·(du/dx) = 5(3x+1)^4·3 = 15(3x+1)^4।
-
State the product and quotient rules of differentiation. / अवकलन के गुणनफल तथा भागफल नियम बताइए।
Show answer
Product: (uv)' = u'v + uv'. Quotient: (u/v)' = (u'v − uv')/v^2, v ≠ 0. / गुणनफल: (uv)' = u'v + uv'। भागफल: (u/v)' = (u'v − uv')/v^2, v ≠ 0।
-
Derive the derivative of the inverse function and hence find (arcsin x)'. / प्रतिलोम फलन का अवकलज व्युत्पन्न कीजिए तथा (arcsin x)' ज्ञात कीजिए।
Show answer
From f(f^{-1}(y)) = y, (f^{-1})'(y) = 1/f'(f^{-1}(y)). For y = sin^{-1}x, cos y·y' = 1 gives (arcsin x)' = 1/√(1 − x^2), |x| < 1. / f(f^{-1}(y)) = y से (f^{-1})'(y) = 1/f'(f^{-1}(y))। y = sin^{-1}x के लिए cos y·y' = 1 से (arcsin x)' = 1/√(1 − x^2), |x| < 1।
-
Distinguish between a corner, a cusp and a vertical tangent as causes of non-differentiability. / अवकलनीयता के विफल होने के कारणों के रूप में कोना, उच्चबिंदु (cusp) तथा ऊर्ध्वाधर स्पर्श रेखा में अंतर कीजिए।
Show answer
Corner: LHD and RHD finite but unequal (e.g. |x|); cusp: one-sided slopes tend to +∞ and −∞ (e.g. x^{2/3}); vertical tangent: both sides tend to the same infinite slope (e.g. x^{1/3}). / कोना: बायाँ व दायाँ अवकलज परिमित पर असमान (जैसे |x|); cusp: एकपक्षीय प्रवणताएँ +∞ व −∞ की ओर (जैसे x^{2/3}); ऊर्ध्वाधर स्पर्श रेखा: दोनों ओर समान अनंत प्रवणता (जैसे x^{1/3})।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.