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

📝 Area Between Two Curves (30 MCQs)

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

What is Area Between Two Curves?

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)]dxA = \int_{a}^{b} [f(x) - g(x)] \, dx where f(x)g(x)f(x) \geq g(x).

Example:
Find the area between y=x2y = x^2 and y=xy = x from x=0x=0 to x=1x=1. Solution: A=01(xx2)dx=[x22x33]01=16A = \int_{0}^{1} (x - x^2) \, dx = [\frac{x^2}{2} - \frac{x^3}{3}]_0^1 = \frac{1}{6}.

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\int_a^b [f(x) - g(x)] \, dx to find the area between two curves over an interval [a,b][a,b]?

A.The functions ff and gg must both be nonnegative on [a,b][a,b].
B.The curve y=f(x)y = f(x) must lie above the curve y=g(x)y = g(x) for all xx in [a,b][a,b]. ✅
C.The functions ff and gg must intersect at x=ax = a and x=bx = b.
D.The functions ff and gg must be linear.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The core condition for the formula A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx is that f(x)g(x)f(x) \geq 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)=x2f(x) = x^2 and g(x)=xg(x) = \sqrt{x} on the interval [0,1][0,1], which function represents the upper boundary?

A.f(x)=x2f(x) = x^2 is always above g(x)=xg(x) = \sqrt{x}.
B.g(x)=xg(x) = \sqrt{x} is always above f(x)=x2f(x) = x^2. ✅
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)(0,1), x\sqrt{x} is greater than x2x^2. For example, at x=0.25x = 0.25, 0.25=0.5\sqrt{0.25} = 0.5 and 0.252=0.06250.25^2 = 0.0625. Thus, g(x)g(x) is the upper boundary and f(x)f(x) is the lower boundary. Students might incorrectly assume that x2x^2 is always above x\sqrt{x} based on their behavior for x>1x > 1, but on (0,1)(0,1) the relationship is reversed. The area between them is found by integrating [xx2]dx[\sqrt{x} - x^2] \, dx.

Q3. A student states that the area between y=xy = x and y=x2y = x^2 from x=0x=0 to x=2x=2 can be found by evaluating 02(xx2)dx\int_0^2 (x - x^2) \, dx. Is this correct?

A.Yes, because y=xy=x is always above y=x2y=x^2 on [0,2][0,2].
B.No, because xx2x - x^2 is negative for x>1x > 1, which would incorrectly compute a negative area. ✅
C.Yes, but the integral should be 02(x2x)dx\int_0^2 (x^2 - x) \, dx.
D.No, because the functions do not intersect on [0,2][0,2].
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The student's approach is incorrect because the relative positions of the curves change. On [0,1][0,1], xx2x \ge x^2, but on [1,2][1,2], x2xx^2 \ge x. Simply integrating xx2x - x^2 from 0 to 2 would subtract the area where x2>xx^2 > x, leading to an incorrect (and possibly negative) result. The correct method is to split the integral at the intersection point x=1x=1: 01(xx2)dx+12(x2x)dx\int_0^1 (x - x^2) \, dx + \int_1^2 (x^2 - x) \, dx. This is a classic error in applying the area formula without checking the inequality throughout the interval.

Q4. Let RR be the region bounded by y=x2y = x^2 and y=2xx2y = 2x - x^2. Find the area of RR.

A.13\frac{1}{3}
B.11
C.43\frac{4}{3}
D.23\frac{2}{3}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: To find the area, we first find the points of intersection by setting x2=2xx2x^2 = 2x - x^2, which gives 2x22x=02x^2 - 2x = 0, or 2x(x1)=02x(x-1)=0. Thus, x=0x=0 and x=1x=1. On the interval [0,1][0,1], 2xx2x22x - x^2 \ge x^2. The area is A=01[(2xx2)x2]dx=01(2x2x2)dx=[x223x3]01=123=13A = \int_0^1 [(2x - x^2) - x^2] \, dx = \int_0^1 (2x - 2x^2) \, dx = [x^2 - \frac{2}{3}x^3]_0^1 = 1 - \frac{2}{3} = \frac{1}{3}. The lower curve is y=x2y=x^2, and the upper is the parabola opening downward.

