Chapter 3: Euclidean vector spaces Flashcards
||kv||
= |k| ||v||
Angle between 2 vectors using cos
cosø = <strong>u•v</strong>/||<strong>u</strong>|| ||<strong>v</strong>||
Cauchy-Schwarz Inequality
|u•v| ≤ ||u|| ||v||
Parallelogram Equation for Vectors
||u + v||2 + ||u - v||2 = 2(||u||2 + ||v||2)
Euclidian inner product:
u•v = 1/4||u + **v||2 - 1/4 ||u** - v||2
Link between dot-product multiplication by matrix A and A transpose:
*A *u • **v **= **u • **AT v
u • Av = AT u • v
A normal to a line
ax + by + c = 0
**n **= (a, b)
Homogeneous equations in 2 or 3 unknowns can be written in vector form:
**n • x ** = 0
where n is the vector of coefficients
x is the vector of unknowns
proj<strong>a</strong>**v **
( v•u )u
where u = <strong>a</strong>/||a||, the unit vector of a.
If **u **and v are orthogonal vectors in Rn with the Euclidean inner product, then
||u + v||2 = ||u||2 + ||v||2
Distance between the Point P(x0, y0) and the line ax + by + c = 0
D =
||proj<strong>a</strong>u||
=|<strong>u•a</strong>|/||<strong>a</strong>||
= ||<strong>u</strong>|| |cosø|
Line through x0, parallel to v
x = x0 + *t *v
Plane through x0, parallel to v1 and v2.
x = x0 + t1 v1 + t2 v2
Line segment from **x0 **to x1.
x = **x0 + t** **(x1** - x0)
( 0 ≤ t ≤ 1 )