Optimization: Inscribed Rectangle in a Semicircle
A rectangle is inscribed in the upper half of the circle \(x^2 + y^2 = a^2\) as shown at right. Calculate the area of the largest such rectangle.
- A. \(\frac{a^2}{2}\)
- B. \(3a\sqrt{2}\)
- C. \(2a^2\)
- D. \(4a^2\)
- E. \(a^2\) (Selected)
Problem Setup
- height: \(y\)
- length: \(2x\)
area: \(A = 2xy\)
need to eliminate one variable
Expressing Area as a Function of \(x\)
Circle equation: \(x^2 + y^2 = a^2\)
Substituting \(y\) into the area formula:
Interval: \(0 \le x \le a\)