지난 차시의 공식들은 특정한 점들을 다뤘다. 이번에는 야심을 키운다 — 좌표로 정리 자체를 증명한다. 방법: 도형의 꼭짓점을 숫자가 아닌 문자 좌표로 놓고, 계산이 모든 경우를 한꺼번에 처리하게 한다.
성패는 첫수인 배치에서 갈린다. 좌표축은 우리가 놓는 것이므로, 도형이 가장 단순해지는 자리에 놓을 권리가 있다:
한 꼭짓점을 원점에, 한 변을 x축 위에 — 좌표 여러 개가 0이 된다.
대칭이 있는 도형은 대칭축을 y축에 — 좌표가 ± 쌍으로 묶인다.
중점이 나올 계산이면 꼭짓점을 (2a,2b)처럼 짝수 꼴로 — 분수가 사라진다.
단, 단순화는 회전·이동(도형을 옮기는 조작)까지만이다. 임의의 삼각형을 (0,0), (a,0), (b,c)로 놓는 것은 정당하지만 — 어떤 삼각형도 옮기고 돌려 이 꼴로 만들 수 있다 — (0,0), (a,0), (0,c)로 놓으면 직각삼각형만 다루는 셈이다. 놓는 순간 무엇을 공짜로 가정했는지 반드시 자문하라.
임의의 삼각형은 이렇게 놓아도 잃는 것이 없다 — 원점, x축, 문자 좌표.
기울기: 평행과 수직의 번역
좌표 사전에 두 항목을 보탠다(기울기는 일차함수에서 정의된 그대로다).
평행 ⟺ 기울기가 같다 — 기울기는 "가로 1당 세로 변화"이므로, 같은 기울기의 두 직선은 어긋나지 않는다(동위각 논증의 수치판).
수직 ⟺ 기울기의 곱이 −1 — 원점을 지나고 (a,b) 방향인 직선을 90° 돌리면 방향이 (−b,a)가 된다(가로세로가 뒤바뀌고 부호 하나가 뒤집힌다 — 다음 단원의 회전에서 정식화된다). 기울기는 ab에서 −ba로 — 곱하면
ab×(−ba)=−1.
좌표 증명 1: 중점연결정리
정리(재증명) — 삼각형의 두 변의 중점을 이은 선분은 나머지 변과 평행하고 길이가 그 절반이다.
증명. 삼각형을 A(0,0), B(2b,0), C(2c,2d)로 놓는다(임의의 삼각형 — 짝수 꼴은 중점 계산 대비). 두 변의 중점은
증명. 직사각형을 (0,0), (a,0), (a,b), (0,b)로 놓는다 — 직각 조건이 축과의 정렬로 흡수되므로 이 배치는 모든 직사각형을 대표한다. 두 대각선은
(a−0)2+(b−0)2=a2+b2,(0−a)2+(b−0)2=a2+b2
— 같다. ■
SAS 합동으로 증명했던 문틀 검사 정리가 거리 공식 두 줄로 끝났다.
예제
같은 배치에서 대각선의 중점도 재 보자: (0,0)(a,b)의 중점은 (2a,2b), (a,0)(0,b)의 중점도 (2a,2b) — 일치한다. 대각선이 서로를 이등분한다는 평행사변형 성질까지 덤으로 확인됐다.
어느 길로 증명할 것인가
두 증명 방식은 경쟁자가 아니라 도구 상자의 다른 칸이다.
좌표가 유리할 때: 중점·거리·수직이 뒤섞인 명제, "이 점이 저 직선 위에 있다" 같은 위치 확인 — 계산이 논증을 대체한다.
종합 기하가 유리할 때: 각과 원이 주역인 명제 — 원주각 정리를 좌표로 옮기면 식이 폭발한다.
다음 단원 끝에서 원까지 좌표에 들어오면, 두 세계의 환율표가 완성된다.
주의
좌표 증명에서 가장 위험한 것은 계산 실수가 아니라 배치가 몰래 강한 가정을 하는 것이다. 평행사변형을 증명하는데 (0,0), (a,0), (a+b,c), (b,c) 대신 직사각형 좌표를 쓰면, 증명은 완벽해도 결론은 직사각형에만 성립한다. 배치를 적은 뒤 "이 좌표로 못 나타내는 경우가 있는가"를 한 번 물어보라.
Goals
Learn the craft of placing coordinates without losing generality.
Ground the slope tests for parallel and perpendicular lines.
Reprove the midsegment theorem and the rectangle diagonal theorem in coordinates.
Proving theorems by computation
Last lesson's formulas handled specific points. Now the ambition grows — proving theorems themselves with coordinates. The method: give the figure's vertices letter coordinates instead of numbers, and let one computation cover every case at once.
Success is decided by the opening move: placement. The axes are ours to lay down, so we may set the figure where it is simplest:
One vertex at the origin, one side along the x-axis — several coordinates become 0.
A symmetric figure gets its axis of symmetry on the y-axis — coordinates pair up as ±.
If midpoints are coming, write vertices in even form like (2a,2b) — fractions vanish.
But simplification extends only as far as moving and turning the figure. Placing an arbitrary triangle at (0,0), (a,0), (b,c) is legitimate — any triangle can be slid and rotated into that pose — but (0,0), (a,0), (0,c) handles only right triangles. Ask what the placement silently assumed for free.
An arbitrary triangle loses nothing in this pose — origin, x-axis, letter coordinates.
Slope: translating parallel and perpendicular
Two more entries for the coordinate dictionary (slope itself comes as defined with linear functions).
Parallel ⟺ equal slopes — slope is "vertical change per unit of horizontal," so two lines with the same slope never converge (the corresponding-angles argument, in numbers).
Perpendicular ⟺ slopes multiply to −1 — rotate a line through the origin with direction (a,b) by 90° and its direction becomes (−b,a) (the components swap and one sign flips — formalized under rotations next unit). The slope goes from ab to −ba, and
ab×(−ba)=−1.
Coordinate proof 1: the midsegment theorem
Theorem (reproved) — The segment joining the midpoints of two sides of a triangle is parallel to the third side and half its length.
Proof. Place the triangle at A(0,0), B(2b,0), C(2c,2d) (an arbitrary triangle — even form, since midpoints are coming). The two midpoints are
M=midpoint of AC=(c,d),N=midpoint of BC=(b+c,d).
Equal y-coordinates make MN horizontal — parallel to AB on the x-axis. Its length is
MN=(b+c)−c=b=21×2b=21AB.■
The theorem once proved with auxiliary lines and a parallelogram is, in coordinates, one subtraction. With a good placement, computation does the arguing.
Coordinate proof 2: the rectangle's diagonals
Theorem (reproved) — A rectangle's two diagonals are equal.
Proof. Place the rectangle at (0,0), (a,0), (a,b), (0,b) — the right angles are absorbed into alignment with the axes, so this pose represents every rectangle. The diagonals:
(a−0)2+(b−0)2=a2+b2,(0−a)2+(b−0)2=a2+b2
— equal. ■
The door-frame test, once an SAS argument, finished in two lines of distance formula.
Example
Same placement, one more measurement — the diagonals' midpoints: (0,0)(a,b) has midpoint (2a,2b), and (a,0)(0,b) the same — they coincide. The parallelogram property (diagonals bisecting each other) verified as a bonus.
Which road to prove by
The two proof styles are not rivals but different drawers of one toolbox.
Coordinates win when midpoints, distances, and perpendicularity mix, or for location claims like "this point lies on that line" — computation replaces argumentation.
Synthetic geometry wins when angles and circles star — translate the inscribed angle theorem into coordinates and the algebra explodes.
Once circles enter the coordinate world at this unit's end, the exchange table between the two worlds is complete.
Watch out
The deadliest error in coordinate proofs is not miscalculating but a placement that quietly over-assumes. Prove a parallelogram theorem with rectangle coordinates instead of (0,0), (a,0), (a+b,c), (b,c), and the proof is flawless — for rectangles only. After writing a placement, ask once: "is there a case these coordinates cannot express?"
Two slopes settle the relationship — no angle ever gets measured.
문제Problem 2몸풀기Warm-up
세 점 A(1,1), B(3,5), C(6,11)이 한 직선 위에 있는지 판별하여라.
Decide whether A(1,1), B(3,5), C(6,11) are collinear.
정답과 풀이Answer & solution
정답 · 한 직선 위에 있다
Answer · collinear
mAB=3−15−1=2,mBC=6−311−5=2.
B를 공유하는 두 선분의 기울기가 같으므로 세 점은 한 직선 위에 있다.
공선 판별 = "공통점 + 같은 기울기" — 좌표 증명에서 "이 점이 저 직선 위에 있다"를 확인하는 표준 절차다.
mAB=3−15−1=2,mBC=6−311−5=2.
Two segments sharing B with equal slopes — the three points are collinear.
The collinearity test — "shared point plus equal slopes" — is the standard move for verifying "this point lies on that line" in coordinate proofs.
문제Problem 3몸풀기Warm-up
세 점 A(2,1), B(5,3), C(3,6)으로 만든 삼각형에서 ∠B가 직각임을 기울기로 보여라.
Show by slopes that ∠B is a right angle in the triangle A(2,1), B(5,3), C(3,6).
정답과 풀이Answer & solution
정답 · mBA×mBC=−1이므로 직각
Answer · mBA×mBC=−1, hence right
mBA=2−51−3=32,mBC=3−56−3=−23.
32×(−23)=−1
— 두 변이 수직이므로 ∠B=90°.
지난 차시에는 변 길이 셋과 피타고라스의 역으로 확인했던 것 — 기울기 판별은 계산이 더 짧다. 같은 결론, 두 개의 길.
mBA=2−51−3=32,mBC=3−56−3=−23.
32×(−23)=−1
— the two sides are perpendicular, so ∠B=90°.
Last lesson this took three side lengths and the Pythagorean converse — the slope test is shorter. Same conclusion, two roads.
핵심Core
이 차시의 목표 수준the target level for this lesson
문제Problem 4핵심Core서술형written response
이등변삼각형에 관한 정리를 좌표로 증명하려 한다. 일반성을 잃지 않는 좌표 배치를 제시하고, 그 배치가 왜 모든 이등변삼각형을 대표하는지, 어떤 배치가 왜 일반성을 잃는지 설명하여라.
You want to prove a theorem about isosceles triangles in coordinates. Present a placement that loses no generality, explain why it represents every isosceles triangle, and give an example of a placement that fails and why.
풀이와 채점 기준Solution & grading notes
배치. 꼭지각의 꼭짓점을 y축 위 (0,h)에, 밑변의 두 끝을 (−a,0), (a,0)에 놓는다.
대표성. 이등변삼각형은 꼭짓점에서 밑변 중점으로 내린 축에 대해 대칭이다. 어떤 이등변삼각형이든 밑변 중점이 원점에, 대칭축이 y축에 오도록 이동·회전시킬 수 있고, 이동·회전은 도형의 성질을 바꾸지 않는다. 이 배치에서 두 등변의 길이가 a2+h2로 자동으로 같아지는 것이 그 증거다 — 이등변 조건이 좌표의 대칭에 흡수됐다.
일반성을 잃는 예.(0,0), (a,0), (0,a)처럼 놓으면 등변이 수직으로 만나는 직각이등변만 다루는 것이고, (−a,0), (a,0), (0,a)처럼 높이를 밑변에 묶으면 높이와 밑변의 비가 고정된 특정 모양만 다룬다. 문자 하나가 줄 때마다 "공짜 가정"이 하나 들어온 것은 아닌지 확인해야 한다 — 임의의 이등변삼각형에는 독립적인 문자 두 개(a와 h)가 필요하다.
채점 기준 (논리가 맞는 다른 설명도 만점 — (0,0), (2a,0), (a,h) 배치 포함)
대칭축 활용 배치 제시 (1점)
이동·회전으로 모든 경우를 덮음을 논증 (1점)
일반성 잃는 배치의 예와 이유 (1점)
Placement. Apex on the y-axis at (0,h); base endpoints at (−a,0) and (a,0).
Why it represents all. An isosceles triangle is symmetric about the axis from its apex to the base's midpoint. Any such triangle can be slid and rotated so the base's midpoint lands at the origin and the axis along the y-axis — and sliding and rotating change none of its properties. The proof is in the coordinates themselves: the two legs automatically measure a2+h2 each — the isosceles condition absorbed into the symmetry of the placement.
A failing placement.(0,0), (a,0), (0,a) handles only the right isosceles triangle (legs meeting perpendicularly); (−a,0), (a,0), (0,a) ties the height to the base, fixing one particular shape. Every deleted letter risks smuggling in a free assumption — an arbitrary isosceles triangle needs two independent letters (a and h).
Rubric (any logically correct explanation earns full credit — including the (0,0), (2a,0), (a,h) placement)
A symmetry-using placement (1 pt)
The slide-and-rotate coverage argument (1 pt)
A failing placement with its reason (1 pt)
문제Problem 5핵심Core증명proof
"직각삼각형에서 빗변의 중선은 빗변의 절반이다"를 좌표로 재증명하여라.
Reprove in coordinates: "in a right triangle, the median to the hypotenuse is half the hypotenuse."
힌트Hint
직각을 원점에 — 두 다리가 축을 따라 눕는다.
Right angle at the origin — the legs lie along the axes.
풀이와 채점 기준Solution & grading notes
직각 꼭짓점을 원점에, 두 다리를 축 위에 놓는다: C(0,0), A(a,0), B(0,b) — 어떤 직각삼각형도 이동·회전으로 이 꼴이 되므로 일반적이다.
빗변의 중점은
M=(2a,2b),
중선의 길이는
CM=4a2+4b2=21a2+b2=21AB.■
삼각형의 성질 단원에서는 직사각형으로 두 배 복사해 증명했던 정리다 — 좌표에서는 중점 공식과 거리 공식의 릴레이 두 줄. M이 세 꼭짓점 모두에서 같은 거리(21a2+b2)라는 것, 곧 빗변의 중점이 외심이라는 탈레스의 역까지 같은 계산 안에 들어 있다.
채점 기준 (논리가 맞는 다른 풀이도 만점)
직각의 원점 배치와 일반성 (1점)
중점 좌표 (1점)
CM=21AB 계산 (1점)
Place the right angle at the origin with the legs on the axes: C(0,0), A(a,0), B(0,b) — every right triangle slides and rotates into this pose, so it is fully general.
The hypotenuse's midpoint is
M=(2a,2b),
and the median measures
CM=4a2+4b2=21a2+b2=21AB.■
The triangle-properties unit proved this by doubling into a rectangle — in coordinates it is a two-line relay of midpoint and distance formulas. And the same computation contains Thales' converse: M is equidistant (21a2+b2) from all three vertices — the hypotenuse's midpoint is the circumcenter.
Rubric (any logically correct proof earns full credit)
The origin placement and its generality (1 pt)
The midpoint coordinates (1 pt)
The CM=21AB computation (1 pt)
문제Problem 6핵심Core증명proof
"마름모의 두 대각선은 수직이다"를 좌표로 재증명하여라. 마름모를 A(0,0), B(a,0), C(a+c,d), D(c,d)로 놓고 시작하라.
Reprove in coordinates: "a rhombus's diagonals are perpendicular." Start from the placement A(0,0), B(a,0), C(a+c,d), D(c,d).
힌트Hint
마름모 조건(네 변이 같음)을 식으로 적으면 c2+d2=a2이 나온다.
Writing the rhombus condition (equal sides) as an equation yields c2+d2=a2.
풀이와 채점 기준Solution & grading notes
이 배치는 평행사변형을 나타낸다(AB와 DC가 둘 다 가로 벡터 (a,0)만큼 이동). 마름모 조건: 이웃 변의 길이가 같아야 하므로
AD=AB⟹c2+d2=a⟹c2+d2=a2.
두 대각선의 기울기를 곱한다:
mAC×mBD=a+cd×c−ad−0=c2−a2d2=−d2d2=−1
(마지막에 마름모 조건 c2−a2=−d2을 대입). 수직이다. ■
(어느 대각선이 수직선이 되는 특수 배치 — c=−a 또는 c=a — 에서는 기울기 대신 "한쪽이 수직선, 다른 쪽이 수평선"임을 직접 확인하면 된다.)
사각형 단원에서 이등변의 축으로 증명했던 정리가, 좌표에서는 조건식 하나를 기울기 곱에 대입하는 것으로 끝난다 — 도형의 조건이 대수의 치환이 되는 전형적 장면이다.
채점 기준 (논리가 맞는 다른 풀이도 만점)
마름모 조건의 식 번역 (c2+d2=a2) (1점)
두 대각선의 기울기 (1점)
곱 =−1 결론 (1점)
This placement encodes a parallelogram (AB and DC are both the horizontal step (a,0)). The rhombus condition — adjacent sides equal — reads
AD=AB⟹c2+d2=a⟹c2+d2=a2.
Multiply the diagonals' slopes:
mAC×mBD=a+cd×c−ad−0=c2−a2d2=−d2d2=−1
(substituting the rhombus condition c2−a2=−d2 at the end). Perpendicular. ■
(In the special poses where a diagonal is vertical — c=±a — check directly that one diagonal is vertical and the other horizontal.)
The quadrilateral unit proved this with the isosceles axis — in coordinates it ends by substituting one condition into one product of slopes: the figure's hypothesis becoming an algebraic substitution, a signature scene of coordinate proof.
Rubric (any logically correct proof earns full credit)
Translating the rhombus condition (c2+d2=a2) (1 pt)
The two diagonal slopes (1 pt)
Product =−1 (1 pt)
문제Problem 7핵심Core
세 꼭짓점이 (0,0), (6,0), (2,4)인 삼각형의 외심의 좌표를 구하여라.
Find the circumcenter of the triangle with vertices (0,0), (6,0), (2,4).
힌트Hint
외심은 두 변의 수직이등분선의 교점이다 — 계산이 쉬운 변부터 골라라.
The circumcenter is where two perpendicular bisectors meet — pick the easiest sides first.
The original sides are 4+16=25, 36+4=210, 16+36=213 — exactly double, side by side.
medial perimeter=5+10+13=21×original✓
The midsegment theorem's "half," verified numerically on all three sides — with the pairing visible: each midsegment halves the side it doesn't touch.
문제Problem 11도전Challenge증명proof
바리뇽의 정리 — 임의의 사각형 ABCD의 네 변의 중점을 순서대로 이으면 평행사변형이 됨을 좌표로 증명하여라.
Varignon's theorem — Prove in coordinates that joining the midpoints of the sides of any quadrilateral ABCD, in order, produces a parallelogram.
힌트Hint
네 중점으로 만든 사각형의 "대각선 중점"을 각각 계산해 보라.
Compute the "diagonal midpoints" of the midpoint quadrilateral.
풀이와 채점 기준Solution & grading notes
꼭짓점을 A(a1,a2), B(b1,b2), C(c1,c2), D(d1,d2)로 놓는다(완전히 임의). 네 변의 중점은
P=2A+B,Q=2B+C,R=2C+D,S=2D+A.
사각형 PQRS의 두 대각선 PR, QS의 중점을 각각 계산하면:
2P+R=4A+B+C+D,2Q+S=4B+C+D+A
— 같은 점이다. 대각선이 서로를 이등분하므로, 판정 정리에 의해 PQRS는 평행사변형이다. ■
원래 사각형이 오목해도, 심지어 변이 꼬여도 계산은 그대로다 — 네 꼭짓점의 평균이라는 한 점이 언제나 두 대각선의 공통 중점 노릇을 한다. 닮음 단원이라면 중점연결정리를 대각선 AC에 두 번 쓰는 증명이 되는데, 좌표 증명은 그 보조선조차 필요 없다.
채점 기준 (논리가 맞는 다른 풀이도 만점 — 중점연결정리 경유 포함)
임의 좌표와 네 중점 (1점)
두 대각선 중점이 4A+B+C+D로 일치 (1점)
판정 정리 인용해 결론 (1점)
Take fully arbitrary vertices A(a1,a2), B(b1,b2), C(c1,c2), D(d1,d2). The four side midpoints are
P=2A+B,Q=2B+C,R=2C+D,S=2D+A.
Compute the midpoints of PQRS's diagonals PR and QS:
2P+R=4A+B+C+D,2Q+S=4B+C+D+A
— the same point. The diagonals bisect each other, so by the parallelogram test, PQRS is a parallelogram. ■
Concave original, even a crossed one — the computation never changes: the average of the four vertices serves as the common midpoint always. A similarity-unit proof would apply the midsegment theorem twice across diagonal AC; the coordinate proof needs not even that auxiliary line.
Rubric (any logically correct proof earns full credit — including via the midsegment theorem)
Arbitrary coordinates and the four midpoints (1 pt)
Both diagonal midpoints equal 4A+B+C+D (1 pt)
Citing the test to conclude (1 pt)
경시Contest
대회 스타일competition style
문제Problem 12경시Contest
세 꼭짓점이 (0,0), (6,0), (2,4)인 삼각형에서 외심 O, 무게중심 G, 수심 H의 좌표를 각각 구하고, 세 점이 한 직선 위에 있으며 OG:GH=1:2임을 확인하여라.
For the triangle (0,0), (6,0), (2,4), find the circumcenter O, centroid G, and orthocenter H, then confirm the three are collinear with OG:GH=1:2.
힌트Hint
외심은 이전 문제에서 구했다 — 수심은 두 수선의 교점이다.
The circumcenter came from the earlier problem — the orthocenter is where two altitudes meet.
정답과 풀이Answer & solution
정답 · O(3,1), G(38,34), H(2,2) — 한 직선 위, OG:GH=1:2 ✓
수심: 꼭짓점 (2,4)에서 밑변(x축)에 내린 수선은 x=2. 꼭짓점 (0,0)에서 변 (6,0)–(2,4)(기울기 −1)에 내린 수선은 기울기 1의 직선 y=x. 교점: H(2,2).
공선과 비: O(3,1)에서 H(2,2)로 가는 걸음은 (−1,1). O에서 G로는 (−31,31)=31(−1,1) — 같은 방향이므로 세 점은 한 직선 위이고,
OG:GH=31:32=1:2.✓
삼각형의 성질 단원에서 예고만 하고 미뤄 둔 오일러 직선이 수치로 모습을 드러냈다 — 세 중심이 한 줄에 서고, 무게중심이 외심 쪽 31 지점에 선다. 일반 증명은 다음 문제의 몫이다.
Circumcenter: from the earlier problem, O(3,1).
Centroid: G=(30+6+2,30+0+4)=(38,34).
Orthocenter: the altitude from (2,4) to the base (the x-axis) is x=2. The altitude from (0,0) to the side (6,0)–(2,4) (slope −1) is the slope-1 line y=x. Intersection: H(2,2).
Collinearity and ratio: the step from O(3,1) to H(2,2) is (−1,1); from O to G it is (−31,31)=31(−1,1) — same direction, so the three are collinear, and
OG:GH=31:32=1:2.✓
The Euler line, promised and postponed in the triangle-properties unit, appears here in numbers — three centers on one line, the centroid a third of the way from the circumcenter. The general proof is the next problem's task.
문제Problem 13경시Contest증명proof
오일러 직선 — 임의의 삼각형에서 외심 O, 무게중심 G, 수심 H가 한 직선 위에 있고 OG:GH=1:2임을 좌표로 증명하여라.
The Euler line — Prove in coordinates that in any triangle the circumcenter O, centroid G, and orthocenter H are collinear with OG:GH=1:2.
힌트Hint
한 변을 x축에, 맞은편 꼭짓점의 수선의 발을 원점에 — A(−a,0), B(b,0), C(0,c)로 놓으면 수심 계산이 짧아진다.
One side on the x-axis with the opposite vertex's altitude foot at the origin — the placement A(−a,0), B(b,0), C(0,c) keeps the orthocenter short.
삼각형의 성질 단원이 "네 중심" 을 세울 때 남겨 둔 가장 큰 빚 — 세 중심이 한 줄에 선다는 오일러의 발견 — 이 좌표 계산으로 청산됐다. 합동과 닮음의 세계에서는 여러 보조선이 필요한 정리가, 좋은 배치 하나와 분수 계산으로 내려앉는다 — 좌표 기하라는 도구의 힘을 보여 주는 대표작이다.
채점 기준 (논리가 맞는 다른 풀이도 만점)
배치와 H, G, O 좌표 계산 (1점)
G−H=32(O−H) 확인 (1점)
공선 +1:2 결론 (1점)
Put one side on the x-axis and the foot of the opposite altitude at the origin:
A(−a,0),B(b,0),C(0,c)
— every triangle fits this pose (the signs of a, b are free).
Orthocenter H. The altitude from C is the y-axis (x=0). The altitude from A is perpendicular to BC (slope −bc), hence has slope cb through A: y=cb(x+a). At x=0,
H=(0,cab).
Centroid G. The average: G=(3b−a,3c).
Circumcenter O. The perpendicular bisector of AB is x=2b−a. That of AC passes through (−2a,2c) with slope −ca; substituting,
Collinearity and ratio. Compare the steps from H to O and from H to G:
O−H=(2b−a,2cc2−ab−cab)=(2b−a,2cc2−3ab),
G−H=(3b−a,3c−cab)=(3b−a,3cc2−3ab)=32(O−H).
G−H is 32 of O−H — the three points are collinear, and HG=32HO gives
OG:GH=(1−32):32=1:2.■
The largest debt left standing when the triangle-properties unit raised its "four centers" — Euler's discovery that three of them stand in a line — is hereby settled by coordinate computation. A theorem that demands several auxiliary lines in the world of congruence and similarity settles into one good placement and some fraction arithmetic — the showpiece of what coordinates can do.
Rubric (any logically correct proof earns full credit)