🎓 BookMCQ
← Back to 7. Applications of the Definite Integral In Geometry, Science, and Engineering

📝 Area between curves integrating with respect to x (26 MCQs)

📖 From Calculus • 7. Applications of the Definite Integral In Geometry, Science, and Engineering • 26 questions available

What is Area between curves integrating with respect to x?

Definition:
When integrating with respect to x, we slice the region vertically into thin rectangles. The height of each rectangle is the difference between the top and bottom functions, and the width is dxdx. The formula is A=ab[ytopybottom]dxA = \int_{a}^{b} [y_{top} - y_{bottom}] \, dx.

Example:
Area between y=4x2y = 4-x^2 and y=0y = 0 from x=2x=-2 to x=2x=2. Solution: A=22(4x2)dx=[4xx33]22=323A = \int_{-2}^{2} (4-x^2) \, dx = [4x - \frac{x^3}{3}]_{-2}^{2} = \frac{32}{3}.

Reason:
Vertical slicing is often more intuitive when functions are given explicitly as y=f(x)y = f(x), making it the standard approach for most basic area problems in calculus courses.

15
Easy
8
Medium
3
Hard

📝 All Area between curves integrating with respect to x MCQs

Q1. The region between the curves y=x2y = x^2 and y=2xx2y = 2x - x^2 is to be revolved around the x-axis. To find the volume using the washer method, what should be the first step in analyzing the area between these curves?

A.Determine if the curves intersect by setting the equations equal to each other.
B.Identify which curve is above the other by evaluating at a point between intersections. ✅
C.Set up the integral for volume directly by subtracting the functions.
D.Assume that the upper curve is y=x2y = x^2 for all x in the interval.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Before setting up the integral for volume, the fundamental step is to find the points of intersection by equating x2=2xx2x^2 = 2x - x^2, which gives 2x22x=02x^2 - 2x = 0 or x(x1)=0x(x-1) = 0. This provides the limits of integration, x=0x=0 and x=1x=1. Once the interval is known, one must determine the upper and lower functions by evaluating a point in between, such as x=0.5x=0.5, where y=0.25y=0.25 and y=0.75y=0.75, so y=2xx2y=2x-x^2 is the upper curve. Option A is a necessary step, but option B is more critical for the washer method, as it correctly identifies the radii. The correct approach is to first find intersections (A) and then determine the upper/lower functions (B), but B is the more conceptually important step for the washer method setup.

Q2. A student sets up the integral 02[(x22x)(2xx2)]dx\int_{0}^{2} [(x^2 - 2x) - (2x - x^2)] \, dx to find the area between y=x22xy = x^2 - 2x and y=2xx2y = 2x - x^2. What is the error in this setup?

A.The limits of integration are correct.
B.The integrand is the wrong order; the upper curve should be subtracted from the lower curve.
C.The curves do not intersect at x=0x=0 and x=2x=2.
D.The area is negative because the integrand is 2x24x2x^2 - 4x, which is negative on (0,2). ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The student correctly found the intersections by setting x22x=2xx2x^2 - 2x = 2x - x^2, giving x=0,2x=0,2. However, evaluating x=1x=1 gives y=1y = -1 and y=1y = 1, so y=2xx2y = 2x - x^2 is the upper curve and y=x22xy = x^2 - 2x is the lower curve. The integrand should be (2xx2)(x22x)=4x2x2(2x - x^2) - (x^2 - 2x) = 4x - 2x^2. The student's integrand is (x22x)(2xx2)=2x24x(x^2 - 2x) - (2x - x^2) = 2x^2 - 4x, which is the negative of the correct integrand. Integrating this from 0 to 2 yields a negative area because the function is negative on (0,2). The actual area is 02(4x2x2)dx=8/3\int_0^2 (4x - 2x^2) dx = 8/3. Option A is incorrect because the limits are correct. Option B is the reverse of the actual error. Option C is false. Option D accurately describes the consequence.

Q3. A city planner models the population density of a new development as P(x)=1000+200sin(πx/10)P(x) = 1000 + 200\sin(\pi x/10) people per block, where xx is the distance from the city center. If the ideal density is I(x)=1200I(x) = 1200 people per block, what integral represents the total excess population within 5 blocks of the city center?

