Math 3 Quiz: Rational Function Features
14 questions · exam conditions
0:00
Rational Function FeaturesQuestion 1 of 14

A rational function has the form h(x)=ax2+bx+c(x3)2(x+1)h(x) = \frac{ax^2 + bx + c}{(x-3)^2(x+1)} where aa, bb, and cc are constants. If the function has a horizontal asymptote at y=2y = 2, which additional condition would create a hole in the graph?

The numerator must have (x3)(x-3) as a factor, requiring 9a+3b+c=09a + 3b + c = 0 to be satisfied.
The numerator must have (x+1)(x+1) as a factor, requiring ab+c=0a - b + c = 0 to be satisfied.
The numerator must have (x3)2(x-3)^2 as a factor, requiring both 9a+3b+c=09a + 3b + c = 0 and 6a+b=06a + b = 0.
The numerator must equal zero at x=3x = 3, but this creates a vertical asymptote rather than a hole.
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Rational Function Features

Practice Rational Function Features in Math 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Rational Function Features, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A rational function has the form h(x)=ax2+bx+c(x3)2(x+1)h(x) = \frac{ax^2 + bx + c}{(x-3)^2(x+1)} where aa, bb, and cc are constants. If the function has a horizontal asymptote at y=2y = 2, which additional condition would create a hole in the graph?

  1. The numerator must have (x3)(x-3) as a factor, requiring 9a+3b+c=09a + 3b + c = 0 to be satisfied. (correct answer)
  2. The numerator must have (x+1)(x+1) as a factor, requiring ab+c=0a - b + c = 0 to be satisfied.
  3. The numerator must have (x3)2(x-3)^2 as a factor, requiring both 9a+3b+c=09a + 3b + c = 0 and 6a+b=06a + b = 0.
  4. The numerator must equal zero at x=3x = 3, but this creates a vertical asymptote rather than a hole.
Explanation: Since the horizontal asymptote is y=2y = 2, we need a=2a = 2. For a hole to exist, a factor in the denominator must cancel with the numerator. The denominator has factors (x3)2(x-3)^2 and (x+1)(x+1). If the numerator has factor (x3)(x-3), then one factor of (x3)(x-3) cancels, leaving (x3)(x-3) in the denominator (still a vertical asymptote) and creating a hole. For (x3)(x-3) to be a factor of the numerator, we need the numerator to equal zero when x=3x = 3: a(3)2+b(3)+c=9a+3b+c=0a(3)^2 + b(3) + c = 9a + 3b + c = 0. Choice B would create a hole but at x=1x = -1. Choice C would completely cancel (x3)2(x-3)^2, removing the vertical asymptote entirely. Choice D is incorrect about the result.

Question 2

Consider the piecewise-defined function where f(x)=x29x+3f(x) = \frac{x^2 - 9}{x + 3} for x3x \neq -3 and f(3)=5f(-3) = 5. How does this compare to the rational function g(x)=x29x+3g(x) = \frac{x^2 - 9}{x + 3} that is undefined at x=3x = -3?

  1. Both functions have identical behavior including the same type of discontinuity at x=3x = -3 with matching limits.
  2. Function ff has a jump discontinuity at x=3x = -3 while gg has a removable discontinuity at the same point. (correct answer)
  3. Function ff has a removable discontinuity at x=3x = -3 while gg has a hole, but both approach the same limit.
  4. Function ff has a removable discontinuity at x=3x = -3 while gg has a hole, with different limiting behaviors.
Explanation: For both functions, x29x+3=(x3)(x+3)x+3=x3\frac{x^2-9}{x+3} = \frac{(x-3)(x+3)}{x+3} = x-3 when x3x \neq -3. So limx3f(x)=limx3g(x)=33=6\lim_{x \to -3} f(x) = \lim_{x \to -3} g(x) = -3-3 = -6. Function gg has a hole (removable discontinuity) at x=3x = -3 since the limit exists but the function is undefined there. Function ff has f(3)=56f(-3) = 5 \neq -6, so while the limit exists, the function value differs from the limit, creating a jump discontinuity (the function 'jumps' from the limit value to the defined value). Choice A ignores that f(3)=5f(-3) = 5. Choice C incorrectly categorizes both as the same type of discontinuity. Choice D correctly identifies the discontinuity types but wrongly claims different limits.

Question 3

