A farmer wants to make a enclosure. He have 80 meters of fence, and he wants to make a rectangle with this fence. What is the largest area that he can obtain making a rectangle with this fence?
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.
I don't catch your solution. It was posed to make a rectangle not a square from given fence.
For maximum area of known perimeter, the rectangle must be a square. Let x and y be the side lengths of the rectangle. The perimeter is 2 x + 2 y = 8 0 or x + y = 4 0 . From here, x = y , so 2 x = 4 0 or x = 2 0 . The area therefore is 2 0 ( 2 0 ) = 4 0 0 .
This is common sense: Among all the rectangles that have the same perimeter, the square has the largest surface.
Hence, the largest surface occurs when the rectangle is a square, whose edge is 4 8 0 = 2 0 metres. Its surface is: 2 0 × 2 0 = 4 0 0 m 2
Just an other approach. L and W are the sides of the rectangle. P =2(L + W)= 80 ..
A = L * W = L *( 40 - L ).....dA/dL= 40 - 2L = 0.......L = 20 ,.........W =20. A = 400.
In all such problem, all sides equal would be the answer. Say with a six sided solid
, for given surface area, a cube has the maximum volume. In an ellipsoid, with a given surface, a sphere has the greatest volume.
We can make a quadratic function to solve it. The perimeter of the rectangle (it can also be a square) of sides x and h is 2 x + 2 h = 8 0 or x + h = 4 0 .
h = 4 0 − x
The area of the rectangle is A = x h . How h = 4 0 − x we have A = x ( 4 0 − x ) or A = − x 2 + 4 0 x . This quadratic function is a parabola with a maximum value because the coefficient a is negative. Let's calculate the maximum value of this parabola (the parabola vertex):
− 2 a b = − 1 ⋅ 2 − 4 0 = 2 4 0 = 2 0
Substituting in the equation A = − x 2 + 4 0 x :
A = − 2 0 2 + 4 0 ⋅ 2 0 A = − 4 0 0 + 8 0 0 A = 4 0 0
Thus the maximum area that the farmer can obtain is 400m^2!
Problem Loading...
Note Loading...
Set Loading...
Let a and b be sides of the fence such that : a + b = 4 0 . Now we can go on to use the HM- GM inequality to maximize a b : 2 1 ( a 1 + b 1 ) ≥ a b 1 ⇒ 2 1 ( a b a + b ) = a b 1 0 ≥ a b 1 ⇒ 2 0 ≥ a b ∴ M a x ( a b ) = 2 0 2 = 4 0 0