Step 1: Express the function \( y = x|x| \) piecewise.
The function \( y = x|x| \) is defined as: \[ y = \begin{cases} -x^2, & x < 0 \\ x^2, & x \geq 0 \end{cases} \]
Step 2: Describe the function's graph.
The graph of \( y = x|x| \) resembles a parabola, concave downwards for \( x < 0 \) and concave upwards for \( x \geq 0 \). (See attached graph.)
Step 3: Set up the integral for area calculation.
The area of the region bounded by \( x = -2 \), \( x = 2 \), the X-axis, and the curve \( y = x|x| \) is calculated as: \[ \text{Area} = \int_{-2}^{2} |y| \, dx = 2 \int_{0}^{2} x^2 \, dx \]
Step 4: Calculate the definite integral.
\[ \int_{0}^{2} x^2 \, dx = \left[ \frac{x^3}{3} \right]_{0}^{2} = \frac{2^3}{3} - \frac{0^3}{3} = \frac{8}{3} \] The total area is then: \[ \text{Area} = 2 \cdot \frac{8}{3} = \frac{16}{3} \]
Step 5: State the final result.
The area bounded by \( y = x|x| \), the X-axis, from \( x = -2 \) to \( x = 2 \) is \( \frac{16}{3} \).