The rational function h(x)=x38x2+2x+4h(x) = \frac{x^3 - 8}{x^2 + 2x + 4} appears to have a denominator that doesn't factor over the reals. However, there's a hidden relationship. What is the correct analysis of this function?

  1. The function has no real vertical asymptotes since the denominator has no real zeros, and approaches y=0y = 0 as xx \to \infty.
  2. The function simplifies to h(x)=x2h(x) = x - 2 because the numerator and denominator share a common factor. (correct answer)
  3. The function has no real vertical asymptotes and no horizontal asymptote since the numerator degree exceeds the denominator degree.
  4. The function has complex vertical asymptotes but behaves like y=xy = x for large values due to polynomial division.
Explanation: The key insight is recognizing that x38=(x2)(x2+2x+4)x^3 - 8 = (x-2)(x^2+2x+4) using the difference of cubes formula: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2+ab+b^2). So h(x)=(x2)(x2+2x+4)x2+2x+4=x2h(x) = \frac{(x-2)(x^2+2x+4)}{x^2+2x+4} = x-2 (for xx \neq the complex roots of x2+2x+4=0x^2+2x+4=0). Since the denominator has no real zeros, there are no holes or asymptotes in the real plane - the function is simply the line y=x2y = x-2. Choice A incorrectly assumes the original form determines the behavior. Choice C correctly identifies no real asymptotes but wrong about the simplified form. Choice D mentions irrelevant complex asymptotes and incorrect end behavior.

Question 4

Consider the rational function f(x)=x29x22x3f(x) = \frac{x^2 - 9}{x^2 - 2x - 3}. After simplifying this function, what is the behavior at x=3x = 3?

  1. There is a vertical asymptote at x=3x = 3
  2. There is a removable discontinuity (hole) at x=3x = 3 (correct answer)
  3. The function is continuous at x=3x = 3
  4. There is a horizontal asymptote at x=3x = 3
Explanation: First, factor the numerator and denominator: f(x)=(x3)(x+3)(x3)(x+1)f(x) = \frac{(x-3)(x+3)}{(x-3)(x+1)}. Since (x3)(x-3) appears in both numerator and denominator, it cancels out, leaving f(x)=x+3x+1f(x) = \frac{x+3}{x+1} for x3x \neq 3. This creates a removable discontinuity (hole) at x=3x = 3. Choice A is wrong because the factor cancels rather than creating an asymptote. Choice C is wrong because the original function is undefined at x=3x = 3. Choice D is wrong because horizontal asymptotes are not located at specific x-values.

Question 5

A rational function has the form r(x)=P(x)Q(x)r(x) = \frac{P(x)}{Q(x)} where P(x)P(x) and Q(x)Q(x) are polynomials. If r(x)r(x) has vertical asymptotes at x=2x = -2 and x=5x = 5, and a hole at x=3x = 3, which expression could represent Q(x)Q(x)?

  1. (x+2)(x5)(x3)(x+2)(x-5)(x-3) (correct answer)
  2. (x+2)(x5)(x+2)(x-5)
  3. (x+2)2(x5)(x3)(x+2)^2(x-5)(x-3)
  4. (x2)(x+5)(x3)(x-2)(x+5)(x-3)
Explanation: For vertical asymptotes at x=2x = -2 and x=5x = 5, the denominator Q(x)Q(x) must have factors (x+2)(x+2) and (x5)(x-5) that do not completely cancel with the numerator. For a hole at x=3x = 3, both the numerator and denominator must have the factor (x3)(x-3), and this factor must cancel completely. Therefore, Q(x)Q(x) must contain (x+2)(x+2), (x5)(x-5), and (x3)(x-3). Choice A satisfies this. Choice B is missing the (x3)(x-3) factor needed for the hole. Choice C would work but has an extra factor. Choice D has wrong signs for the asymptote factors.

Question 6

For the rational function k(x)=x21x3x2x+1k(x) = \frac{x^2 - 1}{x^3 - x^2 - x + 1}, determine the total number of vertical asymptotes and holes combined.

  1. One vertical asymptote and one hole (correct answer)
  2. Two vertical asymptotes and no holes
  3. One vertical asymptote and no holes
  4. No vertical asymptotes and one hole
Explanation: Factor the numerator: x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1). Factor the denominator by grouping: x3x2x+1=x2(x1)1(x1)=(x21)(x1)=(x1)(x+1)(x1)=(x1)2(x+1)x^3 - x^2 - x + 1 = x^2(x-1) - 1(x-1) = (x^2-1)(x-1) = (x-1)(x+1)(x-1) = (x-1)^2(x+1). The function becomes k(x)=(x1)(x+1)(x1)2(x+1)k(x) = \frac{(x-1)(x+1)}{(x-1)^2(x+1)}. The factor (x+1)(x+1) cancels completely, creating a hole at x=1x = -1. One factor of (x1)(x-1) cancels, leaving (x1)(x-1) in the denominator, creating a vertical asymptote at x=1x = 1. So there is one vertical asymptote and one hole.

