Vector Geometry Unit 13 Flashcards

1
Q

Alpha

A

Angle made by function and X axis

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

Beta

A

Angle made by function and Y axis

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

Gamma

A

Angle made by function and Z axis.

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

Relationship between alpha, beta, gamma, and vectors.

A

The unit vector of A =

COS(alpha)i + COS(Beta)j + COS(Gamma)k

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

What makes two vectors orthogonal?

A

Their dot product is zero. Also, orthogonal means perpendicular.

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

What formula can you use to solve for the angle measure between 2 vectors?

A

COS(theta) = (A DOT B)/(MAGNITUDE(A) * MAGNITUDE(B))

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

What is a unit vector?

A

The components of the vector over the length of the vector.

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

What is the scalar projection of vector B onto vector A?

A

(A DOT B)/(Magnitude(A))

COMPa(b)

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

What is the vector projection of B onto A?

A

It is the scalar projection of B onto A * the unit vector of A.

(A DOT B)/(Magnitude(A))^2 * A

PROJa(b)

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

How can you calculate the work done by a force?

A

Work = Mag(F) * Mag(D) * COS(theta)

Work = F DOT D

The first formula is in magnitude space
The second formula is in vector space

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

How do you calculate the resultant force of diagonal vectors?
What should you be careful off when doing this?
What if the vectors are not diagonal?
What space is this in?

A
  1. a. Express the diagonal vectors by their components
    b. Sum the vectors
  2. You should be careful of measuring theta from the same starting point. Always measure theta from the same quadrant on the X axis!
  3. Then calculating the components of the vectors becomes easier!
  4. This is in vector space! Direction is the most important element of these problems!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When are two vectors parallel?

A

When the vectors have a scalar multiple or when their cross product compute to zero.

A scalar multiple is when each component of one vector multiplied by the same thing is equal to each corresponding component of another vector.

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

When are two vectors orthogonal

A

When their dot product computes to zero.

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

What is the relation of a cross product to the angle formed by its composite vectors?

A

CROSS(a,b) = MAG(A) * MAG(B) * SIN(theta)

Such that b is oriented vertically

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

What is the relationship to vectors and a paralellogram?

A

Height = MAG(b) * SIN(theta)

Area = MAG(CROSS(a,b))

Such that b is oriented vertically

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

What is the relationship of vectors and a parallelepiped?

A

Volume = A DOT MAG(CROSS(b,c))

17
Q

Torque?

A

Torque = MAG(R) * MAG(F) * Sin(theta)

18
Q

What is theta in torque system?

A

Angle formed by extended radius vector and force.

19
Q

Describe vector positions in torque system.

A

Torque vector and radius vector start at same point.

The force vector starts at the end of the radius vector.

20
Q

What is the relationship between dot products and cross products?

A

A cross product of two vectors will be orthogonal to both its composite vectors.

Or in math….

Cross(a,b) DOT a = 0
Cross(a,b) DOT b = 0