Find the area of the largest rectangle having perimeter of 200.
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.
With a fixed perimeter given, the area is largest when all the sides are equal i.e they form a square. Since the given perimeter is 200 and there are 4 sides, each individual side of the square is 50. Hence the area of this square is
5 0 × 5 0 = 2 5 0 0
n i c e s o l u t i o n
Log in to reply
I k n o w, b u t i f y o u h a d m e n t i o n e d t h a t s q u a r e s a r e r e c t a n g l e s, i t w o u l d h a v e b e e n b e t t e r @Razing Thunder
Log in to reply
if i mention this question becomes easy ( by the way do you have much time for writing colorful comment)
Log in to reply
@Razing Thunder – Y e s, I d o ! @Razing Thunder
Log in to reply
@Frisk Dreemurr – then you can do some productive (for example -> learn python computer language )
Log in to reply
@Razing Thunder – Yes, I am learning Unity3D and C#
Log in to reply
@Frisk Dreemurr – so do not waste your time in writing colorful comments
@Razing Thunder – I don't use Python for some reason...
We could solve this problem using Calculus:
Let x and y denote the lengths of the rectangle, P the perimeter, and A the area
We know P = 2 0 0 ⟹ 2 x + 2 y = 2 0 0 ⟹ x + y = 1 0 0 ⟹ y = 1 0 0 − x
We are interested on maximize A = x y . Let´s substitute y on this equation . We obtain:
A = x ( 1 0 0 − x ) ⟹ A = 1 0 0 x − x 2
Derivating and equating to 0 we can search our candidates for maximize A:
A ′ = 1 0 0 − 2 x = 0 ⟹ x = 5 0
Using the second derivative, we can prove: A ′ ′ = − 2 < 0 ⟹ x = 5 0 maximize A
We can calculate y :
y = 1 0 0 − x ⟹ y = 5 0
Finally, we can say that the maximum area should be:
A = x y ⟹ A = 5 0 ∗ 5 0 ⟹ A = 2 5 0 0
Problem Loading...
Note Loading...
Set Loading...
Let the side lengths of the rectangle be a and b . Then the perimeter is 2 a + 2 b = 2 0 0 , ⟹ a + 1 0 0 . By AM-GM inequality we have:
a + b 1 0 0 a b ≥ 2 a b ≥ 2 a b ≤ ( 2 1 0 0 ) 2 = 2 5 0 0
Since a b is the area of the rectangle. The maximum area is 2 5 0 0 when a = b = 5 0 .