- #1
guss
- 248
- 0
Here's an interesting problem: How can you find the area of any normal polygon with x sides (or corners) that is inscribed in a circle of radius 1? No trig functions, or things like e or π (Pi), or infinite series, are allowed. If possible, try to avoid summation notation as well, but that might be required.
Normally, you could just break the normal polygon up into triangles, and add the area of each one of those. But, of course, this would use trig functions (at least the way I'm thinking of).
Any way to do this?
This would be especially cool because as x approaches infinity, the area would approach pi.
Normally, you could just break the normal polygon up into triangles, and add the area of each one of those. But, of course, this would use trig functions (at least the way I'm thinking of).
Any way to do this?
This would be especially cool because as x approaches infinity, the area would approach pi.