A.05[1200(1000+200sin(πx/10))]dx\int_{0}^{5} [1200 - (1000 + 200\sin(\pi x/10))] dx
B.05[(1000+200sin(πx/10))1200]dx\int_{0}^{5} [(1000 + 200\sin(\pi x/10)) - 1200] dx
C.55[1200(1000+200sin(πx/10))]dx\int_{-5}^{5} [1200 - (1000 + 200\sin(\pi x/10))] dx
D.05[1000+200sin(πx/10)]dx051200dx\int_{0}^{5} [1000 + 200\sin(\pi x/10)] dx - \int_{0}^{5} 1200 dx
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This is a classic area-between-curves Medium. The excess population is the difference between the ideal density and the actual density, integrated over the interval. Since the question asks for the 'excess' population (where the ideal is greater), the integrand must be I(x)P(x)I(x) - P(x). Evaluating at a point in the interval, e.g., x=2.5x=2.5, gives sin(π/4)0.707\sin(\pi/4) \approx 0.707, so P(2.5)1141.4P(2.5) \approx 1141.4 and I(2.5)=1200I(2.5) = 1200. Thus, I(x)>P(x)I(x) > P(x), so the integrand is 1200(1000+200sin(πx/10))=200200sin(πx/10)1200 - (1000 + 200\sin(\pi x/10)) = 200 - 200\sin(\pi x/10). Option B would be negative. Option C uses the wrong interval. Option D is algebraically equivalent to A, but Option A is the more direct and correct interpretation.

Q4. Given the curves y=2x2y = 2x^2 and y=x4y = x^4, consider the statement: 'The area between these curves for 2x2-2 \le x \le 2 is 202(x42x2)dx2\int_0^2 (x^4 - 2x^2) dx because the region is symmetric and y=x4y=x^4 is above y=2x2y=2x^2 for x>0x>0.' Is this statement true?

A.True, because the symmetry about the y-axis allows us to double the area from 0 to 2.
B.True, but the integrand should be 2x2x42x^2 - x^4.
C.False, because the curves do not intersect at x=0x=0.
D.False, because the upper and lower curves swap at the origin, but the integrand x42x2x^4 - 2x^2 is correct for x>0x>0. ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The statement is incorrect. The curves intersect when 2x2=x42x^2 = x^4, so x2(x22)=0x^2(x^2 - 2) = 0, giving x=0,±2x=0, \pm\sqrt{2}. The upper and lower curves swap at these intersection points. For 0<x<20 < x < \sqrt{2}, 2x2>x42x^2 > x^4 (e.g., x=1 gives 2 > 1), so y=2x2y=2x^2 is above. For 2<x<2\sqrt{2} < x < 2, x4>2x2x^4 > 2x^2 (e.g., x=1.5 gives 5.06 > 4.5), so y=x4y=x^4 is above. Thus, the integrand must change at x=2x=\sqrt{2}. The statement's integrand x42x2x^4 - 2x^2 is only correct on (2,2](\sqrt{2}, 2]. The area is not simply 202(x42x2)dx2\int_0^2 (x^4 - 2x^2) dx. This highlights the critical need to find all intersection points and analyze the behavior of the functions on each subinterval.

Q5. The curves y=f(x)y = f(x) and y=g(x)y = g(x) intersect at x=1x=1 and x=3x=3. If f(x)g(x)f(x) \ge g(x) on [1,3][1,3], and 13[f(x)g(x)]dx=5\int_1^3 [f(x) - g(x)] dx = 5, what is the area between the curves on [1,3][1,3] if the graph of ff is shifted upward by 2 units?

A.5 ✅
B.7
C.10
D.Cannot be determined from the given information.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Shifting both curves by the same amount in the vertical direction does not change the area between them. The distance between the curves at any point x remains (f(x)+2)(g(x)+2)=f(x)g(x)(f(x)+2) - (g(x)+2) = f(x)-g(x). The integral, and hence the area, remains 5. This is a core Easy of area between curves. It demonstrates that vertical translations affect the absolute positions of the curves but not the relative vertical distance between them. Options B and C are common mistakes where students add the shift to the area. Option D is incorrect because the shift is perfectly well-defined and its effect is known. The area is invariant under simultaneous vertical translation.

Q6. A student correctly finds the intersections of y=x3y = x^3 and y=xy = x and obtains x=1,0,1x = -1, 0, 1. They set up the area as 11(x3x)dx\int_{-1}^{1} (x^3 - x) dx. Why is this setup incorrect?

