Chapter 4 - Vector algebra Flashcards

1
Q

What are direction cosines?

A

The direction cosines (or directional cosines) of a vector are the cosines of the angles between the vector and the three coordinate axes.

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

Define OP’s direction cosines (l, m, n) in regards to x, y and z.

A

l = x / r

m = y / r

n = z / r

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

If P har coordinates (2, -1, 3), find the length oP and the direction cosines of OP.

A

OP2 = (2)2 + (-1)2 + (3)2

= 4 + 1 + 9

This gives OP = sqrt(14)

Direction cosines are:

l = 2*sqrt(1/14)

m = -sqrt(1/14)

n = 3sqrt(1/14)

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

When are two vectors equal?

A

Two vectors a and b are equal if and only if they have the same modulus and the same direction and sense.

In component form, two vectors are equal if and only if the components are equal, that is:

a1 = b1, a2 = b2, a3 = b3

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

If k is a scalar and the vectors are related by a = kb then:

if k > 0, a is a vector in the ____ as b with magnitude k times the magnitude of b.

A

same direction

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

If k is a scalar and the vectors are related by a = kb then:

if k < 0, a is a vector in the ____ as b with magnitude k times the magnitude of b.

A

opposite direction

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

What is a vectors modulus?

A

A vectors modulus is a vectors length or magnitude. It’s written as |a| or |OA| (with arrow on top).

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

What is a unit vector?

A

A unit vector is a vector with modulus 1.

It’s written with a hat: â

â = a / |a|

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

What does the triangle law say about vector addition?

A

If two vectors a and b are represented in magnitude and direction by the two sides of a triangle taken in order then their sum is represented in magnitude and direction by the closing third side.

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

What does the commutative law say?

A

a + b = b + a

Order does not matter

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

What does the associative law say?

A

The brackets do not matter and can be omitted.

(a+b) + c = a + (b + c)

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

What does the distributive law say?

A

k(a + b) = ka + kb

We can multiply brackets out by the usual laws of algebra.

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

How do you subtract vectors?

A

We define subtraction in the obvious way:

a - b = a + (-b)

Where -b is the same vector as b, but facing the opposite way.

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

What letters are most commonly used to describe the three coordinate unit vectors in 3D-space?

A

i, j and k.

i for x-axis, j for y-axis, and k for z-axis.

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

How do you add the vectors (a1, a2, a3) and b1, b2, b3)?

A

By adding each of the respective components together:

(a1+b1, a2+b2, a3+b3)

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

How do you multiply a vector with a scalar? (Component form)

A

If a = (a1, a2, a3), then ka is:

(ka1, ka2, ka3)

17
Q

How is the scalar (or dot or inner) product of two vectors a = (a1, a2, a3) and b = (b1, b2, b3) defined? (Both component and geometrical form)

A

In components:

a • b = a1b1 + a2b2 + a3b3 (= a scalar number)

a • b = | a | | b | cos ß

18
Q

Consider that the scalar product of two vectors is equal to zero. What does this imply?

A

The two vectors are perpendicular.

19
Q

a • b = 0
can mean three things. What are they?

A

either a = 0,

or b = 0,

or the angle between a and b is 90 degrees (they are perpendicular).

20
Q

Does a • b = a • c
mean that b = c?

A

Not necessarily. There are three possible solutions:

Either, b = c

or a = 0

or a is perpendicular to b - c.

21
Q

Consider the unit vectors i, j and k.

What is i • j
equal to?

A

i • j = j • k = k • i = 0

because the unit vectors are mutually perpendicular.

22
Q

Given the two vectors a and b, what is the geometrical definition of the vector product?

A

a x b = | a | | b | sin ß ñ,

where ß is the angle between a and b (and between 0 and π), and ñ is the unit vector perpendicular to both a and b, such that a, b, ñ form a right-handed set.

The vector product of two vectors is itself a vector.

23
Q

What does the anti-commutative law for vector products say?

A

a x b = -(b x a)

24
Q

The distributive law over addition for vector products states that

(a x b) + (a x c)

can be written as ___

A

a x (b + c)

25
Q

Given the two vectors a = (a1, a2, a3) and b = (b1, b2, b3), how can the vector product be defined in component form?

A

a x b can be defined in determinant form (actually an accepted misuse of the determinant form)

26
Q

The vector product of two vectors is also the area of ____

A

The parallelogram defined by the two vectors (++ (du forstår!))

27
Q

Where the vector product defines the area of the parallelogram, the triple scalar product defines the _____

A

Area of the parallelepiped

28
Q

In cartesian/component form, the triple scalar product can be written as:

A

The determinant

29
Q

Describe in a few steps how to find the area of a triangle using vector product, given the three vertices A, B and C of the triangle.

A
  1. Find two vectors starting from the same point, e.g. AB and AC.
  2. Find the vector product (AB x AC).
  3. Since the area of the parallelogram is the same as the length of the vector product, the area of the triangle is half of that.

Area of triangle = 1/2 * |(AB x AC)|

30
Q

Describe in a few steps how to find the constant k such that the three vectors (7, 3, -1), (1, -1, 7) and (2, -4, k) are coplanar.

(You don’t need to do the calculations)

A
  1. If the three vectors are coplanar, they have a common perpendicular vector. Since we have two whole vectors, we can find the vector product of those. The vector product is itself a vector, and is perpendicular to the two vectors.
  2. We now have the perpendicular vector (a). We want a • (2, -4, k) = 0
    to be true. Therefore, we manipulate the scalar product to get k alone.

The answer to this particular problem is 24.

31
Q

Describe in a few steps how to solve this problem:

If a and b are perpendicular, simplify (a - 3b) • (8a + 5b)

A
  1. When multiplying for scalar product like this, you can solve the expression like a regular algebraic expression. This particular problem will result in (8a2-19ab-15b2).
  2. Since we know that a and b are perpendicular, (19ab) will result in 0, since ab = 0.
  3. Thus, the simplified expression is 8a2-15b2.
32
Q

Describe in a few steps how to solve this problem:

Find the angle between p = 8i - 5j and q = -11i + 9j

A
  1. We know that |p| |q| cosß = 8*(-11) + (-5)*9.

The left side is the geometrical definition of the scalar product, while the rigt side is the definition of the scalar product on component form.

  1. From there, we manipulate the equation to get cosß alone on one side of the equation.