Business Calculus Quiz: Limits At Infinity
20 questions · exam conditions
0:00
Limits At InfinityQuestion 1 of 20

Consider the cost function C(x)=x2+3x+2x+1C(x) = \frac{x^2 + 3x + 2}{x + 1} where xx represents production volume in thousands of units. A financial analyst claims that as production increases indefinitely, the average cost per unit will approach a finite value. How should this claim be evaluated?

The claim is correct because the cost function approaches the horizontal asymptote y=3y = 3 as production increases
The claim is correct because the cost function approaches the horizontal asymptote y=1y = 1 as production increases
The claim is incorrect because the cost function increases without bound as production increases indefinitely
The claim is incorrect because the cost function approaches zero as production increases indefinitely
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Limits At Infinity

Practice Limits At Infinity in Business Calculus 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 Limits At Infinity, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

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

Consider the cost function C(x)=x2+3x+2x+1C(x) = \frac{x^2 + 3x + 2}{x + 1} where xx represents production volume in thousands of units. A financial analyst claims that as production increases indefinitely, the average cost per unit will approach a finite value. How should this claim be evaluated?

  1. The claim is correct because the cost function approaches the horizontal asymptote y=3y = 3 as production increases
  2. The claim is correct because the cost function approaches the horizontal asymptote y=1y = 1 as production increases
  3. The claim is incorrect because the cost function increases without bound as production increases indefinitely (correct answer)
  4. The claim is incorrect because the cost function approaches zero as production increases indefinitely
Explanation: When you encounter questions about cost functions and long-term behavior, you need to analyze what happens as production volume approaches infinity. The key insight here is recognizing that this isn't about finding horizontal asymptotes—it's about understanding what the cost function actually represents. The given function C(x)=x2+3x+2x+1C(x) = \frac{x^2 + 3x + 2}{x + 1} represents total cost, not average cost per unit. To evaluate the analyst's claim about average cost, you need to find C(x)x\frac{C(x)}{x}, which gives the average cost per unit. Let's simplify the original function first. Using polynomial long division: C(x)=x2+3x+2x+1=x+2+0x+1=x+2C(x) = \frac{x^2 + 3x + 2}{x + 1} = x + 2 + \frac{0}{x + 1} = x + 2 This shows that total cost grows linearly as C(x)=x+2C(x) = x + 2. Therefore, average cost per unit is C(x)x=x+2x=1+2x\frac{C(x)}{x} = \frac{x + 2}{x} = 1 + \frac{2}{x}. As xx \to \infty, this approaches 1, meaning average cost does approach a finite value. However, the question asks about the cost function itself, not average cost. Since C(x)=x+2C(x) = x + 2, the total cost increases without bound as production increases indefinitely, making answer C correct. Answer A incorrectly finds a horizontal asymptote at y=3y = 3. Answer B incorrectly claims the asymptote is y=1y = 1. Answer D wrongly suggests costs approach zero. Always distinguish between total cost and average cost in business problems—they behave very differently as production scales up.

Question 2

A logistics company models delivery time efficiency using T(d)=53d2+2dd3+d+7T(d) = 5 - \frac{3d^2 + 2d}{d^3 + d + 7} where dd represents distance in hundreds of miles. For very long delivery routes, what will happen to the delivery time efficiency?

  1. The efficiency approaches exactly 2 units as distance increases indefinitely
  2. The efficiency approaches exactly 5 units as distance increases indefinitely (correct answer)
  3. The efficiency approaches exactly 3 units as distance increases indefinitely
  4. The efficiency decreases without bound as distance increases indefinitely
Explanation: When you encounter questions about the long-term behavior of business functions, you're dealing with limits at infinity. This concept helps predict what happens to key metrics like efficiency, cost, or revenue as variables grow very large. To find what happens to T(d)T(d) as distance increases indefinitely, you need to evaluate limdT(d)=limd(53d2+2dd3+d+7)\lim_{d \to \infty} T(d) = \lim_{d \to \infty} \left(5 - \frac{3d^2 + 2d}{d^3 + d + 7}\right). For the fraction 3d2+2dd3+d+7\frac{3d^2 + 2d}{d^3 + d + 7}, divide both numerator and denominator by the highest power of dd in the denominator (which is d3d^3): 3d2+2dd3+d+7=3d+2d21+1d2+7d3\frac{3d^2 + 2d}{d^3 + d + 7} = \frac{\frac{3}{d} + \frac{2}{d^2}}{1 + \frac{1}{d^2} + \frac{7}{d^3}} As dd \to \infty, all terms with dd in the denominator approach zero, so this fraction approaches 01=0\frac{0}{1} = 0. Therefore, T(d)T(d) approaches 50=55 - 0 = 5. Answer A is incorrect because it gives 2, which would result from mishandling the algebraic manipulation. Answer C is wrong because 3 might come from focusing only on the leading coefficient of the numerator while ignoring the subtraction structure. Answer D is incorrect because the function actually approaches a finite limit rather than decreasing without bound. Remember: when analyzing rational functions at infinity, always divide by the highest power in the denominator. The dominant terms determine the limit, while lower-order terms vanish.

