Chapter 5: Continuity and Differentiability

Overview

This page provides comprehensive Chapter 5: Continuity and Differentiability - Board Exam Notes. Class 12 Maths Chapter 5 Continuity and Differentiability Notes. Includes Continuity, Differentiability, Chain Rule, Implicit & Logarithmic Differentiation, PYQs, and solutions.

Complete Board Exam Focused Notes with Continuity, Differentiability & PYQs

Exam Weightage & Blueprint

Total: ~8-10 Marks

This chapter forms the foundation of Calculus. Continuity and Differentiability concepts are essential for Integrals and Differential Equations.

Question Type Marks Frequency Focus Topic
MCQ 1 High Points of Discontinuity, Product/Chain Rule
Short Answer (2M) 2 Medium Logarithmic Differentiation, Parametric Form
Short Answer (3M) 3 High Testing Continuity, Second Order Derivatives
Long Answer 5 Medium Implicit Differentiation, Successive Differentiation

Last 24-Hour Checklist

Continuity (The Unbroken Path)

Simple Definition:
Imagine drawing a graph without lifting your pen. That's Continuity!
If there is a break, hole, or jump, it is Discontinuous.

The "Chalk Logic" (Limits)

For a function to be continuous at a point $x=c$:

Left Hand Limit = Right Hand Limit = Value of Function

$\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)$

Safe Functions (Always Continuous):
Polynomials, Sine, Cosine, Exponential, and Constant functions are continuous everywhere in their domain.
Quick Check: Is $f(x) = 1/x$ continuous at $x=0$?
Answer: No, because $f(0)$ is not defined.

Differentiability (Smooth Turns)

Simple Definition:
Differentiable means "No Sharp Corners".
A ball rolling on the graph should turn smoothly, not bounce off a sharp edge.

The Condition

LHD = RHD

Left Hand Derivative = Right Hand Derivative (at a point)

The Relation

Differentiable $\implies$ Continuous

But Continuous $\nRightarrow$ Differentiable.

Example: $|x|$ at $x=0$ is continuous (no break) but not differentiable (sharp V-shape).

Quick Check: Is $f(x) = |x-1|$ differentiable at $x=1$?
Answer: No, it has a sharp corner (V-shape) at $x=1$.

Rolle's Theorem & Mean Value Theorem (MVT)

Rolle's Theorem

If $f(x)$ is continuous on $[a, b]$, differentiable on $(a, b)$, and $f(a) = f(b)$:

Then there exists at least one $c \in (a, b)$ such that $f'(c) = 0$.

Geometrically: At least one tangent is parallel to the x-axis.

Mean Value Theorem (MVT)

If $f(x)$ is continuous on $[a, b]$ and differentiable on $(a, b)$:

Then there exists at least one $c \in (a, b)$ such that $f'(c) = \frac{f(b) - f(a)}{b - a}$.

Geometrically: At least one tangent is parallel to the secant line joining endpoints.

Standard Derivatives Table

Function $f(x)$ Derivative $f'(x)$ Function $f(x)$ Derivative $f'(x)$
$x^n$ $nx^{n-1}$ $\sin x$ $\cos x$
$\cos x$ $-\sin x$ $\tan x$ $\sec^2 x$
$\cot x$ $-\csc^2 x$ $\sec x$ $\sec x \tan x$
$\csc x$ $-\csc x \cot x$ $\sin^{-1} x$ $\frac{1}{\sqrt{1-x^2}}$
$\cos^{-1} x$ $\frac{-1}{\sqrt{1-x^2}}$ $\tan^{-1} x$ $\frac{1}{1+x^2}$
$\cot^{-1} x$ $\frac{-1}{1+x^2}$ $\sec^{-1} x$ $\frac{1}{|x|\sqrt{x^2-1}}$
$\csc^{-1} x$ $\frac{-1}{|x|\sqrt{x^2-1}}$ $a^x$ $a^x \log_e a$
$e^x$ $e^x$ $\log_e x$ $1/x$ $(x > 0)$
$\log_a x$ $\frac{1}{x \log_e a}$ $|x|$ $x/|x|$, $x \neq 0$

Some Properties & Rules of Derivatives

Sum/Difference Rule

$(u \pm v)' = u' \pm v'$