A.The limits of integration are wrong; they should be from -1 to 0 only.
B.The integrand is wrong; it should be xx3x - x^3.
C.The integrand is incorrect because the upper and lower curves change on the interval. ✅
D.The integral should be split, and the integrand should be x3xx^3 - x on [1,0][-1,0] and xx3x - x^3 on [0,1][0,1].
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The setup is incorrect because the upper and lower functions are not constant over the entire interval. For 1<x<0-1 < x < 0, x3>xx^3 > x, so the upper curve is y=x3y=x^3. For 0<x<10 < x < 1, x>x3x > x^3, so the upper curve is y=xy=x. The integrand must reflect this change. The correct area is 10(x3x)dx+01(xx3)dx\int_{-1}^{0} (x^3 - x) dx + \int_{0}^{1} (x - x^3) dx. The student's integral 11(x3x)dx\int_{-1}^{1} (x^3 - x) dx integrates a function that is positive on (1,0)(-1,0) and negative on (0,1)(0,1), so the positive and negative areas cancel, yielding zero, which is not the actual area. This is a classic error in handling curves that cross. Options A and B are partially correct but don't capture the full scope of the error. Option C is the correct general statement, and Option D is the correct solution. The question focuses on identifying the flaw in the reasoning, not the correct integral itself.

Q7. The region between y=xy = \sqrt{x} and y=x2y = x^2 from x=0x=0 to x=1x=1 is revolved around the x-axis. The volume is given by π01(xx2)2dx\pi \int_0^1 (\sqrt{x} - x^2)^2 dx. True or False?

A.True, because the washer method uses the square of the difference of the radii.
B.False, because the radii of the washers are x\sqrt{x} and x2x^2, so the integrand should be (x)2(x2)2=xx4(\sqrt{x})^2 - (x^2)^2 = x - x^4. ✅
C.False, because the volume is 2π01x(xx2)dx2\pi \int_0^1 x(\sqrt{x} - x^2) dx.
D.True, because the area between the curves is the difference of the functions.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: This question tests if the student understands the washer method as an Medium of area between curves. For the washer method, the volume is πab[(R(x))2(r(x))2]dx\pi \int_a^b [(R(x))^2 - (r(x))^2] dx, not πab[R(x)r(x)]2dx\pi \int_a^b [R(x) - r(x)]^2 dx. Here, the outer radius is R(x)=xR(x) = \sqrt{x} and the inner radius is r(x)=x2r(x) = x^2. The integrand should be (x)2(x2)2=xx4(\sqrt{x})^2 - (x^2)^2 = x - x^4. Option B correctly identifies this. Option A is a common algebraic error. Option C is the formula for the shell method, which is not the method described. Option D is a misunderstanding of volume vs. area. This distinguishes between Easy of area and the more complex Medium of volume by washers.

Q8. The graph of y=sinxy = \sin x and y=cosxy = \cos x for 0x2π0 \le x \le 2\pi is provided. Which of the following correctly describes the area between the curves?

A.The area can be found by one integral 02π(sinxcosx)dx\int_{0}^{2\pi} (\sin x - \cos x) dx.
B.The area is zero because the curves are symmetric.
C.The area is the sum of integrals over intervals where one curve is above the other, i.e., 0π/4(cosxsinx)dx+π/45π/4(sinxcosx)dx+5π/42π(cosxsinx)dx\int_0^{\pi/4} (\cos x - \sin x) dx + \int_{\pi/4}^{5\pi/4} (\sin x - \cos x) dx + \int_{5\pi/4}^{2\pi} (\cos x - \sin x) dx.
D.The area is 02πsinxcosxdx\int_0^{2\pi} |\sin x - \cos x| dx. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: This is a classic Medium problem. The correct formula for the total area between two curves is abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx. Using the absolute value automatically handles the switching of the upper and lower functions. Option C is a correct piecewise representation of this integral, but Option D is the most concise and correct general expression. Option A is wrong because sinxcosx\sin x - \cos x changes sign on [0,2π][0,2\pi], and integrating it directly would give zero, which is not the area. Option B is a common misconception; the curves are not symmetric in a way that makes the area zero; they cross at π/4\pi/4 and 5π/45\pi/4. The graph would show the enclosed regions, and the correct approach is to see the absolute value as the integrand.

Q9. Two functions f(x)f(x) and g(x)g(x) are continuous on [a,b][a,b]. If ab[f(x)g(x)]dx=3\int_a^b [f(x) - g(x)] dx = 3, what can you conclude about the area between the curves?

