Problem 450
Hypocycloid and Lattice points
A hypocycloid is the curve drawn by a point on a small circle rolling inside a larger circle. The parametric equations of a hypocycloid centered at the origin, and starting at the right most point is given by:
Where R is the radius of the large circle and r the radius of the small circle.
Let
Let
Let
You are given:
C(3, 1) = {(3, 0), (-1, 2), (-1,0), (-1,-2)}
C(2500, 1000) =
{(2500, 0), (772, 2376), (772, -2376), (516, 1792),(516, -1792), (500, 0), (68, 504), (68, -504),(-1356, 1088), (-1356, -1088), (-1500, 1000), (-1500, -1000)}
Note: (-625, 0) is not an element of C(2500, 1000) because
S(3, 1) = (|3| + |0|) + (|-1| + |2|) + (|-1| + |0|) + (|-1| + |-2|) = 10
T(3) = 10; T(10) = 524; T(100) = 580442; T(103) = 583108600.
Find T(106).
圆内旋轮线与格点
在大圆内部有一小圆与其相切并不断滚动,由小圆上一点所构成的曲线称为圆内旋轮线。以原点为圆心,以最右侧的点为起点的圆内旋轮线,其参数方程如下所示:
其中R是大圆的半径,而r是小圆的半径。
记
记
记
已知:
C(3, 1) = {(3, 0), (-1, 2), (-1,0), (-1,-2)}
C(2500, 1000) =
{(2500, 0), (772, 2376), (772, -2376), (516, 1792),(516, -1792), (500, 0), (68, 504), (68, -504),(-1356, 1088), (-1356, -1088), (-1500, 1000), (-1500, -1000)}
注意:(-625, 0)不是C(2500, 1000)中的元素,此时对应的t值不满足
因此S(3, 1) = (|3| + |0|) + (|-1| + |2|) + (|-1| + |0|) + (|-1| + |-2|) = 10
且已知T(3) = 10;T(10) = 524;T(100) = 580442;T(103) = 583108600。
求T(106)。
Gitalking ...