Q5. Which definite integral correctly represents the area of the region enclosed by y=sinxy = \sin x and y=cosxy = \cos x from x=0x = 0 to x=π2x = \frac{\pi}{2}?

A.0π/2(sinxcosx)dx\int_0^{\pi/2} (\sin x - \cos x) \, dx
B.0π/4(cosxsinx)dx+π/4π/2(sinxcosx)dx\int_0^{\pi/4} (\cos x - \sin x) \, dx + \int_{\pi/4}^{\pi/2} (\sin x - \cos x) \, dx
C.0π/2(cosxsinx)dx\int_0^{\pi/2} (\cos x - \sin x) \, dx
D.0π/4(sinxcosx)dx+π/4π/2(cosxsinx)dx\int_0^{\pi/4} (\sin x - \cos x) \, dx + \int_{\pi/4}^{\pi/2} (\cos x - \sin x) \, dx
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: On [0,π/4][0, \pi/4], cosxsinx\cos x \ge \sin x, so the upper curve is y=cosxy = \cos x. On [π/4,π/2][\pi/4, \pi/2], sinxcosx\sin x \ge \cos x, so the upper curve is y=sinxy = \sin x. Therefore, the area must be split at the intersection point x=π/4x = \pi/4. The correct integral is 0π/4(cosxsinx)dx+π/4π/2(sinxcosx)dx\int_0^{\pi/4} (\cos x - \sin x) \, dx + \int_{\pi/4}^{\pi/2} (\sin x - \cos x) \, 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=x36x2+8xy = x^3 - 6x^2 + 8x and the x-axis from x=0x=0 to x=4x=4 is?

A.88
B.1616
C.3232
D.00
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The curve intersects the x-axis where x(x26x+8)=0x(x^2 - 6x + 8) = 0, which gives x=0,2,4x=0, 2, 4. On [0,2][0,2], the curve is above the x-axis (e.g., at x=1x=1, y=3y=3). On [2,4][2,4], the curve is below the x-axis (e.g., at x=3x=3, y=3y=-3). The area is the sum of the absolute values of the integrals: 02(x36x2+8x)dx+24(x36x2+8x)dx\int_0^2 (x^3 - 6x^2 + 8x) \, dx + \int_2^4 -(x^3 - 6x^2 + 8x) \, dx. Evaluating gives [x4/42x3+4x2]02=4[x^4/4 - 2x^3 + 4x^2]_0^2 = 4 and [x4/42x3+4x2]24=4-[x^4/4 - 2x^3 + 4x^2]_2^4 = 4. The total area is 88. 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(10002x)A(x) = x(1000 - 2x) and finding its vertex. ✅
C.The problem is solved by finding the area between the line y=10002xy = 1000 - 2x and the x-axis.
D.The maximum area is 250,000 m2m^2.
💡 Difficulty: medium | ✅ Correct: B

