PrepGo

AP Calculus BC Practice Quiz: Finding the Area Between Curves That Intersect at More Than Two Points

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Test your understanding with short quizzes. This quiz has 7 questions to check your progress.

Question 1 of 7

The region R is enclosed by the graphs of f(x) = x^3 - 3x and g(x) = x. Which of the following expressions represents the area of R?

All Questions (7)

The region R is enclosed by the graphs of f(x) = x^3 - 3x and g(x) = x. Which of the following expressions represents the area of R?

A) ∫[-2, 2] (x - (x^3 - 3x)) dx

B) ∫[-2, 0] (x^3 - 4x) dx + ∫[0, 2] (4x - x^3) dx

C) ∫[-2, 2] (x^3 - 4x) dx

D) ∫[-2, 0] (4x - x^3) dx + ∫[0, 2] (x^3 - 4x) dx

Correct Answer: B

First, find the points of intersection by setting f(x) = g(x): x^3 - 3x = x, which simplifies to x^3 - 4x = 0, or x(x-2)(x+2) = 0. The points of intersection are x = -2, 0, and 2. On the interval [-2, 0], f(x) ≥ g(x), so the area is ∫[-2, 0] ((x^3 - 3x) - x) dx = ∫[-2, 0] (x^3 - 4x) dx. On the interval [0, 2], g(x) ≥ f(x), so the area is ∫[0, 2] (x - (x^3 - 3x)) dx = ∫[0, 2] (4x - x^3) dx. The total area is the sum of these two integrals.

Let f(x) and g(x) be continuous functions that intersect only at x=a, x=b, and x=c, where a < b < c. If f(x) ≥ g(x) on the interval [a, b] and g(x) ≥ f(x) on the interval [b, c], which definite integral represents the total area of the regions enclosed between the curves from x=a to x=c?

A) ∫[a, c] (f(x) - g(x)) dx

B) ∫[a, b] (f(x) - g(x)) dx + ∫[b, c] (g(x) - f(x)) dx

C) ∫[a, c] (g(x) - f(x)) dx

D) ∫[a, b] (g(x) - f(x)) dx + ∫[b, c] (f(x) - g(x)) dx

Correct Answer: B

The total area must be calculated as a sum of integrals over the intervals where the upper and lower functions do not change. On [a, b], the area is ∫[a, b] (f(x) - g(x)) dx because f(x) is the upper function. On [b, c], the area is ∫[b, c] (g(x) - f(x)) dx because g(x) is the upper function. The total area is the sum of these two definite integrals.

The area of the region enclosed by the graphs of y = x^3 and y = 4x is given by which integral?

A) ∫[-2, 2] |4x - x^3| dx

B) ∫[-2, 2] (4x - x^3) dx

C) 2 ∫[0, 2] (x^3 - 4x) dx

D) ∫[0, 2] (4x - x^3) dx

Correct Answer: A

The intersection points are found by solving x^3 = 4x, which gives x^3 - 4x = 0, or x(x-2)(x+2) = 0. The intersections are at x = -2, 0, and 2. The total area between two curves f(x) and g(x) from x=a to x=b can be expressed as a single definite integral of the absolute value of their difference: ∫[a, b] |f(x) - g(x)| dx. Therefore, the total area is correctly represented by ∫[-2, 2] |4x - x^3| dx.

To find the area of the region bounded by the graphs of y = sin(x) and y = sin^2(x) for 0 ≤ x ≤ π, which of the following setups is correct?

A) ∫[0, π] (sin(x) - sin^2(x)) dx

B) ∫[0, π/2] (sin(x) - sin^2(x)) dx + ∫[π/2, π] (sin^2(x) - sin(x)) dx

C) ∫[0, π] |sin^2(x) - sin(x)| dx

D) ∫[0, π] (sin^2(x) - sin(x)) dx

Correct Answer: A

