Precalculus: Rational Functions, Asymptotes, and Rational Equations

Fundamental Concepts of Rational Functions

  • Rational Function: A function f(x)f(x) that can be expressed as the quotient of two polynomial functions:     f(x)=a(x)b(x)=anxn+an1xn1++a1x+a0bmxm+bm1xm1++b1x+b0f(x) = \frac{a(x)}{b(x)} = \frac{a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0}{b_m x^m + b_{m-1} x^{m-1} + \dots + b_1 x + b_0}     where b(x)0b(x) \neq 0 and the denominator polynomial has a degree greater than 00.

  • Asymptote: A line that a curve approaches arbitrarily closely as it heads toward infinity or a point of discontinuity.

  • Vertical Asymptote: A line x=cx = c where the value of f(x)f(x) approaches positive or negative infinity as xx approaches cc from either the left or the right.

  • Horizontal Asymptote: A line y=cy = c that indicates the end behavior of the graph as xx approaches positive infinity (\infty) or negative infinity (-\infty).

  • Oblique (Slant) Asymptote: A non-horizontal, non-vertical line asymptote that describes the end behavior of a rational function when the degree of the numerator is exactly one greater than the degree of the denominator (n=m+1n = m + 1).

  • Holes (Removable Discontinuities): Points on the graph where a rational function is undefined because both the numerator and the denominator equal zero for a specific value of xx (i.e., they share a common factor).

The Reciprocal Parent Function

The reciprocal parent function
  • Parent Function Equation:     f(x)=1xf(x) = \frac{1}{x}

  • Domain:     {xx0,xR}\{x \mid x \neq 0, x \in \mathbb{R}\} or (,0)(0,)(-\infty, 0) \cup (0, \infty)

  • Range:     {yy0,yR}\{y \mid y \neq 0, y \in \mathbb{R}\} or (,0)(0,)(-\infty, 0) \cup (0, \infty)

  • Vertical Asymptote:     x=0x = 0

  • Horizontal Asymptote:     y=0y = 0

  • Symmetry: Origin symmetry (odd function, since f(x)=f(x)f(-x) = -f(x)).

Limit Definitions of Vertical and Horizontal Asymptotes

KeyConcept Vertical and Horizontal Asymptotes
  • Vertical Asymptote Definition:     The line x=cx = c is a vertical asymptote of the graph of f(x)f(x) if:     limxcf(x)=±orlimxc+f(x)=±\lim_{x \to c^-} f(x) = \pm\infty \quad \text{or} \quad \lim_{x \to c^+} f(x) = \pm\infty     Example: For f(x)=5(x+2)2f(x) = \frac{5}{(x + 2)^2}, as x2x \to -2, f(x)f(x) \to \infty. Thus, the vertical asymptote is x=2x = -2

  • Horizontal Asymptote Definition:     The line y=cy = c is a horizontal asymptote of the graph of f(x)f(x) if:     limxf(x)=corlimxf(x)=c\lim_{x \to -\infty} f(x) = c \quad \text{or} \quad \lim_{x \to \infty} f(x) = c     Example: For f(x)=6x2x2+2f(x) = \frac{6x^2}{x^2 + 2}, as x±x \to \pm\infty, f(x)6f(x) \to 6. Thus, the horizontal asymptote is y=6y = 6

Key Rules for Graphing Rational Functions

KeyConcept Graphs of Rational Functions

Given a rational function f(x)=a(x)b(x)f(x) = \frac{a(x)}{b(x)} in simplest form (where a(x)a(x) and b(x)b(x) have no common factors other than ±1\pm 1):

  • Vertical Asymptotes: Occur at the real zeros of the denominator b(x)b(x). Set b(x)=0b(x) = 0 and solve for xx.

  • Horizontal Asymptotes: Determined by comparing the degree nn of numerator a(x)a(x) to the degree mm of denominator b(x)b(x):

    • Case 1 (n<mn < m): The horizontal asymptote is y=0y = 0 (xx-axis).

    • Case 2 (n=mn = m): The horizontal asymptote is the ratio of the leading coefficients:         y=anbmy = \frac{a_n}{b_m}

    • Case 3 (n>mn > m): There is no horizontal asymptote (the graph may have an oblique asymptote or polynomial end behavior).

  • Intercepts:

    • xx-intercepts: Occur at the real zeros of the numerator a(x)a(x) where b(x)0b(x) \neq 0. Set a(x)=0a(x) = 0 and solve for xx.

    • yy--intercept: Calculated by evaluating f(0)f(0), provided x=0x = 0 is in the domain.

Oblique Asymptotes

