PLACEHOLDER Introduction to Limits
Learning Objectives
- Understand the intuitive concept of a limit
- Evaluate simple limits algebraically and graphically
- Recognize when limits do not exist
- Apply limit laws to solve problems
What is a Limit?
A limit describes the value that a function approaches as the input approaches a particular value.
We write: $$\lim_{x \to a} f(x) = L$$
This means: "As x gets closer and closer to a, f(x) gets closer and closer to L."
Graphical Understanding
Consider the function f(x)=x−1x2−1 when x=1.
Even though f(1) is undefined, we can ask: what value does f(x) approach as x approaches 1?
x→1limx−1x2−1=x→1limx−1(x−1)(x+1)=x→1lim(x+1)=2
Limit Laws
If limx→af(x)=L and limx→ag(x)=M, then:
-
Sum Rule: limx→a[f(x)+g(x)]=L+M
-
Difference Rule: limx→a[f(x)−g(x)]=L−M
-
Product Rule: limx→a[f(x)⋅g(x)]=L⋅M
-
Quotient Rule: limx→ag(x)f(x)=ML (if M=0)
-
Power Rule: limx→a[f(x)]n=Ln
Types of Limits
Direct Substitution
When f(x) is continuous at x=a:
x→alimf(x)=f(a)
Example: limx→2(3x2−5x+1)=3(2)2−5(2)+1=3
Indeterminate Forms
When direct substitution gives 00, we need algebraic manipulation.
Example:
x→3limx−3x2−9=x→3limx−3(x−3)(x+3)=x→3lim(x+3)=6
One-Sided Limits
- Left-hand limit: limx→a−f(x) (approaching from the left)
- Right-hand limit: limx→a+f(x) (approaching from the right)
The limit limx→af(x) exists if and only if:
x→a−limf(x)=x→a+limf(x)
When Limits Don't Exist
- Different one-sided limits
- Infinite limits: limx→af(x)=±∞
- Oscillating behavior: Function doesn't settle on a value
Important Limit
x→0limxsinx=1
This limit is crucial for derivatives of trigonometric functions.
Practice Problems
Try these during class:
- limx→4x−4x2−16
- limx→0xx2+3x
- limx→2+x−21