Question 3

A function is defined by f(x)=(kx3)(2x+5)6x27x+1f(x) = \frac{(kx-3)(2x+5)}{6x^2 - 7x + 1}. For what value of the constant kk does the graph of f(x)f(x) have a horizontal asymptote at y=2y=2?

  1. k=3k = 3
  2. k=6k = 6 (correct answer)
  3. k=4k = 4
  4. k=12k = 12
Explanation: A horizontal asymptote is determined by the limit of the function as xx \to \infty or xx \to -\infty. For a rational function where the degrees of the numerator and denominator are equal, this limit is the ratio of the leading coefficients. First, expand the numerator: (kx3)(2x+5)=2kx2+5kx6x15=2kx2+(5k6)x15(kx-3)(2x+5) = 2kx^2 + 5kx - 6x - 15 = 2kx^2 + (5k-6)x - 15. The leading term of the numerator is 2kx22kx^2 and its coefficient is $2k$. The leading term of the denominator is 6x26x^2 and its coefficient is 66. The limit is limxf(x)=2k6=k3\lim_{x \to \infty} f(x) = \frac{2k}{6} = \frac{k}{3}. To have a horizontal asymptote at y=2y=2, we set the limit equal to 2: k3=2\frac{k}{3} = 2, which gives k=6k=6.

Question 4

A function is given by f(x)=6e4x10e2x2e4x+5e2xf(x) = \frac{6e^{4x} - 10e^{-2x}}{2e^{4x} + 5e^{-2x}}. The graph of this function has two distinct horizontal asymptotes. What is the sum of the yy-values of these two asymptotes?

  1. 11 (correct answer)
  2. 33
  3. 2-2
  4. 55
Explanation: We need to find the limits as xx \to \infty and xx \to -\infty. For xx \to \infty, the dominant term is e4xe^{4x}. Divide the numerator and denominator by e4xe^{4x}: limx610e6x2+5e6x=602+0=3\lim_{x \to \infty} \frac{6 - 10e^{-6x}}{2 + 5e^{-6x}} = \frac{6 - 0}{2 + 0} = 3 So, y=3y=3 is one horizontal asymptote. For xx \to -\infty, the dominant term is e2xe^{-2x} (since its exponent becomes positive). Divide the numerator and denominator by e2xe^{-2x}: limx6e6x102e6x+5=0100+5=2\lim_{x \to -\infty} \frac{6e^{6x} - 10}{2e^{6x} + 5} = \frac{0 - 10}{0 + 5} = -2 So, y=2y=-2 is the other horizontal asymptote. The sum of the yy-values is 3+(2)=13 + (-2) = 1. Distractors B and C are the individual asymptote values. Distractor D is the difference between the values (3(2)=53 - (-2) = 5).

Question 5

A company's share of the market, S(t)S(t), as a percentage, is modeled by the function S(t)=A(t+2)t+8S(t) = \frac{A(t+2)}{t+8}, where tt is the number of months after a new advertising campaign begins and AA is a positive constant. At the start of the campaign (t=0t=0), the company's market share was 15%.

According to this model, what is the company's projected market share in the long run?

  1. 15%15\%
  2. 60%60\% (correct answer)
  3. 120%120\%
  4. 30%30\%
Explanation: First, use the initial condition to find the constant AA. We are given S(0)=15S(0) = 15. Plugging t=0t=0 into the model gives: S(0)=A(0+2)0+8=2A8=A4S(0) = \frac{A(0+2)}{0+8} = \frac{2A}{8} = \frac{A}{4}. Setting this equal to the given initial value: A4=15\frac{A}{4} = 15, which implies A=60A = 60. Now, the model is S(t)=60(t+2)t+8=60t+120t+8S(t) = \frac{60(t+2)}{t+8} = \frac{60t+120}{t+8}. The long-run market share is the limit as tt \to \infty: limtS(t)=limt60t+120t+8\lim_{t \to \infty} S(t) = \lim_{t \to \infty} \frac{60t+120}{t+8} Since the degrees of the numerator and denominator are equal, the limit is the ratio of the leading coefficients, which is 601=60\frac{60}{1} = 60. So the projected market share is 60%. Distractor A is the initial share. Distractor D is a miscalculation, perhaps solving for A/2A/2. Distractor C is the constant term ratio 120/1120/1, which is not how this limit is found.

