Imagine you’re driving a car on a smooth road - the ride feels effortless, without any bumps or sudden jerks. But the moment you hit a pothole, that smoothness breaks. In mathematics, something similar happens with functions - when they flow smoothly without breaks or sharp turns, we say they’re continuous, and when their rate of change is also smooth, they’re differentiable. In this article, we’ll explore the concept of continuity and differentiability, understand their definitions, go through simple examples, and learn how to check if a function is continuous or differentiable at a point or over an interval.
This Story also Contains
In everyday life, imagine you’re drawing a line without lifting your pencil from the paper - the curve flows smoothly from one point to another. That’s what continuity in mathematics feels like. Now imagine checking how steep that line is at every point - that’s differentiability. These two ideas together form the heart of calculus, helping us understand how functions behave and change in the real world.
Continuity tells us whether a function has any sudden jumps, gaps, or breaks. In simple terms, a function is continuous at a point if you can draw its graph around that point without lifting your pen.
Mathematically, a function $f(x)$ is continuous at $x = c$ if:
$\lim_{x \to c} f(x) = f(c)$
This means three things must hold true:
$f(c)$ is defined.
$\lim_{x \to c} f(x)$ exists.
The value of the limit equals the function value at that point.
If any of these fail, the function is discontinuous at $x = c$.
This section explains the different kinds of continuity in functions — from continuity at a single point to continuity across an entire interval. You’ll learn how to identify whether a function is smooth, has jumps, or behaves differently at its boundaries.
A function $f(x)$ is continuous at $x = a$ if both the left-hand limit (LHL) and right-hand limit (RHL) exist and are equal to the function’s value at that point.
$\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a)$
If the left and right limits differ, the graph has a jump discontinuity. If the limit exists but does not equal $f(a)$, it’s a removable discontinuity.
Example:
Let $f(x) = \frac{x^2 - 4}{x - 2}$.
For $x = 2$, the function is not defined, but $\lim_{x \to 2} f(x) = 4$.
If we redefine $f(2) = 4$, the function becomes continuous.
When we check continuity across a range of values, we talk about continuity over an interval.
Open Interval $(a, b)$: The function is continuous at every point between $a$ and $b$.
Closed Interval $[a, b]$: The function is continuous on $(a, b)$, right-continuous at $x = a$, and left-continuous at $x = b$.
Example:
For $f(x) = [x]$, the greatest integer function, the function is continuous in each open interval $(n, n+1)$ but discontinuous at integer points.
Continuous functions behave predictably under basic operations.
The sum, difference, and product of continuous functions are continuous.
If $f(x)$ and $g(x)$ are continuous at $x = a$, then $f(x) \pm g(x)$ and $f(x)g(x)$ are also continuous at $x = a$.
The quotient $\dfrac{f(x)}{g(x)}$ is continuous at $x = a$ if $g(a) \neq 0$.
The composition $f(g(x))$ is continuous at $x = a$ if $g(x)$ is continuous at $a$ and $f(x)$ is continuous at $g(a)$.
Continuous functions defined on closed intervals $[a, b]$ are bounded and achieve both maximum and minimum values (Extreme Value Theorem).
Once a function is continuous, the next question is — can we find its rate of change at each point? That’s where differentiability comes in.
A function $f(x)$ is differentiable at $x = a$ if the derivative $f'(a)$ exists. It is defined as:
$f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}$
If this limit exists and is finite, $f(x)$ has a well-defined tangent at that point. If the limit doesn’t exist or gives different values from the left and right, the function is not differentiable there.
Every differentiable function is continuous, but not every continuous function is differentiable.
If $f(x)$ is differentiable at $x = a$, then $f(x)$ is continuous at $x = a$.
However, continuity alone doesn’t ensure differentiability.
Example:
$f(x) = |x|$ is continuous everywhere, but at $x = 0$,
Left derivative $= -1$ and Right derivative $= 1$,
so $f'(0)$ does not exist — it’s not differentiable at $x = 0$.
Differentiation follows a few basic rules that make calculations easier:
Sum Rule: $(f + g)' = f' + g'$
Difference Rule: $(f - g)' = f' - g'$
Product Rule: $(fg)' = f'g + fg'$
Quotient Rule: $\left(\dfrac{f}{g}\right)' = \dfrac{f'g - fg'}{g^2}$, where $g(x) \neq 0$
Constant Rule: $(k \cdot f)' = k \cdot f'$ for any constant $k$
These form the foundation for more complex differentiation techniques like chain rule and implicit differentiation.
Here are some standard derivatives to remember:
$(x^n)' = n x^{n-1}$
$(\sin x)' = \cos x$
$(\cos x)' = -\sin x$
$(e^x)' = e^x$
$(\log x)' = \dfrac{1}{x}$ for $x > 0$
$(a^x)' = a^x \log a$
These results are used extensively in calculus problems, especially when verifying differentiability or finding tangent slopes.
A discontinuity occurs when a function suddenly breaks, jumps, or becomes undefined at certain points. Depending on the way the function behaves near those points, discontinuities can be classified into three main types:
Removable Discontinuity:
This happens when the limit of the function exists at a point, but the function’s actual value is either missing or different. On a graph, it looks like a small hole that can be “fixed” by redefining the function at that point.
Example: $f(x) = \dfrac{x^2 - 1}{x - 1}$ is undefined at $x = 1$, but the limit as $x \to 1$ exists, making it a removable discontinuity.
Jump Discontinuity:
A jump discontinuity appears when the left-hand limit (LHL) and right-hand limit (RHL) exist but are not equal. The graph literally “jumps” from one value to another.
Example: The greatest integer function $f(x) = [x]$ shows jump discontinuities at every integer point.
Infinite Discontinuity:
This occurs when the function approaches infinity (or negative infinity) near a certain point. The graph shoots up or down vertically, creating a vertical asymptote.
Example: $f(x) = \dfrac{1}{x}$ has an infinite discontinuity at $x = 0$, where the function becomes unbounded.
A function may fail to be differentiable due to:
Corners or Cusps – sharp turns (e.g., $f(x) = |x|$ at $x = 0$)
Discontinuities – jumps or breaks in the graph
Vertical Tangents – where the slope becomes infinite
Understanding these points helps in analyzing real-world curves that change direction abruptly.
Example 1: $f(x) = x^2$
Continuous and differentiable everywhere since the graph is smooth.
Example 2: $f(x) = |x|$
Continuous for all $x$, but not differentiable at $x = 0$.
Example 3: $f(x) = [x]$
Discontinuous at all integer points due to jumps in its graph.
These examples are commonly seen in board exam questions and entrance tests.
Physics: To find velocity and acceleration (rate of change of displacement).
Economics: To study cost, revenue, and profit functions.
Engineering: To analyze stress-strain curves or optimize design functions.
Biology and Medicine: To model population growth or dosage rates that vary smoothly over time.
Example 1: Let $f(x)= |x-1|$, then f(x) is
1) continuous and differentiable at x=1
2) continuous and non-differentiable at x=1
3) neither continuous nor differentiable at x=1
4) not continuous but differentiable at x=1
Solution: Properties of differentiable functions -
Absolute functions are always continuous throughout but not differentiable at their critical point.
We know absolute functions are always continuous but non-differentiable at critical points which is x=1 in this case.
Hence, the answer is the option 2.
Example 2: Let $f(x)= \left|x^{2}-3x+2 \right|$, then number of points of non-differentiability of f(x) equals
1) 2
2) 1
3) 3
4) 4
Solution:
Properties of differentiable functions-
Absolute functions are always continuous throughout but not differentiable at their critical point.
$|x^{2}-3x+2|= |x-1||x-2|$
$|x-1|$ will be non differentiable at x=1, so overall non differentiable at $x=1$
$|x-2|$ will be non differentiable at x=2, so overall non differentiable at x=2
$\therefore$ Number of required points=2
Hence, the answer is the option 1.
Example 3: Let $\mathrm{S}=\left\{\mathrm{t} \in \mathrm{R}: \mathrm{f}(x)=|x-\pi| \cdot\left(e^{|x|}-1\right) \sin |x|\right.$ is not differentiable at t$\}$. Then the set S is equal to :
Solution:
We have to check the Differentiability of s at x = 0,
$\begin{aligned} & \text { at } x=\pi \\ & f(x)=|x-\pi|\left(e^{|x|}-1\right) \sin |x| \\ & = \begin{cases}(x-\pi)\left(e^x-1\right) \sin x & x>\pi \\ (x-\pi)\left(e^x-1\right) \sin x & x<\pi\end{cases} \\ & f^{\prime}(h+\pi)=(x-\pi)\left(e^x-1\right) \cos x+(x-p i) \sin x \cdot e^x+\left(e^x-1\right) \sin x \cdot 1 \\ & \text { at } x=\pi \quad:=0+0+0=0 \\ & \text { similarly, } f^{\prime}(\pi-h)=0 \\ & \text { hence at } x=\pi \quad f(x) \text { differentiable }\end{aligned}$
$
\begin{aligned}
& \text { at } x=0 \\
& f(x)=|x-\pi|\left(e^{|x|}-1\right) \sin |x| \\
& = \begin{cases}-(x-\pi)\left(e^x-1\right) \sin x & x<0 \\
+(x-\pi)\left(e^x-1\right) \sin x & x>0\end{cases}
\end{aligned}
$
$
\begin{aligned}
& f^{\prime}(0+h)=-\left[(x-\pi)\left(e^x-1\right) \cos x+\left(e^x-1\right) \sin x+(x-\pi) e^x \sin x\right] \\
& x=0 \quad ;=0+0+0
\end{aligned}
$
similarly $f^{\prime}(0+h)=0$
$f(x)$ is differentiable at $x=0$
Hence, the answer is the option (2)
Example 4: Number of points of non - differentiability of $f(x)=\left|x^2-4\right| \ {\text {will be }}$
Solution:

