ΘρϵηΠατπ

Vector
A vector is alternate notation for an n tuple, so that [a1a2an] is the n-tuple (a1,a2,,an)
The length of a Vector
Given xn, then we define the it's length as x:=i=1nxi2
Dot Product
Given two sequences of numbers of the same length: a=(a1,,ak) and b=(b1,,bk), their dot product denoted and defined by ab=i=1kaibi Note that :k×k
Dot Product Geometric
ab=abcos(θ) where θ is the angle between a,b
Norm Squared is the Dot Product
For any xn we have that x2=xx
Vector Form of a Line
Suppose that d,p are vectors, then we say that the set l:={x:x=td+p, for some t} is a line and say that the vector equation for the line is
x=td+p
We also say that d is the direction vector for l
Cross Product
Given two vectors a,b3 we define their cross-product to be a×b:=absin(θ)n where θ is the angle between a and b and n is a unit vector such that a,n,b is positively oriented.
Cross Product Vector Component Formula
(a1,a2,a3)×(b1,b2,b3)=(a2b3a3b2,a3b1a1b3,a1b2a2b1)

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 ax+by+c=0 where a,b,c where the line is given by the set ={(x,y)2:ax+by+c=0}
Equation of a Line as a 3d Dot Product
Suppose that is given by ax+by+c=0 then we have ={(x,y,1)3:(x,y,1)(a,b,c)=0}
TODO: Add the proof here.
Equation of a Line Given by the Cross Product
Suppose that p,q2 and consider L=(a,b,c)=p×q then the equation of the line that passes through p,q is given by ax+by+c=0
We know that ax+by+c=0 defines a line, but we need to verify that p,q are both on that line, but since pL=0 and qL=0 we know that they are on the line, as needed.
Collinear
Given a vector space (V,F) then we say that two vectors x,yV are collinear if there exists an αF such that x=αy
Parallelogram Law
Suppose x,yn then we have x+y2+xy2=2x2+2y2
x+y2+xy2amp;=(x+y)(x+y)+(xy)(xy)amp;=xx+2xy+yy+xx2xy+yyamp;=2xx+2yyamp;=2x2+2y2
The Norm of The Half of The Sum of Two Unit Vectors is One iff They are Equal
Suppose x,yn such that x=y=1 then x+y2=1x=y
Suppose that x+y2=1 we'd like to prove that x=y, thus it's equivalent to show that xy=0, recall that from the parallelogram law that xy=2x2+2y2x+y2 thus it's enough to show that 2x2+2y2x+y2=0, which means we just have to show that x+y2=2x2+2y2, moreover x,y were unit vectors so we have x=y=1 and we now just need to prove that x+y2=4. We've assumed that x+y2=1, this means that x+y=2 thus we conclude that x+y2=4 as needed.

Suppose that x=y, then x+y2=2x2=x=1 as needed.

Cosine Law
Suppose that x,yn and θ is the angle between them, then x+y2=x2+2xycos(θ)+y2
This follows from distributivity of the geometric interpretation of the dot product x+y2amp;=(x+y)(x+y)amp;=xx+2xy+y2amp;=x2+2xycos(θ)+y2
Dot Product Is a Sum of Norms
xy=x+y2x2y22
Rearrange this.