Limits and Continuity in Mathematics
Limits and Continuity in Mathematics
BACHELOR OF COMPUTER
APPLICATIONS
SEMESTER 1
FUNDAMENTALS OF MATHEMATICS
Unit 3
Limit and Continuity
Table of Contents
4.3 Examples - -
5 Continuity of Sum of Two Continuous Functions - - 19-20
6 Continuity of Product of Two Continuous - - 21-22
Functions
7 Continuity of Difference of Two Continuous - - 22-23
Functions
8 Continuity of Quotient of Two Continuous - - 23-24
Functions
9 Summary - - 25-26
10 Self-Assessment Questions - 1 26-30
11 Terminal Questions - - 31
12 Answers - - 32-35
1. INTRODUCTION
In Unit 2, we embarked on an enlightening journey through the world of composite functions,
a domain where the elegance of mathematics truly unfolds. Composite functions, at their
core, represent the amalgamation of two distinct functions, creating a third function that
encapsulates the sequential application of the first two. This concept mirrors the procedural
steps in computer algorithms, where the output of one process seamlessly transitions into
the input of another, showcasing the interconnectedness of mathematical operations.
But our exploration didn't stop there. We delved deeper into the arithmetic of functions,
examining how operations like addition, subtraction, multiplication, and division play out
when applied to functions. It's akin to mixing ingredients in precise measures to concoct a
new recipe, each operation unveiling new flavours of mathematical functions.
Furthermore, we ventured into the rhythmic world of periodic functions, unveiling the
repetitive patterns that underpin phenomena like the oscillations of a pendulum or the
cycles of the moon. This segment highlighted the predictability and cyclicity inherent in
certain functions, echoing the recurrent nature of events in both mathematics and the real
world.
The concepts of even and odd functions added another layer to our understanding,
illustrating how functions mirror themselves across axes or pivot around origins, much like
symmetrical patterns in nature or architecture.
As we transition into Unit 3, the focus shifts towards the foundational concepts of limits and
continuity—a pivotal area of study for any aspiring computer application specialist. Limits,
in their abstract beauty, allow us to grasp the behaviour of functions as they approach a
particular point, shedding light on the tendencies of functions under constrained conditions.
This concept is crucial for understanding algorithms' efficiency and behaviours, especially
when dealing with near-boundary conditions in computing tasks.
Continuity, on the other hand, ensures a seamless transition within functions, an attribute
vital for ensuring that algorithms and software functions perform without unexpected
disruptions. Understanding these concepts is akin to mastering the art of predicting and
Collaboration and discussion with peers can illuminate different perspectives, enhancing
comprehension. Moreover, applying these mathematical concepts to real-world scenarios
and computational problems can bridge the gap between theory and practice, making the
learning process both relevant and engaging.
1.1 Objectives
In this topic we will learn about,
❖ Recall the fundamental definitions of limit and continuity in mathematics
❖ Explain the concept of limits as the behaviour of functions near a particular point
❖ Apply the first principle of limits (ε-δ definition) to evaluate limits of functions at specific
points
❖ Analyse the continuity of functions by examining their behaviour around specific points
The notion of a limit is a fundamental cornerstone in the field of calculus, acting as a crucial
link between the realm of mathematical functions and the empirical events they represent.
The concept of limit characterises the behaviour of a mathematical function when its input
values converge towards a certain point. Mathematically speaking, the concept of a limit of a
function at a certain point refers to the value that the function tends to approach as the input
values progressively approach that particular point.
In a more formal context, we shall examine a function denoted as f(x) and a specific point
referred to as 'a'. The limit of the function f(x) as x approaches a, represented as lim(x→a)
f(x), is defined as the value L such that for any positive ε (epsilon), there exists a
corresponding positive δ (delta) such that if the absolute difference between x and a (|x - a|)
is smaller than δ, then the absolute difference between f(x) and L (|f(x) - L|) is smaller than
ε. This statement encompasses the concept that by selecting a value of 'x' in close proximity
to 'a', we have the ability to approach the desired value 'L' for the function f(x) to an arbitrary
degree.
A function y = 𝑓(𝑥) is said to tend to limit 𝑙 as 𝑥 tends to 𝑎, if the difference between the
values of 𝑓(𝑥) and 𝑙 becomes smaller and smaller, whenever the difference between the
values of 𝑥 and 𝑎 is smaller and smaller.
We write it symbolically as
lim 𝑓(𝑥) = 𝑙
𝒙→𝑎
Definition of Continuity
A function is said to be continuous at a point 'a' if the limit of the function at 'a' exists and is
equal to the value of the function at 'a'. In other words, there are no sudden jumps or breaks
in the graph of a continuous function.
In order for a function to exhibit continuity at a given point 'a', it is necessary for three
specific requirements to be satisfied:
It is necessary for the function to have a well-defined value at the point 'a'.
The existence of the limit of the function as x approaches 'a' is a necessary condition.
It is necessary for the value of the function at 'a' to be equivalent to the value of the limit.
The concept of continuity guarantees that when the independent variable approaches a
specific point, the function's values do not experience abrupt alterations, but rather exhibit
a seamless transition from one value to the subsequent. The comprehension of this notion
has significant importance in comprehending the behaviour of functions across many
mathematical domains, encompassing calculus, analysis, and its applications in physics,
engineering, and other related fields.
Solution: First note that the function is defined at the given point x = 1 and its value is 5.
Then find the limit of the function at x = 1. Clearly
Thus
𝑙𝑖𝑚𝑓(𝑥) = 5 = 𝑓(1)
𝑥→1
Hence, f is continuous at x = 1.
Solution: First note that the function is defined at the given point x = 0 and its value is 0.
Then find the limit of the function at x = 0. Clearly
𝑙𝑖𝑚𝑓(𝑥) = 𝑙𝑖𝑚𝑥 2 = 02 = 0
𝑥→0 𝑥→0
Thus,
𝑙𝑖𝑚𝑓(𝑥) = 0 = 𝑓(0)
𝑥→0
Hence, f is continuous at x = 0.
Solution: By definition
−𝑥, 𝑥 < 0
𝑓(𝑥) = {
𝑥, 𝑥 ≥ 0
Thus, the left-hand limit, right hand limit and the value of the function coincide at
x = 0. Hence, f is continuous at x = 0.
The First Principle of Limits, also known as the - (epsilon-delta) definition, provides a logical
and accurate approach to express the concept of limits in the field of calculus. This concept
establishes the fundamental basis for comprehending the behaviour of a function when its
input values converge towards a certain point. The mathematical framework presented in
this study provides a means of quantifying the concept of "closeness" between input values
and the corresponding function values.
Let us consider a function f(x) and a specific point 'a' at which we aim to compute the limit.
According to the given definition, the limit of the function f(x) as x approaches an is L if, for
each arbitrarily small positive value of ε (epsilon), there exists a matching positive value of
δ (delta) such that the function values are also within a specified closeness to L. As the
independent variable approaches a specific value 'a', the corresponding values of the
function tend to converge towards a limit 'L' within a predetermined proximity.
For each given positive value of ε, there exists a positive value of δ such that if the absolute
value of the difference between x and an is less than δ and more than zero, then the absolute
value of the difference between f(x) and L is less than ε.
The crux of this formulation is in the comprehension that by judiciously choosing a suitable
δ for any given ε, we may regulate the proximity of the function values to the limit 'L' as the
input values approach 'a'. The ε-δ definition effectively encapsulates the concept of a limit by
rigorously formalising the idea of "approaching arbitrarily close" through the use of
mathematical inequalities. This concept forms the basis for the analysis of limits and plays a
crucial role in defining the fundamental principles of calculus and its applications across
many domains of mathematics and science.
Table - 1
𝒙 𝒚 = 𝟐𝒙 + 𝟒 𝒚−𝟔
: : :
: : :
4. PROPERTIES OF LIMITS
Sum Rule: The limit of the sum of two functions is the sum of their individual limits.
The Sum Rule is a fundamental property that governs the behaviour of limits when dealing
with the addition of functions. According to this rule, the limit of the sum of two functions,
say f(x) and g(x), as x approaches a particular point 'a', is equal to the sum of their individual
limits at that point. Mathematically, it can be expressed as:
𝑙𝑖𝑚[𝑓(𝑥) + 𝑔(𝑥)] = 𝑙𝑖𝑚𝑓(𝑥) + 𝑙𝑖𝑚𝑔(𝑥)
𝑥→𝑎 𝑥→𝑎 𝑥→𝑎
This property underscores the fact that limits respect the arithmetic operation of addition,
allowing us to evaluate the limit of a sum by evaluating the limits of the individual functions.
Product Rule: The limit of the product of two functions is the product of their individual
limits.
The Product Rule is a counterpart to the Sum Rule, governing limits involving multiplication
of functions. For two functions f(x) and g(x), the limit of their product as x approaches 'a' is
the product of their individual limits at that point:
This rule highlights that the limit of a product can be found by evaluating the limits of the
individual functions and then multiplying them together.
Difference Rule: The limit of the difference between two functions is the difference of their
individual limits.
The Difference Rule deals with the limit of the difference between two functions. It states
that the limit of the difference between two functions f(x) and g(x) as x approaches 'a' is the
difference of their individual limits:
This rule emphasizes that limits follow the rules of subtraction when applied to functions.
Quotient Rule: The limit of the quotient of two functions is the quotient of their individual
limits, provided the denominator's limit is not zero.
The Quotient Rule pertains to the limit of the quotient of two functions. Given functions f(x)
and g(x), where the limit of g(x) as x approaches 'a' is not equal to zero, the limit of their
quotient as x approaches 'a' is the quotient of their individual limits:
This rule is valid when the denominator's limit is nonzero, ensuring that division by zero is
avoided.
These properties of limits play a crucial role in simplifying limit evaluations, making
calculations more manageable and aiding in the analysis of complex functions by breaking
them down into simpler components.
L'Hôpital's Rule
L'Hôpital's Rule is a powerful tool in calculus that helps evaluate the limits of indeterminate
forms by using derivatives. Indeterminate forms are expressions that do not yield a clear
limit value when directly substituted into a limit. The rule is particularly useful for limits
involving fractions where both the numerator and the denominator approach zero or
infinity. L'Hôpital's Rule states that if the limit of the ratio of the derivatives of the numerator
and denominator exists as x approaches a specific point 'c', then the limit of the original
fraction also exists and is equal to the value of the ratio of the derivatives. Mathematically,
the rule can be stated as follows:
are finite (where f'(x) and g'(x) represent the derivatives of f(x) and g(x)), then:
L'Hôpital's Rule provides a systematic method for finding the limit of these indeterminate
forms by simplifying the expression using derivatives, ultimately revealing the limit value.
Example:
𝑠𝑖𝑛(𝑥)
𝑙𝑖𝑚 [ ]
𝑥→0 𝑥
So,
Here, L'Hôpital's Rule is applied when we have an indeterminate form 0/0. By taking
derivatives of the numerator and denominator, we transform the limit into a form that can
be directly evaluated. In this example, as x approaches 0, the limit of sin(x) / x becomes 1.
Example:
Consider the limit:
𝑥
𝑙𝑖𝑚 [ ]
𝑥→∞ ⅇ𝑥
So,
𝑥 1
𝑙𝑖𝑚 [ 𝑥
] = 𝑙𝑖𝑚 𝑥 = 0
𝑥→∞ ⅇ 𝑥→∞ ⅇ
Squeeze Theorem
The Squeeze Theorem, also known as the Sandwich Theorem, is a fundamental concept in
calculus used to determine the limit of a function by comparing it between two other
functions. This theorem is particularly useful when dealing with functions that oscillate or
fluctuate around a specific point. The Squeeze Theorem is used to establish the limit of a
function within a certain range by "squeezing" it between two other functions whose limits
are known. Mathematically, the Squeeze Theorem can be expressed as follows:
Suppose f(x), g(x), and h(x) are functions such that for all x in an interval containing 'c'
(except possibly at 'c' itself), and f(x) ≤ g(x) ≤ h(x).
If
𝑙𝑖𝑚𝑓(𝑥) = 𝑙𝑖𝑚ℎ(𝑥) = 𝐿
𝑥→𝑐 𝑥→𝑐
then:
𝑙𝑖𝑚𝑔(𝑥) = 𝐿
𝑥→𝑐
In other words, if the function g(x) is bounded between two other functions, f(x) and h(x),
whose limits both converge to 'L', then the limit of g(x) as x approaches 'c' is also 'L'.
The Squeeze Theorem is a useful tool for finding the limit of functions that might not be
directly evaluable using basic limit properties. It relies on the concept of function
comparison to deduce the limit value of the function of interest.
Example 1:
Consider the limit: 𝑙𝑖𝑚𝑥 2 𝑠𝑖𝑛(1 ∕ 𝑥)
𝑥→0
1
−𝑥 2 ≤ 𝑥 2 𝑠𝑖𝑛 ≤ 𝑥2
𝑥
for all x ≠ 0
𝑙𝑖𝑚(−𝑥 2 ) = 0
𝑥→0
𝑙𝑖𝑚𝑥 2 = 0
𝑥→0
1
Since −𝑥 2 ≤ 𝑥 2 𝑠𝑖𝑛 𝑥 ≤ 𝑥 2 and both lower and upper bounds approach 0, by the Squeeze
Theorem, we conclude:
1
𝑙𝑖𝑚𝑥 2 𝑠𝑖𝑛 =0
𝑥→0 𝑥
The Squeeze Theorem is used when we need to determine the limit of a function that's
sandwiched between two other functions with known limits. In this example, as x
1
approaches 0, the function 𝑥 2 𝑠𝑖𝑛 𝑥 is bounded between −𝑥 2 and 𝑥 2 , both of which tend to 0,
1
leading us to conclude that the limit of 𝑥 2 𝑠𝑖𝑛 𝑥 is also 0.
Example 2:
1
Consider the limit: 𝑙𝑖𝑚𝑥 2 𝑐𝑜𝑠 𝑥 =
𝑥→0
for all x ≠ 0
𝑙𝑖𝑚(−𝑥 2 ) = 0
𝑥→0
𝑙𝑖𝑚𝑥 2 = 0
𝑥→0
1
Since −𝑥 2 ≤ 𝑥 2 cos ≤ 𝑥 2 and both lower and upper bounds approach 0, by the Squeeze
𝑥
Theorem, we conclude:
1
𝑙𝑖𝑚𝑥 2 𝑐𝑜𝑠 =0
𝑥→0 𝑥
The Squeeze Theorem is applied to find the limit of a function that is bounded between two
1
known functions. In this case, as x approaches 0, the function 𝑥 2 𝑐𝑜𝑠 𝑥 is sandwiched between
1
−𝑥 2 and 𝑥 2 , both of which tend to 0, leading us to conclude that the limit of 𝑥 2 𝑐𝑜𝑠 𝑥 is also 0.
Examples
Example 1
Solution
To find the limit, we directly substitute the value of 'a' into the function:
Here a=2,
𝑙𝑖𝑚(3𝑥 − 1) = 3(2) − 1
𝑥→2
=6-1
=5
Example 2
Evaluate the limit as x approaches 0 for the function g(x) = x^2.
Solution
a=0,
𝑙𝑖𝑚𝑥 2
𝑥→0
= 0^2
=0
Example 3
𝑥−1
Evaluate the limit as x approaches 1 for the function 𝑛(𝑥) = 𝑥 2 −1
Solution
Factor the denominator and simplify:
𝑥−1
ℎ(𝑥) =
(𝑥 + 1)(𝑥 − 1)
𝑥−1
= 𝑙𝑖𝑚
𝑥→1 (𝑥 − 1)(𝑥 + 1)
1
= 𝑙𝑖𝑚 𝑥+1
𝑥→1
=1/2
Example 4
Evaluate the limit as x approaches 3 for the function k(x) = (√𝑥 + 1) − 2.
Solution
Substitute the value of 'a' into the function:
a=3,
𝑙𝑖𝑚√𝑥 + 1 − 2
𝑥→3
= √3 + 1 − 2
= √4 − 2
=2-2
=0
Example 5
𝑥 2 −4
Evaluate the limit as x approaches 2 for the function g(x) = 𝑥−2
Solution
Factor the numerator and simplify:
(𝑥 + 2)(𝑥 − 2)
𝑔(𝑥) =
(𝑥 − 2)
(𝑥 + 2)(𝑥 − 2)
= 𝑙𝑖𝑚
𝑥→2 𝑥−2
= 𝑙𝑖𝑚(𝑥 + 2)
𝑥→2
=2+2
=4
Example 6
𝑥 3 −1
Evaluate the limit as x approaches 1 for the function h(x) = 𝑥 2 −1
Solution
Factor both the numerator and denominator and simplify:
(𝑥−1)(𝑥 2 −2𝑥+1)
h(x) = (𝑥−1)(𝑥+1)
(𝑥 − 1)(𝑥 2 − 2𝑥 + 1)
= 𝑙𝑖𝑚
𝑥→1 (𝑥 − 1)(𝑥 + 1)
= 𝑙𝑖𝑚𝑥 2 + 𝑥 + 1
𝑥→1
= 12 + 1 + 1
=3
Example 7
𝑥 2 +2𝑥−8
Evaluate the limit as x approaches 2 for the function f(x) = .
𝑥−2
Solution
Factor the numerator and simplify:
(𝑥 + 4)(𝑥 − 2)
𝑓(𝑥) =
(𝑥 − 2)
(𝑥 + 4)(𝑥 − 2)
= 𝑙𝑖𝑚
𝑥→2 (𝑥 − 2)
= 𝑙𝑖𝑚(𝑥 + 4)
𝑥→2
=2+4
=6
Example 8
Evaluate the limit as x approaches 0 for the function g(x) = (sin(x) / x).
Solution
Apply the Squeeze Theorem:
-1 ≤ sin(x) / x ≤ 1
As x approaches 0, both the upper and lower bounds approach 1, so the limit is 1.
Example 9
ⅇ 𝑥 −1
Evaluate the limit as x approaches 0 for the function k(x) = 𝑥
Solution
Apply L'Hôpital's Rule:
ⅇ𝑥 − 1
= 𝑙𝑖𝑚
𝑥→0 𝑥
ⅇ𝑥
= 𝑙𝑖𝑚
𝑥→0 1
=1/1
=1
Example 10
Evaluate the limit as x approaches 0 for the function f(x) = (1 - cos(x)) / x.
Solution
Apply L'Hôpital's Rule:
1 − 𝑐𝑜𝑠 𝑥
𝑙𝑖𝑚
𝑥→0 𝑥
𝑠𝑖𝑛(𝑥)
= 𝑙𝑖𝑚
𝑥→0 1
=0/1
=0
is also continuous at 'a'. In other words, when you add two continuous functions, the
resulting function remains continuous.
Let's say we have two functions, f(x) and g(x), that are both continuous at a point 'a'. This
means that as x approaches 'a', both f(x) and g(x) approach finite values, and there are no
sudden jumps or breaks in their graphs.
we observe that as x approaches 'a', both f(x) and g(x) are approaching finite values. Since
addition is a basic arithmetic operation that preserves continuity, the sum of f(x) and g(x),
represented by h(x), will also approach a finite value as x approaches 'a'. This ensures that
there are no sudden discontinuities or jumps in the graph of h(x) at the point 'a'. Therefore,
Example:
Suppose we have two continuous functions, f(x) = 2x + 3 and g(x) = x^2 - 1. Let's determine
if their sum, h(x) = f(x) + g(x), is continuous at a point 'a' where a = 2.
Both f(x) = 2x + 3 and g(x) = 𝑥 2 - 1 are polynomial functions, and polynomial functions are
continuous everywhere. Therefore, both functions are individually continuous at any point
'a', including a = 2.
= (2x + 3) + (𝑥 2 - 1)
= 𝑥 2 + 2x + 2
is also continuous at 'a'. In other words, when you multiply two continuous functions, the
resulting function remains continuous.
Explanation: Assuming that both f(x) and g(x) are continuous at a point 'a', this implies that
as x approaches 'a', both functions approach finite values and there are no sudden breaks or
gaps in their graphs.
we can examine the behaviour as x approaches 'a'. Since multiplication is another basic
arithmetic operation that preserves continuity, the product of f(x) and g(x), represented by
h(x), will also approach a finite value as x approaches 'a'. This means that there are no abrupt
changes or disruptions in the graph of h(x) at the point 'a'. Consequently,
h(x) = f(x) * g(x) is continuous at 'a'.
Example:
Consider two continuous functions, f(x) = sin(x) and g(x) = e^x, where 'x' is in the interval [0,
π/2]. Let's investigate the continuity of their product,
h(x) = f(x) * g(x).
Both f(x) = sin(x) and g(x) = e^x are continuous functions in their respective domains. The
sine function and the exponential function are known to be continuous everywhere. Since
the interval [0, π/2] lies within the domain of both functions, they are continuous in this
interval.
Now, let's examine their product, h(x) = f(x) * g(x): h(x) = sin(x) * ⅇ 𝑥
Because both f(x) and g(x) are continuous in the interval [0, π/2], their product h(x) = sin(x)
* ⅇ 𝑥 is also continuous in this interval. This implies that as x approaches any value within [0,
π/2], the product h(x) = sin(x) * e^x approaches a finite value, and there are no abrupt
changes or disruptions in the graph of h(x) within this interval. Thus, the product of two
continuous functions remains continuous within the interval [0, π/2].
is also continuous at 'a'. In other words, when you subtract two continuous functions, the
resulting function remains continuous.
Explanation: If both f(x) and g(x) are continuous at a particular point 'a', it means that as x
approaches 'a', both functions approach finite values, and there are no sudden jumps or
breaks in their graphs.
When we consider the difference of these two functions, h(x) = f(x) - g(x), we analyse how
the function behaves as x approaches 'a'. Subtraction is a fundamental arithmetic operation
that maintains continuity, so the difference of f(x) and g(x), represented by h(x), will also
approach a finite value as x approaches 'a'. This indicates that there are no abrupt
discontinuities or gaps in the graph of h(x) at the point 'a'.
Therefore,
h(x) = f(x) - g(x) is continuous at 'a'.
Both f(x) = 3x^2 - 2x and g(x) = x^2 + 5x are polynomial functions, which are known to be
continuous everywhere. This means that they are individually continuous at any point 'a',
including a = 2.
is also continuous at 'a'. In other words, when you divide two continuous functions, the
resulting function remains continuous if the denominator is not zero at 'a'.
Explanation: Assuming both f(x) and g(x) are continuous at a specific point 'a', and further
assuming that g(a) ≠ 0 (denominator is not zero at 'a'), this implies that as x approaches 'a',
both functions approach finite values, and there are no sudden gaps or breaks in their graphs.
we examine how the function behaves as x approaches 'a'. Division is another basic
arithmetic operation that maintains continuity, but there's an additional requirement: the
denominator must not be zero at 'a'. As long as g(a) ≠ 0, the quotient of f(x) and g(x),
represented by h(x), will approach a finite value as x approaches 'a'. This guarantees that
there are no abrupt discontinuities or gaps in the graph of,
Example:
Let's examine the continuity of the quotient of two continuous functions. Consider
f(x) = 1/x and g(x) = x - 2.
The function f(x) = 1/x is continuous for all x ≠ 0, and the function g(x) = x - 2 is continuous
for all real values of x. We need to ensure that the denominator g(x) ≠ 0, which means x ≠ 2
to avoid division by zero.
Since both f(x) and g(x) are continuous where they are defined and the denominator x(x - 2)
is nonzero in the interval (-∞, 0) ∪ (0, 2) ∪ (2, ∞), the quotient h(x) = 1 / (x(x - 2)) is also
continuous in these intervals. This means that as x approaches any value within the specified
intervals, the value of h(x) remains well-defined and continuous. However, h(x) has a vertical
asymptote at x = 0 and a removable discontinuity at x = 2, where the denominator becomes
zero.
9. SUMMARY
In this unit, we kicked things off with composite functions, this fascinating concept where we
take the output of one function and feed it as the input to another. It's like a relay race in
mathematics, where the baton is passed from one function to the next, creating a chain of
operations that result in a new, composite function. This concept is not just mathematically
elegant but also mirrors processes in computer programming, where functions often work
in tandem, passing results along to build up complex operations.
Then, we danced through the operations on functions – sum, difference, product, and
quotient. Each operation added a new layer to our understanding, much like adding
ingredients to a recipe changes the flavour of a dish. These operations allow us to combine
functions in various ways, crafting new functions that can describe a wide range of
phenomena, from the trajectories of planets to the fluctuations in stock markets.
Our foray into periodic functions introduced us to the rhythms of mathematics, where
certain functions repeat their values in regular intervals, much like the cycles of seasons or
the ticking of a clock. This concept helps us grasp phenomena that recur over time, providing
a framework for predicting future behaviour based on past patterns.
Diving into the world of even and odd functions added another dimension to our
understanding, showing us how functions can mirror or rotate around axes, revealing
symmetrical patterns akin to reflections in water or shadows cast by the sun.
As we transitioned into the concepts of limits and continuity, we ventured closer to the heart
of calculus. Limits allowed us to probe the behaviour of functions as they approach specific
points, offering insights into how functions behave under constrained conditions. This is
crucial for understanding how algorithms perform, especially as they near boundary
conditions.
Continuity ensured that our functions behaved nicely, without any unexpected jumps or
breaks. This seamless behaviour is essential in programming, where we expect algorithms
to execute smoothly, without any surprises.
In wrapping up this unit, it's clear that the journey through composite functions, operations,
limits, and continuity isn't just a mathematical excursion. It's a foundational toolkit for
anyone delving into the world of computer applications. These concepts equip us with the
ability to predict, model, and analyse the intricate behaviours of algorithms and systems,
ensuring we can navigate the complexities of the digital world with confidence and precision.
SELF-ASSESSMENT QUESTIONS – 1
8. What does the Sum Rule state in the context of limits of functions?
a) The limit of the product of two functions is the product of their individual
limits.
b) The limit of the difference between two functions is the difference of
their individual limits.
c) The limit of the sum of two functions is the sum of their individual limits.
d) The limit of the quotient of two functions is the quotient of their
individual limits.
9. According to the Product Rule, what is the limit of the product of two
functions f(x) and g(x) as x approaches 'a'?
a) The product of their individual limits at 'a'.
b) The sum of their individual limits at 'a'.
c) The difference of their individual limits at 'a'.
d) The quotient of their individual limits at 'a'.
10. What does the Quotient Rule for limits state?
a) The limit of the product of two functions is the product of their individual
limits.
b) The limit of the sum of two functions is the sum of their individual limits.
c) The limit of the quotient of two functions is the quotient of their
individual limits, regardless of the denominator.
d) The limit of the quotient of two functions is the quotient of their
individual limits, provided the denominator's limit is not zero.
11. What is the primary purpose of L'Hôpital's Rule in calculus?
a) To find the derivative of a given function.
b) To simplify limits involving indeterminate forms using derivatives.
c) To calculate the integral of a function.
d) To determine the continuity of a function.
16. What does the continuity of the product of two continuous functions state?
a) The product of two continuous functions is always discontinuous.
b) If two functions are individually continuous at a point, their product is
also continuous at that point.
c) If two functions are individually discontinuous, their product is
continuous at that point.
d) The product of two continuous functions is only continuous at the origin.
17. Why is the product of two continuous functions continuous at a point 'a'?
a) Because multiplication is a basic arithmetic operation.
b) Because both functions have a limit at 'a'.
c) Because it ensures there are sudden breaks in the graph.
d) Because it only works for specific values of 'a'.
18. What does the continuity of the difference of two continuous functions state?
a) The difference of two continuous functions is always discontinuous.
b) If two functions are individually continuous at a point, their difference is
also continuous at that point.
c) If two functions are individually discontinuous, their difference is
continuous at that point.
d) The difference of two continuous functions is only continuous at the
origin.
19. Why is the difference of two continuous functions continuous at a point 'a'?
a) Because subtraction is a basic arithmetic operation.
b) Because both functions have a limit at 'a'.
c) Because it ensures there are sudden breaks in the graph.
d) Because it only works for specific values of 'a'.
20. What condition must be satisfied for the quotient of two continuous
functions to be continuous at a point 'a'?
a) Both functions must be discontinuous at 'a'.
b) The numerator must be zero at 'a'.
c) The denominator must be zero at 'a'.
d) The denominator must not be zero at 'a'.
1. Define what it means for a function to be continuous at a specific point 'a'. Provide an
example to illustrate continuity.
2. Explain the significance of continuity in mathematics and provide an example of how
it's used in a real-world application.
3. State the First Principle of Limits (ε-δ definition) and explain its significance in
understanding limits.
4. Discuss the properties of continuous functions, including the continuity of sums,
products, differences, and quotients of continuous functions. Provide examples to
illustrate each property.
5. Given the functions f(x) = 2x + 1 and g(x) = 3x^2 - 4, determine whether their sum,
product, difference, and quotient (where defined) are continuous functions. Provide
explanations.
6. Apply the Squeeze Theorem to find the limit as x approaches 0 of the function g(x) =
x^2 * sin(1/x). Show all necessary steps and justify your answer.
7. Solve the limit as x approaches 2 of the function f(x) = (x^2 - 4) / (x - 2). Justify your
answer.
8. Determine whether the function f(x) = sqrt(x) is continuous at x = 4. Explain your
reasoning.
9. Use the properties of continuity to determine whether the function h(x) = e^x * sin(x)
is continuous for all real numbers. Provide a proof.
10. Prove or disprove the following statement: "The difference of two continuous functions
is always continuous."
12. ANSWERS
Self-assessment answers
1. c) The value the function approaches as the input gets closer to the point
2. b) The behaviour of a function as its input values converge towards a point
3. a) lim(x→a) f(x)
4. d) When the limit of the function at 'a' exists and equals the value of the function at 'a'
5. c) The function's values transition smoothly and without breaks
6. c) The concept of limit in calculus
7. a) For every positive ε, there exists a positive δ such that |x - a| < δ implies |f(x) - L| < ε.
8. c) The limit of the sum of two functions is the sum of their individual limits.
9. a) The product of their individual limits at 'a'.
10. d) The limit of the quotient of two functions is the quotient of their individual limits,
provided the denominator's limit is not zero.
11. b) To simplify limits involving indeterminate forms using derivatives.
12. b) When both the numerator and denominator approach zero or infinity, and the
derivatives of both exist.
13. b) The limit of a function by comparing it between two other functions.
14. b) If two functions are individually continuous at a point, their sum is also continuous
at that point.
15. a) Because addition is a basic arithmetic operation that preserves continuity.
16. b) If two functions are individually continuous at a point, their product is also
continuous at that point.
17. a) Because multiplication is a basic arithmetic operation that preserves continuity.
18. b) If two functions are individually continuous at a point, their difference is also
continuous at that point.
19. a) Because subtraction is a fundamental arithmetic operation that maintains continuity.
20. d) The denominator must not be zero at 'a'.
Terminal Answers
1. A function f(x) is continuous at a point 'a' if the following three conditions are met:
The limit as x approaches 'a' is equal to the value of the function at 'a': lim(x→a) f(x) =
f(a).
Example: Consider the function f(x) = 2x + 3. This function is continuous at any point 'a'
because it satisfies all three conditions. For instance, it is continuous at 'a = 1' because
f(1) = 5, 𝑙𝑖𝑚𝑓(𝑥) = 5, and 𝑙𝑖𝑚𝑓(𝑥) = f(1).
𝑥→1 𝑥→1
5. Sum: The sum h(x) = f(x) + g(x) = (2x + 1) + (3𝑥 2 - 4) is continuous because it's the sum
of two continuous functions.
Product: The product h(x) = f(x) * g(x) = (2x + 1)(3𝑥 2 - 4) is continuous because it's the
product of two continuous functions.
Difference: The difference h(x) = f(x) - g(x) = (2x + 1) - (3𝑥 2 - 4) is continuous because
it's the difference of two continuous functions.
Quotient: The quotient h(x) = f(x) / g(x) = (2x + 1) / (3𝑥 2 - 4) is continuous where g(x)
≠ 0. To check where it's defined, set the denominator equal to zero and solve: 3𝑥 2 - 4 = 0
→ x = ±2/√3. Therefore, h(x) is continuous except at x = 2/√3 and x = -2/√3.
6. To apply the Squeeze Theorem, we need to find two functions, f(x) and h(x), such that:
f(x) ≤ g(x) ≤ h(x) for all x in a neighbourhood of 0.
The limits of f(x) and h(x) as x approaches 0 are equal and finite.
Let's choose f(x) = −𝑥 2 and h(x) = 𝑥 2 .
For f(x) ≤ g(x) ≤ h(x):
−𝑥 2 ≤ 𝑥 2 * sin(1/x) ≤ 𝑥 2 for all x ≠ 0.
Now, let's find the limits of f(x) and h(x):
𝑙𝑖𝑚𝑓(𝑥) = 𝑙𝑖𝑚 − 𝑥 2 = 0
𝑥→0 𝑥→0
𝑙𝑖𝑚ℎ(𝑥) = 𝑙𝑖𝑚𝑥 2 = 0
𝑥→0 𝑥→0
Since both limits of f(x) and h(x) are equal and finite, by the Squeeze Theorem,
𝑙𝑖𝑚𝑔(𝑥) = 0
𝑥→0
2𝑥 2(2)
𝑙𝑖𝑚 = =4
𝑥→2 1 1
𝑥 2 −4
So, 𝑙𝑖𝑚 =4
𝑥→2 𝑥−2