Given a triangle $ABC$, $M$ is the midpoint of segment $AB$, and $I$ is the midpoint of segment $MC$. Point $K$ is defined such that $\vec{CK} = \frac{1}{3} \vec{CB}$. We need to show that points $A, I, K$ are collinear.

GeometryVector GeometryCollinearityTrianglesVectors
2025/3/12

1. Problem Description

Given a triangle ABCABC, MM is the midpoint of segment ABAB, and II is the midpoint of segment MCMC. Point KK is defined such that CK=13CB\vec{CK} = \frac{1}{3} \vec{CB}. We need to show that points A,I,KA, I, K are collinear.

2. Solution Steps

We want to show that A,I,KA, I, K are collinear. This is equivalent to showing that the vectors AI\vec{AI} and AK\vec{AK} are collinear, meaning that AI=λAK\vec{AI} = \lambda \vec{AK} for some scalar λ\lambda.
Since II is the midpoint of MCMC, we have
AI=12(AM+AC)\vec{AI} = \frac{1}{2} (\vec{AM} + \vec{AC}).
Since MM is the midpoint of ABAB, we have AM=12AB\vec{AM} = \frac{1}{2} \vec{AB}.
Thus, AI=12(12AB+AC)=14AB+12AC\vec{AI} = \frac{1}{2} (\frac{1}{2} \vec{AB} + \vec{AC}) = \frac{1}{4} \vec{AB} + \frac{1}{2} \vec{AC}.
Since CK=13CB\vec{CK} = \frac{1}{3} \vec{CB}, we have AK=AC+CK=AC+13CB=AC+13(ABAC)=13AB+23AC\vec{AK} = \vec{AC} + \vec{CK} = \vec{AC} + \frac{1}{3} \vec{CB} = \vec{AC} + \frac{1}{3} (\vec{AB} - \vec{AC}) = \frac{1}{3} \vec{AB} + \frac{2}{3} \vec{AC}.
Now, we need to find a scalar λ\lambda such that AI=λAK\vec{AI} = \lambda \vec{AK}.
14AB+12AC=λ(13AB+23AC)\frac{1}{4} \vec{AB} + \frac{1}{2} \vec{AC} = \lambda (\frac{1}{3} \vec{AB} + \frac{2}{3} \vec{AC})
14AB+12AC=λ3AB+2λ3AC\frac{1}{4} \vec{AB} + \frac{1}{2} \vec{AC} = \frac{\lambda}{3} \vec{AB} + \frac{2\lambda}{3} \vec{AC}
Equating the coefficients of AB\vec{AB} and AC\vec{AC}, we have:
14=λ3\frac{1}{4} = \frac{\lambda}{3} and 12=2λ3\frac{1}{2} = \frac{2\lambda}{3}
From the first equation, we get λ=34\lambda = \frac{3}{4}.
From the second equation, we get λ=34\lambda = \frac{3}{4}.
Since both equations give the same value for λ\lambda, the vectors AI\vec{AI} and AK\vec{AK} are collinear.
Therefore, the points A,I,KA, I, K are collinear.

3. Final Answer

The points A, I, and K are collinear.

Related problems in "Geometry"

The problem asks to express the vectors $\overline{MK}$, $\overline{NL}$, $\overline{NK}$, and $\ove...

VectorsVector AdditionGeometric Vectors
2025/7/3

We are given two diagrams containing vectors. We need to find which options are equal to the resulta...

VectorsVector AdditionVector Decomposition
2025/7/3

The problem asks us to identify the vertex and axis of symmetry of a given parabola from its graph, ...

ParabolaVertexAxis of SymmetryGraphing
2025/7/3

The problem asks us to find the slope of the line shown in the graph.

Linear EquationsSlopeCoordinate Geometry
2025/7/3

The problem asks whether the endpoints of the given graph are included or not. A closed circle indic...

Graph AnalysisInterval NotationEndpoints
2025/7/3

The problem asks to find the slope of a line given two points on the line: $(-10, -9)$ and $(-6, -5)...

SlopeCoordinate GeometryLinear Equations
2025/7/3

We are given the area of a square as 81 square meters, and we are asked to find the side length of t...

AreaSquareSide LengthGeometry
2025/7/2

We are asked to find the area of a square, given that its side length is $0.7$ meters. We are asked ...

AreaSquareUnit Conversion
2025/7/2

We are given a shaded shape on a grid. Each square on the grid has a side length of 1 cm. We are ask...

AreaApproximationGridShapes
2025/7/2

The problem states that $Z$ is the centroid of triangle $TRS$. Given that $TO = 7b + 5$, $OR = 13b -...

CentroidTriangleMidpointAlgebraic EquationsLine Segments
2025/7/1