KeyConcept Oblique Asymptotes
  • Condition: An oblique asymptote exists if and only if the degree nn of the numerator is exactly one greater than the degree mm of the denominator (n=m+1n = m + 1).

  • Determination Method: Divide the numerator a(x)a(x) by the denominator b(x)b(x) using polynomial long division or synthetic division:     f(x)=a(x)b(x)=q(x)+r(x)b(x)f(x) = \frac{a(x)}{b(x)} = q(x) + \frac{r(x)}{b(x)}     As x±x \to \pm\infty, the remainder term r(x)b(x)0\frac{r(x)}{b(x)} \to 0.     The equation of the oblique asymptote is given by the linear quotient polynomial:     y=q(x)y = q(x)

  • Example: For f(x)=x2x+1f(x) = \frac{x^2}{x + 1}, dividing x2x^2 by x+1x + 1 gives x1+1x+1x - 1 + \frac{1}{x + 1}. The oblique asymptote is y=x1y = x - 1.

Step-by-Step Examples: Analyzing and Graphing Rational Functions

  • Example 1A: Finding Asymptotes and Domain

    • Function:         f(x)=xx1f(x) = \frac{x}{x - 1}

    • Domain: Denominator cannot equal zero (x10    x1x - 1 \neq 0 \implies x \neq 1).         D={xx1,xR}D = \{x \mid x \neq 1, x \in \mathbb{R}\}

    • Vertical Asymptote: Zeros of denominator give x=1x = 1

    • Horizontal Asymptote: Degree of numerator (n=1n = 1) equals degree of denominator (m=1m = 1). Ratio of leading coefficients is 11=1\frac{1}{1} = 1.         y=1y = 1

    • End Behavior Check:         limxf(x)=1andlimxf(x)=1\lim_{x \to -\infty} f(x) = 1 \quad \text{and} \quad \lim_{x \to \infty} f(x) = 1

  • Example 1B: Function with No Vertical Asymptotes

    • Function:         f(x)=4x22x2+1f(x) = \frac{4x^2}{2x^2 + 1}

    • Domain: The denominator 2x2+1=02x^2 + 1 = 0 has imaginary zeros (x=±i22x = \pm \frac{i\sqrt{2}}{2}).         D={xxR}D = \{x \mid x \in \mathbb{R}\}

    • Vertical Asymptotes: None.

    • Horizontal Asymptote: Degrees are equal (n=2,m=2n = 2, m = 2). Ratio of leading coefficients is 42=2\frac{4}{2} = 2.         y=2y = 2

  • Example 2A: Graphing Rational Functions (n<mn < m)

    • Function:         k(x)=7x+5k(x) = \frac{7}{x + 5}

    • Domain: D={xx5,xR}D = \{x \mid x \neq -5, x \in \mathbb{R}\}

    • Vertical Asymptote: x=5x = -5

    • Horizontal Asymptote: Degree of numerator (00) is less than degree of denominator (11).         y=0y = 0

    • Intercepts: No xx-intercept because numerator 707 \neq 0. yy-intercept at k(0)=75=1.4k(0) = \frac{7}{5} = 1.4.

    • Selected Plotting Points: k(4)=79k(4) = \frac{7}{9}, k(6)=7k(-6) = -7.

  • Example 2B: Graphing Functions with Multiple Vertical Asymptotes

    • Function:         f(x)=x+1x24=x+1(x2)(x+2)f(x) = \frac{x + 1}{x^2 - 4} = \frac{x + 1}{(x - 2)(x + 2)}

    • Domain: D={xx2,2,xR}D = \{x \mid x \neq -2, 2, x \in \mathbb{R}\}

    • Vertical Asymptotes: Set denominator to zero     x=2\implies x = -2 and x=2x = 2

    • Horizontal Asymptote: Degree numerator (11) < degree denominator (22)     y=0\implies y = 0

    • Intercepts: xx-intercept at numerator zero (x=1x = -1); yy-intercept at f(0)=0+104=0.25f(0) = \frac{0 + 1}{0 - 4} = -0.25

    • Test Intervals: (,2)(-\infty, -2), (2,1)(-2, -1), (1,2)(-1, 2), (2,)(2, \infty).

      • f(3)=0.4f(-3) = -0.4

      • f(1)=0.67f(1) = -0.67

      • f(3)=0.8f(3) = 0.8

  • Example 3: Graphing Rational Functions with Oblique Asymptotes (n=m+1n = m + 1)

    • Function:         f(x)=x2+x8x+3f(x) = \frac{x^2 + x - 8}{x + 3}

    • Domain: D={xx3,xR}D = \{x \mid x \neq -3, x \in \mathbb{R}\}

    • Vertical Asymptote: x=3x = -3

    • Horizontal Asymptote: None (n>mn > m).

    • Oblique Asymptote: Perform polynomial division x2+x8x+3=x22x+3\frac{x^2 + x - 8}{x + 3} = x - 2 - \frac{2}{x + 3}.         y=x2y = x - 2

    • xx-intercepts: Solve x2+x8=0x^2 + x - 8 = 0 using quadratic formula:         x=1±124(1)(8)2(1)=1±3322.37 and 3.37x = \frac{-1 \pm \sqrt{1^2 - 4(1)(-8)}}{2(1)} = \frac{-1 \pm \sqrt{33}}{2} \approx 2.37 \text{ and } -3.37

    • yy-intercept: f(0)=832.67f(0) = -\frac{8}{3} \approx -2.67

    • Additional Test Points: f(4)=4f(-4) = -4.

  • Example 4: Graphing Functions with Common Factors (Holes)

    • Function:         h(x)=x29x2x6=(x3)(x+3)(x3)(x+2)h(x) = \frac{x^2 - 9}{x^2 - x - 6} = \frac{(x - 3)(x + 3)}{(x - 3)(x + 2)}

    • Domain: D={xx2,3,xR}D = \{x \mid x \neq -2, 3, x \in \mathbb{R}\}

    • Simplified Form:         h~(x)=x+3x+2for x3\tilde{h}(x) = \frac{x + 3}{x + 2} \quad \text{for } x \neq 3

    • Vertical Asymptote: x=2x = -2 (zero of simplified denominator).

    • Horizontal Asymptote: Degrees equal (2=22 = 2)     y=1\implies y = 1

    • xx-intercept: x=3x = -3 (zero of simplified numerator).

    • yy-intercept: h(0)=96=1.5h(0) = \frac{-9}{-6} = 1.5

    • Hole (Removable Discontinuity): Occurs at x=3x = 3. Calculate yy-value using simplified form:         h~(3)=3+33+2=65=1.2    Hole at (3,65)\tilde{h}(3) = \frac{3 + 3}{3 + 2} = \frac{6}{5} = 1.2 \implies \text{Hole at } \left(3, \frac{6}{5}\right)