Question 7

The rational function g(x)=2x3+x28x4x2+3x+2g(x) = \frac{2x^3 + x^2 - 8x - 4}{x^2 + 3x + 2} can be simplified by factoring. What is the horizontal asymptote of the simplified function?

  1. The function has no horizontal asymptote because the degree of the numerator exceeds the degree of the denominator. (correct answer)
  2. The horizontal asymptote is y=2y = 2 based on the ratio of the leading coefficients after simplification.
  3. The horizontal asymptote is y=0y = 0 since the denominator degree exceeds the numerator degree after cancellation.
  4. The horizontal asymptote is y=1y = 1 determined by the remaining linear factors in the simplified expression.
Explanation: First, factor the denominator: x2+3x+2=(x+1)(x+2)x^2 + 3x + 2 = (x+1)(x+2). For the numerator, factor by grouping: 2x3+x28x4=x2(2x+1)4(2x+1)=(x24)(2x+1)=(x2)(x+2)(2x+1)2x^3 + x^2 - 8x - 4 = x^2(2x+1) - 4(2x+1) = (x^2-4)(2x+1) = (x-2)(x+2)(2x+1). So g(x)=(x2)(x+2)(2x+1)(x+1)(x+2)g(x) = \frac{(x-2)(x+2)(2x+1)}{(x+1)(x+2)}. After canceling (x+2)(x+2), we get g(x)=(x2)(2x+1)x+1=2x23x2x+1g(x) = \frac{(x-2)(2x+1)}{x+1} = \frac{2x^2-3x-2}{x+1}. The simplified function has degree 2 in the numerator and degree 1 in the denominator, so there is no horizontal asymptote. Choices B, C, and D all incorrectly assume a horizontal asymptote exists.

Question 8

For the rational function k(x)=3x312x2+9xx36x2+11x6k(x) = \frac{3x^3 - 12x^2 + 9x}{x^3 - 6x^2 + 11x - 6}, what happens as xx approaches positive infinity?

  1. The function approaches y=3y = 3 because the ratio of leading coefficients determines the horizontal asymptote behavior. (correct answer)
  2. The function approaches y=0y = 0 since after factoring and simplification, the denominator degree exceeds the numerator degree.
  3. The function increases without bound because the simplified form has a higher degree numerator than denominator.
  4. The function approaches y=1y = 1 based on the behavior of the simplified rational expression at infinity.
Explanation: For large values of xx, the behavior is determined by the leading terms. Both numerator and denominator have degree 3, so the horizontal asymptote is the ratio of leading coefficients: 3x3x3=3\frac{3x^3}{x^3} = 3. Even though this function can be factored (numerator: 3x(x24x+3)=3x(x1)(x3)3x(x^2-4x+3) = 3x(x-1)(x-3); denominator factors as (x1)(x2)(x3)(x-1)(x-2)(x-3)), and factors cancel to give 3xx2\frac{3x}{x-2} after removing holes, the end behavior is still determined by y=3y = 3. Choice B incorrectly assumes the degrees change after factoring. Choice C is wrong about the direction. Choice D gives an incorrect asymptote value.

Question 9

The function m(x)=x3+2x29x18x2+x6m(x) = \frac{x^3 + 2x^2 - 9x - 18}{x^2 + x - 6} has a specific type of discontinuity. After performing polynomial long division, what can be concluded about the function's behavior?

  1. The function has a slant asymptote y=x+1y = x + 1 and a vertical asymptote at x=2x = 2 only.
  2. The function has a slant asymptote y=x+1y = x + 1 and a hole at x=3x = -3 with no vertical asymptotes.
  3. The function has a slant asymptote y=x+1y = x + 1, a hole at x=3x = -3, and a vertical asymptote at x=2x = 2. (correct answer)
  4. The function has vertical asymptotes at both x=3x = -3 and x=2x = 2 with a slant asymptote y=x+1y = x + 1.