Product Rule

$(uv)' = u'v + uv'$

Quotient Rule

$\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, v \neq 0$

Chain Rule (Onion Peeling)

$\frac{dy}{dx} = \frac{dy}{dt} \cdot \frac{dt}{dx}$

Differentiate outer layer first $\to$ inner layer.

Quick Check: Derivative of $\sin(x^3)$?
$\cos(x^3) \cdot 3x^2$.

Logarithmic Differentiation (Power Down Rule):
Use when function is of form $y = [u(x)]^{v(x)}$ (Variable Power).
Trick: Take $\log$ to bring the power down.
$\log y = v(x) \log[u(x)]$

Quick Check: Derivative of $x^x$?
$x^x(1 + \log x)$.

Special Differentiation Types

1. Implicit Function

Functions where $x$ and $y$ are mixed and $y$ cannot be explicitly expressed in terms of $x$. Differentiate both sides w.r.t $x$ and solve for $dy/dx$.

2. Parametric Function

When both variables $x$ and $y$ are expressed in terms of a third variable, say $t$ (the parameter), if $x = f(t)$ and $y = g(t)$, then:

$$\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} \text{ , provided } \frac{dx}{dt} \neq 0$$

Quick Check: $x=at^2, y=2at$.
$dy/dt = 2a$, $dx/dt = 2at$.
$dy/dx = (2a)/(2at) = 1/t$.

3. Second Order Derivative

Let $y = f(x)$, then $\frac{dy}{dx} = f'(x)$.
Differentiating again: $\frac{d}{dx}\left(\frac{dy}{dx}\right) = \frac{d^2y}{dx^2} = f''(x)$

Solved Examples (Board Marking Scheme)

Q1. Find $dy/dx$ if $y = \cos(\sin x^2)$. (2 Marks)

Step 1: Applying Chain Rule 1 Mark

$\frac{dy}{dx} = -\sin(\sin x^2) \cdot \frac{d}{dx}(\sin x^2)$.

Step 2: Final Differentiation 1 Mark

$\frac{dy}{dx} = -\sin(\sin x^2) \cdot \cos x^2 \cdot 2x$.

$\frac{dy}{dx} = -2x \cos x^2 \sin(\sin x^2)$.

Q2. If $y = e^x \sin x$, prove that $\frac{d^2y}{dx^2} - 2\frac{dy}{dx} + 2y = 0$. (4 Marks)

Step 1: Find first derivative 1 Mark

$\frac{dy}{dx} = e^x \sin x + e^x \cos x = e^x(\sin x + \cos x)$.

Step 2: Find second derivative 1.5 Marks

$\frac{d^2y}{dx^2} = e^x(\sin x + \cos x) + e^x(\cos x - \sin x) = 2e^x \cos x$.

Step 3: Substitute in Equation 1.5 Marks

LHS: $2e^x \cos x - 2[e^x(\sin x + \cos x)] + 2(e^x \sin x)$

$= 2e^x \cos x - 2e^x \sin x - 2e^x \cos x + 2e^x \sin x = 0$. (Hence Proved)

Previous Year Questions (PYQs)

2023 (1 Mark MCQ): The points of discontinuity of $f(x) = \frac{x+1}{x^2+x-6}$ are:
Ans: $x^2+x-6 = (x+3)(x-2) = 0 \Rightarrow x = -3, 2$.
2022 (2 Marks): Differentiate $\sin^2 x$ with respect to $e^{\cos x}$.
Ans: Let $u = \sin^2 x, v = e^{\cos x}$. $\frac{du}{dv} = \frac{du/dx}{dv/dx} = \frac{2\sin x \cos x}{-e^{\cos x} \sin x} = \frac{-2\cos x}{e^{\cos x}}$.
2020 (5 Marks): If $y = (\tan^{-1} x)^2$, show that $(x^2+1)^2 y_2 + 2x(x^2+1)y_1 = 2$.
Hint: $y_1 = 2\tan^{-1} x \cdot \frac{1}{x^2+1}$. $(x^2+1)y_1 = 2\tan^{-1} x$. Differentiate again.

Exam Strategy & Mistake Bank

Common Mistakes

