Free Masterclass on Mar 21
Beginner AI Workshop: Build an AI Agent & Start Your AI Career
In calculus, limits and continuity are important concepts that help us understand the behavior of functions as they approach certain values. A limit is a value that a function approaches as its input approaches a certain value. Continuity is the property of a function that describes whether it has any sudden jumps or breaks, or whether it can be drawn without lifting the pen from the paper.
The formal definition of a limit is given as follows:
For a function f(x), the limit of f(x) as x approaches a equals L, denoted as
lim f(x) = L
for every number ε > 0 there exists a corresponding number δ > 0 such that |f(x) - L| < ε whenever 0 < |x - a| < δ.
This definition can be hard to understand at first, but it basically says that as x gets arbitrarily close to a, f(x) gets arbitrarily close to L. The ε and δ values represent arbitrarily small positive numbers that determine the level of precision required for the limit.
For example, consider the function
f(x) = (x^2 - 1)/(x - 1)
If we try to evaluate f(1), we get an undefined expression (0/0). However, we can find the limit of f(x) as x approaches 1 by factoring the numerator and simplifying:
= f(x) = (x^2 - 1)/(x - 1) = (x + 1)(x - 1)/(x - 1) = x + 1
Now we can see that as x approaches 1, f(x) approaches 2. Therefore, we can write lim f(x) as x approaches 1 = 2.
There are several important properties of limits that are useful for evaluating and manipulating functions. These include:
lim (f(x) + g(x)) = lim f(x) + lim g(x)
lim (f(x) * g(x)) = lim f(x) * lim g(x)
lim (f(x) / g(x)) = lim f(x) / lim g(x) (given lim g(x) ≠ 0)
lim (k * f(x)) = k * lim f(x)
lim f(g(x)) = f(lim g(x))
In expansion to these properties, there are a few hypotheses that can be utilized to assess limits, such as the squeeze theorem, which states that in the event that
g(x) ≤ f(x) ≤ h(x)
for all x in a few interim containing a, and lim g(x) = lim h(x) = L, at that point lim f(x) = L. Another important theorem is the intermediate value theorem, which states that if f is a continuous function on the closed interval [a, b] and c is a number between f(a) and f(b), at that point there exists a number x between a and b such that f(x) = c.
Let's outline a few of these properties with a case. Consider the work
f(x) = x^2 - 3x + 2
We can use the properties of limits to evaluate lim f(x) as x approaches 2.
First, we can factor in the expression:
f(x) = x^2 - 3x + 2 = (x - 1)(x - 2)
Using the product property of limits, we can write:
lim f(x) as x approaches 2 = lim (x - 1)(x - 2) as x approaches 2
Then, we can use the limit laws to simplify this expression:
= lim (x - 1)(x - 2) as x approaches 2 = (lim (x - 2)) * (lim (x - 1)) as x approaches 2 = (2 - 2) * (2 - 1) = 0
Therefore, we can conclude that lim f(x) as x approaches 2 = 0.
Several methods for evaluating limits include direct substitution, factoring, and L'Hopital's rule. Direct substitution is the simplest method, and it involves substituting the input value directly into the function and evaluating the resulting expression.
For example, to evaluate
lim (x^2 - 4x + 3)/(x - 3)
as x approaches 3, we can simply substitute x = 3 into the expression to get:
lim (x^2 - 4x + 3)/(x - 3) = lim (3^2 - 4(3) + 3)/(3 - 3) = lim 0/0
Since this expression is indeterminate, we can use factoring or L'Hopital's rule to evaluate the limit further.
Factoring involves rewriting the function as a product of simpler expressions that can be canceled out.
For example, using the same limit as above, we can factor the numerator as
(x - 3)(x - 1) and cancel out the common factor of (x - 3) to get:
lim (x^2 - 4x + 3)/(x - 3) = lim (x - 1)
as x approaches 3
This limit evaluates to 2, so we can conclude that
lim (x^2 - 4x + 3)/(x - 3) as x approaches 3 = 2
L'Hopital's rule is another method for evaluating indeterminate limits. It involves taking the derivative of both the numerator and denominator of the function and evaluating the resulting expression. For example, to evaluate lim sin(x)/x as x approaches 0, we can apply L'Hopital's rule to get:
lim sin(x)/x = lim cos(x) as x approaches 0
This limit evaluates to 1, so we can conclude that lim sin(x)/x as x approaches 0 = 1.

Limits and continuity are important mathematical concepts that have a variety of applications in data science. Here are a few examples:
In conclusion, limits and continuity are fundamental concepts in calculus that help us understand the behavior of functions as they approach certain values. They are important in many fields, such as physics, economics, and engineering, and are used to model and optimize various systems. The relationship between continuity and differentiability is also important, with differentiability implying continuity. Overall, understanding limits and continuity is crucial for a solid foundation in calculus.
1. What is the definition of a limit in calculus?
Answer: a. The value that a function approaches as its input approaches a certain value
2. What is a removable discontinuity?
Answer: b. A discontinuity where the function has a jump or break, but can be fixed by changing the value of the function at that point
3. If a function is differentiable at a certain point, what does that imply about its continuity?
Answer: a. The function is continuous at that point
4. What is L'Hopital's rule used for in calculus?
Answer: b. To evaluate limits of indeterminate forms, such as 0/0 or infinity/infinity
Top Tutorials

Python
Python is a popular and versatile programming language used for a wide variety of tasks, including web development, data analysis, artificial intelligence, and more.

SQL
The SQL for Beginners Tutorial is a concise and easy-to-follow guide designed for individuals new to Structured Query Language (SQL). It covers the fundamentals of SQL, a powerful programming language used for managing relational databases. The tutorial introduces key concepts such as creating, retrieving, updating, and deleting data in a database using SQL queries.

Data Science
Learn Data Science for free with our data science tutorial. Explore essential skills, tools, and techniques to master Data Science and kickstart your career
All Courses (6)
Master's Degree (2)
Fellowship (2)
Certifications (2)