← run

math-geo-01

0.000
0/1 tests· math
Challenge · difficulty 4/5
# Incircle Contact Chord Meets the Base

In triangle $ABC$ we have $AB = 13$, $BC = 14$, and $CA = 15$.

The incircle of triangle $ABC$ is tangent to side $AB$ at $F$ and tangent to side $CA$ at $E$. Line $EF$ is extended until it meets line $BC$ at a point $P$.

Find the length $BP$.

Give your final answer as an integer.
Proposed solution
To find the length \( BP \) in the given triangle \( ABC \) with sides \( AB = 13 \), \( BC = 14 \), and \( CA = 15 \), we start by calculating the semiperimeter \( s \) of the triangle:

\[
s = \frac{AB + BC + CA}{2} = \frac{13 + 14 + 15}{2} = 21
\]

Next, we determine the area \( K \) of the triangle using Heron's formula:

\[
K = \sqrt{s(s-a)(s-b)(s-c)} = \sqrt{21(21-13)(21-14)(21-15)} = \sqrt{21 \cdot 8 \cdot 7 \cdot 6} = \sqrt{7056} = 84
\]

The inradius \( r \) of the triangle is given by:

\[
r = \frac{K}{s} = \frac{84}{21} = 4
\]

The incircle touches \( AB \) at \( F \), \( BC \) at \( D \), and \( CA \) at \( E \). The lengths \( AF \), \( BF \), \( BD \), \( DC \), \( CE \), and \( AE \) are given by:

\[
AF = s - AC = 21 - 15 = 6, \quad BF = s - BC = 21 - 14 = 7, \quad BD = s - AB = 21 - 13 = 8, \quad DC = s - CA = 21 - 15 = 6, \quad CE = s - AB = 21 - 13 = 8, \quad AE = s - BC = 21 - 14 = 7
\]

Since \( EF \) is extended to meet \( BC \) at \( P \), we need to find the coordinates of \( P \). We know that \( E \) and \( F \) are points of tangency, and thus \( EF \) is a line segment connecting these tangency points. We use the fact that \( EF \) is parallel to \( BC \) and the properties of similar triangles to find \( BP \).

The coordinates of \( E \) and \( F \) are as follows:
- \( E \) divides \( CA \) into segments \( CE = 7 \) and \( AE = 8 \)
- \( F \) divides \( AB \) into segments \( AF = 6 \) and \( BF = 7 \)

Using the properties of similar triangles, we know that \( \triangle AEF \sim \triangle ABC \). The ratio of similarity is given by the ratio of the corresponding sides:

\[
\frac{AE}{AC} = \frac{8}{15}, \quad \frac{AF}{AB} = \frac{6}{13}
\]

Since \( EF \parallel BC \), the segment \( BP \) on \( BC \) is proportional to the segment \( AB \):

\[
BP = \frac{AB - BF}{AB} \times BC = \frac{13 - 7}{13} \times 14 = \frac{6}{13} \times 14 = \frac{84}{13} = 6.461538461538462
\]

However, this calculation seems incorrect. Let's instead use the fact that \( BP = s - b \):

\[
BP = s - BC = 21 - 14 = 7
\]

Thus, the correct length \( BP \) is:

\[
\boxed{7}
\]