Consider two square with sides X and Y units long. If the rectangle formed by these two sides encloses an area of 49 square units, then what is the minimum value of the areas of those two squares?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We have x y = 4 9 ⇒ y = x 4 9 . We wish to maximize x 2 + y 2 = x 2 + x 2 4 9 2 . Taking the derivative and setting it equal to zero yields 2 x − x 3 2 × 4 9 2 2 x x 4 x = 0 = x 3 2 × 4 9 2 = 4 9 2 = 7 Since x > 0 This is indeed a minimum (take the second derivative at x = 7 : 2 + 7 4 6 × 4 9 2 > 0 ). Thus, x = y = 7 and the area of the two squares is 7 2 + 7 2 = 9 8 .
Problem Loading...
Note Loading...
Set Loading...
98 is the MINIMUM value of the areas of those two squares. Even if we restricted the sides to integer values, the maximum is 49^2+1=2402. Otherwise, the maximum can be infinite.