Solving Rational Equations

  • General Strategy: Multiply every term on both sides of the equation by the Least Common Denominator (LCD) of all rational terms to clear fractions. Solve the resulting polynomial equation and check all solutions against domain restrictions to eliminate extraneous solutions.

  • Example 6A: Basic Rational Equation

    • Equation:         x4x6=0x - \frac{4}{x - 6} = 0

    • LCD: x6x - 6 (Restriction: x6x \neq 6)

    • Multiply by LCD:         x(x6)4x6(x6)=0(x6)x(x - 6) - \frac{4}{x - 6}(x - 6) = 0(x - 6)         x26x4=0x^2 - 6x - 4 = 0

    • Apply Quadratic Formula:         x=(6)±(6)24(1)(4)2(1)=6±522=6±2132=3±13x = \frac{-(-6) \pm \sqrt{(-6)^2 - 4(1)(-4)}}{2(1)} = \frac{6 \pm \sqrt{52}}{2} = \frac{6 \pm 2\sqrt{13}}{2} = 3 \pm \sqrt{13}

    • Solutions: x=3+136.61x = 3 + \sqrt{13} \approx 6.61 and x=3130.61x = 3 - \sqrt{13} \approx -0.61. Both are valid.

  • Example 6B: Single Discontinuity Equation

    • Equation:         9x5+3=0\frac{9}{x - 5} + 3 = 0

    • Multiply by (x5)(x - 5):         9+3(x5)=0    9+3x15=0    3x6=0    x=29 + 3(x - 5) = 0 \implies 9 + 3x - 15 = 0 \implies 3x - 6 = 0 \implies x = 2

  • Example 7A: Equation with Extraneous Solutions

    • Equation:         x+xx1=3x2x1x + \frac{x}{x - 1} = \frac{3x - 2}{x - 1}

    • LCD: x1x - 1 (Restriction: x1x \neq 1)

    • Multiply by LCD:         x(x1)+x=3x2x(x - 1) + x = 3x - 2         x2x+x=3x2x^2 - x + x = 3x - 2         x23x+2=0x^2 - 3x + 2 = 0

    • Factor:         (x2)(x1)=0    x=2orx=1(x - 2)(x - 1) = 0 \implies x = 2 \quad \text{or} \quad x = 1

    • Check Domain: x=1x = 1 causes division by zero in the original equation and must be rejected as extraneous.

    • Final Solution: x=2x = 2

  • Example 7B: Equation with Quadratic LCD

    • Equation:         xx+2+6x5=14x23x10\frac{x}{x + 2} + \frac{6}{x - 5} = \frac{14}{x^2 - 3x - 10}

    • Factor Denominator: x23x10=(x+2)(x5)x^2 - 3x - 10 = (x + 2)(x - 5). LCD is (x+2)(x5)(x + 2)(x - 5). (Restrictions: x2,5x \neq -2, 5)

    • Multiply by LCD:         x(x5)+6(x+2)=14x(x - 5) + 6(x + 2) = 14         x25x+6x+12=14x^2 - 5x + 6x + 12 = 14         x2+x2=0x^2 + x - 2 = 0

    • Factor:         (x+2)(x1)=0    x=2orx=1(x + 2)(x - 1) = 0 \implies x = -2 \quad \text{or} \quad x = 1

    • Check Domain: x=2x = -2 is extraneous.

    • Final Solution: x=1x = 1

