# Rational functions and end behavior

> AP Precalculus · AP Precalculus CED Unit 1: Polynomial and Rational Functions
> Source: https://www.owlsprep.com/study/ap-precalculus-u1-rational-functions-and-end-behavior/

This module covers end behavior classification of rational functions, the leading term ratio rule, identifying end behavior asymptotes, limit notation for end behavior, and distinguishing end behavior from local behavior for AP Precalculus exam preparation.

**Prerequisites:** [Limit notation for infinite inputs](https://www.owlsprep.com/study/ap-precalculus-u1-limits-at-infinity/); [Polynomial degree and leading coefficient rules](https://www.owlsprep.com/study/ap-precalculus-u1-polynomial-end-behavior/); Factoring polynomials to find discontinuities

## Learning objectives

- Classify end behavior of rational functions using the leading term rule
- Identify and find equations for horizontal, oblique, and curvilinear end behavior asymptotes
- Distinguish between end behavior and local behavior of rational functions
- Evaluate limits at infinity for rational functions

## Core Definitions

A rational function is defined as any function that can be written as the ratio of two polynomials $f(x) = \frac{P(x)}{Q(x)}$, where $P(x)$ and $Q(x)$ are polynomials with no common factors (after simplification) and $Q(x)$ is not the zero polynomial. End behavior describes the trend of output values $f(x)$ as the input $x$ grows without bound, either $x \to +\infty$ or $x \to -\infty$.

**Rational Function** — A function expressed as the ratio of two non-zero polynomials, with no common factors shared between numerator and denominator after simplification.

*Notation:* $f(x) = \frac{P(x)}{Q(x)}$

*Example:* $f(x) = \frac{2x+1}{x^2 - 4}$ is a rational function

According to the AP Precalculus CED, this topic makes up ~1.5-2% of total exam score, appearing in both multiple-choice and free-response sections. It is most commonly tested in questions asking to identify asymptotes, match functions to graphs, interpret long-term trends in contextual models, and evaluate limits at infinity.

## The Leading Term Rule for End Behavior

When analyzing the end behavior of any rational function $f(x) = \frac{P(x)}{Q(x)}$, as $x$ approaches $\pm\infty$, the highest-degree (leading) term of each polynomial dominates all lower-degree terms. Lower-degree terms become negligible compared to the leading term as $|x|$ grows very large.

$$f(x) \approx \frac{a_n x^n}{b_m x^m} = \left(\frac{a_n}{b_m}\right)x^{n-m}$$

Where $n$ is the degree of the numerator $P(x)$, $m$ is the degree of the denominator $Q(x)$, $a_n$ is the leading coefficient of $P(x)$, and $b_m$ is the leading coefficient of $Q(x)$. This rule determines all end behavior patterns for rational functions.

**Worked example:** Identify the end behavior of $f(x) = \frac{2x^4 - 3x^2 + 7x - 12}{5x^2 + 4x - 8}$ by writing the limit behavior as $x \to +\infty$ and $x \to -\infty$.

1. First, identify degrees and leading terms: the numerator $P(x)$ has degree $n=4$, leading term $2x^4$; the denominator $Q(x)$ has degree $m=2$, leading term $5x^2$.
2. Apply the leading term rule: for large $|x|$, $f(x)$ approximates to:
3. $$\frac{2x^4}{5x^2} = \frac{2}{5}x^2$$
4. Evaluate end behavior for $x \to +\infty$: as $x$ grows positive and large, $\frac{2}{5}x^2$ grows without bound to $+\infty$, so:
5. $$\lim_{x \to +\infty} f(x) = +\infty$$
6. Evaluate end behavior for $x \to -\infty$: even for large negative $x$, $x^2$ remains positive and grows without bound, so:
7. $$\lim_{x \to -\infty} f(x) = +\infty$$

> **Exam tip:** When you first start a problem, always write down $n$ (degree of numerator) and $m$ (degree of denominator) explicitly before applying the leading term rule. This avoids mixing up degrees and misclassifying the end behavior, a common MCQ trap.

## Classifying End Behavior Asymptotes

From the leading term rule, we can classify the end behavior asymptote (the function that $f(x)$ approaches as $x \to \pm\infty$) based on the relationship between $n$ and $m$:

- **Case 1 ($n < m$):** The ratio approaches 0, giving a horizontal asymptote at $y=0$.
- **Case 2 ($n = m$):** The ratio approaches the constant $\frac{a_n}{b_m}$, giving a horizontal asymptote at $y = \frac{a_n}{b_m}$.
- **Case 3 ($n = m + 1$):** The ratio is linear, giving an oblique (slant) asymptote found via polynomial long division.
- **Case 4 ($n \geq m + 2$):** End behavior follows a degree $n-m$ polynomial (curvilinear asymptote), rarely tested on AP Precalculus.

**Worked example:** Find the equation of the end behavior asymptote for $f(x) = \frac{4x^2 - 5x + 9}{2x - 1}$, and classify the type of asymptote.

1. Identify degrees: $n=2$ (numerator), $m=1$ (denominator), so $n = m + 1$, meaning we expect an oblique asymptote.
2. Perform polynomial long division, which gives:
3. $$f(x) = 2x - \frac{3}{2} + \frac{\frac{15}{2}}{2x - 1}$$
4. As $x \to \pm\infty$, the remainder term approaches 0, so $f(x)$ approaches:
5. $$y = 2x - \frac{3}{2}$$
6. Classification: This is an oblique (slant) asymptote.

> **Exam tip:** Always remember that an oblique asymptote only exists when the numerator degree is exactly one greater than the denominator degree. If it is two or more higher, there is no oblique asymptote, which is a common MCQ distractor.

## End Behavior vs Local Behavior

A core distinction commonly tested on the AP exam is the difference between end behavior (behavior for very large $|x|$, as $x \to \pm\infty$) and local behavior (behavior near a finite input $x=c$, such as near a vertical asymptote or hole). End behavior is driven entirely by the relative degrees of the numerator and denominator, while local behavior near a discontinuity is driven by the roots of the denominator.

> **info**
>
> A common misconception is that a rational function can never cross any asymptote. In reality, a function can never cross a vertical asymptote (it is undefined there, and tends to $\pm\infty$ near it), but it can cross a horizontal or oblique end behavior asymptote at any finite value of $x$. Crossing at a finite $x$ does not change end behavior, because asymptotes only describe the trend for very large $|x|$.

**Worked example:** For $f(x) = \frac{3x(x - 2)}{(x + 1)(x - 2)}$, identify (a) its horizontal end behavior asymptote, and (b) explain whether the discontinuity at $x=2$ affects the end behavior.

1. Simplify the function: the common $(x-2)$ factor cancels, so the simplified function is $f(x) = \frac{3x}{x + 1}$ for $x \neq 2$, with a hole at $x=2$.
2. Find the end behavior: degrees of numerator and denominator are both 1 ($n=m=1$), so the horizontal asymptote is:
3. $$y = \frac{3}{1} = 3$$
4. The discontinuity at $x=2$ is a local discontinuity at a finite input. It does not change the leading terms of the numerator or denominator, so it has no impact on the end behavior as $x \to \pm\infty$.
5. Even though the function is undefined at $x=2$, this does not change the fact that as $x$ grows very large, the function approaches $y=3$.

> **Exam tip:** Any time you see a common factor that creates a hole, remember that holes are local discontinuities and never change the end behavior or end behavior asymptote of the rational function.

## AP-Style Concept Check

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. Which of the following gives the equation of the end behavior asymptote of $f(x) = \frac{(2x^2 - 5)(3x + 4)}{6x^3 - 2x^2 + 11}$ and the correct limit as $x \to +\infty$?

   - A) Asymptote $y = x$, $\lim_{x \to +\infty} f(x) = +\infty$
   - B) Asymptote $y = 1$, $\lim_{x \to +\infty} f(x) = 1$
   - C) Asymptote $y = 6x$, $\lim_{x \to +\infty} f(x) = +\infty$
   - D) Asymptote $y = 0$, $\lim_{x \to +\infty} f(x) = 0$

   *Answer:* B) Asymptote $y = 1$, $\lim_{x \to +\infty} f(x) = 1$

   *Why:* Expand the numerator to get leading term $6x^3$, so $n=3$ leading coefficient 6. Denominator also has $m=3$ leading coefficient 6. For $n=m$, the horizontal asymptote is $y = 6/6 = 1$, so B is correct.

