document.write( "Question 1209264: How can I prove a square is the largest rectanglar area possible? I'm really stuck. Thanks for any help \n" ); document.write( "
Algebra.Com's Answer #847937 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Your question seems a bit vague.
\n" ); document.write( "My interpretation is that you're given some amount of fencing (a fixed constant perimeter P) and your teacher wants you to prove that the largest rectangle area happens when it's a square of side length 0.25P
\n" ); document.write( "Recall that any square is a rectangle but not vice versa.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The formula for the perimeter of rectangle is
\n" ); document.write( "P = 2*L + 2*W
\n" ); document.write( "That can be rearranged to
\n" ); document.write( "W = 0.5P - L
\n" ); document.write( "The algebra shouldn't be too tricky.
\n" ); document.write( "Let me know if you have questions about this portion.
\n" ); document.write( "Replace 0.5 with 1/2 if you want.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Next I'll use x in place of L.
\n" ); document.write( "x = length
\n" ); document.write( "0.5P - x = width\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "area = length*width
\n" ); document.write( "A = x*(0.5P - x)
\n" ); document.write( "A = 0.5Px - x^2
\n" ); document.write( "A = -x^2 + 0.5Px
\n" ); document.write( "y = -x^2 + 0.5Px
\n" ); document.write( "This graphs an upside down parabola because the leading coefficient is negative. You can use a graphing tool like Desmos or GeoGebra (there are many others to choose from).
\n" ); document.write( "Try graphing an example function like y = -x^2+4x or y = -x^2+10x to see what I mean.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Anyways let's return back to y = -x^2 + 0.5Px
\n" ); document.write( "The highest point of this parabola is the vertex.
\n" ); document.write( "It's where the rectangular area maxes out.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The roots occur when y = 0
\n" ); document.write( "x*(0.5P - x) = 0
\n" ); document.write( "x = 0 or 0.5P - x = 0
\n" ); document.write( "x = 0 or x = 0.5P\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If x = 0 or x = 0.5P, then the area is 0.
\n" ); document.write( "The midpoint of the roots is the x coordinate of the vertex due to the parabola's symmetry.
\n" ); document.write( "The midpoint of 0 and 0.5P is 0.25P
\n" ); document.write( "Therefore the x coordinate of the vertex is x = 0.25P
\n" ); document.write( "length = x = 0.25P
\n" ); document.write( "width = 0.5P - x = 0.5P - 0.25P = 0.25P\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Both length and width are 0.25P
\n" ); document.write( "We have a square with side length 0.25P
\n" ); document.write( "This concludes the proof. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have proven that given a fixed perimeter (P), the max rectangular area occurs when the length and width are 0.25P (i.e. when we have a square)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you're confused about the wording \"fixed perimeter\" it just means you're given some amount of fencing and cannot change the number.
\n" ); document.write( "For instance if you're given P = 200 feet of fencing then 0.25*P = 0.25*200 = 50 feet is the side length of the square and the area is 50^2 = 2500 square feet. This is the largest rectangle area possible for this amount of fencing.
\n" ); document.write( "
\n" ); document.write( "
\n" );