Detailed Study Notes on Limits of Functions
LIMIT OF A FUNCTION
Introduction to Limits
- The concept of a “limit” is a fundamental building block for all calculus concepts.
- In this section, the study is largely informal to develop an intuition for the basic ideas.
Definition of Limit
- If the values of f(x) can be made arbitrarily close to L by taking values of x sufficiently close to a (but not equal to a), we express this as:
- limx→af(x)=L
- This is read as "the limit of f(x) as x approaches a is L" or "f(x) approaches L as x approaches a."
Example 1: Basic Application of Limits
- To understand how a function behaves as its independent variable approaches a specific value, consider:
- Function: f(x)=x2−x+1
- We analyze its behavior for x-values close to 2.
- From the graph and numerical evidence, it is observed that:
- limx→2f(x)=3, as the values of f(x) approach 3 for both sides of x = 2.
Example 2: Conjecturing Values of Limits
- Investigate the limit:
- limx→1x−1x−1
- Although the function is undefined at x = 1, this does not affect the limit.
- Sample x-values approaching 1 from both sides yield values for f(x) that converge to 2:
- limx→1x−1x−1=2
Numerical Evidence Detailed
- Left-side limits approaching 1:
- \begin{align}
x & : 0.99, 0.999, 0.9999, 0.99999, \
f(x) & : 1.994987, 1.999500, 1.999950, 1.999995
\end{align}
- Right-side limits approaching 1:
- \begin{align}
x & : 1.00001, 1.0001, 1.001, 1.01 \
f(x) & : 2.000005, 2.000050, 2.000500, 2.004988
\end{align}
Limit Problem: Estimating Values
Limit to Evaluate
- limx→2x2−2xx2+4x−12
- Table of values for the left (x−) and right (x+) limits:
- \begin{array}{|c|c|c|c|}
\hline
x & f(x+) & x & f(x-) \
\hline
2.5 & 3.4 & 1.5 & 5 \
2.1 & 3.857142857 & 1.9 & 4.157894737 \
2.01 & 3.985074627 & 1.99 & 4.015075377 \
2.0001 & 3.999850007 & 1.9999 & 4.000150008 \
2.00001 & 3.999985000 & 1.99999 & 4.000015000 \
\hline
\end{array}
- Conclusion: The limit approaches 4 as x approaches 2:
- limx→2x2−2xx2+4x−12=4
One-Sided Limits
- Definitions:
- Right-Hand Limit: limx→a+f(x)=L, indicating that we approach L from the right (x > a).
- Left-Hand Limit: limx→a−f(x)=L, indicating that we approach L from the left (x < a).
Example 2: Evaluating One-Sided Limits
- Consider:
- H(t)={0n1amp;if t<0if t>0
- We find:
- limt→0+H(t)=1 (from the right)
- limt→0−H(t)=0 (from the left)
- Conclusion: Since the one-sided limits yield different results, limt→0H(t) does not exist.
Theorems and Properties
Theorem on Existence of Limit
- Given a function f(x), if:
- lim<em>x→a+f(x)=lim</em>x→a−f(x)=L then:
- The normal limit exists: limx→af(x)=L
Properties of Limits
- Assuming lim<em>x→af(x) and lim</em>x→ag(x) exist:
- 1. lim<em>x→a[cf(x)]=c⋅lim</em>x→af(x)
- 2. lim<em>x→a[f(x)±g(x)]=lim</em>x→af(x)±limx→ag(x)
- 3. lim<em>x→a[f(x)⋅g(x)]=lim</em>x→af(x)⋅limx→ag(x)
- 4. lim<em>x→a[g(x)f(x)]=lim<em>x→ag(x)lim</em>x→af(x), given lim</em>x→ag(x)=0
- Squeeze Theorem:
- If f(x)≤g(x)≤h(x) when x approaches a and:
- limx→af(x)=L
- limx→ah(x)=L
- Then: limx→ag(x)=L
Example Applying Squeeze Theorem
- To show: limx→0x2sin(x1)=0
- Using the property which indicates that:
- Since −1≤sin(x1)≤1, it follows:
- −x2≤x2sin(x1)≤x2
- Thus, applying Squeeze Theorem:
- limx→0x2sin(x1)=0
Continuity
Definition of Continuity
- A function f(x) is continuous at x=a if:
- f(a) is defined (a is in the domain of f)
- limx→af(x) exists
- limx→af(x)=f(a)
Example of Continuity
- Determine continuity at:
- x=−2: Not continuous (jump discontinuity)
- x=0: Continuous (both limit and function value are equal)
- x=3: Not continuous (removable discontinuity)
General Continuity Theorems
- Any polynomial function is continuous everywhere.
- Any rational function is continuous wherever it is defined, that is, it is continuous on its domain.
Trials on Continuity and Limits
- Identify non-continuity in given functions:
- h(t)=t2−2t−154t+10
- f(x) = \begin{cases} \frac{x^2 - x - 2}{x - 2} & \text{if } x \neq 2 \
6 & \text{if } x = 2 \end{cases}
Conclusion
- An understanding of limits is vital in calculus, as they form the basis for analyzing continuity, derivatives, and integrals.