All questions
Question 1
The graph of a function h(x) is described as being identical to the graph of the line y=x+3, with the exception that there is a hole at the point (1,4). Which pair of mathematical statements accurately describes this function h(x)?
- limx→1h(x)=4 and h(1) is undefined. (correct answer)
- limx→1h(x) does not exist and h(1) is undefined.
- limx→1h(x)=4 and h(1)=4.
- limx→4h(x)=1 and h(1) is undefined.
Explanation: A hole in the graph at (1,4) means two things. First, the function approaches the y-value of 4 as x approaches 1 from both sides. This is represented by limx→1h(x)=4. Second, the function is not defined at x=1, so h(1) is undefined. Option (A) correctly states both conditions.
(B) is incorrect because the limit does exist; a hole implies the left and right limits are equal.
(C) describes a function that is continuous at x=1, which contradicts the presence of a hole.
(D) incorrectly reverses the roles of x and y in the limit statement.
Question 2
The expression limn→∞∑k=1nsin(nπk)nπ is the limit of a Riemann sum for a certain definite integral. Which of the following definite integrals represents this limit?
- ∫0πsin(x)dx (correct answer)
- ∫01sin(πx)dx
- ∫0πxsin(x)dx
- ∫01sin(x)dx
Explanation: The limit of a right Riemann sum is given by limn→∞∑k=1nf(a+kΔx)Δx=∫abf(x)dx, where Δx=nb−a. By matching the given expression, we can identify Δx=nπ and f(xk)=sin(nπk). Let's choose the starting point a=0. Then b−a=nΔx=n(nπ)=π, so b=π. The sample points are xk=a+kΔx=0+knπ=nπk. The function is f(x)=sin(x). Thus, the definite integral is ∫0πsin(x)dx.
(B) is incorrect. The Riemann sum for this integral would be limn→∞∑k=1nsin(nπk)n1, which is missing the factor of π in the term corresponding to Δx.
(C) is incorrect because the function in the integrand is xsin(x), which does not match the sum.
(D) is incorrect because the interval of integration is [0,1], which does not match the given sum.
Question 3
The statement limx→−3g(x)=∞ is given. Which of the following sentences provides the best verbal description of the behavior of the function g?
- The values of g(x) can be made arbitrarily large by taking x sufficiently close to -3, from either side. (correct answer)
- As the values of x become arbitrarily large and positive, the values of g(x) approach -3.
- The value of the function at x=−3 is equal to infinity, which means the function is undefined there.
- The values of g(x) approach infinity only as the values of x approach infinity.
Explanation: The notation limx→−3g(x)=∞ means that as x gets closer and closer to -3 (from both the left and the right), the corresponding function values g(x) increase without bound. This is accurately described by statement (A).
(B) is incorrect because it describes the limit limx→∞g(x)=−3.
(C) is incorrect because infinity is not a number, and a limit describes the behavior approaching a point, not the value at the point. g(−3) is likely undefined.
(D) is incorrect because it describes the limit limx→∞g(x)=∞.
Question 4
The statement limx→∞f(x)=7 describes the end behavior of the function f. Which of the following is the correct graphical interpretation of this statement?
- The graph of f(x) has a vertical asymptote at the line x=7.
- The graph of f(x) has a horizontal asymptote at the line y=7. (correct answer)
- The graph of f(x) has a removable discontinuity at a point where the y-coordinate is 7.
- The graph of f(x) has an x-intercept at x=7.
Explanation: A limit at infinity describes the end behavior of a function. The statement limx→∞f(x)=L means that the function values f(x) get arbitrarily close to L as x increases without bound. Graphically, this corresponds to a horizontal asymptote at the line y=L. In this case, L=7.
(A) is incorrect; a vertical asymptote at x=7 would be represented by a limit like limx→7f(x)=±∞.
(C) is incorrect because a limit at infinity describes end behavior, not behavior at a specific point.
(D) is incorrect; an x-intercept at x=7 means f(7)=0, which is unrelated to the limit at infinity.
Question 5
A function f(x) is described as having values that get arbitrarily close to 5 as x approaches 2 from values less than 2. Which of the following mathematical statements correctly expresses this behavior?
- limx→2+f(x)=5
- limx→2−f(x)=5 (correct answer)
- limx→5f(x)=2
- f(2)=5
Explanation: The correct answer translates the verbal description into limit notation. 'Approaches 2 from values less than 2' is represented by x→2−. 'Values that get arbitrarily close to 5' is represented by the limit equaling 5. Therefore, the correct statement is limx→2−f(x)=5.
(A) is incorrect because x→2+ represents approaching 2 from values greater than 2.
(C) is incorrect because it reverses the roles of the input variable and the output value of the function.
(D) is incorrect because the concept of a limit describes the behavior of a function near a point, not necessarily at the point. The value of f(2) could be different from 5 or even undefined.
Question 6
The limit expression limh→0he2(1+h)−e2 represents the derivative f′(a) for some function f(x) and some value a. Which of the following correctly identifies f(x) and a?
- f(x)=ex and a=2
- f(x)=e2x and a=1 (correct answer)
- f(x)=ex+2 and a=0
- f(x)=2ex and a=1
Explanation: The given limit matches the definition of the derivative, f′(a)=limh→0hf(a+h)−f(a). By comparing the terms, we can identify f(a+h)=e2(1+h) and f(a)=e2. From f(a)=e2, if we assume f(x)=e2x, then e2a=e2, which implies a=1. We can verify: f(a+h)=f(1+h)=e2(1+h), which matches the numerator.
(A) is incorrect. If f(x)=ex and a=2, the limit would be limh→0he2+h−e2.
(C) is incorrect. If f(x)=ex+2 and a=0, then f(a)=e2 but f(a+h)=eh+2=e2(1+h).
(D) is incorrect. If f(x)=2ex and a=1, then f(a)=2e=e2.
Question 7
In the context of L'Hôpital's Rule, if one is evaluating limx→ag(x)f(x) and finds that limx→af(x)=0 and limx→ag(x)=0, what does this pair of limit conditions imply about the graphical representation of the functions f and g near x=a?
- The graphs of both f and g have horizontal asymptotes at y=0 as x approaches a.
- The graphs of both f and g must pass through the origin at the point (0,0).
- If f and g are continuous at a, then the graphs of both functions have an x-intercept at x=a. (correct answer)
- The graphs of both f and g must have local extrema (a minimum or maximum) at x=a.
Explanation: The condition limx→af(x)=0 means that the function values of f approach 0 as x approaches a. If f is also continuous at x=a, this implies that f(a)=0. Graphically, a point where a function's value is zero is an x-intercept. Therefore, for continuous functions, both graphs would have an x-intercept at x=a. This is the most direct graphical interpretation.
(A) is incorrect. Horizontal asymptotes relate to limits as x→±∞, not as x→a.
(B) is only true if a=0. The statement must hold for any value of a.
(D) is not necessarily true. Having a root at x=a does not guarantee a local extremum; for example, f(x)=(x−a)3 has a root but no extremum at x=a.
Question 8
To evaluate limx→0x2cos(xπ) using the Squeeze Theorem, a student correctly establishes the inequality −x2≤x2cos(xπ)≤x2 for all x=0. Which of the following limit statements correctly represents the application of the Squeeze Theorem to draw a conclusion?
- Because limx→0(−x2)=0 and limx→0x2=0, it follows that limx→0x2cos(xπ)=0. (correct answer)
- Because limx→0x2=0, the entire expression must go to 0, which is confirmed by the theorem.
- Because cos(xπ) oscillates between -1 and 1, the limit does not exist, so the theorem is not applicable.
- Because limx→0(−x2)=limx→0x2, the Squeeze Theorem cannot be used to find the limit in this case.
Explanation: The Squeeze Theorem states that if g(x)≤f(x)≤h(x) for all x in an open interval containing c (except possibly at c itself), and if limx→cg(x)=limx→ch(x)=L, then limx→cf(x)=L. In this case, g(x)=−x2, h(x)=x2, and we find the limits of both bounding functions as x→0. Since both limits are 0, the limit of the function in the middle must also be 0. Option (A) correctly represents this logical step.
(B) is an incomplete justification; the Squeeze Theorem requires showing the limits of both bounding functions are equal.
(C) misunderstands the purpose of the theorem, which is specifically designed to handle cases involving oscillating functions like this one.
(D) is factually incorrect, as limx→0(−x2)=0 and limx→0x2=0.
Question 9
If limx→4−f(x)=2 and limx→4+f(x)=−1, which of the following features must the graph of f have at x=4?
- A vertical asymptote, because the function is unbounded.
- A removable discontinuity, because the function value at the point can be redefined.
- A jump discontinuity, because the left-hand and right-hand limits exist but are not equal. (correct answer)
- The graph is continuous, because the limits from both sides of the point exist.
Explanation: A jump discontinuity occurs at a point where the left-hand and right-hand limits both exist as finite numbers, but they are not equal to each other. The given information, limx→4−f(x)=2 and limx→4+f(x)=−1, fits this definition perfectly.
(A) is incorrect. A vertical asymptote involves at least one of the one-sided limits being infinite (∞ or −∞).
(B) is incorrect. A removable discontinuity (hole) occurs when the two-sided limit exists (limx→af(x)=L) but is not equal to f(a).
(D) is incorrect. For a function to be continuous, the left-hand limit, right-hand limit, and the function value must all exist and be equal.
Question 10
The graph of a function y=k(x) has a vertical asymptote at x=−2. The function values increase without bound as x approaches -2 from the left, and the function values decrease without bound as x approaches -2 from the right. Which pair of limit statements correctly represents this graphical behavior?
- limx→−2−k(x)=∞ and limx→−2+k(x)=−∞ (correct answer)
- limx→∞k(x)=−2 and limx→−∞k(x)=−2
- limx→−2k(x)=∞ and limx→−2k(x)=−∞
- limx→−2−k(x)=−∞ and limx→−2+k(x)=∞
Explanation: The verbal description needs to be translated into one-sided limit notation. 'Increase without bound' means the limit is ∞. 'Decrease without bound' means the limit is −∞. 'Approaches -2 from the left' is x→−2−. 'Approaches -2 from the right' is x→−2+. Combining these gives the pair of statements in (A).
(B) describes a horizontal asymptote at y=−2.
(C) is incorrect because a two-sided limit cannot equal both +∞ and −∞; in this case, the two-sided limit does not exist.
(D) reverses the behavior on the left and right sides of the asymptote.
Question 11
A piecewise graph shows left-hand approach 1 and right-hand approach 3 at x=2; which choice matches the limit?
- Limit exists and equals 2; graph shows jump; table approaches 1 and 3; algebra matches 2.
- Limit does not exist; graph shows jump at x=2; table approaches 1 from left and 3 from right; algebra f(x)={1,3,x<2x>2. (correct answer)
- Limit equals 1; graph shows jump; table approaches 1 and 3; algebra f(x)={1,3,x<2x>2.
- Limit equals 3; graph shows jump; table approaches 1 and 3; algebra f(x)={1,3,x<2x>2.
- Limit equals 2; graph has hole at (2,2); table approaches 2; algebra f(x)={1,3,x<2x>2.
Explanation: Connecting multiple representations of limits is a key skill in AP Calculus BC that requires interpreting tables, graphs, and algebraic forms to determine limit values. The table showing values approaching 1 from the left and 3 from the right indicates the limit does not exist as x approaches 2. The graph with a jump at x=2 represents different one-sided limits. Algebraically, the piecewise function with 1 for x<2 and 3 for x>2 confirms the left and right limits differ. A tempting distractor might be choice A, which incorrectly claims the limit exists as 2, ignoring the jump discontinuity. To connect representations effectively, always check one-sided limits in piecewise functions or jumps for existence.
Question 12
The function is defined by r(x)=x∣x∣ for x=0; which representation correctly shows limx→0r(x)?
- Table approaches 1 from both sides; graph approaches 1; algebra gives limit 1.
- Table approaches −1 from both sides; graph approaches −1; algebra gives limit −1.
- Table approaches −1 from left and 1 from right; graph has jump at x=0; algebra shows limit does not exist. (correct answer)
- Table approaches 0 from both sides; graph crosses origin; algebra gives limit 0.
- Table diverges to ∞; graph has vertical asymptote at x=0; algebra gives limit ∞.
Explanation: Connecting multiple representations of limits is a key skill in AP Calculus BC that requires interpreting tables, graphs, and algebraic forms to determine limit values. The table showing values approaching -1 from the left and 1 from the right indicates the limit does not exist as x approaches 0. The graph with a jump at x=0 represents different one-sided limits. Algebraically, r(x) = |x|/x is -1 for x<0 and 1 for x>0, confirming the limit does not exist. A tempting distractor might be choice A, which incorrectly claims the table approaches 1 from both sides, overlooking the absolute value's effect. To connect representations effectively, always check one-sided limits in functions with absolute values or discontinuities.
Question 13
A function s is defined by s(x)=x−41 for x=4. Which representation correctly shows limx→4s(x)?
- Algebra: limx→4s(x) does not exist; Table: values go to −∞ from left and ∞ from right; Graph: vertical asymptote at x=4. (correct answer)
- Algebra: limx→4s(x)=0; Table: values go to −∞ from left and ∞ from right; Graph: vertical asymptote at x=4.
- Algebra: limx→4s(x) does not exist; Table: values approach 0 from both sides; Graph: vertical asymptote at x=4.
- Algebra: limx→4s(x) does not exist; Table: values go to −∞ from left and ∞ from right; Graph: removable hole at (4,0).
- Algebra: limx→4s(x)=∞; Table: values go to −∞ from left and ∞ from right; Graph: vertical asymptote at x=4.
Explanation: This problem requires connecting multiple representations of limits for s(x) = 1/(x-4). Algebraically, as x approaches 4 from the left, x-4 approaches 0 through negative values, making s(x) approach -∞; from the right, x-4 approaches 0 through positive values, making s(x) approach +∞. A table would show s(3.9) = -10, s(3.99) = -100, s(4.1) = 10, s(4.01) = 100, confirming the one-sided limits approach opposite infinities. Graphically, this creates a vertical asymptote at x=4 with the function going to -∞ on the left and +∞ on the right. Choice B incorrectly claims the limit is 0, perhaps thinking of horizontal asymptotes instead of vertical ones. When one-sided limits approach different infinities, the two-sided limit does not exist, which all three representations must consistently show.
Question 14
The values of a function h(t) are given for some values of t close to 1: h(0.9)=3.98, h(0.99)=3.998, h(1.01)=4.002, and h(1.1)=4.02.
Based on the numerical evidence provided, what is the most probable value of limt→1h(t)?
- 3.98
- 4 (correct answer)
- 1
- The limit does not exist.
Explanation: The provided table of values shows that as t approaches 1 from both the left (with values like 0.9 and 0.99) and the right (with values like 1.01 and 1.1), the corresponding function values h(t) are getting closer and closer to 4. This numerical representation strongly suggests that the limit is 4.
(A) is incorrect because it is one of the function values for an input close to 1, but not the value being approached from both sides.
(C) is incorrect because 1 is the value that the input variable t is approaching, not the value the function is approaching.
(D) is incorrect because the values from the left and the right are both approaching the same number, 4.
Question 15
Which of the following limit expressions is a representation of the derivative of the function f(x)=cos(x) at the point x=3π?
- limh→0hcos(3π+h)−cos(3π) (correct answer)
- limx→3πxcos(x)−21
- limh→0hcos(h)−1
- limx→3πxcos(x+3π)−cos(3π)
Explanation: The definition of the derivative of a function f at a point a is given by f′(a)=limh→0hf(a+h)−f(a). For f(x)=cos(x) and a=3π, substituting into the definition gives limh→0hcos(3π+h)−cos(3π).
(B) is incorrect because the denominator should be x−3π for the alternate form of the derivative definition.
(C) represents the derivative of f(x)=cos(x) at x=0.
(D) is an incorrectly formed expression for the definition of the derivative.
Question 16
Given that limx→0xex−1=1, which statement provides the best interpretation of the numerical values of the function g(x)=xex−1 for x near 0?
- The values of g(x) are always equal to 1 for all x values that are close to 0.
- The function value g(0) is defined and is equal to 1.
- The values of g(x) get closer and closer to 1 as x gets closer and closer to 0, though g(0) is not defined. (correct answer)
- The values of g(x) approach 0 as x gets closer and closer to 1 from either side.
Explanation: The limit statement means that as the input x approaches 0, the output values of the function approach 1. It does not imply anything about the value of the function at x=0. In fact, for g(x)=xex−1, the function is undefined at x=0 due to division by zero. Thus, the function values get arbitrarily close to 1 as x approaches 0.
(A) is incorrect because the function values are not exactly 1, they only approach 1.
(B) is incorrect because g(0) is undefined.
(D) is incorrect because it describes the limit limx→1g(x)=0, which is not what is given.
Question 17
A function f is known to be continuous at a point x=a. Which of the following statements provides the most complete and precise representation of this fact using the definition of continuity in terms of limits?
- The value of f(a) exists and the limit limx→af(x) exists.
- limx→af(x)=f(a) (correct answer)
- The values of limx→a−f(x) and limx→a+f(x) are both finite and equal.
- The graph of the function does not have a break or jump at the point x=a.
Explanation: The formal definition of continuity at a point a requires three conditions to be met: (1) f(a) is defined, (2) limx→af(x) exists, and (3) limx→af(x)=f(a). The single statement in option (B) concisely encapsulates all three of these conditions. The existence of both sides of the equation is implied.
(A) is incomplete; it states the first two conditions but omits the crucial third condition that the limit must equal the function value.
(C) is equivalent to saying the two-sided limit exists, but it still omits the condition that this limit must equal f(a).
(D) is a correct intuitive or verbal description, but it is not the precise mathematical definition based on limits.
Question 18
The end behavior of a function p(x) is described verbally as: 'as x decreases without bound, the corresponding values of p(x) approach 0.' Which of the following limit statements is the correct symbolic representation of this description?
- limx→0p(x)=−∞
- limx→−∞p(x)=0 (correct answer)
- limx→∞p(x)=0
- limx→0−p(x)=−∞
Explanation: The phrase 'as x decreases without bound' means that x is approaching negative infinity, which is written symbolically as x→−∞. The phrase 'the corresponding values of p(x) approach 0' means the limit equals 0. Combining these gives the statement limx→−∞p(x)=0.
(A) describes behavior near x=0, where function values decrease without bound.
(C) describes the end behavior as x increases without bound.
(D) describes a one-sided limit as x approaches 0 from the left.
Question 19
Suppose for a function g, it is known that limx→3g(x)=5 but the function value g(3) is undefined. Which of the following graphical features must the graph of g exhibit at x=3?
- A jump discontinuity, because the function value does not exist at that point.
- A vertical asymptote, because the function is not defined at that point.
- A removable discontinuity, because the two-sided limit exists but is not equal to the function value. (correct answer)
- The graph must be continuous at x=3, because the limit exists at that point.
Explanation: A removable discontinuity, or a hole in the graph, occurs when the limit of the function exists at a point, but the function value at that point is either different from the limit or is undefined. The given conditions, limx→3g(x)=5 and g(3) being undefined, perfectly match this definition. The discontinuity is 'removable' because we could define g(3)=5 to make the function continuous.
(A) is incorrect. A jump discontinuity requires the left and right-hand limits to be different.
(B) is incorrect. A vertical asymptote requires one or both one-sided limits to be infinite.
(D) is incorrect. For continuity, the limit must exist, the function must be defined, and they must be equal.
Question 20
The improper integral ∫1∞xp1dx represents the area of an unbounded region. Which limit of a definite integral is the correct representation used to evaluate this improper integral?
- limb→∞∫1bxp1dx (correct answer)
- lima→1+∫a∞xp1dx
- ∫1bxp1dx, for a very large number b
- limp→∞∫1∞xp1dx
Explanation: An improper integral with an infinite upper limit of integration is defined by replacing the infinite limit with a variable (e.g., b) and then taking the limit as that variable approaches infinity. This transforms the problem of finding the area of an infinite region into the limit of the areas of finite regions.
(B) is incorrect because the lower limit is a finite number, so there is no need to take a limit as a variable approaches it from the right.
(C) is an intuitive approximation but not the formal mathematical definition, which requires the use of a limit.
(D) is incorrect because p is a parameter in the integrand; the integral is defined with respect to the variable of integration, not the parameter.