Find the area of the largest box that will fit inside the region bounded by y = − x 2 + 1 and y = x 2
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.
@Denis Kartachov I couldn't understand how you subtracted the parabolas to get the height of the box. Can you please explain me?
Log in to reply
The top right corner of the box is at a height of y = − x 2 + 1 and the bottom right corner of the box is at a height of y = x 2 + 1 therefore the difference between the two gives the length of the right side of the box (or its height).
Let's shift the whole diagram down by 2 1 a unit so that the center of the rectangle is at the origin. Then the equations of the two parabolas are y = − x 2 + 2 1 and y = x 2 − 2 1 . Now by symmetry we only need to examine the maximum area of the fourth of the rectangle that is in the first quadrant that has one vertex on the parabola y = − x 2 + 2 1 and one vertex at the origin.
The area of the rectangle in the first quadrant is A q = x y = x ( − x 2 + 2 1 ) = − x 3 + 2 1 x . Setting its derivative to zero gives A q ′ = − 3 x 2 + 2 1 = 0 , which solves to x = 6 6 , which makes A q = − ( 6 6 ) 3 + 2 1 ⋅ 6 6 = 1 8 6 .
The area of the whole rectangle is 4 times that much or A = 4 ⋅ 1 8 6 = 9 2 6 ≈ 0 . 5 4 4 .
Problem Loading...
Note Loading...
Set Loading...
Let the bottom edge of the box be 2 x , then the height of the box is the difference between both parabolas: − x 2 + 1 − x 2 = − 2 x 2 + 1
Now the area of the box is:
A ( x ) = ( 2 x ) ( − 2 x 2 + 1 ) = − 4 x 3 + 2 x
Differentiating and setting to zero:
A ′ ( x ) = − 1 2 x 2 + 2 = 0 x = 6 1
So the box with the largest area is:
A = − 4 ( 6 1 ) 3 + 2 ( 6 1 ) = 9 2 6 ≈ 0 . 5 4 4