A.The area is exactly 3.
B.The area is 3 if f(x)g(x)f(x) \ge g(x) for all xx in [a,b][a,b]. ✅
C.The area is not necessarily 3 because the curves may cross.
D.The area is abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx, which is greater than or equal to 3.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The area between two curves is defined as abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx. The integral ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)] dx gives the signed area or net change, not the total area. It equals the total area only when f(x)g(x)f(x) \ge g(x) for all xx in [a,b][a,b], so the absolute value is unnecessary. If the curves cross, the integral ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)] dx will be a combination of positive and negative areas, which will cancel out to some extent. The total area is always non-negative and is at least as large as the absolute value of the signed integral. Option A is only true under a specific condition not stated. Option C is true but incomplete. Option D correctly defines the area and states its relationship to the given integral. The correct conclusion is that the area is the integral of the absolute value, which is 3\ge 3.

Q10. A region is bounded by y=x2y = x^2, y=2xy = 2x, and the y-axis. To find the area, a student sets up the integral 02(2xx2)dx\int_0^2 (2x - x^2) dx. What crucial information is missing from this setup that might make the answer incorrect?

A.The intersection points of the curves are not explicitly stated.
B.The integral does not account for the region bounded by the y-axis and the curves.
C.The student must first determine if y=2xy=2x is above y=x2y=x^2 on the interval. ✅
D.The curves only intersect at x=0x=0, so the region is not closed.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The setup 02(2xx2)dx\int_0^2 (2x - x^2) dx is correct for the area between the curves from their intersection at x=0x=0 to x=2x=2. The region is also bounded by the y-axis, which is the line x=0x=0. The missing step is explicitly verifying that y=2xy=2x is indeed the upper curve on the entire interval [0,2][0,2]. For example, at x=1x=1, 2(1)=2>12=12(1)=2 > 1^2=1, so it is. The integral is correct, but the reasoning is incomplete without this check. Option A is partially correct but the intersections are implicit. Option B is incorrect; the y-axis is accounted for by the lower limit. Option D is false; they intersect at x=0x=0 and x=2x=2. The most significant missing step for a student's understanding is verifying the upper and lower curves.

Q11. Given f(x)=exf(x) = e^x and g(x)=x2g(x) = x^2, which of the following is true for x0x \ge 0?

A.exx2e^x \ge x^2 for all x0x \ge 0.
B.x2exx^2 \ge e^x for all x0x \ge 0.
C.There is exactly one intersection point for x0x \ge 0.
D.There are two intersection points for x0x \ge 0, and the function that is above changes between them. ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: This problem requires deeper analysis beyond simple computation. The functions exe^x and x2x^2 intersect at points that are not elementary. We can analyze: At x=0x=0, e0=1>0e^0=1 > 0. At x=1x=1, e2.718>1e \approx 2.718 > 1. At x=2x=2, e27.389>4e^2 \approx 7.389 > 4. At x=3x=3, e320.09>9e^3 \approx 20.09 > 9. At x=4x=4, e454.6>16e^4 \approx 54.6 > 16. However, consider the function h(x)=exx2h(x) = e^x - x^2. h(0)=1h(0) = 1. h(1)=e1>0h(1) = e - 1 > 0. h(2)=e24>0h(2) = e^2 - 4 > 0. h(3)=e39>0h(3) = e^3 - 9 > 0. But h&#039;(x) = e^x - 2x. This derivative is not always positive. We need to analyze the behavior more carefully. The equation ex=x2e^x = x^2 has no algebraic solution. By graphing or numerical methods, we find that for x0x \ge 0, exe^x is always above x2x^2. They do not intersect for x0x \ge 0. The functions exe^x and x2x^2 do not intersect for x0x \ge 0. exe^x dominates x2x^2 for all x0x \ge 0. There is only one intersection point for x<0x < 0. Option A is correct. This tests a student's ability to reason about exponential vs. polynomial growth and to use analysis to determine which function is on top over the entire interval.

Q12. If the area between y=f(x)y = f(x) and y=g(x)y = g(x) on [a,b][a,b] is 10, what is the area between y=2f(x)y = 2f(x) and y=2g(x)y = 2g(x) on the same interval?

A.10
B.20 ✅
C.40
D.Cannot be determined without knowing the functions.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Scaling both functions vertically by the same factor scales the vertical distance between them by that factor. The new integrand is 2f(x)2g(x)=2(f(x)g(x))2f(x) - 2g(x) = 2(f(x) - g(x)). The area becomes ab2f(x)g(x)dx=2abf(x)g(x)dx=2×10=20\int_a^b 2|f(x) - g(x)| dx = 2 \int_a^b |f(x) - g(x)| dx = 2 \times 10 = 20. Option A is a common mistake where students think the area remains the same. Option C might arise from squaring the factor. Option D is incorrect because the scaling is well-defined. This tests the understanding of how linear transformations affect the area between curves.

