A vector is alternate notation for an n tuple, so that is the n-tuple
The length of a Vector
Given , then we define the it's length as
Dot Product
Given two sequences of numbers of the same length: and , their dot product denoted and defined by Note that
Dot Product Geometric
where is the angle between
Norm Squared is the Dot Product
For any we have that
Vector Form of a Line
Suppose that are vectors, then we say that the set is a line and say that the vector equation for the line is
We also say that is the direction vector for
Cross Product
Given two vectors we define their cross-product to be where is the angle between and and is a unit vector such that is positively oriented.
Cross Product Vector Component Formula
An easy way to remember this is ab 231 where you then get a2b3 - ..., a3b1 - ..., a1b2
Equation for a Line
We say the equation of a line is given by where where the line is given by the set
Equation of a Line as a 3d Dot Product
Suppose that is given by then we have
TODO: Add the proof here.
Equation of a Line Given by the Cross Product
Suppose that and consider then the equation of the line that passes through is given by
We know that defines a line, but we need to verify that are both on that line, but since and we know that they are on the line, as needed.
Collinear
Given a vector space then we say that two vectors are collinear if there exists an such that
Parallelogram Law
Suppose then we have
The Norm of The Half of The Sum of Two Unit Vectors is One iff They are Equal
Suppose such that then
Suppose that we'd like to prove that , thus it's equivalent to show that , recall that from the parallelogram law that thus it's enough to show that , which means we just have to show that , moreover were unit vectors so we have and we now just need to prove that . We've assumed that , this means that thus we conclude that as needed.