For all rectangles with perimeter P and area A , what is the minimum value of A P 2 ?
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.
Another solution:
Again, let A = x y and P = 2 x + 2 y . We have that P 2 = 4 x 2 + 8 x y + 4 y 2 . We can subtract 1 6 x y = 1 6 A to get P 2 − 1 6 A = 4 x 2 − 8 x y + 4 y 2 = ( 2 x − 2 y ) 2 ≥ 0 .
This means P 2 − 1 6 A ≥ 0 , or P 2 ≥ 1 6 A or A P 2 ≥ 1 6 .
can't we do this through local minima ??
Log in to reply
yes we can mr. jain as i solved it above.
we can do.........but lengthy process
well, I just took the height and width to be 1 unit and so i had the answer
superbbbbb..........
Cool, great problem!
just take The first derivative for the equation (P2/A) with respect to the width(x) or height(y) then obtain the condition for mini. value (x=y ) and apply it in the equation so you have the answer
Why soooo complicated
Both solutions are creative and flawless. I especially like the (2x-2y)^2 bit
Nice solutions!
JUst assume the sides to be 1
I used a simple logic for this. I don't know whether this logic is fully correct or not.
The minimum value of A P 2 will be achieved when A is largest and P is smallest. For all rectangles, square has the largest area for the least perimeter. Let side of square be x units.
So, A P 2 = x 2 ( 4 x ) 2 = x 2 1 6 x 2 = 1 6
Your are perfect ......p is constant but area varying as on the selection of length and width so for max length=width
nice................
I also thought it this way :)
same here !!
Not correct
Let the side lengths be x and y . So we have: A P 2 = x y 4 ( x 2 + 2 x y + y 2 ) = 4 ( y x + x y + 2 ) Since ( x , y ) ∈ R + × R + , by AM-GM inequality y x + x y ≥ 2 Hence: A P 2 = 4 ( y x + x y + 2 ) ≥ 4 ( 2 + 2 ) = 1 6
Reinforcing the idea of your answer... let´s take a look...
( x − y ) 2 ⩾ 0 ⇔ x 2 + y 2 − 2 x y ⩾ 0 ⇔ x 2 + y 2 ⩾ 2 x y ⇔ y x + x y ⩾ 2
∀ x , y ∈ R +
The rest it´s fine!!!
The area of a variable rectangle (with fixed perimeter) is minimum when it's a square. If the perimeter is P, then each side of the square is P/4. So its area is: A = 1 6 P 2 Therefore, A P 2 = 1 6
A very simple solution. We all know that a square is also a rectangle and using its formula will improve accuracy and increase efficiency. Taking one side of the square as a simply 1 unit, P^2/A= 4side/side.side = (4side)^2/1.1 16Side/1side
=16.
My solution is pretty short and easy to understand. (it looks a little lengthier because I have explained each and every step)
This is for all rectangles, so make a square with a side of 1. Perimeter squared = 16. Area = 1.
By AM-GM inequality x/y + y/x>2 hence, P^2/A>=16
Let the sides be x and y. Then A=xy, and P=2(x+y). P^2=4(x+y)(x+y)>= 4(2(sqroot(xy))(2(sqroot(xy)) = 16xy (by AM GM). If we divide both sides of the inequality by A, we get P^2/A>=16xy/xy=16.
I have no any idea about mathematic equations to solve.
I just have a conceptual idea about rectangle. One of the most basic rectangle is 'square'. It has the minimum area (i'm not sure but it is one that i have in my mind) when compared with others of the same shortest length.
So, it is a reason why 16 is an answer.
Square is also a rectangle. Use the smallest number which is 1 as the mesurement of one side. Then solve for P2/A. P=1x4 = 4. 4^2 = 16. A=1x1. 16/1 = 16.
O menor retângulo possível é um quadrado, portanto, o perímetro é 4 lado (l) e a área é lado lado(l²). (4l)²/l²=16
minimum value is possible when length=breadth it becomes a square so perimeter is 4s where is side of the square and P^2 =16s^2 and area is s^2 so on dividing p^2 by A we get 16
as we know, p = 2(x+y)..................................eq2 a = x*y.......................................eq 1 putting x = a/y, p = 2(a/y+y) p^ = 4(a/y+y)^ diff w.r .t.x we get 2pdp/dy = 8(a/y+y)(-a/y^+1)....................................................eq 3 for max or minima putting dp/dy = 0 a/y+y = 0 (not possible) -a/y^+1 = 0 y^ = a putting y in eq 1 x^ = a putting x , y in eq 2 we get p^/a = 16 diff eq 3 w.r.tx , 2pd^p/dp^+2(dp/dy)^ = +ve so the func. will be minima. ]
The rectangle has minimum area when it is a square.
Area of the sq=a^2.
Perimeter=4a.
On dividing, we get 16.
P*P/A=4(X+Y)^2/XY Use condition for maxima and minima for minimum value first order derivative wrt x=0 second order derivative wrt x>0
Let the side lengths of the rectangle be a and b. We have that A=ab and P=2(a+b). from this problem we can get {2(a+b)}^2/ab. now the lowest value of a is 1 and b is 1.1 because it is a rectangle.so {2(a+b)}^2/ab=16.something.From this we can say that the lowest value of P^2/A=16.
Smallest perimeter=1+1+1+1=4 4 4=16 Area of the same square=1 1=1 So16/1=16
the smallest perimeter is not necessarily 4
wrong approch....
Problem Loading...
Note Loading...
Set Loading...
Let the side lengths of the rectangle be x and y .
We have that A = x y and P = 2 x + 2 y .
By AM-GM, 2 x + y ≥ x y , or 4 P ≥ A .
Squaring both sides gives 1 6 P 2 ≥ A , and rearranging gives A P 2 ≥ 1 6