Function End Behavior

Grade 12 · algebra · 100 practice problems · read aloud

🔊 Listen to this explanation

Function End Behavior: A Guide

1. What is End Behavior & Why It's Useful

End behavior describes the value of a function, f(x), as x approaches positive infinity (x → +∞) or negative infinity (x → -∞). It tells us about the function's long-term trends and helps us sketch accurate graphs without plotting countless points. 🚀

2. How to Determine End Behavior: A Step-by-Step Guide

  1. Identify the Leading Term: Find the term with the highest power of x.
  2. Check the Leading Coefficient (an): Is the number in front of that term positive or negative?
  3. Check the Degree (n): Is the highest power even or odd?
  4. Apply the Rule: Use the chart below to determine the behavior as x → +∞ and x → -∞.

3. Visual Examples

Example 1: f(x) = 2x³ - 5x + 1

  1. Leading Term: 2x³
  2. Leading Coefficient: Positive (2)
  3. Degree: Odd (3)
  4. End Behavior: As x → +∞, f(x) → +∞. As x → -∞, f(x) → -∞.

Graphically: The graph falls to the left and rises to the right. ↗️↙️

Example 2: g(x) = -x⁴ + 3x²

  1. Leading Term: -x⁴
  2. Leading Coefficient: Negative (-1)
  3. Degree: Even (4)
  4. End Behavior: As x → +∞, g(x) → -∞. As x → -∞, g(x) → -∞.

Graphically: The graph opens downward on both ends. ↙️↘️

4. Common Mistakes to Avoid

❌ Ignoring the Leading Coefficient: Don't just look at the degree! For f(x) = -2x³, the negative sign flips the standard "odd degree" behavior.

❌ Confusing Terminology: "As x approaches infinity" refers to the input (x), not the output (f(x)). We are describing what happens to f(x).

❌ Overcomplicating: You only need the leading term! Ignore the lower-degree terms and constants for end behavior analysis.

5. Tips & Tricks

Memory Aid: Think "Positive Leading Coefficient = Right Side Up." For even degrees, both ends point the same way. For odd degrees, the ends point in opposite directions.

Shortcut:
Positive & Even: ↑ ↑
Positive & Odd: ↓ ↑
Negative & Even: ↓ ↓
Negative & Odd: ↑ ↓

6. How to Practice

  • Create flashcards with different polynomial functions and quiz yourself on their end behavior.
  • Use graphing software (like Desmos) to input a function and visually confirm your end behavior predictions.
  • Practice with rational functions! For f(x) = (2x²+1)/(x-5), the end behavior is determined by the ratio of the leading terms (2x²/x = 2x), so it behaves like the line y=2x as x → ±∞.

Practice problems

6 of the 100, worked through step by step — try them before opening the answer.

1 lim(x→-∞) (9x⁷ - 11x⁵ + 3x² - 7) = ?

Hint: Consider the leading term of the polynomial. What happens to an odd-degree term with a positive coefficient as x approaches negative infinity?

Show the answer

Answer: -∞

  1. Identify the leading term of the polynomial f(x) = 9x⁷ - 11x⁵ + 3x² - 7. The highest degree is 7, so the leading term is 9x⁷.
  2. As x → -∞, the lower-degree terms (-11x⁵, 3x², -7) become negligible compared to 9x⁷ because the degree 7 dominates.
  3. Evaluate the behavior of the leading term: x⁷ is an odd power. For odd powers, as x → -∞, x⁷ → -∞.
  4. Multiply by the positive coefficient 9: 9 * (-∞) = -∞.
  5. Therefore, the limit is -∞.

The answer is -∞.

2 lim(x→∞) (3x³ - 2x² + 5)/(4x³ + x - 7) = ?

Hint: For rational functions where numerator and denominator have the same highest degree, the limit at infinity equals the ratio of the leading coefficients.

Show the answer