Mistake 1: Forgetting the Chain Rule for inner functions (e.g., in $\cos(x^2)$, derivative is $-\sin(x^2) \cdot 2x$).
Mistake 2: In implicit differentiation, failing to write $dy/dx$ when differentiating terms with $y$.
Mistake 3: Claiming a function is continuous just because LHL = RHL, without checking if it equals $f(c)$.

Scoring Tips

Tip 1: Always use $\log$ differentiation when the function is of the form $[f(x)]^{g(x)}$.
Tip 2: For Second Order derivative proofs, try to simplify the first derivative as much as possible before differentiating again.
Tip 3: Memorize the derivatives of inverse trigonometric functions. They are frequently asked in MCQs.

Practice Problems (Self-Assessment)

Level 1: Basic (1 Mark Each)

Q1. Find $dy/dx$ if $y = \log_{10} x$.

Step 1: Change Base Rule

Direct differentiation is for $\log_e x$. So convert base first.

$y = \frac{\log_e x}{\log_e 10}$. (Constant $\frac{1}{\log_e 10}$ comes out)

Step 2: Differentiate

$\frac{dy}{dx} = \frac{1}{\log_e 10} \cdot \frac{d}{dx}(\log_e x)$

$\frac{dy}{dx} = \frac{1}{\log_e 10} \cdot \frac{1}{x} = \frac{1}{x \log_e 10}$.

Q2. Is $f(x) = |x|$ continuous at $x = 0$?

Step 1: Find Limits

LHL ($\lim_{x \to 0^-} -x$) = 0.

RHL ($\lim_{x \to 0^+} x$) = 0.

Step 2: Check Value

$f(0) = |0| = 0$.

Step 3: Conclusion

Since LHL = RHL = $f(0) = 0$, the function is Continuous.

Level 2: Intermediate (2-3 Marks Each)

Q3. Differentiate $(\sin x)^x$ with respect to $x$.

Step 1: Logarithmic Differentiation

Let $y = (\sin x)^x$. Take log on both sides.

$\log y = x \log(\sin x)$.

Step 2: Differentiate (Product Rule)

$\frac{1}{y} \frac{dy}{dx} = x \cdot \frac{d}{dx}(\log \sin x) + \log \sin x \cdot \frac{d}{dx}(x)$

$\frac{1}{y} \frac{dy}{dx} = x \cdot \frac{1}{\sin x} \cdot \cos x + \log \sin x \cdot 1$

$\frac{1}{y} \frac{dy}{dx} = x \cot x + \log \sin x$.

Step 3: Final Answer

Multiply by $y$ on RHS.

$\frac{dy}{dx} = (\sin x)^x [x \cot x + \log \sin x]$.

Q4. Find $dy/dx$ if $x = a\cos \theta, y = b\sin \theta$.

Step 1: Differentiate $x$ w.r.t $\theta$

$\frac{dx}{d\theta} = a(-\sin \theta) = -a\sin \theta$.

Step 2: Differentiate $y$ w.r.t $\theta$

$\frac{dy}{d\theta} = b(\cos \theta) = b\cos \theta$.

Step 3: Divide

$\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{b\cos \theta}{-a\sin \theta}$.

$\frac{dy}{dx} = -\frac{b}{a} \cot \theta$.

Level 3: Advanced (5 Marks Each)

Q5. If $y = \sin^{-1} x$, show that $(1-x^2)\frac{d^2y}{dx^2} - x\frac{dy}{dx} = 0$.

Step 1: First Derivative ($y_1$)

$\frac{dy}{dx} = \frac{1}{\sqrt{1-x^2}}$.

Cross multiply: $\sqrt{1-x^2} y_1 = 1$.

Step 2: Squaring

Square both sides to remove root (makes differentiation easier).

$(1-x^2) y_1^2 = 1$.

Step 3: Differentiate Again

Use Product Rule on LHS.

$(1-x^2) \cdot \frac{d}{dx}(y_1^2) + y_1^2 \cdot \frac{d}{dx}(1-x^2) = 0$

$(1-x^2) \cdot (2y_1 y_2) + y_1^2 \cdot (-2x) = 0$.

Step 4: Final Answer

Divide entire equation by $2y_1$.

$(1-x^2)y_2 - x y_1 = 0$.

Hence Proved.

← Chapter 4 Chapter 6 →
Back