TOPIC 8: VECTORS 1 (BASIC PROPERTIES + SCALAR/VECTOR PRODUCTS) Flashcards

1
Q

Representation of a vector

A

AB (arrow on top)
x (wavy line at bottom)

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

Representation of the magnitude of a vector

A

|AB (arrow on top)|
|x (wavy line at bottom)|

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

2 Types of Vector

A

Free vector
* Direction vector

Localised vector
* Position vector
* Displacement vector

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

3 Laws of Scalar Multiplication

A

Commutative
Associative
Distributive

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

[Formula] Unit Vector

A

â = a/|a|

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

Determine if vector is parallel

A

If one can be expressed as a scalar multiple of the other

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

Collinearity Theorem

A
  1. Both lines parallel
  2. Have a common point
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

[Formula] Ratio Theorem

A

refer to notes page 11

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

Conventional Unit Vectors along x,y,z axes

A

x axis: i
y axis: j
z axis: k

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

2 Main Basic Concepts of 3D Vectors

A

r = xi + yj + zk = x(1 0 0) + (0 1 0) + z (0 0 1)

*x/y/z is the magnitude, i/j/k is the direction (unit vectors)
*the 001 is presented in vertical form

|r| = √(x² + y² + z²)

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

[Formula] Scalar Product / Dot Product

A

a.b = |a||b|cosθ

*θ is the angle between a and b ONLY WHEN they both converge / diverge
* 0° ≤ θ ≤ 180°

OR

a = (a₁a₂a₃) ; b = (b₁b₂b₃)
a.b = (a₁b₁ + a₂b₂ + a₃b₃)

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

[Property] Is Scalar Product commutative?

A

Yes
a.b = b.a

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

[Property] Is Scalar Product associative?

A

Yes
a.(λb) = (λa).b

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

[Property] Is Scalar Product distributive?

A

Yes
a.(b.c) = (a.b).c

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

[Property] 4 Main Properties of Scalar Product

A

a.a = |a|²

|a.b| = |a||b| (ONLY IF a and b are PARALLEL)

a.b = 0 (ONLY IF a and b are PERPENDICULAR)

If θ is acute, a.b > 0
If θ is obtuse, a.b < 0

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

Find angle between 2 vectors

A

a.b = |a||b|cosθ
cosθ = (a.b) / (|a||b|) = (unit vector of A).(unit vector of B)

17
Q

[Formula] Length of projection of a onto b

A

OF = |a.b|/|b|

also equals to

OF = |a . (unit vector of b)|

18
Q

[Formula] Projection Vector of a onto b

A

Vector OF (with arrow on top) =
OF.(unitvectorb) OR (a.unitvectorb)(unitvectorb)

Proof:
Vector OF = kb
k = OF
Vector OF = (a.unitvectorb)(unitvectorb)

19
Q

[Projection] How to know if projection vector and a/b are in the same/opposite direction?

A

Length of projection = a.b/|b|

If a.b > 0, angle between a and b is acute, vector OF and b are in the same direction

If a.b < 0, angle between a and b is obtuse, vector OF and b are in the opposite direction

20
Q

[Formula] Vector Product / Cross Product

A

a x b = (|a||b|sinθ)(unitvector of n)

unitvector of n is the unit vector perpendicular to both a and b

21
Q

[Property] Is Vector Product commutative?

A

No. a x b = - (b x a)

22
Q

[Property] Is Vector Product associative?

A

Yes.
k(a x b) = (ka) x b = a x (kb)

23
Q

[Property] Is Vector Product distributive?

A

Yes.
a x (b + c) = a x b + a x c

24
Q

[Property] 3 Main Properties of Vector Product

A

a x b = (|a||b|sinθ)(unit vector of n)

  1. |a x b| = |a||b|sinθ
  2. IF a and b are parallel,
    a x b = 0
  3. IF a and b are perpendicular,
    a x b = |a||b|
25
Q

Vector Product of unit vectors along the axes

A

i x i = j x j = k x k = 0

i x j = k ; j x k = i ; k x i = j

j x i = -k ; k x j = -i ; i x k = -j

26
Q

How to verify if vector product is done correctly?

A

(a x b).a = (a x b).b = 0

27
Q

How to find area of triangle using vector product?

A

Area of triangle ABC = 1/2 |vector AB x vector BC|

*AB / BC can be any 2 sides

Proof:
Area of triangle = 1/2|a||b|sinθ
a x b = |a||b|sinθ
So, area of traingle = 1/2|a x b|

28
Q

How to find area of parallelogram using vector product?

A

Think of it as 2 triangles

Area of parallelogram ABCD = |vector AB x vector AD|

*2 vectors need to be side by side

29
Q

Give a geometrical intepretation of |p x q|

A

The area of a parallelogram with sides p and q

30
Q

Perpendicular Distance from OA to OF, which is AF

A

AF = |a x b|/|b|

also equals to

OF = |a x (unit vector of b)|