Ayman S.
asked 11/03/22Optimization Problem
A wire 5 meters long is cut into two pieces. One piece is bent into a equilateral triangle for a frame for a stained glass ornament, while the other piece is bent into a circle for a TV antenna. To reduce storage space, where should the wire be cut to minimize the total area of both figures? What about maximize. Give the length of wire used for each:
2 Answers By Expert Tutors

Kevin S. answered 11/03/22
Outstanding Math PHD Tutor 20 years of Developing Mastery + Confidence
x= the length of the part used to make an equilateral triangle.
- Then each side of the triangle =x/3
- To determine the area of the triangle, we need to know how tall it is. Given the side length s, the height of an equilateral triangle is h = ½(√3s) = ½(√3 * x/3). Since, in our case s=x/3
- Now we can compute the area of the equilateral triangle. The area is 1/2 base*height=1/2 (x/3 )* (½(√3 * x/3))=(x/6)(x√3/6)=(x2√3)/36
- After cutting the amount of wire we need for the triangle, we will have x-5 meters left.
- The radius of the circle used for the tv antenna with the remaining x-5 meters of wire is x-5/2π because circumference of the circle = x-5 = 2πr so r=x-5/2π
- The area of the circle is π(x-5/2π)2.
- So now, the function we are maximizing is the sum of the areas of the equilateral triangle and the area of the circle. Hence the objective function is: f(x)=(x2√3)/36 + π(x-5/2π)2
- To find extremum, f'(x), The first derivative of f(x) with respect to x will be set to 0. √3x/18 + x-5/2π=, x=(15(π√3-9)/(π2-27)), x=3.11604179.
- Now we need to compute the second derivative f''(x) and validate that it is positive to ensure that the extremum x=3.11604179 is indeed a minimum. f''(x)= √3/18 + 12π > 0.
Therefore x=3.11604179 is the proper length we need to cut the wire to minimize the total area of both figures.
- To maximize this function, we need to determine the maximum value of f(x)=(x2√3)/36 + π(x-5/2π)2 over the domain x∈[0,5]. Since f(x) is quadratic and the leading coefficient of f(x) is positive, it increases monotonically on both sides of the minimum. So we only need to evaluate f(x) where x=0 and x=5. If you plot the f(x) graph, the maximum occurs at x=0. This means that the wire should be used to create the circle for the TV antenna. The maximum of f(x) = π(0-5/2π)2=25/4π =1.98943679
Easy to mess this up in the details:
Let piece of wire used for the antenna circle be L and border triangle 5 - L
AC = πr2 C = 2πr and AC = π(C/(2π))2 = C2/(4π) = L2/(4π)
AT = s2sqrt(3)/4 P = 3s and AT = P2sqrt(3)/36 = (5-L)2sqrt(3)/36
ATotal = AC + AT = L2/(4π) + (5-L)2sqrt(3)/36
Take dA/dL and equate to 0 to find extrema. The endpoint areas must be checked (A all circle, A all triangle) and compared to extremum in order to answer the questions. (The circle is the geometric figure that maximizes area given the perimeter of the figure).
Please consider a tutor. Take care.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Ayman S.
Iv’e already figured out the minimize part I just need help with the maximize part11/03/22