To find the largest area of a rectangle, whose sides are parallel to the coordinate axes, that can be inscribed under the graph of the curve \(y = 1 - x^2\) and above the X-axis, follow these steps:
- Understand the problem: The rectangle's top sides must lie under the curve, and it must be above the X-axis. This implies the rectangle's vertices on the curve will be \((x, 1-x^2)\) and \((-x, 1-x^2)\).
- The width of the rectangle is \(2x\) (as it spans symmetrically from \(-x\) to \(x\)) and the height is \(1-x^2\). Therefore, the area of the rectangle \((A)\) is given by:
- \(A = 2x(1-x^2) = 2x - 2x^3\).
- To maximize the area, take the derivative of \(A\) with respect to \(x\) and set it to zero:
- \(\frac{dA}{dx} = 2 - 6x^2\).
- Set the derivative to zero for the critical points:
- \(2 - 6x^2 = 0\)
\(6x^2 = 2\)
\(x^2 = \frac{1}{3}\)
\(x = \pm \frac{1}{\sqrt{3}}\). - Since the rectangle spans from \(-x\) to \(x\), we use the positive value \(x = \frac{1}{\sqrt{3}}\).
- Substitute back to find the maximum area:
- \(A = 2\left(\frac{1}{\sqrt{3}}\right)\left(1-\left(\frac{1}{\sqrt{3}}\right)^2\right)\)
\(= 2 \cdot \frac{1}{\sqrt{3}} \cdot \left(1-\frac{1}{3}\right)\)
\(= 2 \cdot \frac{1}{\sqrt{3}} \cdot \frac{2}{3}\)
\(= \frac{4}{3\sqrt{3}}\).
Therefore, the largest area of the rectangle that can be inscribed under the graph and above the X-axis is \(\frac{4}{3\sqrt{3}}\).