Maths Olympiad Prep

Track / Stage 6 / 265 of 400 #1265 of 1964

Problem 1265

National olympiad, first round
Geometry Difficulty 6.4 Find the answer

Let ABCABC be a triangle and HH be its orthocenter. If it is given that BB is (0,0)(0,0), CC is (1,2)(1,2) and HH is (5,0)(5,0), find AA.

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

To solve this problem, we need to verify the given points and determine the coordinates of point A A in the triangle ABC ABC with orthocenter H H .

1. Verify the given points and properties:
- B=(0,0) B = (0,0)
- C=(1,2) C = (1,2)
- H=(5,0) H = (5,0)

2. Use the property of the orthocenter:
The orthocenter H H of a triangle is the point where the altitudes intersect. The altitudes are the perpendiculars dropped from each vertex to the opposite side.

3. **Find the equation of the line BC BC :**
The slope of BC BC is:
slope of BC=2010=2 \text{slope of } BC = \frac{2 - 0}{1 - 0} = 2
The equation of the line BC BC is:
y=2x y = 2x

4. **Find the equation of the altitude from A A to BC BC :**
Since the altitude from A A to BC BC is perpendicular to BC BC , its slope is the negative reciprocal of 2, which is 12 -\frac{1}{2} . Let A=(x1,y1) A = (x_1, y_1) . The equation of the altitude from A A to BC BC is:
yy1=12(xx1) y - y_1 = -\frac{1}{2}(x - x_1)

5. **Find the equation of the altitude from B B to AC AC :**
The slope of AC AC is:
slope of AC=y12x11 \text{slope of } AC = \frac{y_1 - 2}{x_1 - 1}
The slope of the altitude from B B to AC AC is the negative reciprocal:
slope of altitude from B=x11y12 \text{slope of altitude from } B = -\frac{x_1 - 1}{y_1 - 2}
The equation of the altitude from B B to AC AC is:
y=x11y12x y = -\frac{x_1 - 1}{y_1 - 2} x

6. **Find the coordinates of A A using the orthocenter property:**
Since H=(5,0) H = (5,0) is the orthocenter, it lies on the altitudes. Substitute H H into the altitude equations to find A A .

For the altitude from A A to BC BC :
0y1=12(5x1) 0 - y_1 = -\frac{1}{2}(5 - x_1)
Simplifying:
y1=12(5x1) -y_1 = -\frac{1}{2}(5 - x_1)
y1=12(5x1) y_1 = \frac{1}{2}(5 - x_1)
y1=5x12 y_1 = \frac{5 - x_1}{2}

For the altitude from B B to AC AC :
0=x11y125 0 = -\frac{x_1 - 1}{y_1 - 2} \cdot 5
Simplifying:
0=5(x11)y12 0 = -\frac{5(x_1 - 1)}{y_1 - 2}
Since 50 5 \neq 0 , we have:
x11=0 x_1 - 1 = 0
x1=1 x_1 = 1

Substitute x1=1 x_1 = 1 into y1=5x12 y_1 = \frac{5 - x_1}{2} :
y1=512=42=2 y_1 = \frac{5 - 1}{2} = \frac{4}{2} = 2

Therefore, A=(1,2) A = (1, 2) .

7. **Verify the coordinates of A A :**
Since A=(1,2) A = (1, 2) is the same as C C , this contradicts the problem statement that A A , B B , and C C are distinct points of the triangle. Therefore, there is no valid point A A that satisfies the given conditions.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.