Explanation: First, factor the denominator: x2+x6=(x+3)(x2)x^2 + x - 6 = (x+3)(x-2). Factor the numerator by grouping: x3+2x29x18=x2(x+2)9(x+2)=(x29)(x+2)=(x3)(x+3)(x+2)x^3 + 2x^2 - 9x - 18 = x^2(x+2) - 9(x+2) = (x^2-9)(x+2) = (x-3)(x+3)(x+2). So m(x)=(x3)(x+3)(x+2)(x+3)(x2)m(x) = \frac{(x-3)(x+3)(x+2)}{(x+3)(x-2)}. The factor (x+3)(x+3) cancels, creating a hole at x=3x = -3. This gives m(x)=(x3)(x+2)x2=x2x6x2m(x) = \frac{(x-3)(x+2)}{x-2} = \frac{x^2-x-6}{x-2}. Performing polynomial long division: x2x6=(x2)(x+1)4x^2-x-6 = (x-2)(x+1) - 4, so m(x)=x+14x2m(x) = x+1 - \frac{4}{x-2}. This shows a slant asymptote y=x+1y = x+1 and vertical asymptote at x=2x = 2. Choice A misses the hole. Choice B misses the vertical asymptote. Choice D incorrectly includes x=3x = -3 as a vertical asymptote.

Question 10

A rational function has the form g(x)=P(x)(x+2)3(x1)2g(x) = \frac{P(x)}{(x+2)^3(x-1)^2} where P(x)P(x) is a polynomial. If g(x)g(x) has exactly one vertical asymptote, what must be true about P(x)P(x)?

  1. P(x)P(x) must have (x+2)2(x+2)^2 as a factor but not (x+2)3(x+2)^3, leaving one factor to create the asymptote.
  2. P(x)P(x) must have (x1)2(x-1)^2 as a factor but cannot have (x+2)(x+2) as a factor to maintain the asymptote.
  3. P(x)P(x) must have either (x+2)3(x+2)^3 or (x1)2(x-1)^2 as a factor, but not both simultaneously.
  4. P(x)P(x) must have (x+2)2(x1)2(x+2)^2(x-1)^2 as a factor, leaving only (x+2)(x+2) in the denominator for the asymptote. (correct answer)
Explanation: The denominator has potential vertical asymptotes at x=2x = -2 and x=1x = 1. For exactly one vertical asymptote, we must eliminate one of these. If P(x)P(x) has (x+2)2(x1)2(x+2)^2(x-1)^2 as a factor, then g(x)=(x+2)2(x1)2Q(x)(x+2)3(x1)2=Q(x)x+2g(x) = \frac{(x+2)^2(x-1)^2 \cdot Q(x)}{(x+2)^3(x-1)^2} = \frac{Q(x)}{x+2} for some polynomial Q(x)Q(x). This leaves only one vertical asymptote at x=2x = -2. Choice A leaves (x+2)(x+2) in the denominator but doesn't address x=1x = 1, giving two asymptotes. Choice B leaves (x+2)3(x+2)^3 in the denominator, still giving two asymptotes. Choice C is too vague and doesn't specify the correct multiplicities needed.

Question 11

A rational function p(x)=(xa)2(xb)(xa)(xc)(xd)p(x) = \frac{(x-a)^2(x-b)}{(x-a)(x-c)(x-d)} where aa, bb, cc, and dd are distinct real numbers. Which statement best describes the key features of this function?

  1. The function has a hole at x=ax = a, vertical asymptotes at x=cx = c and x=dx = d, and touches the x-axis at x=bx = b.
  2. The function has vertical asymptotes at x=ax = a, x=cx = c, and x=dx = d, with a simple zero at x=bx = b.
  3. The function has a hole at x=ax = a, vertical asymptotes at x=cx = c and x=dx = d, and crosses the x-axis at x=bx = b. (correct answer)
  4. The function has a double zero at x=ax = a, vertical asymptotes at x=cx = c and x=dx = d, and crosses the x-axis at x=bx = b.
Explanation: After canceling the common factor (xa)(x-a), we get p(x)=(xa)(xb)(xc)(xd)p(x) = \frac{(x-a)(x-b)}{(x-c)(x-d)}. The canceled factor creates a hole at x=ax = a. The remaining denominator factors (xc)(x-c) and (xd)(x-d) create vertical asymptotes at x=cx = c and x=dx = d. The remaining numerator factor (xb)(x-b) has multiplicity 1, so the function crosses (not touches) the x-axis at x=bx = b. Choice A incorrectly states the function touches the x-axis at x=bx = b (which would require even multiplicity). Choice B ignores the cancellation and incorrectly claims a vertical asymptote at x=ax = a. Choice D incorrectly claims x=ax = a is a zero rather than a hole.

