Problem:
Kevin starts with the vectors and and at each time step, he replaces one of the vectors with their sum. Find the cotangent of the minimum possible angle between the vectors after 8 time steps.
Problem:
Kevin starts with the vectors and and at each time step, he replaces one of the vectors with their sum. Find the cotangent of the minimum possible angle between the vectors after 8 time steps.
Solution:
Say that the vectors Kevin has at some step are and . Notice that regardless of which vector he replaces with , the area of the triangle with vertices , , and is preserved with the new coordinates. We can see this geometrically: the parallelogram with vertices , , , and can be cut in half by looking at the triangle formed by any 3 of the vertices, which include the original triangle, and both possible triangles that might arise in the next step.
Because the area is preserved, the minimum possible angle then arises when the two vectors, our sides, are as long as possible. This occurs when we alternate which vector is getting replaced for the sum. Given two vectors and , with , we would rather replace than , and has a larger norm than . Then at the th step, Kevin has the vectors and , where and . The tangent of the angle between them is the tangent of the difference of the angles they make with the x-axis, which is just their slope. We can then compute the cotangent as
We can show (by induction) that and . Thus at the 8th step, the cotangent of the angle is .