## Common pitfalls

- **Wrong:** When $n=m$, reverse the leading coefficient ratio, getting $y = \frac{b_m}{a_n}$ instead of $y = \frac{a_n}{b_m}$
  - Why it fails: Students mix up numerator and denominator when memorizing the rule, instead of writing the ratio explicitly
  - Correct: Always write the ratio explicitly as $\frac{\text{leading coefficient of numerator}}{\text{leading coefficient of denominator}}$ before simplifying, do not rely on memorized wording alone.
- **Wrong:** Claim an oblique asymptote exists when the numerator degree is 2 or more higher than the denominator
  - Why it fails: Students incorrectly generalize that any higher numerator degree means an oblique asymptote, forgetting the 'exactly one higher' requirement
  - Correct: Always write down $n$ and $m$, then check if $n = m + 1$ explicitly before concluding an oblique asymptote exists.
- **Wrong:** Eliminate an answer choice just because the graph crosses a horizontal asymptote at a finite $x$
  - Why it fails: Students confuse the 'no crossing' rule for vertical asymptotes with the rule for end behavior asymptotes
  - Correct: Only apply the 'no crossing' rule to vertical asymptotes; crossing a horizontal/oblique asymptote at finite $x$ is allowed and does not affect end behavior.
- **Wrong:** For $f(x) = \frac{-3x^3}{2x^2}$, state that $\lim_{x \to -\infty} f(x) = -\infty$
  - Why it fails: Students forget to check the sign of the power when $x$ is negative, only looking at the leading coefficient sign
  - Correct: After finding the leading term ratio, explicitly evaluate the sign for $x \to +\infty$ and $x \to -\infty$ separately when the exponent $n-m$ is odd.
