Chapter 3: Euclidean vector spaces Flashcards

1
Q

||kv||

A

= |k| ||v||

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

Angle between 2 vectors using cos

A

cosø = <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
3
Q

Cauchy-Schwarz Inequality

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
Q

Euclidian inner product:

A

u•v = 1/4||u + **v||2 - 1/4 ||u** - v||2

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

Link between dot-product multiplication by matrix A and A transpose:

A

*A *u • **v **= **u • **AT v

uAv = AT uv

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

A normal to a line

ax + by + c = 0

A

**n **= (a, b)

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

Homogeneous equations in 2 or 3 unknowns can be written in vector form:

A

**n • x ** = 0

where n is the vector of coefficients

x is the vector of unknowns

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

proj<strong>a</strong>**v **

A

( vu )u

where u = <strong>a</strong>/||a||, the unit vector of a.

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

If **u **and v are orthogonal vectors in Rn with the Euclidean inner product, then

A

||u + v||2 = ||u||2 + ||v||2

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

Distance between the Point P(x0, y0) and the line ax + by + c = 0

A

D =

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

||proj<strong>a</strong>u||

A

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

= ||<strong>u</strong>|| |cosø|

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

Line through x0, parallel to v

A

x = x0 + *t *v

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

Plane through x0, parallel to v1 and v2.

A

x = x0 + t1 v1 + t2 v2

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

Line segment from **x0 **to x1.

A

x = **x0 + t** **(x1** - x0)

( 0 ≤ t ≤ 1 )

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

All vectors in Rn that are orthogonal to every row vector of a matrix A.

A

Solution set to:

Ax = 0

17
Q

The general solution of a consistent linear system Ax = b, using the general solution of Ax = 0.

A

Obtained by adding any specific solution of Ax = b to the general solution of Ax = 0.

18
Q

4 Relationships involving Cross Product and Dot product:

A
  • u • (** u** x v ) = 0 (u x v is orthogonal to u. (and to v))
  • || u x v ||2 = ||u||2||v||2 - (uv)2
  • u x (** v** x w ) = ( u • **w )v** - ( u • **v )w**
  • ( u x v ) x **w = ( u • **w )v - ( vw )u
19
Q

3 properties of the cross product

A
  • u x v = - (v x u)
  • k(u x v) = (ku) x v = u x (kv)
  • u x u = 0
20
Q

Angle between two vectors in terms of sin

A

sinø = ||<strong>u</strong>x <strong>v</strong>||/||<strong>u</strong>|| ||<strong>v</strong>||

21
Q

|| u x v || in 3 space geometry, equals

A

the area of the parallelogram determined by u and v.

22
Q

Scalar triple product of u, v, and w:

A

u • ( v x w )

( = w • ( u x v ) )

( = v • ( w x u ) )

23
Q

The absolute value of the determinant:

A

Equals the area of the parallelogram in 2-space determined by the vector u = (u1, u2) and v = (v1, v2)

24
Q

The absolute value of the determinant:

(in geometric terms)

A

Equals the volume the parallelepiped in 3-space determined by the vector u, v and w.

25
Q

If the vectors u, v and w have the same initial point, then they ly in the same plane iff

A

The scalar triple product = 0

u • (v x w) = 0

26
Q
A