Q13. Consider the curves y=x2y = x^2 and y=2xx2y = 2x - x^2. The region between them is revolved around the x-axis. Which of the following integrals correctly represents the volume generated?

A.π01[(2xx2)2(x2)2]dx\pi \int_0^1 [(2x - x^2)^2 - (x^2)^2] dx
B.π01[(x2)2(2xx2)2]dx\pi \int_0^1 [(x^2)^2 - (2x - x^2)^2] dx
C.π01[(2xx2)x2]2dx\pi \int_0^1 [(2x - x^2) - x^2]^2 dx
D.π01[(2xx2)x2]dx\pi \int_0^1 [(2x - x^2) - x^2] dx
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This question combines the concepts of area between curves and volume by washers. The curves intersect at x=0x=0 and x=1x=1. On (0,1)(0,1), y=2xx2y = 2x - x^2 is above y=x2y = x^2. For the washer method, the outer radius R(x)=2xx2R(x) = 2x - x^2 and inner radius r(x)=x2r(x) = x^2. The volume is π01[R(x)2r(x)2]dx=π01[(2xx2)2(x2)2]dx\pi \int_0^1 [R(x)^2 - r(x)^2] dx = \pi \int_0^1 [(2x - x^2)^2 - (x^2)^2] dx. Option A is correct. Option B uses the radii in the wrong order. Option C incorrectly squares the difference of the functions, which is a common algebra error. Option D misses the squaring, which would give a volume with incorrect units and value. This tests if students can apply the area-between-curves concept to the more advanced setting of volume by washers.

Q14. A student claims that the area between y=x2y = x^2 and y=xy = x from x=0x=0 to x=1x=1 is 01(xx2)dx=1/6\int_0^1 (x - x^2) dx = 1/6. Another student claims that because the area is always positive, the integral of the absolute value must be used, and since xx2x \ge x^2, the result is also 1/61/6. Which student's reasoning is more sound?

A.The first student is correct because the integrand is positive on the interval.
B.The second student is correct because the absolute value is always required for area.
C.Both students are correct; the absolute value does not change the integral since xx2x \ge x^2. ✅
D.Neither student is correct because the curves do not intersect at x=0x=0.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The fundamental formula for area is abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx. If f(x)g(x)f(x) \ge g(x) on the entire interval, then f(x)g(x)=f(x)g(x)|f(x) - g(x)| = f(x) - g(x), so the absolute value is unnecessary but not incorrect. In this case, on [0,1][0,1], xx2x \ge x^2, so both integrals yield the same positive value. The second student's statement that the absolute value is 'always required' is a conceptual oversimplification. It is required to ensure the area is positive, but if the integrand is already positive, it's redundant. The first student's approach is valid in this case. Option C accurately captures this nuance. This question tests the understanding of the definition of area and the role of the absolute value, distinguishing between a necessary condition and a sufficient one.

Q15. Given two curves y=f(x)y = f(x) and y=g(x)y = g(x) that are both even functions and intersect at x=±ax = \pm a and x=±bx = \pm b with 0<a<b0 < a < b. If the area between them from b-b to a-a is A1A_1, and from aa to bb is A2A_2, what is the relationship between A1A_1 and A2A_2?

A.A1=A2A_1 = A_2
B.A1=A2A_1 = -A_2
C.A1=2A2A_1 = 2A_2
D.A1=A2/2A_1 = A_2/2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This question tests the understanding of symmetry in the context of area between curves. If f(x)f(x) and g(x)g(x) are both even functions, then their difference h(x)=f(x)g(x)h(x) = f(x) - g(x) is also an even function. The area between the curves on [b,a][-b, -a] is bah(x)dx\int_{-b}^{-a} |h(x)| dx. By the property of even functions, bah(x)dx=abh(u)du=abh(u)du=A2\int_{-b}^{-a} |h(x)| dx = \int_{a}^{b} |h(-u)| du = \int_{a}^{b} |h(u)| du = A_2. The areas are equal. This is a classic Medium of symmetry, showing that the area between symmetric curves is symmetric. Options C and D are common mistakes based on incorrect assumptions about scaling. Option B would only be true for the signed area, not the absolute area. This tests the ability to connect function properties (evenness) to geometric properties (area).

