Using the Extreme Value Theorem on rectangles?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
LilTaru
Messages
80
Reaction score
0

Homework Statement



Fix a positive number P. Let R denote the set of all rectangles with perimeter P. Prove that there is a member of R that has maximum area. What are the dimensions of the rectangle of maximum area? HINT: Express the area of an arbitrary element of R as a function of the length of one of the sides.

Homework Equations



Perimeter = P = 2(l + w)
Area = (P/2)w - w^2 --> as a function of the length of one side

The Attempt at a Solution



I don't know how to prove there is a rectangle with a maximum area using the Extreme Value Theorem? Help?!
 
Physics news on Phys.org
Yeah. That's the part I'm having trouble with because in the chapter, it doesn't show how to find the maximum, only that there exists one according to the theorem...
 
Two questions/problems:

1) How do you prove in general a maximum exists?

2) When I differentiate the function I get

f1(x) = (-Px + 2x2 + 2P - 8x)/4
What am I doing wrong because this seems so incorrect to me!
 
1) Proving in general that a maximum exists is done by the extreme value theorem. It states that any function [tex]f:[a,v]\rightarrow \mathbb{R}[/tex] has a maximum and a minimum. But it doesn't state explicitly how to find that maximum.

2) hmm, your derivative seems wrong... I get [tex]f^\prime(x)=-2x+\frac{P}{2}[/tex]. This is zero if x=P/4. Thus the rectangle's area is maximal if it is a square...
 
Yes I finally solved it! Thank you to everyone who helped!