Question 6

What is the value of the limit L=limxln(e5x+x2)3x+ln(x)L = \lim_{x \to \infty} \frac{\ln(e^{5x} + x^2)}{3x + \ln(x)}?

  1. L=53L = \frac{5}{3} (correct answer)
  2. L=23L = \frac{2}{3}
  3. L=54L = \frac{5}{4}
  4. L=L = \infty
Explanation: For large xx, the term e5xe^{5x} dominates x2x^2 in the argument of the natural logarithm, and 3x3x dominates ln(x)\ln(x) in the denominator. Therefore, we can approximate the limit by considering the dominant terms: L=limxln(e5x)3xL = \lim_{x \to \infty} \frac{\ln(e^{5x})}{3x} Using the logarithm property ln(ab)=bln(a)\ln(a^b)=b\ln(a), we get: L=limx5x3x=53L = \lim_{x \to \infty} \frac{5x}{3x} = \frac{5}{3} Alternatively, one could use L'Hôpital's Rule. The derivative of the numerator is 5e5x+2xe5x+x2\frac{5e^{5x}+2x}{e^{5x}+x^2}. The derivative of the denominator is 3+1x3 + \frac{1}{x}. The limit of their ratio is limx(5e5x+2x)/(e5x+x2)(3+1/x)=limx5+2x/e5x1+x2/e5x13+1/x=5+01+013+0=53\lim_{x \to \infty} \frac{(5e^{5x}+2x)/(e^{5x}+x^2)}{(3+1/x)} = \lim_{x \to \infty} \frac{5+2x/e^{5x}}{1+x^2/e^{5x}} \cdot \frac{1}{3+1/x} = \frac{5+0}{1+0} \cdot \frac{1}{3+0} = \frac{5}{3}. Distractor B might come from focusing on the x2x^2 term, getting 2ln(x)2\ln(x), and then taking a ratio with 3x3x, which is incorrect. Distractor C might come from adding the coefficients in the denominator: 3x+ln(x)3x+\ln(x) -> 3+1=43+1=4.

Question 7

