Imagine you are standing on a coordinate plane, looking at two distinct mathematical entities. One is a smooth, elegant semi-circle defined by y=5−x2, which is the upper half of the circle x2+y2=5.
The other is a sharp, angular V-shape defined by y=∣x−1∣, with its vertex anchored firmly at (1,0). The problem asks us to find the area of the region trapped between these two curves.
The Hunt for Intersections
Before we can calculate the area, we must determine where these two curves meet. We set the upper boundary equal to the lower boundary:
5−x2=∣x−1∣
To solve this, we square both sides, which removes both the square root and the absolute value:
(x−1)2=5−x2
Expanding the left side gives us x2−2x+1=5−x2. Rearranging this into a standard quadratic form, we get 2x2−2x−4=0. Dividing by 2 simplifies our equation to:
x2−x−2=0
Factoring this quadratic, we find (x−2)(x+1)=0. Our intersection points are x=−1 and x=2. These are the boundaries of our region; everything we need to calculate lies between these two values.
Setting the Stage for Integration
The area A is defined by the integral of the upper curve minus the lower curve:
A=∫−12(5−x2−∣x−1∣)dx
We can split this into two separate integrals:
A=∫−125−x2dx−∫−12∣x−1∣dx
The first part, the integral of the semi-circle, utilizes the standard integral formula:
∫a2−x2dx=2xa2−x2+2a2sin−1(ax)
Here, a2=5, so a=5. Applying this formula and evaluating from −1 to 2 requires careful substitution.
The Beauty of Geometry
For the second part, the integral of the absolute value function ∫−12∣x−1∣dx, we can use geometric intuition. If you visualize the graph of y=∣x−1∣, you will see two right-angled triangles.
The first triangle, from x=−1 to x=1, has a base of 2 and a height of 2, giving an area of:
21×2×2=2
The second triangle, from x=1 to x=2, has a base of 1 and a height of 1, giving an area of:
21×1×1=21
The total area under the V-shape is 2+21=25.
The Grand Finale
When we evaluate the semi-circle integral, we encounter a sum of inverse sine functions. Using the trigonometric identity sin−1(52)+sin−1(51)=2π, the expression simplifies beautifully.
Combining the results, the area under the semi-circle becomes 2+45π. Finally, we subtract the area of the V-shape: