Fence with minimum cost
A fence is to be built to enclose a rectangular area of 300 square feet. The fence along three sides is to be made of material that costs 3 dollars per foot, and the material for the fourth side costs 12 dollars per foot. Find the dimensions of the enclosure that is most economical to construct.
1 Answer
Let $x$ and $y$ be the sides oif the rectangular region. Then
\[xy=300 \Rightarrow y=\frac{300}{x}.\]
The cost of the material is
\[C=3(x+y+x)+12 y=6x+15y=6x+15\frac{300}{x}.\]
So
\[C=6x+\frac{4500}{x}.\]
To minimize $C$ we take a derivative to find the critical points
\[C'(x)=6-\frac{4500}{x^2}=0\]
\[\Rightarrow x^2=\frac{4500}{6}=750.\]
Hence
\[x=\sqrt{750} \text{and} y=\frac{300}{\sqrt{750}},\]
are dimensions of the enclosure that is most economical to construct.

- 1 Answer
- 267 views
- Pro Bono
Related Questions
- A rectangular garden plot is to be fenced off along the property line.
- Question 1 calculus
- Find the average value of the function $\frac{\sin x}{1+\cos^2 x}$ on the interval $[0,1]$
- Help with Norms
- Find the volume of the solid obtained by rotating $y=x^2$ about y-axis, between $x=1$ and $x=2$, using the shell method.
- Optimization of a multi-objective function
- Optimisation Problem
- Riemann Sums for computing $\int_0^3 x^3 dx$