Points Marching on a Hyperbola

Problem

On the curve C:xy=1C: xy = 1, starting from A1(x1,y1)A_1(x_1, y_1) with x1=1x_1 = 1, each point An(xn,yn)A_n(x_n, y_n) is joined to the next intersection An+1A_{n+1} of CC with the line through AnA_n of slope

kn=xn+1xn2+4xn.k_n = -\frac{x_n + 1}{x_n^2 + 4x_n}.

1. Find the relation between xn+1x_{n+1} and xnx_n. 2. Compare xnx_n with 22, and prove your claim. 3. Prove that

x12+x22++xn2<2.|x_1 - 2| + |x_2 - 2| + \cdots + |x_n - 2| < 2.

Answer

Solution

Difficulty8/10
TopicsRecursion, sequences, Estimation, analytic geometry, Casework

Whiteboard

Your sketch is saved only in this browser. To share it, export your drawing as an image (whiteboard menu → Export as → PNG), then upload that image in the comments below.

Discussion

Ask questions, share alternate solutions, and use LaTeX freely.

0 comments
Log in to join the discussion.

No comments yet.