AOS5 Topic 5: Vector Proofs
Vector proofs refer to the mathematical demonstrations or arguments that establish the properties, relationships, or theorems related to vectors in mathematics. These proofs typically involve logical reasoning and algebraic manipulations to demonstrate the validity of certain statements or propositions about vectors.
Geometric proofs
In this section we use vectors to prove geometric results in two and three dimensions. The following properties of vectors will be useful:
Parallel vectors
For \( k \in \mathbb{R}^+ \), the vector \( ka \) is in the same direction as \( a \) and has magnitude \( k|a| \), and the vector \( -ka \) is in the opposite direction to \( a \) and has magnitude \( k|a| \).
Two non-zero vectors \( a \) and \( b \) are parallel if and only if \( b = ka \) for some \( k \in \mathbb{R} \setminus \{0\} \).
Three distinct points \( A \), \( B \), and \( C \) are collinear if and only if \( \overrightarrow{AC} = k \overrightarrow{AB} \) for some \( k \in \mathbb{R} \setminus \{0\} \).
Scalar product
Two non-zero vectors \( a \) and \( b \) are perpendicular if and only if \( a \cdot b = 0 \).
\( a \cdot a = |a|^2 \)
Linear combinations of independent vectors
Let \( a \) and \( b \) be two linearly independent (i.e. not parallel) vectors. Then \( ma + nb = pa + qb \) implies \( m = p \) and \( n = q \).
Vector proofs in two-dimensional geometry
Diagonals of a rhombus are perpendicular
Angle subtended by a diameter at a point on a circle is a right angle
Median of a Triangle
A median of a triangle is a line segment from a vertex to the midpoint of the opposite side.
Concurrent Lines
Three or more lines are said to be concurrent if they all pass through a single point.
Centroid of a Triangle
The point where the three medians meet is called the centroid of the triangle.
Vector proofs in three-dimensional geometry
Vector Representation
In three-dimensional geometry, vectors are often represented as directed line segments with magnitude and direction, typically expressed as ordered triples (e.g., \( \mathbf{v} = \langle v_1, v_2, v_3 \rangle \)).
Geometric Interpretation
Vectors in three dimensions can represent translations, displacements, or directions in space. They can also represent lines, planes, or spatial shapes.