Chapter 3: Vector Spaces Flashcards

1
Q

Theorem 3.2.1

A

If v is a vector in Rn, and if k is any scalar, then: - ||v|| ≥ 0 - ||v|| = 0 iff v = 0 - ||kv|| = |k|.||v||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unit vector

A

A vector of norm 1.

u = 1/||<strong>v</strong>|| v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Standard unit vectors

A

The unit vectors in the positive directions of the coordinate axes when a rectangular coordinate system is introduced in R2 or R3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dot product of u and v

A

If u and v are nonzero vectors in R2 or R3, and if θ is the angle between u and v, then the dot product denoted by u•v is defined as:

u•v = ||u|| ||v|| cosθ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Euclidean inner product (dot product)

A

If u = (u1, u2, … un) and v = (v1, v2, … vn) are vectors in Rn, then the dot product is denoted by u • v and is defined by: u • v = u1v1 + u2v2 + … + unvn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Express the length of a vector in terms of a dot product

A

||v|| = √(vv)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Triangle inequality for vectors

A

||u** + **v **|| ≤ ||u *|| + ||v ***||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Triangle inequality for distances

A

d(u, v) ≤ d(u, w) + d(w, v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Parallelogram Equation for vectors

A

||u + v||2 + ||u - v||2 = 2( ||u||2 + ||v||2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The angle θ between 2 nonzero vectors u and v in Rn

A

θ = cos-1( <strong>u•v</strong>/(||<strong>u</strong>|| ||<strong>v</strong>||) )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Orthogonal

A

Two nonzero vectors u and v in Rn are said to be orthogonal if u•v = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Equivalent vectors

A

Vectors with the same length and direction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Length of v

||v||

A

√v12 + v22 + … + vn2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Cauchy-Schwarz Inequality

A

|u•v| ≤ ||u|| ||v||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Orthogonal projection of u on a

A.k.a. the vector component of u ALONG a

A

projau = ( <strong>u•a</strong>/||a||2 ) a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Vector component of u ORTHOGONAL TO a

A

u - projau

17
Q

|| proj**au **||

A

|<strong>u•a</strong>|/||<strong>a</strong>||

18
Q

Theorem of Pythagoras in Rn

A

If u and v are orthogonal vectors in Rn with the Euclidean inner product, then ||u + v||2 = ||u||2 + ||v||2

19
Q

Distance D between the point P0(x0, y0) and the line ax + by + c = 0 in R2

A

D = |ax0 + by0 + c|/sqrt(a^2 + b^2)

20
Q

Distance D between the point P0(x0, y0) and the plane ax + by + cz + d = 0 in R3

A

D = |ax0 + by0 + cz0 + d|/sqrt(a^2 + b^2 + c^2)