Question
Mathematics Question on Area under Simple Curves
The area enclosed between the curves y=x∣x∣ and y=x−∣x∣ is:
38
32
1
34
34
Solution
We calculate the area enclosed by the curves y=x∣x∣ and y=x−∣x∣ by analyzing their forms and intersections.
Step 1: Rewrite the curves
1. For y=x∣x∣:
y = \begin{cases} x^2 & \text{if } x \geq 0, \\\ -x^2 & \text{if } x < 0\. \end{cases}
This represents a parabola opening upwards in the first quadrant and downwards in the second quadrant.
2. For y=x−∣x∣:
y = \begin{cases} 0 & \text{if } x \geq 0, \\\ 2x & \text{if } x < 0\. \end{cases}
This represents the x-axis for x≥0 and a line with slope 2 for x<0.
Step 2: Intersection points
In the second quadrant (x<0), solve for the intersection points by setting:
x∣x∣=x−∣x∣⟹−x2=2x(as x<0, so ∣x∣=−x).
Factorize:
x(x+2)=0⟹x=0 or x=−2.
Thus, the curves intersect at x=−2 and x=0.
Step 3: Define the enclosed area
The enclosed area is the integral of the difference between the upper curve y=−x2 and the lower curve y=2x, over the interval x∈[−2,0]:
A=∫−20[(−x2)−(2x)]dx.
Simplify:
A=∫−20(−x2−2x)dx.
Step 4: Compute the integral
Evaluate term by term:
∫−x2dx=−3x3,∫−2xdx=−x2.
Thus:
A=[−3x3]−20+[−x2]−20.
Step 5: Evaluate at bounds
1. For [−3x3]−20:
(−303)−(−3(−2)3)=0+3−8=38.
2. For [−x2]−20:
−(02)+(−(−2)2)=0−4=−4.
Combine these:
A=38−4.
Simplify:
A=38−312=34.
Final Answer: The enclosed area is:
34