NCERTCh 5Free

Continuity and Differentiability

🎓 Class 12📖 Mathematics Part-I📖 9 notes🧠 15 Q&A⏱️ ~14 min

Continuity and DifferentiabilityStudy Notes

NCERT-aligned · 9 notes · 3 shown free

Continuity of a Function

Explanation

Continuity of a Function

Continuity of a function at a point is a fundamental concept in calculus that describes how a function behaves as the input approaches that point. Formally, a function f(x) is said to be continuous at a point x = a if three conditions are satisfied: (1) f(a) is defined, meaning the function has a value at x = a; (2) the limit of f(x) as x approaches a exists; and (3) the limit of f(x) as x approaches a is equal to f(a). This means there is no sudden jump, break, or hole in the graph of the function at x = a. If any of these conditions fail, the function is said to be discontinuous at that point. The concept of continuity can be extended to an interval. A function is continuous on an interval if it is continuous at every point in that interval. Continuity is crucial in calculus because many theorems, such as the Intermediate Value Theorem, require functions to be continuous. There are different types of discontinuities: removable discontinuity (where the limit exists but is not equal to the function value), jump discontinuity (where left-hand and right-hand limits exist but are not equal), and infinite discontinuity (where the function approaches infinity). The NCERT textbook introduces the concept with precise definitions and examples to illustrate continuous and discontinuous functions. It also discusses how to check continuity using limits and function values.

  • A function f(x) is continuous at x = a if f(a) is defined, limit of f(x) as x→a exists, and both are equal.
  • Continuity ensures no breaks, jumps, or holes at the point of interest.
  • Functions can be continuous on intervals if continuous at every point in the interval.
  • Types of discontinuities include removable, jump, and infinite discontinuities.
  • Continuity is essential for applying many calculus theorems.
  • Checking continuity involves evaluating limits and function values.
  • 📌 Continuity: Property of a function having no breaks at a point.
  • 📌 Limit: The value that f(x) approaches as x approaches a.
  • 📌 Discontinuity: A point where a function is not continuous.

Continuity of Composite Functions

Explanation

Continuity of Composite Functions

Composite functions are formed by applying one function to the result of another function, denoted as (f ∘ g)(x) = f(g(x)). The continuity of composite functions depends on the continuity of the individual functions involved. The NCERT textbook explains that if g is continuous at x = a and f is continuous at g(a), then the composite function f(g(x)) is continuous at x = a. This is because the limit of g(x) as x approaches a exists and equals g(a), and since f is continuous at g(a), the limit of f(g(x)) as x approaches a equals f(g(a)). This property is important because it allows us to build complex continuous functions from simpler continuous functions. The textbook provides examples such as f(x) = sin(x²), where the inner function g(x) = x² is continuous everywhere, and the outer function f(u) = sin u is continuous everywhere, so their composition is continuous everywhere. The section also discusses how to verify continuity of composite functions by checking the continuity of the inner and outer functions at the appropriate points.

  • Composite function (f ∘ g)(x) = f(g(x)) is continuous at x = a if g is continuous at a and f is continuous at g(a).
  • Continuity of composite functions depends on continuity of both inner and outer functions.
  • Allows construction of complex continuous functions from simpler ones.
  • Verification involves checking limits and function values of inner and outer functions.
  • Examples include trigonometric and polynomial compositions.
  • Continuity of composite functions is foundational for chain rule in differentiation.
  • 📌 Composite function: Function formed by applying one function to another.
  • 📌 Inner function: The function g(x) in f(g(x)).
  • 📌 Outer function: The function f(u) in f(g(x)).

Differentiability

Explanation

Differentiability

Differentiability is a stronger condition than continuity. A function f is said to be differentiable at a point x = a if the derivative f'(a) exists at that point. The derivative at a point measures the rate of change or slope of the function at that

Practice QuestionsContinuity and Differentiability

15 practice questions with detailed answers

Q1.Which of the following is NOT a necessary condition for a function $f(x)$ to be continuous at $x = a$?
A.A) $f(a)$ is defined
B.B) $\lim_{x \to a} f(x)$ exists
C.C) $\lim_{x \to a} f(x) = f(a)$
D.D) $f'(a)$ exists

Answer:

$f'(a)$ exists

Explanation:

Continuity at $x = a$ requires that $f(a)$ is defined, the limit $\lim_{x \to a} f(x)$ exists, and that the limit equals $f(a)$. Differentiability (existence of $f'(a)$) is not required for continuity.

Easy
Q2.If a function $f(x)$ has a jump discontinuity at $x = c$, which of the following statements is true?
A.A) $\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)$
B.B) $\lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x)$
C.C) $\lim_{x \to c} f(x)$ exists and equals $f(c)$
D.D) $f(c)$ is undefined but limits from both sides are equal

Answer:

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

Explanation:

A jump discontinuity occurs when the left-hand limit and right-hand limit at $x = c$ exist but are not equal, causing a 'jump' in the graph.

Medium
Q3.State the three conditions for continuity of a function $f(x)$ at a point $x = a$.

Answer:

The three conditions for continuity at $x = a$ are: 1) $f(a)$ is defined. 2) $\lim_{x \to a} f(x)$ exists. 3) $\lim_{x \to a} f(x) = f(a)$.

Explanation:

These conditions ensure the function has no breaks, jumps, or holes at $x = a$, making it continuous there.

Easy
Q4.Explain with an example what is meant by removable discontinuity.

Answer:

A removable discontinuity occurs at $x = a$ if the limit $\lim_{x \to a} f(x)$ exists but is not equal to $f(a)$ or $f(a)$ is not defined. For example, the function $f(x) = \frac{x^2 - 1}{x - 1}$ has a removable discontinuity at $x = 1$ because $f(1)$ is undefined but $\lim_{x \to 1} f(x) = 2$.

Explanation:

Removable discontinuities can be 'fixed' by redefining the function value at the point to equal the limit.

Medium
Q5.If $f(x) = \sin x$ and $g(x) = x^2$, what is the value of $(g \circ f)(\pi/2)$ and is the composite function continuous at $x = \pi/2$?

Answer:

First, compute $f(\pi/2) = \sin(\pi/2) = 1$. Then, $g(f(\pi/2)) = g(1) = 1^2 = 1$. Both $f$ and $g$ are continuous at these points, so the composite function $(g \circ f)(x)$ is continuous at $x = \pi/2$.

Explanation:

Since $f$ is continuous at $\pi/2$ and $g$ is continuous at $f(\pi/2) = 1$, by the property of continuity of composite functions, $(g \circ f)$ is continuous at $\pi/2$.

Easy
Q6.Prove that if $f$ is continuous at $x = a$ and $g$ is continuous at $f(a)$, then the composite function $g(f(x))$ is continuous at $x = a$.

Answer:

Proof: Given $f$ is continuous at $x = a$, so $\lim_{x \to a} f(x) = f(a)$. Given $g$ is continuous at $f(a)$, so $\lim_{y \to f(a)} g(y) = g(f(a))$. Consider $\lim_{x \to a} g(f(x))$. Using limit property, $\lim_{x \to a} g(f(x)) = g(\lim_{x \to a} f(x)) = g(f(a))$. Since $g(f(a)) = (g \circ f)(a)$, the composite function is continuous at $x = a$. Hence proved.

Explanation:

The proof uses the definition of continuity and limit properties to show that continuity of inner and outer functions ensures continuity of the composite.

Hard
Q7.Define differentiability of a function $f$ at a point $x = a$.

Answer:

A function $f$ is said to be differentiable at $x = a$ if the derivative $f'(a)$ exists, i.e., the limit $\lim_{h \to 0} \frac{f(a + h) - f(a)}{h}$ exists and is finite.

Explanation:

Differentiability means the function has a well-defined instantaneous rate of change or slope of the tangent at $x = a$.

Easy
Q8.Is the function $f(x) = |x|$ differentiable at $x = 0$? Justify your answer.

Answer:

No, $f(x) = |x|$ is not differentiable at $x = 0$ because the left-hand derivative at 0 is $-1$ and the right-hand derivative at 0 is $1$. Since these two one-sided derivatives are not equal, the derivative at 0 does not exist.

Explanation:

The function has a sharp corner at $x = 0$, so although it is continuous there, it is not differentiable.

Medium