Definitions

Co-linear: Same line Co-planer: Same plane

Every vector coplanar with a and b can be expressed as a linear combination of the two.

Vectors are equal if their midpoints are the same.

The vector has starting point A and ending point, terminal point, B.

Position vector: starting at origin and ending on point P.

Magnitude is just distance from the start and ending point, described with Pythagorean, and the notation .

Unit vector can be obtained by dividing the vector by its magnitude.

Dot Product

Algebraic definition: Geometric definition: If the dot product is zero, the two vectors are perpendicular. We can rearrnage, to show that the dot product also gives the projection of one vector onto the other.

The projection of on is given by . Hence, gives the projection.//

If they are parallel, . The negative case is when the vectors are going in opposite directions, since . Also,

Equation of Lines

Vector equation:

Parametric Form:

Cartesian Form

Understand where the directional vector and positional vector are in each form. They are all there.

A pair of lines can have three states:

  • Intersection
  • Parallel
  • Not intersect nor parallel (skewed)

Cross product

An important property: where is the unit vector whose direction is given by the right hand rule to and then .

So, if we only take the magnitude of both sides, we will obtain the other identity: Examining the right side, we can also see that this magnitude is the same as the area of the parallelogram enclosed by the two vectors and .

Operation properties:

  • Non-communitive
  • Non-associative
  • Distributive
  • You can distribute a scalar into ONE of the vectors. ie.

Mixed Product

The mixed product gives the volume of the parallelepiped formed by three non-coplaner vectors. The proof is as follows:

V &= |a\times b||c|\cos \theta \\ V &= |(a\times b)\cdot c|\end{align}$$ To find the cone, we can continue with the idea: $\frac{1}{6}|(a\times b)\cdot c|$. The base is half of the parallelogram, and the height is multiplied by $\frac{1}{3}$ for a cone or pyramid.