.
Find the maximum area that can be formed by a series of small pens next to a river
with separate enclosures as shown. The total length of fencing is 40m.
https://docs.google.com/document/d/1Cl3HrcoR6jibNzxfDTIilS3imSplLY8nQUU0OpU9vLA/edit?usp=sharing
~~~~~~~~~~~~~~
The post by @MathLover1 is irrelevant and incorrect approach.
I came to bring a correct solution.
We have one wall of the length x and 5 (five) walls of the length y
x + 5y = 40 meters. (1)
We want to find maximum area xy under this restriction (1).
From (1), x = 40-5y, so the area is
xy = (40-5y)*y = 40y - 5y^2.
It is a quadratic function of y.
The leading coefficient -5 is negative, so the plot of the function as function of y
is a downward parabola.
The roots of the parabola
40y - 5y^2 = 5y(8-y)
are y = 0 and y = 8; so, the maximum of the parabola is at = = 4
exactly half way between the roots.
Thus the optimal dimensions, giving maximum area are y = 4 m and x = 40-5y = 40-5*4 = 20 m.
The maximum area is 4*20 = 80 square meters.
Solved, answered and explained.
----------------
To see other similar and different solved problems, look into the lessons
- A rectangle with a given perimeter which has the maximal area is a square
- A farmer planning to fence a rectangular garden to enclose the maximal area
- A farmer planning to fence a rectangular area along the river to enclose the maximal area
in this site.
Also, you have this free of charge online textbook in ALGEBRA-I in this site
- ALGEBRA-I - YOUR ONLINE TEXTBOOK.
The referred lessons are the part of this textbook under the topic "Finding minimum/maximum of quadratic functions".
Save the link to this online textbook together with its description
Free of charge online textbook in ALGEBRA-I
https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson
to your archive and use it when it is needed.