3-Dimensional vectors

0/4
?
Intros
Lessons
  1. 3 Dimensional Vectors Overview:
  2. Review of 2D vectors
    • A vector with 2 components
    • Adding and Subtracting
    • Scalar Multiplication
    • What do the vectors look like visually?
  3. 3D Vectors
    • A vector with 3 components
    • How to add and subtract
    • Scalar multiplication
    • How to visualize 3D vectors
  4. Obtaining a Vector & Calculating Length of Vector
    • Calculating a vector with 2 points: BAB-A
    • Formula for the length of 3D vectors: a2+b2+c2\sqrt{a^2 + b^2 + c^2}
  5. Properties of Vectors
    • Adding/Subtracting
    • Scalar Multiplication
    • Distribution
    • Etc
0/6
?
Examples
Lessons
  1. Adding, Subtracting, and Scalar Multiplication of Vectors
    Let two vectors be u=<2,0,5> u = <2,0,5> and v=<3,2,1> v = <3,2,-1> .

    Calculate 2u+3v2u+3v.

    1. Let two vectors be u=<1,2,4>u = <-1,2,-4> and v=<1,5,3> v = <1,-5,-3> .

      Calculate 3(u+v)v3(u+v) - v.

      1. Vectors From 2 Points
        Create a vector from the two points: A=(1,4,5)A = (-1,4,5) and B=(4,2,4) B = (4,2,-4) .
        1. Length of a Vector
          Let P=(2,5,3)P=(2,5,3) and Q=(2,1,6)Q=(-2,1,6). Find PQ\vec{PQ} and its length.
          1. Verifying Properties of Vectors
            Use the two vectors u=<3,1,5>u=<3,1,5> and v=<1,4,6>v=<1,4,-6>, and the scalar to show that:

            c(u+v)=cu+cvc(u+v) = cu + cv

            1. Use the two scalars c=1c=1 and d=3d=3 and the vector v=<1,4,6>v=<1,4,-6> to show that:

              (c+d)v=cv+dv(c+d)v = cv + dv