Q8. A student solving for the area between y=f(x)y = f(x) and y=g(x)y = g(x) sets up the integral ab[f(x)g(x)]dx\int_a^b [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 aa and bb.
B.The student integrated with respect to the wrong variable.
C.The student's integrand f(x)g(x)f(x) - g(x) is negative over the interval because f(x)f(x) is below g(x)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)f(x) is actually below the lower function g(x)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=x24x+3y = x^2 - 4x + 3 and the x-axis is AA, what is the area between y=x24x+3y = x^2 - 4x + 3 and the line y=1y = 1?

A.AA
B.A+ab1dxA + \int_a^b 1 \, dx
C.Aab1dxA - \int_a^b 1 \, dx
D.ab[(x24x+3)1]dx\int_a^b [(x^2 - 4x + 3) - 1] \, dx
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Let the parabola be f(x)f(x). The area AA between f(x)f(x) and the x-axis (y=0) is ab[f(x)0]dx\int_a^b [f(x) - 0] \, dx. The area between f(x)f(x) and the line y=1y=1 is ab[f(x)1]dx\int_a^b [f(x) - 1] \, dx, assuming f(x)1f(x) \ge 1 on the interval. This is equal to abf(x)dxab1dx=A(ba)\int_a^b f(x) \, dx - \int_a^b 1 \, dx = 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=x22xy = x^2 - 2x and y=3y = 3 is?

A.323\frac{32}{3}
B.163\frac{16}{3}
C.643\frac{64}{3}
D.1616
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Set x22x=3x^2 - 2x = 3 to find intersections: x22x3=0(x3)(x+1)=0x^2 - 2x - 3 = 0 \Rightarrow (x-3)(x+1) = 0, so x=1,3x = -1, 3. On [1,3][-1, 3], the line y=3y=3 is above the parabola. The area is 13[3(x22x)]dx=13(x2+2x+3)dx\int_{-1}^3 [3 - (x^2 - 2x)] \, dx = \int_{-1}^3 (-x^2 + 2x + 3) \, dx. The antiderivative is x3/3+x2+3x-x^3/3 + x^2 + 3x. Evaluating from -1 to 3: (9+9+9)(1/3+13)=9(5/3)=32/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=xy = |x| and y=2x2y = 2 - x^2. What is the area of this region?

A.53\frac{5}{3}
B.73\frac{7}{3}
C.33
D.136\frac{13}{6}
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Finding intersections requires solving x=2x2|x| = 2 - x^2. For x0x \ge 0, x=2x2x2+x2=0(x+2)(x1)=0x=1x = 2 - x^2 \Rightarrow x^2 + x - 2 = 0 \Rightarrow (x+2)(x-1) = 0 \Rightarrow x=1. By symmetry, for x<0x < 0, the intersection is at x=1x = -1. On [1,1][-1, 1], 2x2x2 - x^2 \ge |x|. The area is 11(2x2x)dx=201(2x2x)dx=2[2xx3/3x2/2]01=2(21/31/2)=2(7/6)=7/3\int_{-1}^1 (2 - x^2 - |x|) \, dx = 2 \int_0^1 (2 - x^2 - x) \, dx = 2[2x - x^3/3 - x^2/2]_0^1 = 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)y = f(x) and y=g(x)y = g(x) from x=ax=a to x=bx=b is given by ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)] \, dx, what does this represent when f(x)f(x) and g(x)g(x) are both negative?

A.A negative area.
B.The area between the curves, provided f(x)g(x)f(x) \ge 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\int_a^b [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)y=f(x) is above y=g(x)y=g(x). For example, if both are negative but f(x)g(x)f(x) \ge g(x), the difference f(x)g(x)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=xy = \sqrt{x}, y=x2y = x - 2, and the x-axis. What is the best strategy to find its area?

A.Integrate [x(x2)][\sqrt{x} - (x-2)] from 0 to 4.
B.Split the region at the point where the two curves intersect, then integrate with respect to xx.
C.Split the region at the point where x2=0x-2 = 0, then integrate with respect to xx. ✅
D.Integrate with respect to yy using a single integral.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The region described is complex because the lower boundary changes. The line y=x2y = x-2 intersects the x-axis at x=2x=2. The parabola y=xy = \sqrt{x} intersects the line when x=x2\sqrt{x} = x-2, which gives x=4x=4. The region is bounded above by y=xy=\sqrt{x}. Below, it's the x-axis from x=0x=0 to x=2x=2, and the line y=x2y=x-2 from x=2x=2 to x=4x=4. Therefore, the area is best found by splitting at x=2x=2: 02xdx+24[x(x2)]dx\int_0^2 \sqrt{x} \, dx + \int_2^4 [\sqrt{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=y2x = y^2 and x=y+2x = y + 2?

