week 9 Flashcards
(7 cards)
vector vs position vector
A vector is the distance between 2 points starting at point 1 terminating at point to, such as vector AB. To mark a position in a plane using a vector we use vectors from the origin. The vector OA is the position vector of the point A. it is the vector starting at 0 and terminating at A
unit vector
vector with length one. shares direction. found by dividing a by abs(a). any vector can be written as a sum of the unit vectors i,j and k
Orthogonal vectors
2 vectors are orthogonal if theta is 90. This means dot product is zero
directional angles
angle alpha beta and gamma that vector a makes with x, y and z axis respectively. cosalpha = i component/ modulus
vector projection of b onto a
how much the vector b goes along vector a by joining a perpendicular from the terminus of b to a
if n = m^k then the prime expansion of n
has every prime to a power divisible by k. you can tell if numbers are squares, cubes etc by their prime expansion.
diophantine equations
equations in terms of x and y that only consider integer solutions. try to use euclidean, fundamental theorem of algebra or factoring.