“`html
Introduction to Limits
The concept of a limit is foundational in calculus and serves as the building block for defining derivatives and integrals. Intuitively, a limit helps us understand the behavior of a function as its input approaches a particular value. Formally, the limit of a function \( f(x) \) as \( x \) approaches a point \( a \) is denoted as \( \lim_{x \to a} f(x) \).
In mathematical terms, for a function \( f(x) \), the statement
\[
\lim_{x \to a} f(x) = L
\]
implies that as \( x \) becomes arbitrarily close to \( a \), the function \( f(x) \) approaches the value \( L \). We can arbitrarily make \( f(x) \) as close to \( L \) as desired by choosing \( x \) sufficiently close to \( a \).
Formal Definition of a Limit
The rigorous epsilon-delta (\( \epsilon-\delta \)) definition of a limit further clarifies the concept. We say:
\[
\lim_{x \to a} f(x) = L \quad \text{if for every} \, \epsilon > 0, \, \text{there exists a} \, \delta > 0 \, \text{such that whenever} \, 0 < |x-a| < \delta, \, \text{it follows that} \, |f(x) - L| < \epsilon.
\]
This definition underscores that the function \( f(x) \) can be made to stay within any positive distance \( \epsilon \) from the limit \( L \) by restricting \( x \) to be within a distance \( \delta \) from \( a \) (but not equal to \( a \)).
Limits Involving Infinity
Limits can also describe the behavior of functions as \( x \) approaches infinity. We use the notation:
\[
\lim_{x \to \infty} f(x) = L
\]
\(\Rightarrow\) As \( x \) increases without bound, the function values \( f(x) \) approach \( L \).
One-Sided Limits
Sometimes, it is beneficial to consider limits from one side only, which are denoted as:
\[
\lim_{x \to a^-} f(x) = L \quad \text{and} \quad \lim_{x \to a^+} f(x) = L
\]
These represent limits as \( x \) approaches \( a \) from the left and the right, respectively.
Introduction to Continuity
A function \( f \) is said to be continuous at a point \( a \) if the following three conditions are met:
- \( f(a) \) is defined,
- \( \lim_{x \to a} f(x) \) exists,
- \( \lim_{x \to a} f(x) = f(a) \).
Thus, continuity at a point means the function has no “jumps,” “holes,” or “breaks” at that point.
Theorems Related to Continuity
Two fundamental theorems about continuous functions are the Intermediate Value Theorem (IVT) and the Extreme Value Theorem (EVT).
Intermediate Value Theorem: If \( f \) is continuous on \([a, b]\) and \( N \) is a number between \( f(a) \) and \( f(b) \), then there exists a point \( c \in (a, b) \) such that \( f(c) = N \).
Extreme Value Theorem: If \( f \) is continuous on the closed interval \([a, b]\), then \( f \) attains a maximum and a minimum value, each at least once, in \([a, b]\).
Examples and Applications
Consider the function \( f(x) = x^2 \). We investigate its limit as \( x \) approaches 3:
\[
\lim_{x \to 3} x^2 = 9,
\]
confirmed using the epsilon-delta definition of a limit.
Exploring continuity, \( f(x) = x^2 \) is continuous on the entire real line \(\mathbb{R}\), as it meets the three conditions of continuity for any \( a \in \mathbb{R} \).
Conclusion
Understanding limits and continuity is vital for students progressing in calculus and other mathematical fields. These concepts lay the groundwork for more complex topics such as differentiation, integration, and the analysis of series. Mastery of these foundational concepts facilitates the understanding of more advanced mathematical theories and their applications.
“`
This HTML document provides a university-level math lecture on the fundamentals of calculus, focusing specifically on limits and continuity, using appropriate mathematical notation and structure to ensure clarity and understanding.