A.12[(y+2)y2]dy\int_{-1}^2 [(y+2) - y^2] \, dy
B.04[x(x2)]dx\int_0^4 [\sqrt{x} - (x-2)] \, dx
C.12[y2(y+2)]dy\int_{-1}^2 [y^2 - (y+2)] \, dy
D.04[(x2)x]dx\int_0^4 [(x-2) - \sqrt{x}] \, dx
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: These curves intersect when y2=y+2y2y2=0(y2)(y+1)=0y^2 = y+2 \Rightarrow y^2 - y - 2 = 0 \Rightarrow (y-2)(y+1) = 0, giving y=1,2y = -1, 2. The corresponding x-values are 1 and 4. When integrating with respect to yy, the right boundary is x=y+2x = y+2 and the left boundary is x=y2x = y^2. Thus, the area is 12[(y+2)y2]dy\int_{-1}^2 [(y+2) - y^2] \, dy. The function y+2y2y+2 \ge y^2 on this interval. Integrating with respect to xx would require splitting the region at x=1x=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=exy = e^x, y=e2xy = e^{2x}, and x=0x = 0 from x=0x=0 to x=ln2x = \ln 2 is:

A.12\frac{1}{2}
B.32\frac{3}{2}
C.ln2\ln 2
D.11
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: On the interval [0,ln2][0, \ln 2], e2xexe^{2x} \ge e^x. The area between them is 0ln2(e2xex)dx\int_0^{\ln 2} (e^{2x} - e^x) \, dx. The antiderivative is e2x2ex\frac{e^{2x}}{2} - e^x. Evaluating from 0 to ln2\ln 2: (e2ln22eln2)(121)=(422)(12)=(22)+12=12(\frac{e^{2\ln 2}}{2} - e^{\ln 2}) - (\frac{1}{2} - 1) = (\frac{4}{2} - 2) - (-\frac{1}{2}) = (2 - 2) + \frac{1}{2} = \frac{1}{2}. The careful evaluation of the exponential at the bounds is crucial; eln2=2e^{\ln 2} = 2 and e2ln2=4e^{2\ln 2} = 4. A common mistake is mishandling the exponential rules.

Q16. Suppose the area between y=f(x)y = f(x) and the x-axis from x=0x=0 to x=2x=2 is 4. What is the area between y=f(x)+3y = 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)f(x).
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: If f(x)f(x) is positive, the area under f(x)+3f(x) + 3 from 0 to 2 is 02(f(x)+3)dx=02f(x)dx+023dx=4+6=10\int_0^2 (f(x) + 3) \, dx = \int_0^2 f(x) \, dx + \int_0^2 3 \, dx = 4 + 6 = 10. This is because the area between y=f(x)+3y = f(x)+3 and the x-axis is the area under f(x)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=x2y = x^2 and y=4y = 4. A line y=ky = k divides this region into two equal areas. What is the value of kk?

A.k=163k = \sqrt[3]{16}
B.k=8k = \sqrt{8}
C.k=2k = 2
D.k=4k = 4
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The total area between y=x2y=x^2 and y=4y=4 is found where x2=4x^2 = 4, giving x=±2x = \pm 2. The area is 22(4x2)dx=202(4x2)dx=2[4xx3/3]02=2(88/3)=32/3\int_{-2}^2 (4 - x^2) \, dx = 2 \int_0^2 (4 - x^2) \, dx = 2[4x - x^3/3]_0^2 = 2(8 - 8/3) = 32/3. Half of this area is 16/316/3. The line y=ky=k intersects the parabola at x=±kx = \pm \sqrt{k}. The area above the line is kk(kx2)dx=2[kxx3/3]0k=2(k3/2k3/2/3)=43k3/2\int_{-\sqrt{k}}^{\sqrt{k}} (k - x^2) \, dx = 2[kx - x^3/3]_0^{\sqrt{k}} = 2(k^{3/2} - k^{3/2}/3) = \frac{4}{3} k^{3/2}. Setting this equal to 16/316/3 gives k3/2=4k^{3/2} = 4, so k=42/3=163k = 4^{2/3} = \sqrt[3]{16}. This problem requires setting up a more complex area equation and solving for the parameter kk.