after taking modulus

no. of required points =2
Hence, the answer is the option 1.
Example 5: The set of all points, where the function $\mathrm{ f(x)=\frac{x}{1+|x|} }$ is differentiable is :
Solution:
$
\mathrm{f}(\mathrm{x})=\frac{\mathrm{x}}{1+|\mathrm{x}|} \text { is differentiable everywhere except probably at } \mathrm{x}=0
$
For, $x=0, f(0)=0$
$
\begin{aligned}
& L f^{\prime}(0)=\lim _{h \rightarrow 0} \frac{f(0-h)-f(0)}{-h}=\lim _{h \rightarrow 0} \frac{\frac{-h}{1+h}-0}{-h} \\
& R f^{\prime}(0)=\lim _{h \rightarrow 0} \frac{f(0+h)-f(0)}{h}=\lim _{h \rightarrow 0} \frac{\frac{h}{1+h}-0}{h} \approx 1 \\
& L f^{\prime}(0)=R f^{\prime}(0) \\
& \Rightarrow \text { f is differentiable at x }=0 . \\
& \text { Hence, f is differentiable in }(-\infty, \infty)
\end{aligned}
$
Hence, the answer is the Option (1)
This section gives you a complete list of key subtopics and concepts covered under Continuity and Differentiability, helping you understand what areas to focus on for exams and practice.
Differentiability and Existence of Derivative
Examining differentiability Using Graph of Function
This section compiles all NCERT-based resources for Chapter 5 - Continuity and Differentiability, including structured notes, solved examples, textbook solutions, and exemplar questions for complete revision.
NCERT Class 12 Maths Notes for Chapter 5 - Continuity and Differentiability
NCERT Class 12 Maths Solutions for Chapter 5 - Continuity and Differentiability
NCERT Class 12 Maths Exemplar Solutions for Chapter 5 - Continuity and Differentiability
Here you’ll find curated practice questions and topic-wise MCQs to test your understanding of continuity, differentiability, and related theorems.
Continuity And Differentiability- Practice Question MCQ
We have shared below the links to practice questions on the related topics to the Continuity and Differentiability:
Frequently Asked Questions (FAQs)
A function is continuous at $\mathrm{x}=\mathrm{c}$ if the function is defined at $x=c$ and if the value of the function at $x=c$ equals the limit of the function at $x=c$ and a function $f(x)$ is differentiable at a point ' $a$ ' in its domain if limit of the function $f^{\prime}(x)$ exists at $x=a$.
A point $x=a$ where a function $f(x)$ is not continuous is called a point of discontinuity.
Yes, if the function is continuous at the joining point and the left-hand and right-hand derivatives at that point are equal.
Discontinuities can be:
Removable: A hole in the graph.
Jump: Function jumps between values.
Infinite: Function tends to infinity at a point.
For a function $f$ to be differentiable, $f(x)$ should be continuous at $x=a$ and the limit of the function $f^\prime(x)$ should exist at $x=a$.
The formula of derivative is $\operatorname{im}_{b \rightarrow 0} \frac{f(a+h)-f(a)}{h}$.