Q16. The graph shows y=xy = \sqrt{x} and y=x3y = x^3 for 0x10 \le x \le 1. A student states that the area between them is 01(xx3)dx\int_0^1 (\sqrt{x} - x^3) dx. Another student says that the area is 01(x3x)dx\int_0^1 (x^3 - \sqrt{x}) dx because x\sqrt{x} is below x3x^3 on the interval. Who is correct?

A.The first student is correct because xx3\sqrt{x} \ge x^3 on [0,1][0,1]. ✅
B.The second student is correct because x3x^3 grows faster than x\sqrt{x}.
C.Neither is correct because the curves do not intersect.
D.Both are correct because the integral of the difference is the same.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question relies on interpreting the graph or understanding the behavior of the functions. On the interval [0,1][0,1], for a number between 0 and 1, x\sqrt{x} is greater than x3x^3. For example, at x=0.25x=0.25, 0.25=0.5\sqrt{0.25} = 0.5 and 0.253=0.0156250.25^3 = 0.015625. The first student's integrand xx3\sqrt{x} - x^3 is positive, so it correctly represents the area. The second student's integrand is the negative, which would give a negative area. Option C is false; they intersect at x=0x=0 and x=1x=1. Option D is a common misconception that the integral of the difference is symmetric. The correct answer is A, which requires recognizing the correct upper curve from the graph or by analyzing the functions. This reinforces the importance of verifying which curve is on top.

Q17. The area between the curves y=f(x)y = f(x) and y=g(x)y = g(x) on [a,b][a,b] is AA. What is the area between y=f(x)+cy = f(x) + c and y=g(x)+cy = g(x) + c on [a,b][a,b]?

A.AA
B.A+cA + c
C.A+c(ba)A + c(b-a)
D.c(ba)c(b-a)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Adding the same constant cc to both functions translates both curves vertically by cc units. The vertical distance between the curves at any point xx remains the same: (f(x)+c)(g(x)+c)=f(x)g(x)(f(x) + c) - (g(x) + c) = f(x) - g(x). Therefore, the area between them is invariant under such a vertical shift. This is a core conceptual idea: area between curves depends on the relative positions of the curves, not their absolute positions. Options B, C, and D incorrectly incorporate the constant cc into the area. Option C is a common error where students incorrectly integrate the constant. This question directly tests the understanding of how transformations affect the area.

Q18. A region is bounded by y=x2y = x^2, the x-axis, and the line x=2x = 2. A student writes the area as 02x2dx\int_0^2 x^2 dx. Another student writes the area as 02(x20)dx\int_0^2 (x^2 - 0) dx. Which statement is true about these two expressions?

A.They are both correct because the x-axis is y=0y=0. ✅
B.The first is incorrect because the x-axis is not a boundary.
C.The second is incorrect because the integrand should be 0x20 - x^2.
D.Both are incorrect because the region is not bounded above by a single curve.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The area between a curve y=f(x)y = f(x) and the x-axis (which is y=0y=0) from x=ax=a to x=bx=b is a special case of the area between two curves. The integrand is f(x)0=f(x)f(x) - 0 = f(x). Both expressions are mathematically identical and represent the same area. The first student is using the standard formula for the area under a curve, while the second is explicitly writing it as the difference between the curve and the x-axis. This question reinforces the idea that the area between a curve and the x-axis is a specific Medium of the more general area-between-curves formula. Option B is false because the x-axis is a boundary. Option C is incorrect because the integrand should be the upper minus the lower. Option D is incorrect because the region is bounded by one curve and a straight line. This is a straightforward Medium of the formula.

Q19. The graphs of y=xy = x and y=x3y = x^3 are given. Which integral gives the total area of the two regions they enclose?

A.10(xx3)dx+01(x3x)dx\int_{-1}^{0} (x - x^3) dx + \int_{0}^{1} (x^3 - x) dx
B.10(x3x)dx+01(xx3)dx\int_{-1}^{0} (x^3 - x) dx + \int_{0}^{1} (x - x^3) dx
C.11(xx3)dx\int_{-1}^{1} (x - x^3) dx
D.11(x3x)dx\int_{-1}^{1} (x^3 - x) dx
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The curves intersect at x=1,0,1x=-1, 0, 1. For 1<x<0-1 < x < 0, x3>xx^3 > x (e.g., x=0.5x=-0.5, 0.125>0.5-0.125 > -0.5), so y=x3y=x^3 is the upper curve. For 0<x<10 < x < 1, x>x3x > x^3 (e.g., x=0.5x=0.5, 0.5>0.1250.5 > 0.125), so y=xy=x is the upper curve. The total area is the sum of the areas of these two regions: 10(x3x)dx+01(xx3)dx\int_{-1}^{0} (x^3 - x) dx + \int_{0}^{1} (x - x^3) dx. Option A has the integrands swapped. Option C and D would both yield zero because the functions are odd and the intervals are symmetric, so the positive and negative areas cancel. This question tests the ability to analyze a graph, determine the upper curve on each subinterval, and set up the correct piecewise integral. It also reinforces the concept that the integral of a difference over a symmetric interval of an odd function is zero, which is not the area.

