Imagine you want to find the maximum area a rectangle can take when it is bounded on one of its edges by the x-axis and its opposite vertices touch a parabola (y = - x^2 + 6a^2 , where (-root6)*a < x < (root6)*a. I managed to solve this using derivatives and found the maximum area (in terms of a). I also plotted the graphs for various values of 'a', and determined the maximum area this way (though this way is not very rigourous, as I can only check for a few values of 'a'. Does anyone know of another method to do this problem that doesnt require the use of calculus?