Answer: 3/4

  1. Identify the highest power of x in the denominator** Both numerator and denominator are polynomials. The highest power of x here is x³ (since the largest exponent in both numerator and denominator is 3). --- **
  2. Divide every term by x³** We do this to simplify the behavior as x → ∞. Numerator: (3x³ - 2x² + 5) / x³ = 3 - 2/x + 5/x³ Denominator: (4x³ + x - 7) / x³ = 4 + 1/x² - 7/x³ So the expression becomes: [3 - 2/x + 5/x³] / [4 + 1/x² - 7/x³] --- **
  3. Take the limit as x → ∞** As x → ∞: - 2/x → 0 - 5/x³ → 0 - 1/x² → 0 - 7/x³ → 0 So the expression approaches: (3 - 0 + 0) / (4 + 0 - 0) = 3/4 --- **
  4. Conclusion** Thus, lim(x→∞) (3x³ - 2x² + 5)/(4x³ + x - 7) = 3/4 --- **Final answer:** 3/4

Let's find the limit step by step. We want: lim(x→∞) (3x³ - 2x² + 5)/(4x³ + x - 7) --- **

3 lim_{x→∞} (3x³ - 2x² + 5)/(4x³ + x - 7) = ?

Hint: For rational functions where numerator and denominator have the same highest degree, the limit at infinity equals the ratio of the leading coefficients.

Show the answer

Answer: 3/4

  1. Identify the highest power of x in the denominator The denominator is 4x³ + x - 7. The highest power of x here is x³.
  2. Divide both numerator and denominator by x³ This is the standard approach for limits at infinity of rational functions. We divide every term in both numerator and denominator by x³: Numerator: (3x³ - 2x² + 5)/x³ = 3x³/x³ - 2x²/x³ + 5/x³ = 3 - 2/x + 5/x³ Denominator: (4x³ + x - 7)/x³ = 4x³/x³ + x/x³ - 7/x³ = 4 + 1/x² - 7/x³ So our expression becomes: (3 - 2/x + 5/x³)/(4 + 1/x² - 7/x³)
  3. Evaluate the limit as x approaches infinity As x becomes infinitely large: - 2/x approaches 0 - 5/x³ approaches 0 - 1/x² approaches 0 - 7/x³ approaches 0 Therefore, the limit becomes: (3 - 0 + 0)/(4 + 0 - 0) = 3/4
  4. Final answer The limit equals 3/4. This makes sense because when dealing with rational functions (polynomial divided by polynomial) as x approaches infinity, the limit is determined by the ratio of the leading coefficients when the degrees of the numerator and denominator are equal. Here, both have degree 3, and the ratio of leading coefficients is 3/4.

To find the limit as x approaches infinity of (3x³ - 2x² + 5)/(4x³ + x - 7), we need to analyze the behavior of the numerator and denominator when x becomes very large.

4 lim(x→∞) (2x⁴ - 3x² + 7)/(5x⁴ + x³ - 2) = ?

Hint: For rational functions where the degree of numerator and denominator are equal, the limit at infinity equals the ratio of the leading coefficients.

Show the answer

Answer: 2/5

  1. Identify the degrees of numerator and denominator. Both are degree 4.
  2. For rational functions where degrees are equal, the limit equals the ratio of leading coefficients.
  3. Leading coefficient of numerator is 2, leading coefficient of denominator is 5.
  4. The limit is 2/5.

The answer is 2/5.

5 lim(x→∞) (2x⁴ - 3x² + 7)/(5x⁴ - x³ + 2) = ?

Hint: For rational functions where the degree of numerator and denominator are equal, the limit at infinity equals the ratio of the leading coefficients.

Show the answer

Answer: 2/5

  1. Identify the degrees of numerator and denominator. Both are degree 4.
  2. Since degrees are equal, the limit equals the ratio of leading coefficients.
  3. Leading coefficient of numerator is 2.
  4. Leading coefficient of denominator is 5.
  5. The limit is 2/5.

The answer is 2/5.

6 lim(x→∞) (5x⁴ - 3x² + 7)/(2x⁴ + x³ - 4) = ?

Hint: For rational functions where the degree of numerator and denominator are equal, the limit at infinity equals the ratio of the leading coefficients.

Show the answer

Answer: 5/2

  1. Identify the degrees of numerator and denominator. Both are degree 4.
  2. For rational functions where degrees are equal, the limit equals the ratio of leading coefficients.
  3. Leading coefficient of numerator is 5, leading coefficient of denominator is 2.
  4. The limit is 5/2.

The answer is 5/2.

Practise this topic — 10 free problems, no signup →