What this quiz covers
This quiz focuses on One Sided And Infinite Limits, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
Consider the function f(x)=x−2x2−4x+4. If the function is modified by removing the point where x=2 from its domain, what can be concluded about the one-sided limits at x=2?
Business Calculus Quiz
Practice One Sided And Infinite Limits in Business Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on One Sided And Infinite Limits, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.
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.
Consider the function f(x)=x−2x2−4x+4. If the function is modified by removing the point where x=2 from its domain, what can be concluded about the one-sided limits at x=2?
A manufacturing cost function is given by C(q)=q2−4q5q2+20q where q is the quantity produced in thousands of units. What happens to the cost per unit as production approaches 4 thousand units?
The function k(x)=xsin(x)ex−1 exhibits interesting behavior near x=0. Using the fact that limx→0xsin(x)=1 and limx→0xex−1=1, what can be determined about the one-sided limits of k(x) at x=0?
Let f(x) be a piecewise function defined as f(x) = \begin{cases} x-1, & \text{if } x \le 2 \\ 5-x, & \text{if } x > 2 \end{cases} and let g(x) = \frac{1}{x-2}. What is the value of \lim_{x \to 2^+} (f(x) \cdot g(x))?
+\infty (correct answer)-1-\infty1x \to 2^+, we consider values of x slightly greater than 2.
For f(x), we use the piece 5-x since x > 2. \lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (5-x) = 5 - 2 = 3.
For g(x), as x \to 2^+, the denominator x-2 approaches 0 from the positive side (0^+). So, \lim_{x \to 2^+} g(x) = \lim_{x \to 2^+} \frac{1}{x-2} = +\infty.
Now, we multiply the results: \lim_{x \to 2^+} (f(x) \cdot g(x)) = (3) \cdot (+$\infty$) = +\infty.A company finds its daily cost C(x) to produce x units changes abruptly due to a technology switch at x=50. The cost function is C(x) = \frac{x^2 + 50x - 5000}{|x - 50|}. Evaluate the limit of the cost as production approaches 50 units from above.
\lim_{x \to 50^+} C(x). First, factor the numerator: x^2 + 50x - 5000 = (x+100)(x-50). So, C(x) = \frac{(x+100)(x-50)}{|x - 50|}.
As x approaches 50 from above (x $\to$ 50^+), x is slightly greater than 50, so x-50 is a small positive number. Therefore, |x-50| = x-50.
The expression becomes \lim_{x \to 50^+} \frac{(x+100)(x-50)}{x-50}.
We can cancel the (x-50) terms, leaving \lim_{x \to 50^+} (x+100) = 50 + 100 = 150.The total cost, in dollars, to produce q custom-designed circuit boards is C(q) = 5000 + 120q + 0.1q^2. The average cost per board is given by AC(q) = C(q)/q. Which statement best describes the behavior of the average cost as the number of boards produced approaches zero?
$120.$5000.$0.AC(q) = \frac{5000 + 120q + 0.1q^2}{q}. We can rewrite this as AC(q) = \frac{5000}{q} + 120 + 0.1q. To find the behavior as q approaches zero, we take the limit from the right (since production q must be non-negative): \lim_{q \to 0^+} AC(q) = \lim_{q \to 0^+} ($\frac{5000}{q}$ + 120 + 0.1q). As q approaches 0 from the positive side, the term \frac{5000}{q} approaches +\infty. The other terms approach 120 and 0. Therefore, the entire expression approaches +\infty, meaning the average cost increases without bound.The utility U(x) a consumer receives from a quantity x of a product is given by U(x) = 5 \ln(2x - 10). The function is defined only for x > 5. Determine the limiting utility as consumption x approaches the minimum required quantity of 5 units from the right.
0+\infty-\infty (correct answer)\ln(0) is undefined.\lim_{x \to 5^+} 5 \ln(2x - 10). Let u = 2x - 10. As x approaches 5 from the right (x $\to$ 5^+), x is slightly larger than 5, so 2x is slightly larger than 10, and u = 2x-10 approaches 0 from the positive side (u $\to$ 0^+). The problem becomes finding \lim_{u \to 0^+} 5 \ln(u). The natural logarithm function \ln(u) approaches -\infty as its argument u approaches 0^+. Therefore, the limit is 5 \times (-$\infty$) = -\infty.The value of a company's stock, V(t) in dollars, is modeled by the function below, where t is the number of hours from the market opening. At t=2, a major negative earnings report is released.
What is the instantaneous change in the stock's value due to the report?
$34 (correct answer)$34$30$20\lim_{t \to 2^+} V(t) - \lim_{t \to 2^-} V(t).
First, find the limit from the left (before the report): \lim_{t \to 2^-} V(t) = \lim_{t \to 2^-} ($t^2$ + 5t + 50) = (2)^2 + 5(2) + 50 = 4 + 10 + 50 = 64.
Next, find the limit from the right (after the report): \lim_{t \to 2^+} V(t) = \lim_{t \to 2^+} \frac{150t - 240}{t} = \frac{150(2) - 240}{2} = \frac{300 - 240}{2} = \frac{60}{2} = 30.
The change in value is $30 - $64 = -$34. This represents a decrease of $34.A model for the market saturation S(t) of a product t months after a viral marketing campaign begins at t=0 is given by S(t) = \frac{1}{1 + 50e^{10/t}} for t > 0. Which statement describes the market saturation as the campaign is just launched?
0. (correct answer)1.1/51.t approaches 0 from the right (since time t must be positive): \lim_{t \to 0^+} S(t).
First, consider the exponent 10/t. As t \to 0^+, 10/t \to +\infty.
Next, consider the exponential term e^{10/t}. As the exponent approaches +\infty, e^{10/t} also approaches +\infty.
Then, the denominator 1 + 50e^{10/t} approaches 1 + 50($\infty$) = +\infty.
Finally, the entire expression S(t) = \frac{1}{1 + 50e^{10/t}} approaches \frac{1}{+\infty}, which is 0.The concentration C(t) of a drug in the bloodstream, in mg/L, t hours after administration is modeled by C(t) = \frac{2t - 4}{t^2 - 5t + 4} for t \ge 0. Which statement describes the behavior of the concentration as time approaches 4 hours from below?
0 mg/L.+$\infty$).-$\infty$). (correct answer)2/3 mg/L.\lim_{t \to 4^-} C(t). First, factor the denominator of the function: C(t) = \frac{2t - 4}{(t-4)(t-1)}. As t approaches 4 from the left (t $\to$ 4^-), t is slightly less than 4.
2t - 4 approaches 2(4) - 4 = 4.t-1 in the denominator approaches 4-1=3.t-4 in the denominator approaches 0 from the negative side (e.g., 3.9 - 4 = -0.1), which we denote as 0^-.\frac{4}{(0^-)(3)} = \frac{4}{0^-}, which approaches -\infty. A negative concentration is not physically possible, but it is the mathematical result of this model.A company's marginal profit MP(q) (in thousands of dollars per unit) for producing q units is given by the piecewise function below. What is the limiting marginal profit as production approaches 3 units from the left?
q approaches 3 from the left (q $\to$ 3^-), we must use the part of the function defined for q < 3, which is MP(q) = 2q - q^2. We then evaluate this expression at q=3:
\lim_{q \to 3^-} MP(q) = \lim_{q \to 3^-} (2q - $q^2$) = 2(3) - (3)^2 = 6 - 9 = -3.
Since MP(q) is in thousands of dollars, the limiting marginal profit is -$3,000.Consider the function h(x)=x−2ln(x−1). What is the behavior of this function as x approaches 2 from the left and from the right?
Consider the piecewise-defined function m(x)={x−2x3−8x−24x−8if x<2if x>2. What is the relationship between the left-hand and right-hand limits as x approaches 2?
For the piecewise function g(x)={x+3x2−9x+32x+1if x<−3if x>−3, what are the left-hand and right-hand limits as x approaches −3?
Let f(x) = \frac{kx + 8}{x - 4}. If k is a constant such that \lim_{x \to 4^+} f(x) = -\infty, which of the following must be true?
k > -2k = -2k < -2 (correct answer)k < 2\lim_{x \to 4^+} \frac{kx + 8}{x - 4} = -\infty. As x approaches 4 from the right (x $\to$ 4^+), the denominator x-4 is a small positive number, approaching 0^+. For the overall limit of the fraction to be -\infty, the numerator must approach a finite negative number. We evaluate the numerator at x=4: k(4) + 8 = 4k + 8. This value must be negative. So, we set up the inequality 4k + 8 < 0. Solving for k: 4k < -8, which simplifies to k < -2.Let f(x) = \frac{x^2 - 4}{x^2 - (k+2)x + 2k}. The graph of y=f(x) has exactly one vertical asymptote, and k > 2. Find \lim_{x \to k^-} f(x).
+ \infty- \infty (correct answer)\frac{4}{2-k}0x^2-4 = (x-2)(x+2). Denominator: x^2 - (k+2)x + 2k = (x-k)(x-2).
So, f(x) = \frac{(x-2)(x+2)}{(x-k)(x-2)}. For the function to have exactly one vertical asymptote, there must be a common factor that cancels, leaving only one factor in the denominator. The (x-2) term cancels, provided k \neq 2, which is guaranteed by the condition k>2.
The simplified function is g(x) = \frac{x+2}{x-k} for x \neq 2. The single vertical asymptote is at x=k.
We need to find \lim_{x \to k^-} \frac{x+2}{x-k}. As x \to k^-, x is slightly less than k.
x+2 approaches k+2. Since k>2, k+2 is positive.x-k approaches 0 from the negative side (0^-).
The limit is \frac{k+2}{0^-} = \frac{\text{positive}}{0^-} = -\infty.Analyze the function f(x) = \frac{x-3}{\sqrt{x^2 - 9}}. Find \lim_{x \to -3^-} f(x).
0+\infty-\infty (correct answer)x^2 - 9 > 0, which means x^2 > 9, so x > 3 or x < -3. The limit as x approaches -3 from the left (x $\to$ -3^-) is therefore valid to consider.
As x \to -3^-, x is slightly less than -3 (e.g., -3.1).
x-3 approaches -3 - 3 = -6.
x^2 approaches (-3)^2 = 9 from the right side (since (-3.1)^2 = 9.61 > 9). We can denote this as x^2 \to 9^+.
x^2 - 9, approaches 9^+ - 9 = 0^+.
\sqrt{x^2 - 9} approaches \sqrt{0^+} which is 0^+.
\frac{-6}{0^+} which evaluates to -\infty.