Given points \(A = [0,5]\),
\(B = [6,1]\),
\(C = [7,9]\),
find the direction vector of the line passing through the point
\(A\) and the midpoint of
the segment \(BC\) (i.e. the
median of the triangle \(ABC\)
through the vertex \(A\)).
Given points \(A = [0,5]\),
\(B = [6,1]\),
\(C = [7,9]\),
find the direction vector of the line passing through the point
\(A\) and perpendicular
to the segment \(BC\)
(i.e. the line which contains the altitude of the triangle
\(ABC\) through
the point \(A\)).
Consider the points \(A = [0,5]\),
\(B = [6,1]\),
\(C = [7,9]\) and the
triangle \(ABC\).
Find the direction vector of the line which is the perpendicular bisector of the side
\(b\)
(i.e. the line through the midpoint of the side
\(AC\) which is perpendicular
to the segment \(AC\)).
Consider the points \(A = [0,5]\),
\(B = [6,1]\),
\(C = [7,9]\) and the
triangle \(ABC\).
Find the direction vector of the line which is the bisector of the angle
\(ACB\)
(i.e. the line which splits the internal angle at the point
\(C\) into
two angles with equal measures).
In the following list identify a line which is perpendicular to the line
\(q\).
\[
\begin{aligned}q\colon x& = 5 - t,&
\\y & = 3t,\ t\in \mathbb{R}
\\ \end{aligned}
\]