894. Spiral of Circles

Consider a unit circle C0 on the plane that does not enclose the origin. For k1, a circle Ck is created by scaling and rotating Ck1 with respect to the origin. That is, both the radius and the distance to the origin are scaled by the same factor, and the centre of rotation is the origin. The scaling factor is positive and strictly less than one. Both it and the rotation angle remain constant for each k.

It is given that C0 is externally tangent to C1, C7 and C8, as shown in the diagram below, and no two circles overlap.

Find the total area of all the circular triangles. Give your answer rounded to 10 places after the decimal point.

894. 圆的螺旋

在某平面内,我们任取一个不包围原点的单位圆 C0,并按如下过程作出一系列的圆:对 k1,我们先把 Ck1 进行缩放,将其半径、圆心到原点的距离均变为原来的 t 倍 (t<1);随后将该圆旋转某固定角度 θ,得到新圆 Ck

现已知存在某 (t,θ),使得在这组参数下生成的一系列圆中,所有圆两两不相交,且 C0C1,C7,C8 外切。最终的图形如下图所示。

求出上图中,所有绿色的弧形三角形的面积之和,将你的答案四舍五入至小数点后第 10 位。


这个链接 回到源站。

这个链接 回到详细版题目目录。