Q18. What is the area of the region in the first quadrant bounded by y=x2y = x^2 and y=2xy = 2 - x?

A.76\frac{7}{6}
B.56\frac{5}{6}
C.116\frac{11}{6}
D.136\frac{13}{6}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Find intersections: x2=2xx2+x2=0(x+2)(x1)=0x^2 = 2 - x \Rightarrow x^2 + x - 2 = 0 \Rightarrow (x+2)(x-1) = 0. In the first quadrant, the intersection is at x=1x=1. The curves also intersect the axes: y=x2y=x^2 passes through (0,0), and y=2xy=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[(2x)x2]dx=[2xx2/2x3/3]01=21/21/3=7/6\int_0^1 [(2-x) - x^2] \, dx = [2x - x^2/2 - x^3/3]_0^1 = 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 xx over an interval.
B.Integrating the difference of the functions with respect to yy 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\left| \int_a^b [f(x) - g(x)] \, dx \right| 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)=xf(x) = x and g(x)=x2g(x) = x^2 on [0,1][0,1], the integral is 1/61/6, and its absolute value is 1/61/6, which is the area. But if the curves cross, like f(x)=x2f(x) = x^2 and g(x)=xg(x) = x on [0,2][0,2], the integral is 02(x2x)dx=2/3\int_0^2 (x^2 - x) \, dx = -2/3, and its absolute value is 2/32/3, while the actual area is 01(xx2)dx+12(x2x)dx=1/6+5/6=1\int_0^1 (x - x^2) \, dx + \int_1^2 (x^2 - x) \, dx = 1/6 + 5/6 = 1.

Q20. The area between y=sin1xy = \sin^{-1} x and y=0y = 0 from x=0x=0 to x=1x=1 is AA. If the region is revolved about the x-axis, what is the volume in terms of AA?

A.πA\pi A
B.2πA2\pi A
C.π01(sin1x)2dx\pi \int_0^1 (\sin^{-1} x)^2 \, dx
D.The volume cannot be determined from AA 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)]2dxV = \pi \int_0^1 [f(x)]^2 \, dx. The area AA is 01f(x)dx\int_0^1 f(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 AA 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)y = f(x) and y=g(x)y = g(x) are such that f(x)g(x)f(x) \ge g(x) on [a,b][a,b]. If cc is a point in (a,b)(a,b), which expression represents the area between the curves from aa to cc?

A.ac[f(x)g(x)]dx\int_a^c [f(x) - g(x)] \, dx
B.cb[f(x)g(x)]dx\int_c^b [f(x) - g(x)] \, dx
C.ab[f(x)g(x)]dxcb[f(x)g(x)]dx\int_a^b [f(x) - g(x)] \, dx - \int_c^b [f(x) - g(x)] \, dx
D.Both A and C are correct. ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The area between the curves from aa to cc is simply ac[f(x)g(x)]dx\int_a^c [f(x) - g(x)] \, dx. Since the integral from aa to bb is the sum of the integrals from aa to cc and cc to bb (additivity of the definite integral), the integral from aa to cc is also ab[f(x)g(x)]dxcb[f(x)g(x)]dx\int_a^b [f(x) - g(x)] \, dx - \int_c^b [f(x) - g(x)] \, dx. Both expressions are equivalent. This tests the fundamental property of definite integrals: ab=ac+cb\int_a^b = \int_a^c + \int_c^b.