Q20. The area enclosed by y=x2y = x^2 and y=2xy = 2x is to be found. A student writes the integral as 02(2xx2)dx\int_0^2 (2x - x^2) dx and obtains 4/34/3. Later, they realize they should have used the absolute value. Was their answer correct?

A.Yes, because 2xx22x \ge x^2 on [0,2][0,2], so the absolute value does not change the integrand. ✅
B.Yes, because the area is symmetric.
C.No, because the area should be 02(x22x)dx\int_0^2 (x^2 - 2x) dx, which is 4/3-4/3.
D.No, because the curves do not intersect at x=0x=0.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The curves intersect at x=0x=0 and x=2x=2. On the interval [0,2][0,2], the function y=2xy=2x is greater than or equal to y=x2y=x^2. For example, at x=1x=1, 2>12 > 1. Therefore, 2xx22x - x^2 is non-negative on the interval, and 2xx2=2xx2|2x - x^2| = 2x - x^2. The integral is 02(2xx2)dx=[x2x3/3]02=48/3=4/3\int_0^2 (2x - x^2) dx = [x^2 - x^3/3]_0^2 = 4 - 8/3 = 4/3. The student's answer was correct. Option B is not the reason. Option C is incorrect; the integrand would be negative. Option D is false. This question tests the Medium of the absolute value concept in a context where it does not change the result, reinforcing that the absolute value is not always a new computation but a verification of positivity.

Q21. Given the area between y=f(x)y = f(x) and y=g(x)y = g(x) on [a,b][a,b] is AA. If the graph of ff is reflected across the x-axis, becoming y=f(x)y = -f(x), what is the area between this new curve and y=g(x)y = g(x)?

A.AA
B.A-A
C.abf(x)g(x)dx\int_a^b | -f(x) - g(x) | dx, which is not necessarily AA. ✅
D.AA only if f(x)f(x) and g(x)g(x) are both positive.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Reflection across the x-axis changes the function values from f(x)f(x) to f(x)-f(x). The area between the new curves y=f(x)y = -f(x) and y=g(x)y = g(x) is abg(x)(f(x))dx=abf(x)+g(x)dx\int_a^b |g(x) - (-f(x))| dx = \int_a^b |f(x) + g(x)| dx. This is not generally equal to the original area abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx. The relationship depends on the specific forms of ff and gg. For example, if f(x)=xf(x) = x and g(x)=0g(x) = 0 on [0,1][0,1], the original area is 1/21/2. The reflected curve is x-x, and the area between x-x and 00 is also 1/21/2, but this is a special case. In general, it is not equal. Option D is a common misconception. Option A is a tempting but incorrect over-generalization. Option B is wrong because area is non-negative. This tests the understanding that transformations of the functions do not simply preserve the area between them in a trivial way.

Q22. A region is bounded by y=x2y = x^2 and y=xy = \sqrt{x}. Which of the following integrals correctly represents the area?

A.01(xx2)dx\int_0^1 (\sqrt{x} - x^2) dx
B.01(x2x)dx\int_0^1 (x^2 - \sqrt{x}) dx
C.01(x+x2)dx\int_0^1 (\sqrt{x} + x^2) dx
D.01(x)dx01(x2)dx\int_0^1 (\sqrt{x}) dx - \int_0^1 (x^2) dx
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct Medium of the area-between-curves formula. The curves intersect at x=0x=0 and x=1x=1. On the interval [0,1][0,1], xx2\sqrt{x} \ge x^2. Therefore, the area is 01(xx2)dx\int_0^1 (\sqrt{x} - x^2) dx. Option B reverses the integrand. Option C sums the functions, which would be the area under the sum of the curves, not between them. Option D is algebraically equivalent to Option A, but Option A is the more direct and standard representation. This question tests the fundamental concept of identifying the upper and lower curves and subtracting them in the correct order.

