Optimization maximum area Problem

AI Thread Summary
The problem involves maximizing the area of a rectangular pen with 1200 m of fencing, divided into three parts by two parallel partitions. The correct approach considers the total fencing as 2L + 4W, not just the perimeter, leading to the equation 2L + 4W = 1200. By solving for L and substituting into the area formula A = LW, the maximum area can be recalculated, yielding 45000 m². Additionally, if each side must be at least 180 m long, the area constraints would need to be adjusted accordingly. Understanding the partitioning is crucial for accurately determining the maximum area.
Saterial
Messages
54
Reaction score
0
1) The question
A rectangular pen is to be built with 1200 m of fencing. The pen is to be divided into three parts using two parallel partitions.
A) Find the maximum possible area of the pen. (45000 m^2)
B) explain how the maximum area would change if each side of the pen had to be at least 180 m long.

2) Relevant Equations
A=lw

3) Attempt at solution

A=lw
=(1200-2w)w
=1200w-2w^2
dA/dw=1200-4w
0=1200-4w
w=300
l=600
A=(600)(300)
=180000 m^2

This was the method I was taught to solve this question. I don't understand how the answer is 45000 m^2.

b) 0>_w>_180

Solve for w at both 0 and 180

0>_l>_180

Solve for l at both 0 and 180

Find area using a=lw

Once again incorrect answer by myself. What am I doing wrong? Am I missing something?
 
Physics news on Phys.org
Saterial said:
1) The question
A rectangular pen is to be built with 1200 m of fencing. The pen is to be divided into three parts using two parallel partitions.
A) Find the maximum possible area of the pen. (45000 m^2)
B) explain how the maximum area would change if each side of the pen had to be at least 180 m long.

2) Relevant Equations
A=lw

3) Attempt at solution

A=lw
=(1200-2w)w
You didn't take into account that the pen is divided into 3 partitions. The total length of fencing is not the perimeter of the rectangular pen (2L + 2W), but the perimeter plus 2 parallel partitions. If you let one partition be the same as the width, then the total fencing would be
2L + 4W = 1200

Solve for L, plug into A=LW, and if you redo your steps you'll get the maximum area.
 
  • Like
Likes juanjtalero
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top