Mapping the Terrain
Before we touch a single integral, we must visualize the region. The constraints y≤x2, y≤8/x, and y≥1 define an enclosed shape in the first quadrant.
Notice that the "roof" of this shape changes. From the left, the parabola y=x2 acts as the ceiling, but it eventually intersects the hyperbola y=8/x. At that point, the hyperbola becomes the new ceiling.
Finding the Vertices
To define our limits, we calculate the intersection points of the boundary curves:
1. The parabola y=x2 meets the line y=1 at x2=1, which gives x=1. Our region starts at (1,1).
2. The parabola y=x2 meets the hyperbola y=8/x at x2=8/x, leading to x3=8, or x=2. At x=2, y=4. This is our transition point (2,4).
3. The hyperbola y=8/x meets the line y=1 at 8/x=1, which gives x=8. Our region ends at (8,1).
The Strategy of the Split
Because the upper boundary changes at x=2, we must partition the region into two distinct parts:
Part 1 (A1) spans from x=1 to x=2, where the roof is y=x2 and the floor is y=1.
Part 2 (A2) spans from x=2 to x=8, where the roof is y=8/x and the floor is y=1. The total area is A=A1+A2.
The Calculus
First, we calculate A1:
A1=∫12(x2−1)dx=[3x3−x]12
Evaluating this expression:
A1=(38−2)−(31−1)=32−(−32)=34
Next, we calculate A2:
A2=∫28(x8−1)dx=[8ln∣x∣−x]28
Evaluating this expression:
Using the property ln8=3ln2, this simplifies to:
A2=24ln2−8−8ln2+2=16ln2−6
Final Synthesis
We combine our results to find the total area A:
Combining the constants:
Thus, the final area is:
Factoring out 32 for an elegant form, we obtain: