Vector Geometry Unit 13 Flashcards
Alpha
Angle made by function and X axis
Beta
Angle made by function and Y axis
Gamma
Angle made by function and Z axis.
Relationship between alpha, beta, gamma, and vectors.
The unit vector of A =
COS(alpha)i + COS(Beta)j + COS(Gamma)k
What makes two vectors orthogonal?
Their dot product is zero. Also, orthogonal means perpendicular.
What formula can you use to solve for the angle measure between 2 vectors?
COS(theta) = (A DOT B)/(MAGNITUDE(A) * MAGNITUDE(B))
What is a unit vector?
The components of the vector over the length of the vector.
What is the scalar projection of vector B onto vector A?
(A DOT B)/(Magnitude(A))
COMPa(b)
What is the vector projection of B onto 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 can you calculate the work done by a force?
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 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. Express the diagonal vectors by their components
b. Sum the vectors - You should be careful of measuring theta from the same starting point. Always measure theta from the same quadrant on the X axis!
- Then calculating the components of the vectors becomes easier!
- This is in vector space! Direction is the most important element of these problems!
When are two vectors parallel?
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.
When are two vectors orthogonal
When their dot product computes to zero.
What is the relation of a cross product to the angle formed by its composite vectors?
CROSS(a,b) = MAG(A) * MAG(B) * SIN(theta)
Such that b is oriented vertically
What is the relationship to vectors and a paralellogram?
Height = MAG(b) * SIN(theta)
Area = MAG(CROSS(a,b))
Such that b is oriented vertically