Real-World Applications

  • Example 8: Boat Rate in Water Current

    • Problem: The rate of a river current is 4mi/h4\,\text{mi/h}. A boat travels 6miles6\,\text{miles} downstream (with current) and 6miles6\,\text{miles} upstream (against current) in a total time of 2hours2\,\text{hours}. Find the speed rr of the boat in still water.

    • Relationship: Time=DistanceRate\text{Time} = \frac{\text{Distance}}{\text{Rate}}

      • Rate downstream: r+4r + 4

      • Rate upstream: r4r - 4

    • Equation:         6r4+6r+4=2\frac{6}{r - 4} + \frac{6}{r + 4} = 2

    • LCD: (r4)(r+4)(r - 4)(r + 4) (Restrictions: r±4r \neq \pm 4)

    • Algebraic Solution:         (r4)(r+4)6r4+(r4)(r+4)6r+4=2(r4)(r+4)(r - 4)(r + 4)\frac{6}{r - 4} + (r - 4)(r + 4)\frac{6}{r + 4} = 2(r - 4)(r + 4)         6(r+4)+6(r4)=2(r216)6(r + 4) + 6(r - 4) = 2(r^2 - 16)         6r+24+6r24=2r2326r + 24 + 6r - 24 = 2r^2 - 32         12r=2r23212r = 2r^2 - 32         2r212r32=02r^2 - 12r - 32 = 0         r26r16=0r^2 - 6r - 16 = 0         (r8)(r+2)=0    r=8orr=2(r - 8)(r + 2) = 0 \implies r = 8 \quad \text{or} \quad r = -2

    • Conclusion: Speed cannot be negative, so r=2r = -2 is discarded. The speed of the boat in still water is 8mi/h8\,\text{mi/h}.

Practice Problems and Solutions

  • Problem 1: Asymptotes and Holes Analysis

    • Find vertical/horizontal asymptotes and holes for:         k(x)=x2+x20x2+7x+10k(x) = \frac{x^2 + x - 20}{x^2 + 7x + 10}

    • Factored Form: k(x)=(x+5)(x4)(x+5)(x+2)k(x) = \frac{(x + 5)(x - 4)}{(x + 5)(x + 2)}

    • Domain: x5,2x \neq -5, -2

    • Vertical Asymptote: x=2x = -2

    • Horizontal Asymptote: y=1y = 1

    • Hole: At x=5x = -5. Value: 545+2=93=3    (5,3)\frac{-5 - 4}{-5 + 2} = \frac{-9}{-3} = 3 \implies (-5, 3)

  • Problem 2: Zeros of a Rational Function

    • Find all zeros for:         f(x)=x29x22x15f(x) = \frac{x^2 - 9}{x^2 - 2x - 15}

    • Factored Form: f(x)=(x3)(x+3)(x5)(x+3)f(x) = \frac{(x - 3)(x + 3)}{(x - 5)(x + 3)}

    • Domain restrictions: x5,3x \neq 5, -3

    • Simplified Form: x3x5\frac{x - 3}{x - 5}

    • Zero: Set simplified numerator to zero     x=3\implies x = 3 (x=3x = -3 is a hole, not a zero).

  • Problem 3: Zeros of High-Degree Polynomial

    • Find zeros for:         f(x)=x52x44x3+8x2x2f(x) = x^5 - 2x^4 - 4x^3 + 8x^2 - x - 2

    • Zeros: x=1x = 1 (multiplicity of 2), x=2x = -2, x=1±2x = 1 \pm \sqrt{2}