Section 4 - Vectors and Euclidean Spaces Flashcards
how do you find the angle between two vectors?
cos θ = u•v / |u| |v|
if two vectors u&v are “in the same direction” then v=….
v=ɑu for some ɑ∈ℝ
we say w has direction u from v if…
w-v is a multiple of u
2 line segments are // if ….
they have the same direction
state the vector version of Thales’ theorem
if s&v are on a line through O, and t&w are on another line through O, and w-v is // to t-s, then v=ɑs & w=ɑt for some ɑ∈ℝ
prove the vector version of Thales’ theorem
- if w-v is // to t-s, then w-v = ɑ(t-s)
- since v&s are collinear, v=βs and w=ɣt
- then w-v = ɣt-βs = ɑt-ɑs
- so (ɑ-ɣ)t=(β-ɑ)s
- t&s are on different lines so (ɑ-ɣ)=(β-ɑ)=0
- so v=βs=ɑs & w=ɣt=ɑt
- β=ɑ=ɣ
state the pappus thm
Let l₁ and l₂ be two lines. If A,B,C are on l₁ and a,b,c are on l₂, then the points of intersection of: -Ab&Ba -Ac&Ca -Bc&Cb are collinear
also if Ab//Bc & Ba//Cb, then |Oa|/|OA| = |Oc|/|OC|
what is the vectors version of pappus’ thm
if r,w,v,s,t,u lie alternately on two lines through O with u-v//s-r and t-s//v-w, then u-t//w-r
prove the vectors version of pappus’ thm
- since u-v//s-r we have u=ɑs & v=ɑr by Thales’ thm
- similarly s=βw & t=βv
- then u=ɑs=ɑβw & t=βv=ɑβr
- so u-t=ɑβ(w-r) and u-t//w-r
what is the midpoint of the line from u to v?
(u+v)/2
this can be used to show that the diagonals of a //-gram bisect each other
what are the medians of a △?
the lines joining its vertices to the midpt of the opposite side
where do the medians of a △ meet?
at the centroid (the medians are concurrent)
(u+v+w)/3
what are the operations of the inner (dot) product?
u•v = v•u u•(v+w) = u•v + u•w ɑ(u•v) = (ɑu)•v = u•(ɑv) u•u = |u|² u•v = |u||v|cos θ
what is the vector form of the cosine law
|v-u|² = |v|² + |u|² - 2|u||v|cosθ, where |v-u| is the distance from u to v
prove that non-zero vectors u&v are perpendicular iff u•v=0
- know u•v = |u||v|cos θ
- u perp. to v iff θ=ɑ(𝜋/2)
- so cosθ=0
- then u•v=0