Question 12

Consider the rational function r(x)=x45x3+6x2x36x2+9xr(x) = \frac{x^4 - 5x^3 + 6x^2}{x^3 - 6x^2 + 9x}. What is the most complete description of this function's key features?

  1. After factoring, the function simplifies to r(x)=x(x2)x3r(x) = \frac{x(x-2)}{x-3} with a hole at x=0x = 0 and vertical asymptote at x=3x = 3.
  2. After factoring, the function simplifies to r(x)=x(x2)x3r(x) = \frac{x(x-2)}{x-3} with holes at x=0x = 0 and x=3x = 3, and a vertical asymptote at x=3x = 3.
  3. After factoring, the function simplifies to r(x)=x2x3r(x) = \frac{x-2}{x-3} with holes at x=0x = 0 and x=3x = 3, and a vertical asymptote at x=3x = 3.
  4. After factoring, the function simplifies to r(x)=x2x3r(x) = \frac{x-2}{x-3} with a hole at x=0x = 0 and vertical asymptote at x=3x = 3. (correct answer)
Explanation: Factor the numerator: x45x3+6x2=x2(x25x+6)=x2(x2)(x3)x^4 - 5x^3 + 6x^2 = x^2(x^2 - 5x + 6) = x^2(x-2)(x-3). Factor the denominator: x36x2+9x=x(x26x+9)=x(x3)2x^3 - 6x^2 + 9x = x(x^2 - 6x + 9) = x(x-3)^2. So r(x)=x2(x2)(x3)x(x3)2=x(x2)x3r(x) = \frac{x^2(x-2)(x-3)}{x(x-3)^2} = \frac{x(x-2)}{x-3} after canceling xx and one factor of (x3)(x-3). The canceled factor xx creates a hole at x=0x = 0. The remaining (x3)(x-3) in the denominator creates a vertical asymptote at x=3x = 3. Choice A keeps the extra xx factor incorrectly. Choice B incorrectly claims x=3x = 3 is both a hole and asymptote. Choice C keeps the wrong factors after cancellation.

Question 13

Consider the rational function f(x)=x24x5x26x+5f(x) = \frac{x^2 - 4x - 5}{x^2 - 6x + 5}. After factoring both numerator and denominator, which statement correctly describes the behavior of this function?

  1. The function has vertical asymptotes at x=1x = 1 and x=5x = 5, with no holes or removable discontinuities.
  2. The function has a vertical asymptote at x=1x = 1 and a hole at x=5x = 5 where the function is undefined. (correct answer)
  3. The function has a vertical asymptote at x=5x = 5 and a hole at x=1x = 1 where the function is undefined.
  4. The function has holes at both x=1x = 1 and x=5x = 5 with no vertical asymptotes present.
Explanation: Factoring the numerator: x24x5=(x5)(x+1)x^2 - 4x - 5 = (x-5)(x+1). Factoring the denominator: x26x+5=(x5)(x1)x^2 - 6x + 5 = (x-5)(x-1). So f(x)=(x5)(x+1)(x5)(x1)f(x) = \frac{(x-5)(x+1)}{(x-5)(x-1)}. The factor (x5)(x-5) cancels, creating a hole at x=5x = 5. The remaining denominator factor (x1)(x-1) creates a vertical asymptote at x=1x = 1. Choice A incorrectly identifies both zeros of the original denominator as vertical asymptotes. Choice C reverses which discontinuity is which. Choice D incorrectly claims both are holes.

Question 14

A rational function f(x)=ax2+bx+cdx2+ex+ff(x) = \frac{ax^2 + bx + c}{dx^2 + ex + f} has a horizontal asymptote at y=3y = 3. If d=2d = 2, what must be true about the value of aa?

  1. a=6a = 6 (correct answer)
  2. a=3a = 3
  3. a=32a = \frac{3}{2}
  4. aa can be any nonzero value
Explanation: For a rational function where the numerator and denominator have the same degree, the horizontal asymptote is y=leading coefficient of numeratorleading coefficient of denominatory = \frac{\text{leading coefficient of numerator}}{\text{leading coefficient of denominator}}. Here, the horizontal asymptote is y=ad=a2=3y = \frac{a}{d} = \frac{a}{2} = 3. Solving for aa: a=6a = 6. Choice B gives y=32y = \frac{3}{2}. Choice C gives y=3/22=34y = \frac{3/2}{2} = \frac{3}{4}. Choice D is incorrect because the horizontal asymptote depends specifically on the ratio of leading coefficients.