• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
Translation
change initial and final points of vector without changing the vector itself. (slope goes up the same
length of a vector :
||u|| = SQRT(u1^2+u2^2+u3^2....+un^2)
Parrallel vectors:
if one vector is a scalar multiple of another

ex. u = av & v = bu
Distance properties
d(A, B) = D (B,A)
D(A,B) >= 0
D(A,B) = 0 if A=B
Norm/length properties
a) ||v|| >= 0
b) ||v|| = 0 if v = 0
c) ||k*v|| = |k| * ||v||
Unit Vector Formula
1/||v|| * v
Standard Unit Vectors
(2,-3,4,5) = 2i-3j+4k+6L

V= v1e1+v2e2+v3e3....vnen
if v=u, then
u*v=||v||^2

or ||v|| = SQRT(v*v)
Angle between 2 vectors:
cos0 = (u*v)/(||u||*||v||)
Orthagonal
1) u*v=0

2) Orthagonal set : all pairs should equal to 0.
Cauchy-Shwarz Inequality
(u*v)^2 =< ||u||^2 * ||v||^2
Pythagoras Theorem
||u+v||^2 = ||u||^2 + ||v||^2
General Equation of a line (R2 and R3)
R2:
Ax+By=C

R3:
Ax+By+Cz=D

Note** set (ABC) can be considered as Normal vector as well.
Vector Equation of a line (R2 and R3)
R2:
x=x0+tv
R3:
x= x0+v1t1+v2t2
Parametric equation of a line (R2 and R3)
x= x0 +at
y= y0 +bt
z= z0 +ct
Line through two points
if x0 and x1 are on a line, then we know (x1-x0) is the exact same vector. However, chances are this vector isnt starting at origin, so we use this formula:

x= x0+(x1-x0)t
Post normal equation of planes
n = normal vector
x= arbatrary point on the plane
x0= point we are examining

n(x-x0)=0

note** n*v=0 means there orthagonal!
Homogenous system
ax+by+cz= 0

* ends with zero

** has at least one solution, x=y=z=0
Matrix trace
sum of entries on its diagonal, has to be used on a square.
Matrix inner product
u^t*v

column vectors have to be the same
Matrix outer product
u*v^t

column vectors don't have to be the same
Cancellation law
if ab=ac, then b=c if a=! 0

NOT TRUE FOR MATRIXES
Identity Matrix
1s on main diagonal and zeros everywhere else, HAS TO BE SQUARE
Identity property
AIn= A , InA=A
Communtative law of multiplication
ab=ba

*does not neccesaarly work for matrixes
Matrix inverses
if AB=BA, then

AB=BA=In.
B is the inverse of A.

A can only have one inverse
Finding inverse
if the determinant isnt 0, there is an inverse

det(A) = ac-bd

Inverse formula

1/(ac-bd) * ( d -b)
(-c a)
application of matrixes
if Ax=B is invertable and square, then we know

A-1b = solution