Definition: The area between two curves is calculated by integrating the difference between the upper function and the lower function over a specified interval. The general formula is A=∫ab[f(x)−g(x)]dx where f(x)≥g(x).
Example: Find the area between y=x2 and y=x from x=0 to x=1. Solution: A=∫01(x−x2)dx=[2x2−3x3]01=61.
Reason: This method allows us to calculate the exact region enclosed by intersecting graphs, which is essential for applications in physics and engineering where net quantities are required.
12
Easy
12
Medium
6
Hard
📝 All Area Between Two Curves MCQs
Q1. Which of the following is a necessary condition for applying the formula ∫ab[f(x)−g(x)]dx to find the area between two curves over an interval [a,b]?
A.The functions f and g must both be nonnegative on [a,b].
B.The curve y=f(x) must lie above the curve y=g(x) for all x in [a,b]. ✅
C.The functions f and g must intersect at x=a and x=b.
D.The functions f and g must be linear.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The core condition for the formula A=∫ab[f(x)−g(x)]dx is that f(x)≥g(x) over the entire interval. This ensures the integrand represents the positive vertical distance between the curves, and thus the integral yields a positive area. The functions need not be nonnegative (the formula works even if both are negative, as long as the inequality holds), they need not intersect at the endpoints, and they can be any continuous functions. A common misconception is to assume the functions must be above the x-axis, but the formula's validity relies solely on the relative position of the two curves.
Q2. Given f(x)=x2 and g(x)=x on the interval [0,1], which function represents the upper boundary?
A.f(x)=x2 is always above g(x)=x.
B.g(x)=x is always above f(x)=x2. ✅
C.The functions intersect, so there is no single upper boundary.
D.Neither function is above the other.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: On the interval (0,1), x is greater than x2. For example, at x=0.25, 0.25=0.5 and 0.252=0.0625. Thus, g(x) is the upper boundary and f(x) is the lower boundary. Students might incorrectly assume that x2 is always above x based on their behavior for x>1, but on (0,1) the relationship is reversed. The area between them is found by integrating [x−x2]dx.
Q3. A student states that the area between y=x and y=x2 from x=0 to x=2 can be found by evaluating ∫02(x−x2)dx. Is this correct?
A.Yes, because y=x is always above y=x2 on [0,2].
B.No, because x−x2 is negative for x>1, which would incorrectly compute a negative area. ✅
C.Yes, but the integral should be ∫02(x2−x)dx.
D.No, because the functions do not intersect on [0,2].
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The student's approach is incorrect because the relative positions of the curves change. On [0,1], x≥x2, but on [1,2], x2≥x. Simply integrating x−x2 from 0 to 2 would subtract the area where x2>x, leading to an incorrect (and possibly negative) result. The correct method is to split the integral at the intersection point x=1: ∫01(x−x2)dx+∫12(x2−x)dx. This is a classic error in applying the area formula without checking the inequality throughout the interval.
Q4. Let R be the region bounded by y=x2 and y=2x−x2. Find the area of R.
A.31 ✅
B.1
C.34
D.32
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: To find the area, we first find the points of intersection by setting x2=2x−x2, which gives 2x2−2x=0, or 2x(x−1)=0. Thus, x=0 and x=1. On the interval [0,1], 2x−x2≥x2. The area is A=∫01[(2x−x2)−x2]dx=∫01(2x−2x2)dx=[x2−32x3]01=1−32=31. The lower curve is y=x2, and the upper is the parabola opening downward.
Q5. Which definite integral correctly represents the area of the region enclosed by y=sinx and y=cosx from x=0 to x=2π?
A.∫0π/2(sinx−cosx)dx
B.∫0π/4(cosx−sinx)dx+∫π/4π/2(sinx−cosx)dx ✅
C.∫0π/2(cosx−sinx)dx
D.∫0π/4(sinx−cosx)dx+∫π/4π/2(cosx−sinx)dx
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: On [0,π/4], cosx≥sinx, so the upper curve is y=cosx. On [π/4,π/2], sinx≥cosx, so the upper curve is y=sinx. Therefore, the area must be split at the intersection point x=π/4. The correct integral is ∫0π/4(cosx−sinx)dx+∫π/4π/2(sinx−cosx)dx. Students often make the mistake of integrating the difference in one order across the entire interval, forgetting that the upper and lower functions swap at the intersection.
Q6. The area of the region bounded by y=x3−6x2+8x and the x-axis from x=0 to x=4 is?
A.8 ✅
B.16
C.32
D.0
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The curve intersects the x-axis where x(x2−6x+8)=0, which gives x=0,2,4. On [0,2], the curve is above the x-axis (e.g., at x=1, y=3). On [2,4], the curve is below the x-axis (e.g., at x=3, y=−3). The area is the sum of the absolute values of the integrals: ∫02(x3−6x2+8x)dx+∫24−(x3−6x2+8x)dx. Evaluating gives [x4/4−2x3+4x2]02=4 and −[x4/4−2x3+4x2]24=4. The total area is 8. The integral from 0 to 4 is 0, which would be a common error if one doesn't account for the sign change.
Q7. A farmer wants to fence a rectangular field adjacent to a river. He has 1000 m of fencing and wants to maximize the area. What is the maximum area, and how does this relate to finding the area between curves?
A.The problem is unrelated to the area between two curves.
B.The area can be maximized by setting up a function A(x)=x(1000−2x) and finding its vertex. ✅
C.The problem is solved by finding the area between the line y=1000−2x and the x-axis.
D.The maximum area is 250,000 m2.
💡 Difficulty: medium | ✅ Correct: B
Q8. A student solving for the area between y=f(x) and y=g(x) sets up the integral ∫ab[f(x)−g(x)]dx and obtains a negative value. What is the most likely error?
A.The student chose the wrong limits of integration a and b.
B.The student integrated with respect to the wrong variable.
C.The student's integrand f(x)−g(x) is negative over the interval because f(x) is below g(x). ✅
D.The student forgot to include the constant of integration.
💡 Difficulty: easy | ✅ Correct: C
📖 Explanation: The definite integral of the vertical distance between two curves gives a positive area only when the integrand is nonnegative. A negative result indicates that the assumed upper function f(x) is actually below the lower function g(x) on at least part, or all, of the interval. The correct procedure is to ensure the integrand is positive. This could involve splitting the interval at intersection points or swapping the functions. The limits of integration and the variable are usually determined by the problem; the constant of integration is irrelevant for definite integrals.
Q9. If the area between y=x2−4x+3 and the x-axis is A, what is the area between y=x2−4x+3 and the line y=1?
A.A
B.A+∫ab1dx ✅
C.A−∫ab1dx
D.∫ab[(x2−4x+3)−1]dx
💡 Difficulty: hard | ✅ Correct: B
📖 Explanation: Let the parabola be f(x). The area A between f(x) and the x-axis (y=0) is ∫ab[f(x)−0]dx. The area between f(x) and the line y=1 is ∫ab[f(x)−1]dx, assuming f(x)≥1 on the interval. This is equal to ∫abf(x)dx−∫ab1dx=A−(b−a). The area is reduced by the area of a rectangle of height 1 and width (b-a) between the x-axis and the line y=1. This question tests the concept that the integrand is the *difference* of the functions, and a vertical shift changes the integrand.
Q10. The area of the region bounded by y=x2−2x and y=3 is?
A.332 ✅
B.316
C.364
D.16
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Set x2−2x=3 to find intersections: x2−2x−3=0⇒(x−3)(x+1)=0, so x=−1,3. On [−1,3], the line y=3 is above the parabola. The area is ∫−13[3−(x2−2x)]dx=∫−13(−x2+2x+3)dx. The antiderivative is −x3/3+x2+3x. Evaluating from -1 to 3: (−9+9+9)−(1/3+1−3)=9−(−5/3)=32/3. The parabola opens upward, and its vertex is below the line, so this region forms a closed bounded area.
Q11. Consider the region enclosed by y=∣x∣ and y=2−x2. What is the area of this region?
A.35
B.37
C.3
D.613 ✅
💡 Difficulty: hard | ✅ Correct: D
📖 Explanation: Finding intersections requires solving ∣x∣=2−x2. For x≥0, x=2−x2⇒x2+x−2=0⇒(x+2)(x−1)=0⇒x=1. By symmetry, for x<0, the intersection is at x=−1. On [−1,1], 2−x2≥∣x∣. The area is ∫−11(2−x2−∣x∣)dx=2∫01(2−x2−x)dx=2[2x−x3/3−x2/2]01=2(2−1/3−1/2)=2(7/6)=7/3. This combines symmetry, absolute values, and integration. The symmetry is key to simplifying the calculation.
Q12. If the area between y=f(x) and y=g(x) from x=a to x=b is given by ∫ab[f(x)−g(x)]dx, what does this represent when f(x) and g(x) are both negative?
A.A negative area.
B.The area between the curves, provided f(x)≥g(x). ✅
C.The area between the curves and the x-axis.
D.The absolute value of the area.
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The formula ∫ab[f(x)−g(x)]dx gives the area between two curves regardless of their position relative to the x-axis, as long as the curve y=f(x) is above y=g(x). For example, if both are negative but f(x)≥g(x), the difference f(x)−g(x) is still the positive vertical distance between them. The integral of this positive difference yields the positive area. This concept is often misunderstood; students may incorrectly think the functions must be above the x-axis. The area is simply the integral of the difference of the y-values, which is independent of vertical shifts.
Q13. A region is bounded by y=x, y=x−2, and the x-axis. What is the best strategy to find its area?
A.Integrate [x−(x−2)] from 0 to 4.
B.Split the region at the point where the two curves intersect, then integrate with respect to x.
C.Split the region at the point where x−2=0, then integrate with respect to x. ✅
D.Integrate with respect to y using a single integral.
💡 Difficulty: medium | ✅ Correct: C
📖 Explanation: The region described is complex because the lower boundary changes. The line y=x−2 intersects the x-axis at x=2. The parabola y=x intersects the line when x=x−2, which gives x=4. The region is bounded above by y=x. Below, it's the x-axis from x=0 to x=2, and the line y=x−2 from x=2 to x=4. Therefore, the area is best found by splitting at x=2: ∫02xdx+∫24[x−(x−2)]dx. Integrating with respect to y is also possible but requires finding the x-intervals in terms of y. A common error is to use a single integrand for the whole interval.
Q14. Which of the following represents the area of the region bounded by x=y2 and x=y+2?
A.∫−12[(y+2)−y2]dy ✅
B.∫04[x−(x−2)]dx
C.∫−12[y2−(y+2)]dy
D.∫04[(x−2)−x]dx
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: These curves intersect when y2=y+2⇒y2−y−2=0⇒(y−2)(y+1)=0, giving y=−1,2. The corresponding x-values are 1 and 4. When integrating with respect to y, the right boundary is x=y+2 and the left boundary is x=y2. Thus, the area is ∫−12[(y+2)−y2]dy. The function y+2≥y2 on this interval. Integrating with respect to x would require splitting the region at x=1, as the left boundary changes. This question assesses understanding of the axis of integration and the choice of the easier method.
Q15. The area of the region enclosed by y=ex, y=e2x, and x=0 from x=0 to x=ln2 is:
A.21 ✅
B.23
C.ln2
D.1
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: On the interval [0,ln2], e2x≥ex. The area between them is ∫0ln2(e2x−ex)dx. The antiderivative is 2e2x−ex. Evaluating from 0 to ln2: (2e2ln2−eln2)−(21−1)=(24−2)−(−21)=(2−2)+21=21. The careful evaluation of the exponential at the bounds is crucial; eln2=2 and e2ln2=4. A common mistake is mishandling the exponential rules.
Q16. Suppose the area between y=f(x) and the x-axis from x=0 to x=2 is 4. What is the area between y=f(x)+3 and the x-axis over the same interval, assuming the function remains positive?
A.4
B.6
C.10 ✅
D.Cannot be determined without knowing f(x).
💡 Difficulty: easy | ✅ Correct: C
📖 Explanation: If f(x) is positive, the area under f(x)+3 from 0 to 2 is ∫02(f(x)+3)dx=∫02f(x)dx+∫023dx=4+6=10. This is because the area between y=f(x)+3 and the x-axis is the area under f(x) plus the area of a rectangle of height 3 and width 2. This is a direct Medium of the linearity of the integral. Students might mistakenly think the area increases by a factor, or that the original area is insufficient information. The key is that a vertical shift of the curve changes the area by a constant amount that is easy to compute.
Q17. A region is bounded by the curves y=x2 and y=4. A line y=k divides this region into two equal areas. What is the value of k?
A.k=316 ✅
B.k=8
C.k=2
D.k=4
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The total area between y=x2 and y=4 is found where x2=4, giving x=±2. The area is ∫−22(4−x2)dx=2∫02(4−x2)dx=2[4x−x3/3]02=2(8−8/3)=32/3. Half of this area is 16/3. The line y=k intersects the parabola at x=±k. The area above the line is ∫−kk(k−x2)dx=2[kx−x3/3]0k=2(k3/2−k3/2/3)=34k3/2. Setting this equal to 16/3 gives k3/2=4, so k=42/3=316. This problem requires setting up a more complex area equation and solving for the parameter k.
Q18. What is the area of the region in the first quadrant bounded by y=x2 and y=2−x?
A.67 ✅
B.65
C.611
D.613
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Find intersections: x2=2−x⇒x2+x−2=0⇒(x+2)(x−1)=0. In the first quadrant, the intersection is at x=1. The curves also intersect the axes: y=x2 passes through (0,0), and y=2−x has intercepts (0,2) and (2,0). The region is bounded by the y-axis, the parabola, and the line. The area is ∫01[(2−x)−x2]dx=[2x−x2/2−x3/3]01=2−1/2−1/3=7/6. The line is above the parabola on this interval. This problem requires careful identification of the region boundaries in the first quadrant.
Q19. Which of the following is NOT a valid way to find the area between two curves?
A.Integrating the difference of the functions with respect to x over an interval.
B.Integrating the difference of the functions with respect to y over an interval.
C.Finding the absolute value of the integral of the difference over the whole interval. ✅
D.Finding the sum of integrals over subintervals where the ordering of the functions is consistent.
💡 Difficulty: easy | ✅ Correct: C
📖 Explanation: The absolute value of the integral ∫ab[f(x)−g(x)]dx is not generally the area between the curves. This expression gives the absolute value of the *net signed area*, which can be zero or less than the actual area if the curves cross. For example, if f(x)=x and g(x)=x2 on [0,1], the integral is 1/6, and its absolute value is 1/6, which is the area. But if the curves cross, like f(x)=x2 and g(x)=x on [0,2], the integral is ∫02(x2−x)dx=−2/3, and its absolute value is 2/3, while the actual area is ∫01(x−x2)dx+∫12(x2−x)dx=1/6+5/6=1.
Q20. The area between y=sin−1x and y=0 from x=0 to x=1 is A. If the region is revolved about the x-axis, what is the volume in terms of A?
A.πA
B.2πA
C.π∫01(sin−1x)2dx
D.The volume cannot be determined from A alone. ✅
💡 Difficulty: hard | ✅ Correct: D
📖 Explanation: This question mixes the concept of area between curves with the method of disks for volume. The volume of revolution about the x-axis is V=π∫01[f(x)]2dx. The area A is ∫01f(x)dx. These two integrals are not generally related in a simple way. To find the volume, one would need to compute a new integral involving the square of the function. The correct answer is that the volume cannot be determined from A alone, as the shape of the function matters. This distinguishes the concept of area from volume, which is a common point of confusion.
Q21. Two curves y=f(x) and y=g(x) are such that f(x)≥g(x) on [a,b]. If c is a point in (a,b), which expression represents the area between the curves from a to c?
A.∫ac[f(x)−g(x)]dx
B.∫cb[f(x)−g(x)]dx
C.∫ab[f(x)−g(x)]dx−∫cb[f(x)−g(x)]dx
D.Both A and C are correct. ✅
💡 Difficulty: easy | ✅ Correct: D
📖 Explanation: The area between the curves from a to c is simply ∫ac[f(x)−g(x)]dx. Since the integral from a to b is the sum of the integrals from a to c and c to b (additivity of the definite integral), the integral from a to c is also ∫ab[f(x)−g(x)]dx−∫cb[f(x)−g(x)]dx. Both expressions are equivalent. This tests the fundamental property of definite integrals: ∫ab=∫ac+∫cb.
Q22. If the area between y=f(x) and y=g(x) from x=0 to x=1 is 2, and f(x) is even and g(x) is odd, what is the area from x=−1 to x=0?
A.2
B.-2
C.0
D.Cannot be determined. ✅
💡 Difficulty: hard | ✅ Correct: D
📖 Explanation: The area between an even and an odd function over a symmetric interval [−1,1] is not necessarily symmetric. The area on [−1,0] is ∫−10[f(x)−g(x)]dx. Let u=−x, then dx=−du, and when x=−1, u=1; when x=0, u=0. The integral becomes ∫10[f(−u)−g(−u)](−du)=∫01[f(u)+g(u)]du. This is not generally equal to ∫01[f(u)−g(u)]du=2. For example, if f(x)=2 and g(x)=x, the area on [0,1] is 2. The area on [−1,0] is ∫−10(2−x)dx=[2x−x2/2]−10=0−(−2−1/2)=2.5, which is not 2. The integrand changes in a non-trivial way due to the parity properties.
Q23. A student uses a graphing calculator to find the area between y=sinx and y=cosx from 0 to 2π. The calculator gives 0. What should the student conclude?
A.The area is 0.
B.The calculator is correct; the functions enclose a net area of zero.
C.The student should have used the absolute value function or split the integral. ✅
D.The functions do not enclose a region.
💡 Difficulty: easy | ✅ Correct: C
📖 Explanation: The calculator computed ∫02π(sinx−cosx)dx, which is the net signed area. The area between the curves is the sum of the absolute values of the area segments where they cross. On [0,2π], sinx and cosx intersect at π/4 and 5π/4. The functions swap positions, so the integral over the entire interval cancels out. The correct area is ∫0π/4(cosx−sinx)dx+∫π/45π/4(sinx−cosx)dx+∫5π/42π(cosx−sinx)dx, which is not zero. This is a common error when relying on numerical integration without considering the geometry.
Q24. The area of the region enclosed by y=20−3x2 and y=ex on the interval [0,2] is expressed as which integral?
A.∫02[(20−3x2)−ex]dx
B.∫02[ex−(20−3x2)]dx
C.∫02∣(20−3x2)−ex∣dx
D.Both A and C are valid expressions for the area. ✅
💡 Difficulty: medium | ✅ Correct: D
📖 Explanation: On the interval [0,2], 20−3x2 is greater than ex. For example, at x=0, 20>1, and at x=2, 8>7.39. Therefore, the integrand (20−3x2)−ex is positive, so the area is ∫02[(20−3x2)−ex]dx. Since the integrand is positive, its absolute value is the same, making option C also correct. This question highlights that while the absolute value is always correct, it's often unnecessary if the order of the functions is known. The trick is recognizing that both expressions are equivalent under the given conditions.
Q25. Given the area between y=x2+c and y=c from x=−1 to x=1 is 32, what is the area between y=x2+c and y=c+2 over the same interval?
A.32
B.38 ✅
C.34
D.32+4
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The area between y=x2+c and y=c is ∫−11(x2+c−c)dx=∫−11x2dx=32. This is independent of c. Now, the area between y=x2+c and y=c+2 is ∫−11[(x2+c)−(c+2)]dx=∫−11(x2−2)dx. This is 32−4=−310. Since the integrand is negative, the area is the absolute value, 310. But wait, the line y=c+2 is above the parabola y=x2+c on [−1,1] if x2≤2, which is true. So the area is ∫−11(2−x2)dx=4−32=310. The correct answer is 310. The vertical shift of the lower curve changes the area by the area of the rectangle between the two horizontal lines.
Q26. A region is bounded by y=x and y=x3. What is the area of this region?
A.31
B.125 ✅
C.41
D.21
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: Find intersections: x=x3. Squaring gives x=x6⇒x6−x=0⇒x(x5−1)=0. Thus, x=0 and x=1. On [0,1], x≥x3. The area is ∫01(x−x3)dx=[32x3/2−4x4]01=32−41=128−3=125. This is a standard Medium where the functions are chosen to produce a nice result. Students should be comfortable with integrating power functions and evaluating at the bounds.
Q27. Which of the following integrals represents the area enclosed by y=4−x2, y=0, and the line x=1 in the first quadrant?
A.∫01(4−x2)dx ✅
B.∫02(4−x2)dx
C.∫02(4−x2)dx−∫01(4−x2)dx
D.∫12(4−x2)dx
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The region is bounded by the parabola y=4−x2, the x-axis (y=0), and the vertical line x=1. The parabola intersects the x-axis at x=±2. In the first quadrant, the relevant section is from x=0 to x=2. However, the condition x=1 and the first quadrant bound the region to the left of x=1. The area is ∫01(4−x2)dx. The line x=1 acts as the right boundary, not the x-intercept. This tests the ability to correctly identify the bounds from a description of a region, which is more subtle than just finding intersection points.
Q28. If the area between y=f(x) and the x-axis from x=a to x=b is A, and f(x)≥0 on this interval, what is the area between y=f(x) and y=k, where k≤0 and f(x)≥k?
A.A
B.A−k(b−a)
C.A+k(b−a) ✅
D.A−∫abkdx
💡 Difficulty: easy | ✅ Correct: C
📖 Explanation: The area between y=f(x) and y=k is ∫ab[f(x)−k]dx. Since f(x)≥0 and k≤0, this is ∫abf(x)dx−∫abkdx=A−k(b−a). Because k is negative, −k(b−a) is positive, so the area is A+∣k∣(b−a). The area between the curve and the x-axis is A. The line y=k is below the x-axis, so the region between the curve and this line is larger than the area under the curve. It adds the area of a rectangle of height ∣k∣ and width (b−a).
Q29. A region is enclosed by y=x2 and y=2x−x2. What is the volume of the solid generated by revolving this region about the x-axis? (Hint: This requires the method of washers).
A.32π
B.34π
C.38π ✅
D.316π
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: First, find the area of the region (this was done in a previous question: A=1/3). The volume of revolution about the x-axis is found using the washer method: V=π∫01[(2x−x2)2−(x2)2]dx. Simplify the integrand: (4x2−4x3+x4)−x4=4x2−4x3. Thus, V=π∫01(4x2−4x3)dx=π[34x3−x4]01=π(34−1)=3π. The correct answer is 3π. This question cleverly combines area between curves with the volume of revolution, but the area itself is a distractor. The student must recognize that the volume requires integrating the squares of the functions.
Q30. Two functions f and g are continuous on [a,b]. The area between their graphs is given by ∫ab∣f(x)−g(x)∣dx. If a student computes ∫ab[f(x)−g(x)]dx and gets 2, but the area is 4, what can you conclude?
A.The functions cross at least once in the interval. ✅
B.The functions are negative on the entire interval.
C.The student made an arithmetic error.
D.The functions are identical except for a constant shift.