Given a circle with a radius of "a", what is the smallest area of an isosceles triangle circumscribed on the circle (circle inside of triangle)? The area of the triangle will always be larger than that of the circle. I need to know HOW to do this. I can then figure the answer on my own. I tried using an angle in the open interval from 0 to pi/2. I figured the side lengths of the triangle in terms of the angle and came up with a function. The function didn't match my logic. Logically speaking, the area of the triangle will never approach 0 unless "a" approaches 0. The function arbitrarily approached 0 as the angle approached pi/2. Please help. I need this by Wednesday. Thanks for any and all the help!
2006-07-22
14:15:03
·
5 answers
·
asked by
Lawrence
1
in
Science & Mathematics
➔ Mathematics
Note: I am looking for a method and not the final answer. I need to know the function for all isosceles triangles with the given constraint. I can take it from there.
2006-07-22
15:02:16 ·
update #1
I figured it out. The area for the smallest isosceles triangle circumscribed on any circle with radius "a" is:
3a^2sqrt(3)
It took an entire page to simplify the equation to get one I could minimize. Thanks for all the help guys.
2006-07-25
08:18:07 ·
update #2