Ever seen a garden fence? Sometimes, we have a limited length of fence, but we want to make the garden as big as possible. Well, quadratic functions can help us find the garden dimensions that give the largest area! Magic, right?
Let's say a farmer has 20 meters of fence. He wants to build a rectangular chicken coop. What are the dimensions of the coop so that the area is maximized?
Give Names: Let the length be p meters and the width be l meters.
Fence Length Relation: The fence is the perimeter.
2p+2l=20
Simplify (divide everything by 2):
p+l=10
Meaning:
p=10−l
Area Formula: The area of the coop is A=p×l. Substitute p:
A(l)=(10−l)×l
Quadratic Function Form: Arrange it neatly:
A(l)=−l2+10l
This is a quadratic function with a=−1, , and . Since is negative, the graph is a frown, so there is a maximum value.
Find Maximum Width (l): Use the formula xp=−b/(2a) (but replace x with l):
lp=−2ab=−2×(−1)10=−−210=5
Find Maximum Area (A): Plug l=5 into the area formula A(l)=10l−l2:
A(5)=10(5)−(5)2=50−25=25
Conclusion: For the maximum coop area (25 m2), the width l=5 meters. The length is p=10−l=10−5=5 meters. The dimensions must be (it turns out to be a square!).