Ira S. answered 10/06/14
Tutor
5.0
(298)
Bilingual math tutor and much more
Let x be the radius of the semi circle. let y be the height of the window, the width of the window would be 2x.
The perimeter of the window is 2x + 2y + pi*x = 30
The Area of the window is 2xy + .5pi x^2 which is what we want to maximize.
Solving the perimeter equation for y we get....y = 15 - x - pi/2 *x. Substitute in for y in the area expression and get
A(x) = 2x(15 - x - pi/2*x) + .5pi x^2
A(x) = 30x - 2x^2 - pi x^2 + .5pi x^2
A(x) = 30x - 2x^2 - .5pi x^2
Take the derivative.....I'm assuming this is a calculus problem. If not, you needto find the axis of symmetry.
A'(x) = 30 - 4x - pi x
Set it equal to 0 and solve,
30 - 4x - pi x = 0
30 = 4x + pi x
30 = (4 + pi)x
30/(4+pi) = x
x is approximately 4.2
Plug back in: 2(4.2) + 2y + pi*4.2 = 30
21.6 + 2y = 30
2y = 8.4
y = 4.2
Plug x = 4.2 into the area formula to get the maximum area.
A(4.2) = 30(4.2) - 2(4.2)^2 - .5pi(4.2)^2 =126 - 35.28 - 27.71 = 63 sq meters
63 sq meters at $9.75 per square meter would be $614.25.
I'm not sure if this is correct so I'm going to calculate A(4.1) and A(4.3), Both should lead to an area less than 63.
A(4.1) = 62.97 and A(4.3)= 62.98
I am now relatively sure that my answer is correct.