Consider the piecewise function f(x)f(x) defined as: f(x)={10x37x2x3+5if x015x29x2+1if x<0f(x) = \begin{cases} \frac{10x^3 - 7x}{2x^3 + 5} & \text{if } x \ge 0 \\ \frac{15x-2}{\sqrt{9x^2+1}} & \text{if } x < 0 \end{cases} Which of the following statements correctly describes the horizontal asymptotes of f(x)f(x)?

  1. The function has a single horizontal asymptote at y=5y=5.
  2. The function has two horizontal asymptotes, at y=5y=5 and y=15y=-15.
  3. The function has two horizontal asymptotes, at y=5y=5 and y=15/9y=15/9.
  4. The function has two horizontal asymptotes, at y=5y=5 and y=5y=-5. (correct answer)
Explanation: When analyzing horizontal asymptotes for piecewise functions, you need to examine the behavior as x approaches both positive and negative infinity, checking each piece of the function separately. For the first piece (when x ≥ 0), as x → +∞, you have 10x37x2x3+5\frac{10x^3 - 7x}{2x^3 + 5}. To find this limit, divide both numerator and denominator by the highest power of x, which is x³: limx+107x22+5x3=102=5\lim_{x \to +\infty} \frac{10 - \frac{7}{x^2}}{2 + \frac{5}{x^3}} = \frac{10}{2} = 5 For the second piece (when x < 0), as x → -∞, you have 15x29x2+1\frac{15x-2}{\sqrt{9x^2+1}}. Since x is negative, factor out |x| = -x from under the square root: 9x2+1=x9+1x2=x9+1x2\sqrt{9x^2+1} = |x|\sqrt{9+\frac{1}{x^2}} = -x\sqrt{9+\frac{1}{x^2}} (since x < 0). This gives: limx15x2x9+1x2=limx152x9+1x2=153=5\lim_{x \to -\infty} \frac{15x-2}{-x\sqrt{9+\frac{1}{x^2}}} = \lim_{x \to -\infty} \frac{15-\frac{2}{x}}{-\sqrt{9+\frac{1}{x^2}}} = \frac{15}{-3} = -5 Choice A identifies only one asymptote, missing the left-side behavior. Choice B incorrectly calculates the left asymptote as -15. Choice C makes an error by suggesting 15/9 instead of the correct value. Choice D correctly identifies both horizontal asymptotes: y = 5 (as x → +∞) and y = -5 (as x → -∞). Remember: piecewise functions can have different horizontal asymptotes on each side, so always check both directions separately and pay careful attention to signs when dealing with square roots.

Question 8

The value of an investment, V(t)V(t), in thousands of dollars, after tt years is given by the function V(t)=250150e0.04tV(t) = 250 - 150e^{-0.04t}. An investor wants to know the maximum potential value of this investment in the long term.

What is the ceiling on the value of this investment according to the model?

  1. $100,000
  2. $150,000
  3. $250,000 (correct answer)
  4. $400,000
Explanation: The ceiling, or maximum long-term value, is the limit of the function V(t)V(t) as tt \to \infty. We need to evaluate: limt(250150e0.04t)\lim_{t \to \infty} (250 - 150e^{-0.04t}) As tt \to \infty, the exponent 0.04t-0.04t goes to -\infty. The term e0.04te^{-0.04t} approaches 0. Therefore, the limit is: 250150(0)=250250 - 150(0) = 250 Since V(t)V(t) is in thousands of dollars, the ceiling on the value is 250250 thousand dollars, or $250,000. Distractor A is the initial value of the investment, $V(0) = 250 - 150e^0 = 250 - 150 = 100.DistractorBisthecoefficientoftheexponentialterm.DistractorDisthesumofthetwonumbersintheexpression(. Distractor B is the coefficient of the exponential term. Distractor D is the sum of the two numbers in the expression (250+150$).

Question 9

The population P(t)P(t) of a certain species in a protected environment is studied. For all times t1t \ge 1 year, the population is bounded by the following two functions: 6t21002t2+5tP(t)3t3+200tt3+1\frac{6t^2 - 100}{2t^2+5t} \le P(t) \le \frac{3t^3 + 200t}{t^3+1} where P(t)P(t) is measured in thousands.

Based on this model, what can be concluded about the long-term population of the species?

  1. The population cannot be determined from the information given.
  2. The population will fluctuate between 3,000 and 6,000.
  3. The population will eventually stabilize at 3,000. (correct answer)
  4. The population will eventually stabilize at 5,000.
Explanation: When you encounter a problem about long-term behavior with bounded functions, you need to find the limits as time approaches infinity. The key insight is that if a function is "squeezed" between two bounds that approach the same limit, then the function itself must approach that same limit. Let's find the limits of both bounding functions as tt \to \infty. For rational functions like these, divide both numerator and denominator by the highest power of tt: Lower bound: limt6t21002t2+5t=limt6100t22+5t=62=3\lim_{t \to \infty} \frac{6t^2 - 100}{2t^2+5t} = \lim_{t \to \infty} \frac{6 - \frac{100}{t^2}}{2 + \frac{5}{t}} = \frac{6}{2} = 3 Upper bound: limt3t3+200tt3+1=limt3+200t21+1t3=31=3\lim_{t \to \infty} \frac{3t^3 + 200t}{t^3+1} = \lim_{t \to \infty} \frac{3 + \frac{200}{t^2}}{1 + \frac{1}{t^3}} = \frac{3}{1} = 3 Since both bounds approach 3 (representing 3,000 individuals), and P(t)P(t) is always squeezed between them, P(t)P(t) must also approach 3 as tt \to \infty. This is the Squeeze Theorem in action. Answer A is wrong because we can determine the limit using the given bounds. Answer B incorrectly suggests ongoing fluctuation between two values rather than convergence. Answer D gives the wrong stabilization value—perhaps from incorrectly calculating one of the limits. Study tip: For long-term population analysis, always check the limits of bounding functions. When both bounds converge to the same value, that's your answer regardless of the function's behavior in between.

Question 10

The total cost, in thousands of dollars, to produce xx hundred units of a new electronic component is given by the function C(x)=200x2+1500x+10C(x) = \frac{200x^2 + 1500}{x+10}.

What is the long-run average cost per hundred units?

  1. $200,000 (correct answer)
  2. $150,000
  3. $20,000
  4. The average cost increases without bound.
Explanation: The average cost function Cˉ(x)\bar{C}(x) is the total cost C(x)C(x) divided by the number of units xx. Here, units are in hundreds. So, Cˉ(x)=C(x)x=200x2+1500x(x+10)=200x2+1500x2+10x\bar{C}(x) = \frac{C(x)}{x} = \frac{200x^2 + 1500}{x(x+10)} = \frac{200x^2 + 1500}{x^2 + 10x}. The long-run average cost is the limit of Cˉ(x)\bar{C}(x) as xx \to \infty. Since the degrees of the numerator and denominator are both 2, the limit is the ratio of the leading coefficients: limxCˉ(x)=limx200x2+1500x2+10x=2001=200\lim_{x \to \infty} \bar{C}(x) = \lim_{x \to \infty} \frac{200x^2 + 1500}{x^2 + 10x} = \frac{200}{1} = 200 Since the cost C(x)C(x) is in thousands of dollars, the long-run average cost is 200200 thousand dollars, or $200,000. Distractor D incorrectly analyzes the limit of $C(x),not, not \bar{C}(x).DistractorBcomesfromtakingtheratiooftheconstantterms,. Distractor B comes from taking the ratio of the constant terms, \frac{1500}{10}=150$, which is an incorrect method. Distractor C is a miscalculation.

Question 11

The market share of a technology startup is modeled by S(t)=4t2+6t12t2+3t+7S(t) = \frac{4t^2 + 6t - 1}{2t^2 + 3t + 7} where tt is the number of years since launch. If a competitor claims that this startup's market share will eventually exceed 2.5%, which statement best evaluates this claim?

  1. The claim is false because the market share approaches exactly 2% as time increases indefinitely (correct answer)
  2. The claim is true because the market share approaches exactly 3% as time increases indefinitely
  3. The claim is false because the market share decreases without bound as time increases indefinitely
  4. The claim is true because the market share increases without bound as time increases indefinitely
Explanation: To find lim(t→∞) S(t), we look at the ratio of the leading coefficients since both numerator and denominator have degree 2: lim(t→∞) S(t) = 4/2 = 2. The horizontal asymptote is at y = 2, meaning the market share approaches 2%, which is less than 2.5%. Choice B incorrectly calculates the limit (possibly adding coefficients instead of dividing). Choice C incorrectly assumes the function decreases without bound. Choice D incorrectly assumes the function increases without bound.

Question 12

A manufacturing company's efficiency ratio is given by E(n)=6n24n+13n2+5n2E(n) = \frac{6n^2 - 4n + 1}{3n^2 + 5n - 2} where nn is the number of employees (in hundreds). Management wants to know if doubling the workforce indefinitely will result in an efficiency ratio greater than 1.8. Based on the limit analysis, what should management conclude?

  1. Doubling the workforce will result in efficiency increasing without bound, far exceeding any target threshold
  2. Doubling the workforce will result in efficiency approaching exactly 1.5, which falls short of the 1.8 target threshold
  3. Doubling the workforce will result in efficiency approaching 0, indicating complete inefficiency in large organizations
  4. Doubling the workforce will result in efficiency approaching exactly 2, which exceeds the 1.8 target threshold (correct answer)
Explanation: When analyzing how a rational function behaves as the input grows very large, you need to examine the horizontal asymptote by comparing the degrees of the numerator and denominator polynomials. For E(n)=6n24n+13n2+5n2E(n) = \frac{6n^2 - 4n + 1}{3n^2 + 5n - 2}, both the numerator and denominator are degree 2 polynomials. When the degrees are equal, the horizontal asymptote equals the ratio of the leading coefficients. Here, that's 63=2\frac{6}{3} = 2. This means as nn \to \infty (representing indefinitely doubling the workforce), E(n)2E(n) \to 2. Since 2 > 1.8, the efficiency will approach a value that exceeds management's target threshold. Let's examine why the other answers are wrong: A is incorrect because efficiency doesn't increase without bound—it approaches the finite limit of 2, not infinity. B contains a calculation error. The horizontal asymptote is 63=2\frac{6}{3} = 2, not 1.5. Perhaps this represents confusion about which coefficients to use or an arithmetic mistake. C is completely wrong about the limiting behavior. When both polynomials have the same degree, the limit is never zero—that only happens when the denominator's degree exceeds the numerator's degree. D correctly identifies that efficiency approaches exactly 2, which does exceed the 1.8 target. Study tip: For rational functions where numerator and denominator have equal degrees, always find the horizontal asymptote by dividing the leading coefficients. This gives you the long-term behavior that's crucial for business planning decisions.

Question 13

An environmental consultant models pollution reduction effectiveness using P(t)=4t3+t22t4+2t3+1+0.8P(t) = \frac{4t^3 + t^2 - 2}{t^4 + 2t^3 + 1} + 0.8 where tt represents time in years after implementing new regulations. For very long-term environmental planning, what should be expected about pollution reduction effectiveness?

  1. The effectiveness will approach exactly 4 units in the long term
  2. The effectiveness will approach exactly 0.8 units in the long term (correct answer)
  3. The effectiveness will approach exactly 4.8 units in the long term
  4. The effectiveness will approach exactly 0 units in the long term
Explanation: When you encounter a function asking about long-term behavior, you need to find the limit as time approaches infinity. This tests your understanding of how rational functions behave over extended periods. To find what happens to P(t)=4t3+t22t4+2t3+1+0.8P(t) = \frac{4t^3 + t^2 - 2}{t^4 + 2t^3 + 1} + 0.8 as tt \to \infty, focus on the rational function part first. For rational functions, the long-term behavior is determined by the highest-degree terms in the numerator and denominator. The numerator's highest term is 4t34t^3 and the denominator's is t4t^4, so 4t3t4=4t\frac{4t^3}{t^4} = \frac{4}{t}. As tt \to \infty, this fraction approaches 0. Therefore, the entire rational function approaches 0, and P(t)P(t) approaches 0+0.8=0.80 + 0.8 = 0.8. Choice A (4 units) incorrectly uses the coefficient of the numerator's highest-degree term while ignoring that the denominator has higher degree. Choice C (4.8 units) makes the same error but adds the constant 0.8. This represents the common misconception of adding coefficients rather than properly evaluating the limit. Choice D (0 units) correctly identifies that the rational part goes to zero but forgets about the constant term +0.8+0.8. Remember: when finding limits at infinity for rational functions, compare the degrees of numerator and denominator first. If the denominator has higher degree, the limit is zero. Always account for any constants added or subtracted from the rational expression.

Question 14

A pharmaceutical company's research budget allocation ratio is given by B(y)=2y4y3+3yy4+5y21B(y) = \frac{2y^4 - y^3 + 3y}{y^4 + 5y^2 - 1} where yy represents years of operation. The board wants to determine if this ratio will eventually stabilize above 1.5 for long-term planning purposes. What conclusion should they reach?

  1. The ratio will stabilize at exactly 2, which meets their long-term planning requirement (correct answer)
  2. The ratio will stabilize at exactly 1, which falls short of their long-term planning requirement
  3. The ratio will stabilize at exactly 0.4, which significantly falls short of their planning requirement
  4. The ratio will grow without bound, exceeding any reasonable planning requirement
Explanation: Since both numerator and denominator have degree 4, we take the ratio of leading coefficients: lim(y→∞) B(y) = 2/1 = 2. Since 2 > 1.5, their planning requirement is met. Choice B incorrectly calculates the limit, possibly using coefficients from lower-degree terms. Choice C incorrectly calculates the limit, possibly using an incorrect ratio of coefficients. Choice D incorrectly assumes the function increases without bound when both polynomials have the same degree.

Question 15

Consider the function f(x)=5x3+2x7x4x2+3f(x) = \frac{5x^3 + 2x - 7}{x^4 - x^2 + 3}. A business analyst needs to determine the end behavior of this function to model long-term trends. Which of the following correctly describes both horizontal asymptotes?

  1. There is a horizontal asymptote at y=0y = 0 approached from both directions as x±x \to \pm\infty (correct answer)
  2. There is a horizontal asymptote at y=5y = 5 approached from both directions as x±x \to \pm\infty
  3. There are different horizontal asymptotes: y=5y = 5 as x+x \to +\infty and y=5y = -5 as xx \to -\infty
  4. There are no horizontal asymptotes because the function increases without bound in both directions
Explanation: Since the degree of the denominator (4) is greater than the degree of the numerator (3), the limit as x approaches ±∞ is 0. This creates a horizontal asymptote at y = 0. Choice B incorrectly uses the leading coefficient of the numerator. Choice C incorrectly assumes different behavior for positive and negative infinity, which doesn't occur here. Choice D incorrectly suggests no horizontal asymptotes exist when the denominator has higher degree.

Question 16

A company's quarterly profit function is given by P(x)=3x32x2+5xx3+x+1P(x) = \frac{3x^3 - 2x^2 + 5x}{x^3 + x + 1} where xx represents the number of quarters since the company started operations. As the company operates for many quarters, what can be concluded about the long-term behavior of quarterly profits?

  1. The quarterly profit approaches 33 as a horizontal asymptote, indicating stable long-term profitability (correct answer)
  2. The quarterly profit approaches 00 as a horizontal asymptote, indicating eventual unprofitability in the long run
  3. The quarterly profit increases without bound, indicating unlimited growth potential over time
  4. The quarterly profit approaches 2-2 as a horizontal asymptote, indicating consistent losses in the long term
Explanation: To find the limit as x approaches infinity, we examine the highest degree terms in the numerator and denominator. Both have degree 3, so we take the ratio of their coefficients: lim(x→∞) P(x) = 3/1 = 3. This means there's a horizontal asymptote at y = 3. Choice B incorrectly assumes the limit is 0 (which would occur if the denominator had higher degree). Choice C ignores that rational functions with equal degrees in numerator and denominator have horizontal asymptotes. Choice D uses the coefficient of the x² term instead of the x³ term.

Question 17

An economist models the long-term unemployment rate using U(t)=3+2t+5t2+4t+1U(t) = 3 + \frac{2t + 5}{t^2 + 4t + 1} where tt represents years after implementation of a new policy. After analyzing this model, what can be concluded about the unemployment rate's long-term behavior?

  1. The unemployment rate will approach 0% as the policy effects mature over many years
  2. The unemployment rate will stabilize at exactly 2% as the policy effects mature over many years
  3. The unemployment rate will stabilize at exactly 5% as the policy effects mature over many years
  4. The unemployment rate will stabilize at exactly 3% as the policy effects mature over many years (correct answer)
Explanation: When you encounter a function modeling long-term behavior, you need to find the limit as time approaches infinity. This tells you what value the function approaches after many years have passed. To find the long-term unemployment rate, calculate limtU(t)=limt(3+2t+5t2+4t+1)\lim_{t \to \infty} U(t) = \lim_{t \to \infty} \left(3 + \frac{2t + 5}{t^2 + 4t + 1}\right). The key insight is analyzing what happens to the fraction 2t+5t2+4t+1\frac{2t + 5}{t^2 + 4t + 1} as tt gets very large. Since the denominator has the highest power of tt (specifically t2t^2), it grows much faster than the numerator (which has t1t^1). When the denominator of a fraction grows faster than the numerator, the entire fraction approaches zero. More formally, dividing both numerator and denominator by t2t^2 gives: 2t+5t2+4t+1=2t+5t21+4t+1t2\frac{2t + 5}{t^2 + 4t + 1} = \frac{\frac{2}{t} + \frac{5}{t^2}}{1 + \frac{4}{t} + \frac{1}{t^2}}. As tt \to \infty, all terms with tt in the denominator approach zero, leaving 01=0\frac{0}{1} = 0. Therefore, limtU(t)=3+0=3\lim_{t \to \infty} U(t) = 3 + 0 = 3, confirming answer D. Answer A incorrectly suggests the entire function approaches zero. Answer B (2%) likely results from mistakenly using just the coefficient of tt in the numerator. Answer C (5%) probably comes from using only the constant term in the numerator, ignoring the limit process entirely. Study tip: For rational functions, the long-term behavior depends on the highest powers in the numerator and denominator. When the denominator's degree exceeds the numerator's, that portion always approaches zero.

Question 18

A retail chain's revenue per store is modeled by R(s)=8s33s2+s2s3+s24R(s) = \frac{8s^3 - 3s^2 + s}{2s^3 + s^2 - 4} where ss is the number of stores in thousands. The corporate board needs to determine if opening stores indefinitely will eventually yield a revenue per store ratio exceeding 3.5. What analysis should guide their decision?

  1. The limit analysis shows revenue per store approaches 8, indicating the expansion strategy will greatly succeed
  2. The limit analysis shows revenue per store approaches 3, indicating the expansion strategy will fall short
  3. The limit analysis shows revenue per store approaches 4, indicating the expansion strategy will succeed (correct answer)
  4. The limit analysis shows revenue per store approaches 2, indicating the expansion strategy will significantly fall short
Explanation: When you encounter a business problem asking about long-term behavior "as stores increase indefinitely," you're dealing with limits at infinity. The key insight is that rational functions approach a horizontal asymptote that depends on the degrees and leading coefficients of the numerator and denominator. To find limsR(s)=lims8s33s2+s2s3+s24\lim_{s \to \infty} R(s) = \lim_{s \to \infty} \frac{8s^3 - 3s^2 + s}{2s^3 + s^2 - 4}, focus on the highest-degree terms. Both numerator and denominator are degree 3, so divide both by s3s^3: lims83s+1s22+1s4s3\lim_{s \to \infty} \frac{8 - \frac{3}{s} + \frac{1}{s^2}}{2 + \frac{1}{s} - \frac{4}{s^3}} As ss \to \infty, all terms with ss in the denominator approach zero, leaving 82=4\frac{8}{2} = 4. Since 4 > 3.5, the expansion strategy will succeed. Answer A incorrectly uses 8 instead of the ratio 82\frac{8}{2} - this represents focusing only on the numerator's leading coefficient. Answer B gives 3, which might result from computational errors or incorrectly handling the leading coefficients. Answer D gives 2, possibly from using the denominator's leading coefficient alone or making sign errors. Remember: For rational functions where numerator and denominator have equal degrees, the horizontal asymptote equals the ratio of the leading coefficients. This technique is crucial for analyzing long-term business trends modeled by rational functions.

Question 19

Evaluate the limit: limx5x49x2+2x1\lim_{x \to -\infty} \frac{5x - 4}{\sqrt{9x^2 + 2x - 1}}

  1. 53\frac{5}{3}
  2. 53-\frac{5}{3} (correct answer)
  3. 59\frac{5}{9}
  4. 59-\frac{5}{9}
Explanation: To evaluate the limit as xx \to -\infty, we divide both numerator and denominator by x|x|. Since x<0x < 0, we have x=x|x| = -x. For the numerator: 5x4x=5x4x=5+4x\frac{5x-4}{-x} = \frac{5x-4}{-x} = -5 + \frac{4}{x}. For the denominator: 9x2+2x1x=9x2+2x1x2=9x2+2x1x2=9+2x1x2\frac{\sqrt{9x^2 + 2x - 1}}{-x} = \frac{\sqrt{9x^2 + 2x - 1}}{\sqrt{x^2}} = \sqrt{\frac{9x^2+2x-1}{x^2}} = \sqrt{9 + \frac{2}{x} - \frac{1}{x^2}}. The limit becomes: limx5+4x9+2x1x2=5+09+00=53=53\lim_{x \to -\infty} \frac{-5 + \frac{4}{x}}{\sqrt{9 + \frac{2}{x} - \frac{1}{x^2}}} = \frac{-5 + 0}{\sqrt{9 + 0 - 0}} = \frac{-5}{3} = -\frac{5}{3}

Question 20

Find the horizontal asymptote of the function f(x)=9x2+12x3xf(x) = \sqrt{9x^2+12x} - 3x.

  1. y=0y=0
  2. The function has no horizontal asymptote.
  3. y=4y=4
  4. y=2y=2 (correct answer)
Explanation: When you encounter a function involving square roots and polynomial terms like this, you're dealing with a horizontal asymptote problem that requires algebraic manipulation. The key insight is recognizing that direct substitution of large values won't work due to the indeterminate form, so you need to rationalize. To find the horizontal asymptote of f(x)=9x2+12x3xf(x) = \sqrt{9x^2+12x} - 3x, multiply by the conjugate: 9x2+12x+3x9x2+12x+3x\frac{\sqrt{9x^2+12x} + 3x}{\sqrt{9x^2+12x} + 3x} This gives you: f(x)=(9x2+12x)2(3x)29x2+12x+3x=9x2+12x9x29x2+12x+3x=12x9x2+12x+3xf(x) = \frac{(\sqrt{9x^2+12x})^2 - (3x)^2}{\sqrt{9x^2+12x} + 3x} = \frac{9x^2+12x - 9x^2}{\sqrt{9x^2+12x} + 3x} = \frac{12x}{\sqrt{9x^2+12x} + 3x} For large positive xx, factor out xx from the square root: 9x2+12x=x9+12x3x\sqrt{9x^2+12x} = x\sqrt{9+\frac{12}{x}} \approx 3x as xx \to \infty Therefore: limx12x3x+3x=12x6x=2\lim_{x \to \infty} \frac{12x}{3x + 3x} = \frac{12x}{6x} = 2 The horizontal asymptote is y=2y = 2, making D correct. Choice A (y=0y=0) would result from incorrectly assuming the denominator grows faster than the numerator. Choice B (no asymptote) ignores that rational functions typically have horizontal asymptotes when degrees are equal. Choice C (y=4y=4) likely comes from miscalculating the limit or making an algebraic error. Study tip: For functions involving ax2+bxcx\sqrt{ax^2+bx} - cx, always rationalize by multiplying by the conjugate. This converts the problem into a standard rational function limit that's much easier to evaluate.