✔ 最佳答案
設圓內接n邊形圓心角各為x1,x2,...,xn, so
0<x1,...,xn<π, and x1+x2+...+xn=2π,
n邊形面積A=(1/2)r^2*[sin(x1)+...+sin(xn)]
while the curve y=sinx is concave down for x=0~π
so [sin(x1)+...+sin(xn)]/n <= sin[(x1+...+xn)/n]=sin(2π/n) ----(1)
thus A <= (1/2)r^2 *n*sin(2π/n).
Note: if x1=...=xn(=2π/n), then A gets the maximum.
2010-02-26 16:24:19 補充:
(橢圓case)
圓心角x1相對之三角形(n邊形之一小塊)面積=(1/2)r^2 sin(x1)
將圓x^2+y^2=r^2作 linear mapping (X,Y)=(ax/r, by/r) 得X^2/a^2+Y^2/b^2=1,then
上述三角形(圓心角x)相對得新三角形面積=(1/2)ab*sin(x1)
so,橢圓內接n邊形面積=(1/2)ab*[sin(x1)+sin(x2)+..+sin(xn)]
<= (1/2) ab * n* sin[(x1+...+xn)/n] = (1/2)ab*n*sin(2π/n)
2010-02-27 22:21:12 補充:
經過zoom mapping (X,Y)=(ax/r, by/r)後
面積(1/2)r^2sin(x1)變成(1/2)ab*sin(x1),是大小關係,原圓心角x1,與新"圓心角"
應該是不同,但面積仍為(1/2)ab*sin(x1)
mapping後n邊形總面積=(ab/2)[sin(x1)+...+sin(xn)]最大為(ab/2)*n*sin(2pi/n)
與最大面積mapping後是否仍最大面積無關!