Sequences in Geometry

Geometry Level 5

Triangle A B C ABC is such that A B = 3 AB = 3 , B C = 4 BC = 4 , and C A = 5 CA = 5 . For all integers n 1 n \geq 1 ,

  • Let P 1 P_1 be some point on C A CA between C C and A A such that B P 1 BP_1 is not an altitude.
  • Let l n l_n be the line through B B and P n P_n .
  • Let G n G_n be the circle with center C C tangent to l n l_n .
  • Let r n r_n be the radius of G n G_n .
  • Let P n + 1 P_{n+1} be the intersection of G n G_n with C A CA between C C and A A .

These sequences of geometric figures can be seen in the diagram above, with the labels removed. (The diagram is finite, but the sequences are infinite.)

The sequence of real numbers { r i } \{r_i\} , for all integers i 1 i \geq 1 , satisfies this recurrence relation:

r i + 1 = a r i b r i 2 c r i + d , r_{i + 1} = \frac{ar_i}{\sqrt{br_i^2 - cr_i + d}},

for some positive integers a , b , c , d a, b, c, d . Find a + b + c + d a + b + c + d .


The answer is 597.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Steven Yuan
Jun 24, 2015

This problem is a lot easier when it is placed on the coordinate plane. Let C = ( 0 , 0 ) C = (0, 0) and A = ( 5 , 0 ) A = (-5, 0) . We can easily get that B = ( 16 5 , 12 5 ) B = \left ( -\frac{16}{5}, \frac{12}{5} \right ) . Notice that the distance from C C to P n + 1 P_{n + 1} is r n r_n , since P n + 1 P_{n + 1} is on G n G_n . Thus, the coordinates for P n + 1 P_{n + 1} , where n 1 n \geq 1 , is ( r n , 0 ) (-r_n, 0) .

Next, we find an equation for l n + 1 l_{n+1} . It goes through B B and P n + 1 P_{n + 1} , so we use the point-slope formula for the equation of a line: y y 1 = m ( x x 1 ) y - y_1 = m(x - x_1) . We'll let the point be P n + 1 P_{n + 1} , and the slope is

m = 12 5 0 16 5 + r n = 12 5 r n 16 . m = \frac{\frac{12}{5} - 0}{-\frac{16}{5} + r_n} = \frac{12}{5r_n - 16}.

Putting this all together, we have that the equation for l n + 1 l_{n + 1} is

y y 1 = m ( x x 1 ) y = 12 5 r n 16 ( x + r n ) y = 12 5 r n 16 x + 12 r n 5 r n 16 . \begin{aligned} y - y_1 &= m(x - x_1) \\ y &= \frac{12}{5r_n - 16} (x + r_n) \\ y &= \frac{12}{5r_n - 16}x + \frac{12r_n}{5r_n - 16}. \end{aligned}

Multiplying 5 r n 16 5r_n - 16 by both sides and rearranging, we get the standard form equation:

12 x ( 5 r n 16 ) y + 12 r n = 0. 12x - (5r_n - 16)y + 12r_n = 0.

To find r n + 1 r_{n + 1} , we just find the distance from C C to l n + 1 l_{n + 1} . To do this, we use a formula for the distance from a point to a line. The distance between the point ( p , q ) (p, q) and the line A x + B y + C = 0 Ax + By + C = 0 is

A p + B q + C A 2 + B 2 . \frac{|Ap + Bq + C|}{\sqrt{A^2 + B^2}}.

Since C C is the origin, the numerator of this is just C |C| . Plugging in using our equation for l n + 1 l_{n + 1} , we get

r n + 1 = C A 2 + B 2 = 12 r n 1 2 2 + ( 5 r n 16 ) 2 = 12 r n 144 + 25 r n 2 160 r n + 256 = 12 r n 25 r n 2 160 r n + 400 . \begin{aligned} r_{n + 1} &= \frac{|C|}{\sqrt{A^2 + B^2}} \\ &= \frac{12r_n}{\sqrt{12^2 + (5r_n - 16)^2}} \\ &= \frac{12r_n}{\sqrt{144 + 25r_n^2 - 160r_n + 256}} \\ &= \frac{12r_n}{\sqrt{25r_n^2 - 160r_n + 400}}. \end{aligned}

We cannot further simplify this beyond a trivial rationalization, and the recursion is already in the desired form, so we find that a + b + c + d = 12 + 25 + 160 + 400 = 597 . a + b + c + d = 12 + 25 + 160 + 400 = \boxed{597}.

Raghav Gupta
Jun 28, 2015

Nice question. I used a lot of my mind. But then I finally solved. Nice question :)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...