SOLUTION: A piece of wire 10 m long is to be cut into two pieces. One piece is bent into a square, and the other into a circle. How can the wire be cut so that the area enclosed by the two s

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: A piece of wire 10 m long is to be cut into two pieces. One piece is bent into a square, and the other into a circle. How can the wire be cut so that the area enclosed by the two s      Log On


   



Question 1152181: A piece of wire 10 m long is to be cut into two pieces. One piece is bent into a square, and the other into a circle. How can the wire be cut so that the area enclosed by the two shapes is minimized? Give your answer to the nearest tenth.
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!

----------------------------------
0 c L

Given L=10m, find c such that a circle made from the material 0..c and a
square made from the material c..L have minimum area.

A_circle = +pi%28r%5E2%29+=+pi%2A%28c%2F%282pi%29%29%5E2+=++c%5E2%2F%284pi%29+
A_square = +%28%28L+-+c%29%2F4%29%5E2+=++%2810-c%29%5E2%2F16+

A_total (= A) = A_circle + A_square = +c%5E2%2F%284pi%29+%2B+%2810-c%29%5E2%2F16+
Take derivative of A wrt c:
dA/dc = +2c%2F%284pi%29+%2B+2%2810-c%29%28-1%29%2F16+ = +c%2F%282pi%29+%2B+%28c-10%29%2F8+
[ Note that d%5E2A%2Fdc%5E2+=+%281%2F%282pi%29%29+%2B+%281%2F8%29+%3E+0+ so the curve is concave up, thus the critical point we are about to find is a local minimum]
Set first deriv. to zero & solve for c: c = 4.39901m (or highlight%284.4m%29 to one decimal place)

I have separately verified that this value of c minimizes the total area. You should also verify it to convince yourself. Also a good idea is to plug in the extreme values of c (0, 10) to gain an understanding of the possible areas. Here is a graph of A(c) to help you visualize:

+graph%28400%2C400%2C-1%2C10%2C-1%2C10%2C+x%5E2%2F%284%2Api%29%2B%2810-x%29%5E2%2F16%29+