Maximum area from fixed length fence

Click For Summary

Homework Help Overview

The discussion revolves around maximizing the volume of a structure given a fixed area, with a focus on the relationships between the dimensions of the base and height. The problem appears to involve geometric considerations and optimization techniques, particularly in the context of calculus.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the relationships between the dimensions of the structure, questioning the correctness of the original poster's equations and assumptions. There are discussions about the implications of "waste" in construction and how it affects the area equation. Some participants suggest alternative methods, such as using inequalities or the Lagrange multiplier method, to approach the problem.

Discussion Status

The discussion is ongoing, with various interpretations of the problem being explored. Some participants have provided guidance on correcting algebraic steps, while others have raised questions about the assumptions made regarding the construction and waste. There is no explicit consensus on the correct approach or interpretation of the problem.

Contextual Notes

Participants note that the problem states to "neglect waste in construction," which has led to differing interpretations of how to model the scenario. The original poster's equations have been scrutinized, and there is a recognition of the complexity introduced by the assumptions regarding the area and dimensions.

Karol
Messages
1,380
Reaction score
22

Homework Statement


6.JPG


Homework Equations


First derivative=maxima/minima/vertical tangent/rising/falling

The Attempt at a Solution


a are the sides of the base and b is the height
$$A=4ab+a^2,~~V=a^2b=a^2\frac{A-a^2}{4a}=...=\frac{1}{4}a(A-a^2)$$
$$V'=\frac{1}{4}(A-a^2-2a^2)=\frac{1}{4}(A-3a^2)$$
$$V'=0~\rightarrow~a=\sqrt{\frac{A}{3}},~b=\frac{\sqrt{3A}}{4}$$
According to the book b should be ##~\displaystyle \frac{1}{2}\sqrt{A/3}##
 

Attachments

  • 6.JPG
    6.JPG
    30.6 KB · Views: 860
Physics news on Phys.org
Karol said:

Homework Statement


View attachment 214615

Homework Equations


First derivative=maxima/minima/vertical tangent/rising/falling

The Attempt at a Solution


a are the sides of the base and b is the height
$$A=4ab+a^2,~~V=a^2b=a^2\frac{A-a^2}{4a}=...=\frac{1}{4}a(A-a^2)$$
$$V'=\frac{1}{4}(A-a^2-2a^2)=\frac{1}{4}(A-3a^2)$$
$$V'=0~\rightarrow~a=\sqrt{\frac{A}{3}},~b=\frac{\sqrt{3A}}{4}$$
According to the book b should be ##~\displaystyle \frac{1}{2}\sqrt{A/3}##

Your value for ##a## is correct. You need to show your work how you got ##b## for us to find your error.

Also, what does this problem have to do with the title of the thread?
 
Karol said:

Homework Statement


View attachment 214615

Homework Equations


First derivative=maxima/minima/vertical tangent/rising/falling

The Attempt at a Solution


a are the sides of the base and b is the height
$$A=4ab+a^2,~~V=a^2b=a^2\frac{A-a^2}{4a}=...=\frac{1}{4}a(A-a^2)$$
$$V'=\frac{1}{4}(A-a^2-2a^2)=\frac{1}{4}(A-3a^2)$$
$$V'=0~\rightarrow~a=\sqrt{\frac{A}{3}},~b=\frac{\sqrt{3A}}{4}$$
According to the book b should be ##~\displaystyle \frac{1}{2}\sqrt{A/3}##
It looks like your ##A##-equation is incorrect: you make the bin by cutting out four corner squares of sides ##b##, so those (wasted) squares are also part of the total material area ##A##. (The fact that the problem talks about wasted material suggests that you start with a square of area ##A## and then discard parts of it. Your modeled scenario would have no waste, because you would fabricate the material already in the shape of a square with missing corners.)

Anyway, I get a different solution from yours, because my area-equation is different from yours.

Why do you call it a fence?
 
Last edited:
For what its worth: a much simpler approach is to wield ##GM \leq AM##.

i.e. if you want to maximize:

##x_1 x_2 ... x_n##

subject to ##\gamma_1 x_1 + \gamma_2 x_2 + ... + \gamma_n x_n = c##.

where each ##x_i \gt 0##, ##\gamma_j \gt 0## and ##c\gt 0## (here the constant ##c## is the 'given amount of material'), application of ##GM \leq AM## to your problem would tell you that, ##n= 3##, and

##x_1 = x_2##
(i.e. ##x_1## and ##x_2## are your ##a##)

and

##b = x_3 = \frac{1}{2} x_1##.

In general knowing a useful inequality can save you a lot of work and relations between arithmetic means and geometric means come up a lot. And wielding inequalities comes up quite a bit in calc / analysis.
 
The name is, by mistake, from an other problem, sorry.
6-1.JPG

$$A=a^2+4(b^2+ab)=(a+b)^2+2ab,~~V=a^2b$$
I can't extract a2 or b alone from A
 

Attachments

  • 6-1.JPG
    6-1.JPG
    2.7 KB · Views: 707
Karol said:
The name is, by mistake, from an other problem, sorry.
View attachment 214623
$$A=a^2+4(b^2+ab)=(a+b)^2+2ab,~~V=a^2b$$
I can't extract a2 or b alone from A
The problem is quite easy if you use the Lagrange multiplier method. That saves you from having to solve a quadratic equation to get ##a## in terms of ##A## and ##b##, or ##b## in terms of ##A## and ##a##.
 
I don't see why you would interpret that the box was cut from a square. The OP's solution is correct right up to his last step. He made an error getting ##b## after he had ##a##. All that is needed is to correct that algebra, which he hasn't shown us. The book's answer is correct.
 
  • Like
Likes   Reactions: ehild
The problem says "neglect waste in construction". @LCKurtz is right. The OP's solution is correct except the last step.
 
$$A=4ab+a^2~\rightarrow~b=\frac{A-a^2}{4a}$$
$$a=\sqrt{\frac{A}{3}}~\rightarrow~b=\frac{A-\frac{A}{3}}{4\sqrt{\frac{A}{3}}}$$
$$=\frac{2A}{12\sqrt{\frac{A}{3}}}=\frac{A}{6\sqrt{\frac{A}{3}}}=\frac{\sqrt{3A}}{6}$$
 
  • #10
ehild said:
The problem says "neglect waste in construction". @LCKurtz is right. The OP's solution is correct except the last step.

Right: I know that is what it says. My interpretation is just different from yours or Kurtz's or the OP's.

In past teaching I have assigned both versions of this problem, but in the scenario modeled by the OP I would just say "for a given area ##A## of sides and bottom, maximize the volume", with no mention at all of "waste".
 
  • #11
Karol said:
$$A=4ab+a^2~\rightarrow~b=\frac{A-a^2}{4a}$$
$$a=\sqrt{\frac{A}{3}}~\rightarrow~b=\frac{A-\frac{A}{3}}{4\sqrt{\frac{A}{3}}}$$
$$=\frac{2A}{12\sqrt{\frac{A}{3}}}=\frac{A}{6\sqrt{\frac{A}{3}}}=\frac{\sqrt{3A}}{6}$$

So, are you happy with that answer? Do you know whether or not it is correct?
 
  • #12
$$\frac{2A}{12\sqrt{\frac{A}{3}}}=\frac{A}{6\sqrt{\frac{A}{3}}}=\frac{\sqrt{3A}}{6}=\frac{\sqrt{3A}\sqrt{3}}{6\sqrt{3}}=\frac{1}{2}\sqrt{\frac{A}{3}}$$
 
  • #13
I will take that as a "yes". :oldsmile:
 

Similar threads

  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
3K
Replies
20
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K