End Behavior- Understanding Function Limits and Graphs
What Is End Behavior?
End behavior describes what happens to a function's output as the input moves toward positive or negative infinity. That's it. No philosophy, no metaphors.
You look at the far left and far right of a graph. What does the function do? Does it shoot up, drop down, or flatten out? That's end behavior.
Why does this matter? Because it tells you the long-term trend of a function. In calculus, it helps you sketch curves. In algebra, it helps you understand polynomial and rational functions. In real life, it models population growth, physics trajectories, and economic trends.
The Basic Idea: Left and Right Ends
Every function has two ends:
- Left end behavior — what happens as x → −∞
- Right end behavior — what happens as x → +∞
You analyze each separately. They don't have to match. A function can go up on the left and down on the right, or vice versa.
End Behavior of Polynomials
Polynomials are predictable. Their end behavior comes down to two things:
- The degree (even or odd)
- The leading coefficient (positive or negative)
The leading term dominates as x gets huge. Everything else becomes irrelevant. That's why you only look at the first term when determining end behavior.
The Four Cases
| Degree | Leading Coefficient | Left End (x → −∞) | Right End (x → +∞) |
|---|---|---|---|
| Even | Positive (+) | ↑ Up | ↑ Up |
| Even | Negative (−) | ↓ Down | ↓ Down |
| Odd | Positive (+) | ↓ Down | ↑ Up |
| Odd | Negative (−) | ↑ Up | ↓ Down |
Examples
f(x) = 3x⁴ − 2x² + 7
Even degree, positive leading coefficient. Both ends go up. Like a U shape, but steeper.
f(x) = −5x³ + 2x
Odd degree, negative leading coefficient. Left goes up, right goes down. Like an inverted S.
f(x) = 2x⁵ − 3x³ + x
Odd degree, positive leading coefficient. Left goes down, right goes up. Like a standard S.
End Behavior of Rational Functions
Rational functions are fractions with polynomials on top and bottom. Their end behavior depends on the degrees of the numerator and denominator.
Three Scenarios
1. Degree of numerator < degree of denominator
The function approaches y = 0. A horizontal asymptote at zero.
Example: f(x) = 1/x → 0 as x → ±∞
2. Degree of numerator = degree of denominator
The function approaches the ratio of leading coefficients.
Example: f(x) = (3x² + 1)/(x² + 2) → 3/1 = 3. Horizontal asymptote at y = 3.
3. Degree of numerator > degree of denominator
No horizontal asymptote. The function behaves like a polynomial. Use polynomial end behavior rules on the leading terms.
Example: f(x) = (x³ + 1)/(x + 2) → x² as x → ±∞
End Behavior of Exponential and Logarithmic Functions
Exponential functions are straightforward. One end goes to zero, the other goes to infinity.
f(x) = 2ˣ
As x → −∞, f(x) → 0. As x → +∞, f(x) → +∞.
f(x) = (1/2)ˣ
As x → −∞, f(x) → +∞. As x → +∞, f(x) → 0.
Logarithmic functions approach vertical asymptotes on one end and go to infinity on the other.
f(x) = ln(x)
As x → 0⁺, f(x) → −∞. As x → +∞, f(x) → +∞.
How to Determine End Behavior: Step-by-Step
Here's how to actually do it:
For Polynomials
- Identify the degree (is it even or odd?)
- Identify the leading coefficient (is it positive or negative?)
- Match to the table above
Don't factor. Don't expand. Don't look at the constant term. Only the leading term matters for end behavior.
For Rational Functions
- Compare degrees of numerator and denominator
- If numerator degree is lower → approaches 0
- If degrees are equal → approaches ratio of leading coefficients
- If numerator degree is higher → behaves like the quotient polynomial
For Graphs
- Trace the curve with your eyes from left to right
- Note what y-values do as you approach the edges
- Describe the direction: up, down, or approaching a horizontal line
Common Mistakes to Avoid
- Ignoring the leading coefficient. A negative leading coefficient flips everything.
- Getting distracted by middle behavior. Functions can wiggle, cross, and do weird things in the middle. End behavior only cares about the extremes.
- Confusing local maxima/minima with end behavior. Peaks in the middle don't determine what happens at infinity.
- Forgetting that end behavior describes direction, not exact values. You're not finding limits numerically. You're describing the trend.
Real-World Applications
End behavior isn't just textbook math. It shows up everywhere.
Physics: Projectile motion follows parabolic paths. At the ends (before launch, after impact), the object is on the ground (y = 0).
Biology: Population models often use logistic functions that approach carrying capacity. The end behavior shows the long-term population equilibrium.
Economics: Cost functions approach linear behavior at scale. Understanding end behavior helps businesses predict costs at production scale.
Quick Reference Summary
- End behavior = what happens at x → ±∞
- Polynomials: look at degree (even/odd) and leading coefficient (sign)
- Rational functions: compare degrees of numerator and denominator
- Exponentials: one end → 0, one end → infinity
- Only the leading term matters for large |x|