First, find the intersections: sin(x) = sin^2(x) implies sin(x) - sin^2(x) = 0, or sin(x)(1 - sin(x)) = 0. This occurs when sin(x) = 0 (at x=0, π) or sin(x) = 1 (at x=π/2). However, on the interval (0, π), the value of sin(x) is between 0 and 1. For any number z between 0 and 1, z ≥ z^2. Therefore, sin(x) ≥ sin^2(x) for all x in [0, π]. Because the upper function does not change, the area can be calculated with a single integral: ∫[0, π] (sin(x) - sin^2(x)) dx.

The region in the first quadrant enclosed by the graph of y = 4x - x^3 and the x-axis is divided into two regions by the line y = 3x. What is the area of the region bounded by y = 4x - x^3, y = 3x, and the y-axis?

A) ∫[0, 1] (x^3 - x) dx

B) ∫[0, 2] (4x - x^3 - 3x) dx

C) ∫[0, 1] (4x - x^3 - 3x) dx

D) ∫[0, 1] (3x) dx + ∫[1, 2] (4x - x^3) dx

Correct Answer: C

We need the area between y = 4x - x^3 and y = 3x in the first quadrant. First, find the intersection points: 4x - x^3 = 3x, which simplifies to x - x^3 = 0, or x(1 - x^2) = 0. The intersections are at x = 0, x = 1, and x = -1. Since we are in the first quadrant, we consider the interval [0, 1]. On this interval, test a point like x=0.5: 4(0.5) - (0.5)^3 = 2 - 0.125 = 1.875, while 3(0.5) = 1.5. Thus, y = 4x - x^3 is the upper curve. The area is the integral of the upper curve minus the lower curve over the interval [0, 1], which is ∫[0, 1] ((4x - x^3) - 3x) dx.

Let R be the region enclosed by the graphs of f(x) = x^3 - 2x^2 - x + 3 and g(x) = x^2 - x - 1. A student sets up the integral ∫[-1, 2] (f(x) - g(x)) dx to find the area of R. Why is this setup incorrect?

A) The limits of integration are incorrect.

B) The functions f(x) and g(x) do not enclose a region.

C) The functions intersect at a point between x=-1 and x=2, and the upper function changes.

D) The integrand should be g(x) - f(x).

Correct Answer: C

To find the intersections, set f(x) = g(x): x^3 - 2x^2 - x + 3 = x^2 - x - 1, which simplifies to x^3 - 3x^2 + 4 = 0. By testing integer factors of 4, we find x=-1, x=2 are roots. (x+1)(x-2)^2 = 0. The functions intersect at x=-1 and are tangent at x=2. On the interval (-1, 2), f(x) > g(x). However, the question asks why a single integral might be incorrect in a general case of multiple intersections. The reason a single integral fails is when the curves cross within the interval of integration, requiring the area to be calculated as a sum of two or more definite integrals. In this specific case, the single integral is actually correct because f(x) ≥ g(x) on [-1, 2], but the principle being tested is the need to check for interior intersection points where the top and bottom functions might switch.

What is the total area of the regions enclosed by the graphs of y = x^4 - 4x^2 and y = x^2 - 4?

A) 8

B) ∫[-2, 2] (x^4 - 5x^2 + 4) dx

C) ∫[-2, -1] (x^4 - 5x^2 + 4) dx + ∫[-1, 1] (-(x^4 - 5x^2 + 4)) dx + ∫[1, 2] (x^4 - 5x^2 + 4) dx

D) ∫[-2, 2] |x^2 - 4 - (x^4 - 4x^2)| dx

Correct Answer: C

First, find the intersections: x^4 - 4x^2 = x^2 - 4, which gives x^4 - 5x^2 + 4 = 0. This factors as (x^2 - 1)(x^2 - 4) = 0, so the intersections are at x = ±1 and x = ±2. Let h(x) = (x^4 - 4x^2) - (x^2 - 4) = x^4 - 5x^2 + 4. On [-2, -1], h(x) ≥ 0. On [-1, 1], h(x) ≤ 0. On [1, 2], h(x) ≥ 0. Therefore, the area is ∫[-2, -1] h(x) dx + ∫[-1, 1] (-h(x)) dx + ∫[1, 2] h(x) dx. This corresponds to option C.