Question 1
The function g(x)=x2−4ax3+bx2+cx+d has a slant asymptote with equation y=3x+2. If the function has a vertical asymptote at x=2 but not at x=−2, what must be true about the coefficients?
- a=3, b=2, and d=−16
- a=3, b=2, and the numerator has (x+2) as a factor (correct answer)
- a=3, c=8, and the numerator has (x+2) as a factor
- a=3, b=2, and c+d=0
Explanation: Since the slant asymptote is y=3x+2, when we divide the numerator by x2−4, we get quotient 3x+2. This means ax3+bx2+cx+d=(3x+2)(x2−4)+R(x) where R(x) is the remainder. Expanding: (3x+2)(x2−4)=3x3+2x2−12x−8. So a=3 and b=2. Since there's a vertical asymptote at x=2 but not at x=−2, the denominator factor (x+2) must cancel with a factor in the numerator, meaning (x+2) divides the numerator. Choice A assumes specific values for c and d without considering the cancellation. Choice C incorrectly determines c. Choice D gives an insufficient condition for the cancellation.
Question 2
Consider the rational function f(x)=x2+x−6x3+2x2−5x+1. After factoring the denominator as (x−2)(x+3), determine which statement about the function's end behavior is correct.
- As x→∞, f(x)→∞ and the function approaches the line y=x+1 from above
- As x→∞, f(x)→∞ and the function approaches the line y=x+1 from below (correct answer)
- As x→−∞, f(x)→∞ and the function approaches the line y=x+1 from above
- The function has no slant asymptote because the denominator factors completely
Explanation: First, find the slant asymptote by polynomial division. Dividing x3+2x2−5x+1 by x2+x−6: The quotient is x+1 with remainder −6x+7. So f(x)=(x+1)+x2+x−6−6x+7. The slant asymptote is y=x+1. To determine the approach direction as x→∞, we examine the sign of the remainder term x2+x−6−6x+7. For large positive x: numerator −6x+7<0 (since −6x dominates), and denominator x2+x−6>0 (since x2 dominates). So the remainder term is negative, meaning f(x)<x+1 for large positive x. Therefore, the function approaches the slant asymptote from below as x→∞. Choice A has the wrong direction. Choice C examines the wrong limit direction. Choice D incorrectly states there's no slant asymptote.
Question 3
Consider the rational function f(x)=x2+x−22x3−5x2+3x−1. After performing polynomial long division, what is the equation of the slant asymptote?
- y=2x−7 (correct answer)
- y=2x−5
- y=2x2−7x+10
- y=2x+3
Explanation: To find the slant asymptote, we perform polynomial long division of the numerator by the denominator. Dividing 2x3−5x2+3x−1 by x2+x−2: First term: 2x3÷x2=2x. Multiply: 2x(x2+x−2)=2x3+2x2−4x. Subtract: (2x3−5x2+3x−1)−(2x3+2x2−4x)=−7x2+7x−1. Second term: −7x2÷x2=−7. Multiply: −7(x2+x−2)=−7x2−7x+14. Subtract: (−7x2+7x−1)−(−7x2−7x+14)=14x−15. The quotient is 2x−7 with remainder 14x−15. The slant asymptote is y=2x−7. Choice B uses the coefficient of x2 incorrectly. Choice C gives the partial quotient before completing division. Choice D incorrectly adds terms.
Question 4
Which of the following rational functions does NOT have a slant asymptote?
- f(x)=x3+2x−1x4−2x3+x2−5
- g(x)=x2−3x+23x3+x2−4x+7
- h(x)=x4+x2−52x5−x4+3x2−8
- k(x)=x4−2x3+x2x3−4x2+6x−9 (correct answer)
Explanation: A rational function has a slant (oblique) asymptote when the degree of the numerator is exactly one more than the degree of the denominator. Choice A: numerator degree 4, denominator degree 3, difference = 1, so it has a slant asymptote. Choice B: numerator degree 3, denominator degree 2, difference = 1, so it has a slant asymptote. Choice C: numerator degree 5, denominator degree 4, difference = 1, so it has a slant asymptote. Choice D: numerator degree 3, denominator degree 4, difference = -1. Since the degree of the numerator is less than the degree of the denominator, this function has a horizontal asymptote at y=0, not a slant asymptote.