Q22. If the area between y=f(x)y = f(x) and y=g(x)y = g(x) from x=0x=0 to x=1x=1 is 2, and f(x)f(x) is even and g(x)g(x) is odd, what is the area from x=1x=-1 to x=0x=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][-1,1] is not necessarily symmetric. The area on [1,0][-1,0] is 10[f(x)g(x)]dx\int_{-1}^0 [f(x) - g(x)] \, dx. Let u=xu = -x, then dx=dudx = -du, and when x=1x=-1, u=1u=1; when x=0x=0, u=0u=0. The integral becomes 10[f(u)g(u)](du)=01[f(u)+g(u)]du\int_{1}^{0} [f(-u) - g(-u)] (-du) = \int_0^1 [f(u) + g(u)] \, du. This is not generally equal to 01[f(u)g(u)]du=2\int_0^1 [f(u) - g(u)] \, du = 2. For example, if f(x)=2f(x) = 2 and g(x)=xg(x) = x, the area on [0,1][0,1] is 2. The area on [1,0][-1,0] is 10(2x)dx=[2xx2/2]10=0(21/2)=2.5\int_{-1}^0 (2 - x) \, dx = [2x - x^2/2]_{-1}^0 = 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=sinxy = \sin x and y=cosxy = \cos x from 0 to 2π2\pi. 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π(sinxcosx)dx\int_0^{2\pi} (\sin x - \cos x) \, 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π][0, 2\pi], sinx\sin x and cosx\cos x intersect at π/4\pi/4 and 5π/45\pi/4. The functions swap positions, so the integral over the entire interval cancels out. The correct area is 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, 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=203x2y = 20 - 3x^2 and y=exy = e^x on the interval [0,2][0,2] is expressed as which integral?

A.02[(203x2)ex]dx\int_0^2 [(20 - 3x^2) - e^x] \, dx
B.02[ex(203x2)]dx\int_0^2 [e^x - (20 - 3x^2)] \, dx
C.02(203x2)exdx\int_0^2 |(20 - 3x^2) - e^x| \, dx
D.Both A and C are valid expressions for the area. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: On the interval [0,2][0,2], 203x220 - 3x^2 is greater than exe^x. For example, at x=0x=0, 20>120 > 1, and at x=2x=2, 8>7.398 > 7.39. Therefore, the integrand (203x2)ex(20 - 3x^2) - e^x is positive, so the area is 02[(203x2)ex]dx\int_0^2 [(20 - 3x^2) - e^x] \, 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+cy = x^2 + c and y=cy = c from x=1x=-1 to x=1x=1 is 23\frac{2}{3}, what is the area between y=x2+cy = x^2 + c and y=c+2y = c+2 over the same interval?

A.23\frac{2}{3}
B.83\frac{8}{3}
C.43\frac{4}{3}
D.23+4\frac{2}{3} + 4
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The area between y=x2+cy = x^2 + c and y=cy = c is 11(x2+cc)dx=11x2dx=23\int_{-1}^1 (x^2 + c - c) \, dx = \int_{-1}^1 x^2 \, dx = \frac{2}{3}. This is independent of cc. Now, the area between y=x2+cy = x^2 + c and y=c+2y = c+2 is 11[(x2+c)(c+2)]dx=11(x22)dx\int_{-1}^1 [(x^2 + c) - (c+2)] \, dx = \int_{-1}^1 (x^2 - 2) \, dx. This is 234=103\frac{2}{3} - 4 = -\frac{10}{3}. Since the integrand is negative, the area is the absolute value, 103\frac{10}{3}. But wait, the line y=c+2y = c+2 is above the parabola y=x2+cy=x^2+c on [1,1][-1,1] if x22x^2 \le 2, which is true. So the area is 11(2x2)dx=423=103\int_{-1}^1 (2 - x^2) \, dx = 4 - \frac{2}{3} = \frac{10}{3}. The correct answer is 103\frac{10}{3}. 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=xy = \sqrt{x} and y=x3y = x^3. What is the area of this region?