Q23. The curves y=x2y = x^2 and y=2xx2y = 2x - x^2 enclose a region. A student proposes using the formula 01[(2xx2)x2]dx\int_0^1 [(2x - x^2) - x^2] dx. What is the area?

A.1/31/3
B.2/32/3
C.11
D.00
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The integrand is (2xx2)x2=2x2x2(2x - x^2) - x^2 = 2x - 2x^2. The integral is 01(2x2x2)dx=[x223x3]01=123=13\int_0^1 (2x - 2x^2) dx = [x^2 - \frac{2}{3}x^3]_0^1 = 1 - \frac{2}{3} = \frac{1}{3}. Option A is correct. This is a straightforward Medium of the formula after simplifying the integrand. Option B might result from an error in the integration constant. Option C might come from evaluating at x=1x=1 incorrectly. Option D is the result of not properly performing the integration. This tests the basic computational skills involved in the area-between-curves problem.

Q24. Which of the following is NOT necessary to compute the area between two curves y=f(x)y = f(x) and y=g(x)y = g(x) from x=ax=a to x=bx=b?

A.Finding the points of intersection of ff and gg.
B.Determining which function is above the other on the interval.
C.Ensuring the functions are continuous on [a,b][a,b].
D.Finding the derivative of f(x)f(x) and g(x)g(x). ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: This question tests the fundamental requirements for setting up the area integral. The necessary steps are: (1) identifying the interval of integration (often by finding intersection points), (2) determining the upper and lower functions on the interval, and (3) ensuring the functions are continuous so the integral exists. The derivative of the functions is not needed for computing the area between the curves. Derivatives are used in other Mediums like arc length or surface area. Option A is necessary to find limits if not given. Option B is necessary to set the correct integrand. Option C is necessary for the integral to be defined. Option D is not needed. This question emphasizes the core concept of area between curves versus other calculus Mediums.

Q25. The graphs of y=x24y = x^2 - 4 and y=0y = 0 are given. What is the area of the region bounded by these curves?

A.22(x24)dx\int_{-2}^{2} (x^2 - 4) dx
B.22(0(x24))dx\int_{-2}^{2} (0 - (x^2 - 4)) dx
C.22(x2)dx224dx\int_{-2}^{2} (x^2) dx - \int_{-2}^{2} 4 dx
D.22x24dx\int_{-2}^{2} |x^2 - 4| dx
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This is a Medium problem. The curves y=x24y = x^2 - 4 and y=0y=0 (the x-axis) intersect when x24=0x^2 - 4 = 0, so x=±2x = \pm 2. On the interval [2,2][-2,2], x240x^2 - 4 \le 0, so the x-axis is the upper curve. The area is 22(0(x24))dx=22(4x2)dx\int_{-2}^{2} (0 - (x^2 - 4)) dx = \int_{-2}^{2} (4 - x^2) dx. Option A would give a negative area because it's integrating a negative function. Option C is the integral of x2x^2 minus the integral of 4, which is not the correct difference. Option D uses the absolute value, which is correct in principle, but Option B is the more explicit and direct setup. This tests the ability to read the graph and correctly identify the upper and lower functions, especially when one is the x-axis and the other is below it.

Q26. Suppose the area between y=f(x)y = f(x) and y=g(x)y = g(x) on [a,b][a,b] is AA. If f(x)f(x) is shifted to the right by cc units, becoming y=f(xc)y = f(x-c), and g(x)g(x) is shifted to the right by the same amount, becoming y=g(xc)y = g(x-c), what is the area between the new curves on the interval [a+c,b+c][a+c, b+c]?

A.AA
B.A+cA + c
C.A×cA \times c
D.AA only if c=0c=0.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Shifting both curves horizontally by the same amount cc does not change the area between them. The vertical distance between the curves at any point xx in the new interval corresponds to the vertical distance between the original curves at xcx-c. The area integral a+cb+cf(xc)g(xc)dx\int_{a+c}^{b+c} |f(x-c) - g(x-c)| dx can be transformed by the substitution u=xcu = x-c, which gives abf(u)g(u)du=A\int_{a}^{b} |f(u) - g(u)| du = A. Thus, the area is invariant under a simultaneous horizontal translation. This is analogous to the vertical translation case. Option B is a common but incorrect addition of the shift. Option C is a nonsensical scaling. Option D incorrectly suggests the area only remains the same in a trivial case. This tests the understanding that horizontal shifts of the entire region do not change its size or shape.

🔗 Related Topics (MCQs)