[ Contact ] [ Links ] [ Previous : 9 / 23 : Dot Product and Distance ] [ Up ] [ Next : 11 / 23 : Cross Product ]

Dot Product and Angle

u.v = ||u||.||v||.cos(uˆv)

if u and v are long enough ...      (uˆv) = acos(u.v / (||u||.||v||)

Trigonometric circle

sin(0) = 0

sin(PI/2 rad) = 1

cos(0) = 1

sin(a) = opp/hyp

cos(a) = adj/hyp (Trigo + Thales)

if you know the cosine, you don't know the sign of the angle !

 

u.v = 0 <=> (u,v) orthogonal, perpendicular (Maths)

u.v <= epsilon <=> (u,v) orthogonal, perpendicular (Computing)

(or u = 0, or v = 0 ...)

Length of the perpendicular projection of v on u ??

Length = u.v / || u || = (u/||u||).v


See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 20/4/2004
TOC - Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>