Problems from Optimitzation

We have 4 fences of 10m each and we must limit a garden. How many square meters will the garden optimally have?

See development and solution

Development:

We have 4 fences of 10m and we will have to form of rhombus. The problem can be translated, mathematically, to maximize the area of a rhombus with the fixed sides (10m).

I construct the function to be maximized. The side of the rhombus is 10m. We call y the 'long' diagonal and x the 'short' one. A(x,y)=xy2

I find the relationships. In this case the length of the side L is our target, since it must always be 10m. We have to calculate L in terms of x and y so that it is equal to 10.

As L=10 is the side of the rhombus, we must relate L with x and y. Let's use Pythagoras' theorem L2=(x2)2+(y2)212x2+y2=10y=202x2

Rewrite the function A(x,y)=xy2A(x)=x202x22 We maximize. To do so, the derivative is equal to zero. A(x)=202x2+x12(202x2)1/2(2x)2=202x22x22202x22= =202x22x22202x2

Let's do the calculation 0=A=202x22x22202x2 (202x2)x2=02x2=202x=102

It has been solved and we show that x=102 m

We now find the value of y y=202x2y=2021022=200=102

The rhombus with a maximum area will be the one that has the equal diagonals, in fact, the garden will need to have a square form. In this case, the area will be 100 m2.

Solution:

Amax=100 m2

Hide solution and development
View theory