Vectors Flashcards

1
Q

What is a vector

A

Vector is a directed line segment, can be visualised by an arrow

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

When are 2 vectors parallel/collinear

A

2 vectors are parallel/collinear if they lie on a straight line. (Zero is considered parallel to all other segments)

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

WHen are 2 directed line segments equal

A

2 directed line segments are equal when:
They are collinear
They have same length
They point in same direction

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

What does scalar multiplication of vector a by L produce

A

Scalar multiplication of vector a by L produces vector b such that:
B is collinear to a
Norm(b)= mod(L) Norm(a)
A and b have amen direction if L >0, opposite if L<0

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

What is a unit vector

A

A unit vector is a vector that has length 1. Â=1/norm(A) * A

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

What are properties of scalar products

A
Properties of scalar products are:
A.b=b.a
A.(b+c)=A.b+A.c
L(a.b)=(La).b=a.(Lb)
A.a=norm(a)^2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens if x.a=x.b

A

If x.a=x.b, then x.(a-b)=0 so x is orthogonal to a-b.

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

What happens if x.c=0 for all x

A

If x.c=0 for all x, then c=0.

X.a=x.b for all x, a=b

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

What is an orthogonal projection of vector b

A

Orthogonal projection of vector b = bParallel + bperpendicular

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

What is vector c=a x b

A

Vector c =a x b is:
Orthogonal to a and b
Norm(c)= norm(a) * norm(b) * sin(theta)
If a is parallel to b, then a x b =0

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

What are properties of cross product

A
Properties of cross product are:
A x b = -b x a(anti commutative)
A x (b+c) = a x b + a x c
L(a x b)= La x b = a x Lb
A x a = 0 sin(0)=0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the scalar triple product of [a,b,c]

A

Scalar triple product of [a,b,c] is:
A.(b x c)
= a1(b x c) + a2(b x c) + a3(b x c)
= det matrix with rows of vectors a,b,c

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

What does it mean if [a,b,c] =0

A

If [a,b,c] =0, it means a,b,c are coplanar

Means there exists L, U, N such that aL+bU+cN =0

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

What does cyclic mean STP

A

Cyclic means [a,b,c] = [b,c,a] = [c,a,b]

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