A.13\frac{1}{3}
B.512\frac{5}{12}
C.14\frac{1}{4}
D.12\frac{1}{2}
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Find intersections: x=x3\sqrt{x} = x^3. Squaring gives x=x6x6x=0x(x51)=0x = x^6 \Rightarrow x^6 - x = 0 \Rightarrow x(x^5 - 1) = 0. Thus, x=0x=0 and x=1x=1. On [0,1][0,1], xx3\sqrt{x} \ge x^3. The area is 01(xx3)dx=[23x3/2x44]01=2314=8312=512\int_0^1 (\sqrt{x} - x^3) \, dx = [\frac{2}{3} x^{3/2} - \frac{x^4}{4}]_0^1 = \frac{2}{3} - \frac{1}{4} = \frac{8-3}{12} = \frac{5}{12}. 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=4x2y = 4 - x^2, y=0y = 0, and the line x=1x = 1 in the first quadrant?

A.01(4x2)dx\int_0^1 (4 - x^2) \, dx
B.02(4x2)dx\int_0^2 (4 - x^2) \, dx
C.02(4x2)dx01(4x2)dx\int_0^2 (4 - x^2) \, dx - \int_0^1 (4 - x^2) \, dx
D.12(4x2)dx\int_1^2 (4 - x^2) \, dx
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The region is bounded by the parabola y=4x2y = 4 - x^2, the x-axis (y=0y=0), and the vertical line x=1x=1. The parabola intersects the x-axis at x=±2x = \pm 2. In the first quadrant, the relevant section is from x=0x=0 to x=2x=2. However, the condition x=1x=1 and the first quadrant bound the region to the left of x=1x=1. The area is 01(4x2)dx\int_0^1 (4 - x^2) \, dx. The line x=1x=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)y = f(x) and the x-axis from x=ax=a to x=bx=b is AA, and f(x)0f(x) \ge 0 on this interval, what is the area between y=f(x)y = f(x) and y=ky = k, where k0k \le 0 and f(x)kf(x) \ge k?

A.AA
B.Ak(ba)A - k(b-a)
C.A+k(ba)A + k(b-a)
D.AabkdxA - \int_a^b k \, dx
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The area between y=f(x)y = f(x) and y=ky = k is ab[f(x)k]dx\int_a^b [f(x) - k] \, dx. Since f(x)0f(x) \ge 0 and k0k \le 0, this is abf(x)dxabkdx=Ak(ba)\int_a^b f(x) \, dx - \int_a^b k \, dx = A - k(b-a). Because kk is negative, k(ba)-k(b-a) is positive, so the area is A+k(ba)A + |k|(b-a). The area between the curve and the x-axis is AA. The line y=ky=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|k| and width (ba)(b-a).

Q29. A region is enclosed by y=x2y = x^2 and y=2xx2y = 2x - x^2. What is the volume of the solid generated by revolving this region about the x-axis? (Hint: This requires the method of washers).

A.2π3\frac{2\pi}{3}
B.4π3\frac{4\pi}{3}
C.8π3\frac{8\pi}{3}
D.16π3\frac{16\pi}{3}
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: First, find the area of the region (this was done in a previous question: A=1/3A = 1/3). The volume of revolution about the x-axis is found using the washer method: V=π01[(2xx2)2(x2)2]dxV = \pi \int_0^1 [(2x - x^2)^2 - (x^2)^2] \, dx. Simplify the integrand: (4x24x3+x4)x4=4x24x3(4x^2 - 4x^3 + x^4) - x^4 = 4x^2 - 4x^3. Thus, V=π01(4x24x3)dx=π[4x33x4]01=π(431)=π3V = \pi \int_0^1 (4x^2 - 4x^3) \, dx = \pi [\frac{4x^3}{3} - x^4]_0^1 = \pi (\frac{4}{3} - 1) = \frac{\pi}{3}. The correct answer is π3\frac{\pi}{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 ff and gg are continuous on [a,b][a,b]. The area between their graphs is given by abf(x)g(x)dx\int_a^b |f(x) - g(x)| \, dx. If a student computes ab[f(x)g(x)]dx\int_a^b [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.
💡 Difficulty: medium | ✅ Correct: A

🔗 Related Topics (MCQs)