+4 marks−1 if incorrectSingle correctPrevious-year question
Area Between Curves Defined by Absolute Values and Lower Bounds
The area of the region {(x, y): x^2 ≤ y ≤ |x^2 - 4|, y ≥ 1} is
Your answer stays private
What feels right?
Hint 1 of 3
What are the relevant upper and lower curves defining the region for x>0 under the constraints x2≤y≤∣x2−4∣ and y≥1?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The area of the bounded region is 34(42−1), found by integrating between the symmetric curves for x∈[1,2] and doubling the result.
Option analysis
Why each option works or fails
A · 3/4(4√(2) - 1)
Inverting the fractional multiplier during integration of polynomial terms (using 43 instead of 34). Integrating x2 yields 3x3; ensure the denominator 3 is correctly placed outside when factoring out constants.
B · 4/3(4√(2) - 1)
The boundaries are correctly identified as y=x2, y=4−x2, and y=1, leading to 2∫12(4−2x2)dx=34(42−1). This is the correct answer.
C · 4/3(4√(2) + 1)
A sign error when substituting the lower limit x=1, adding the lower limit term rather than subtracting it. Recall that ∫abf(x)dx=F(b)−F(a); subtracting F(1)=4(1)−32(1)3=310 produces a negative contribution.
D · 3/4(4√(2) + 1)
Combining both an inverted coefficient fraction and a sign error at the lower limit. Carefully track both the integration fraction 31 and the subtraction rule of the fundamental theorem of calculus.
Reviewed route
Solution
StepWorking
01Given
Region bounded by x2≤y≤∣x2−4∣ and y≥1.
02Goal
Find the total area of the bounded region.
03Approach
The region is symmetric about the y-axis (x→−x). We can calculate the area for x≥0 and multiply by 2. Integrating with respect to y is simpler because for y∈[1,2], x ranges from 0 to y, and for y∈[2,4], x ranges from 0 to 4−y (since ∣x2−4∣=4−x2=y⟹x=4−y where x2≤2).
04Execute
Set up the integral along y:
Area=2[∫12ydy+∫244−ydy]
05Execute
Evaluate ∫12y1/2dy=[32y3/2]12=32(22−1).
Evaluate ∫24(4−y)1/2dy=[−32(4−y)3/2]24=0−(−32(2)3/2)=32(22)=342.
Sum =32(22−1+22)=32(42−1).
Total Area =2×32(42−1)=34(42−1).
✓Verify
Check at y=2: both curves give x=2, confirming continuity of the boundary. The computed area ≈6.21 is positive and bounded inside a rectangle of width 22≈2.83 and height 3, whose area is ≈8.49.
Hints that build this answer step by step
What are the relevant upper and lower curves defining the region for x>0 under the constraints x2≤y≤∣x2−4∣ and y≥1?
Upper curve: y=4−x2; lower boundary: y=x2 for x∈[1,2], with y≥1 setting the left bound to x=1.
Using the symmetry of the region about the y-axis, which definite integral represents the total area?
Integrating with respect to x requires finding the intersection of x2 and 4−x2 (at x=2), as well as intersections with y=1, splitting the region into multiple x-strips with upper minus lower curves. Integrating along y gives simple single-term boundaries x(y) in each interval.