1. Revision of Vectors Flashcards
Vector
-magnitude and direction
Scalar
-magnitude only
Vector Rules
Addition
|a + |b = |b + |a
|a + (-|a) = 0
Vector Rules
Components
|a = a1e1 + a2e2 + a3e3 = a1i^ + a2j^ + a3k^ = (a1, a2, a3)
When are vectors equal?
vectors are equal if:
- they have the same magnitude and direction
- all the components are the same
True Vectors
- true vectors are coordinate-invariant
- their properties do not depend on the choice of coordinate basis with which to represent them
e. g. y is not since its value depends on the sirection of e2
Magnitude of a Vector
|a| = √(a1² + a2² + a3²)
Unit Vetor
vector with magnitude of 1
Direction of a Vector
the direction of a vector is the unit vector in the same direction
a^ = |a / |a|
Scalar Product
|a . |b = |a||b| cosθ
Vector Product
|a x |b = |a||b| sinθ
Equations of Lines
|r = |a +λ|u Or |r x |u = |a x |u
equation of a line in through |a and in the direction of |u
Equations of Planes
|r = |a + |b
where |a is the vector from the origin to point A on the plane and |b is a vector along the plane from point A to P on the plane
|r.|n = |r.(|a+|b) = |r.|a + |r.|b
but |r and |b are perpendicular so their dot product is zero
|r . |n = |a. |n
Scalar Triple Product
|a . |b x |c = |a . (|b x |c)
- produces a scalar from three vectors
- you must do the vector product first
Vector Triple Product
ax(bxc) doesnt equal (axb)xc
ax(bxc) = (a.c)b - (a.b)c (axb)xc = (a.c)b - (b.c)a