- **Wrong:** Claim the end behavior limit does not exist because the function has a hole at a finite $x$
  - Why it fails: Students confuse local undefined points with end behavior, mixing up discontinuity location
  - Correct: End behavior depends only on behavior for very large $|x|$, so any discontinuity at a finite $x$ never changes end behavior.

## Cheatsheet

| Category | Rule/Equation | Notes |
| --- | --- | --- |
| General Rational Function | $f(x) = \frac{P(x)}{Q(x)}$, $P,Q$ non-zero polynomials | Roots of $Q$ (after simplification) = vertical asymptotes; common factors = local holes, no effect on end behavior |
| Leading Term End Behavior Rule | $f(x) \approx \frac{a_n}{b_m}x^{n-m}$ (large $\|x\|$) | $n = \deg P$, $m = \deg Q$, $a_n, b_m$ = leading coefficients |
| Horizontal Asymptote ($n < m$) | $y = 0$ | $\lim_{x \to \pm\infty} f(x) = 0$, end behavior approaches x-axis |
| Horizontal Asymptote ($n = m$) | $y = \frac{a_n}{b_m}$ | Constant end behavior, limit equals leading coefficient ratio |
| Oblique Asymptote ($n = m + 1$) | $y = mx + b$ (found via long division) | Only exists when numerator degree is exactly 1 higher than denominator |
| Curvilinear End Behavior ($n \geq m + 2$) | End behavior follows degree $n-m$ polynomial | Rarely tested on AP Precalculus |
| Asymptote Crossing Rule | Can cross horizontal/oblique asymptotes at finite $x$ | Never cross vertical asymptotes; crossing does not change end behavior |
| Hole Effect on End Behavior | No effect | Holes are local discontinuities at finite $x$ |

## What's next

This topic is the foundation for analyzing all rational function features in the rest of AP Precalculus Unit 1. You will use the end behavior classification you learned here to sketch complete graphs of rational functions, match functions to their graphs, and interpret long-term behavior in applied modeling problems. Without mastering the leading term rule and asymptote classification, you will struggle to sort through MCQ distractors that mix up different asymptote types and correctly answer FRQ questions asking for end behavior interpretation. This topic also lays the groundwork for limits at infinity that you will use in AP Calculus if you continue your math studies after precalculus.

- [Rational functions and zeros](https://www.owlsprep.com/study/ap-precalculus-u1-rational-functions-and-zeros/)
- [Rational functions and vertical asymptotes](https://www.owlsprep.com/study/ap-precalculus-u1-rational-functions-and-vertical-asymptotes/)
- [Rational functions and holes](https://www.owlsprep.com/study/ap-precalculus-u1-rational-functions-and-holes/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-precalculus-u1-rational-functions-and-end-behavior/
