- Home
- Calculus 3
- Three Dimensions
3-Dimensional vectors
- Intro Lesson: a6:34
- Intro Lesson: b5:17
- Intro Lesson: c4:23
- Intro Lesson: d4:20
- Lesson: 13:38
- Lesson: 23:42
- Lesson: 33:00
- Lesson: 43:28
- Lesson: 55:08
- Lesson: 64:18
3-Dimensional vectors
Lessons
Notes:
3 Dimensional Vectors
3 Dimensional vectors have three components instead of two. 3D vectors are in the form
a represents the x-coordinate
b represents the y-coordinate
c represents the z-coordinate
Let v=<a,b,c> and u=<d,e,f>, and c be a scalar.
To add two vectors, we add the corresponding components.
Obtaining a Vector with 2 points.
Let the two points be A=(x0,y0,z0) and B=(x1,y1,z1). Then we can create a vector between these points by subtracting them. In other words,
Length of a Vector
Suppose we have a vector v=<a,b,c>. Then the length of the vector will be the formula:
Vector Properties Let v,u,w be vectors and c be a scalar. Here are the following vector properties:
3 Dimensional Vectors
3 Dimensional vectors have three components instead of two. 3D vectors are in the form
v=<a,b,c>
Wherea represents the x-coordinate
b represents the y-coordinate
c represents the z-coordinate
Let v=<a,b,c> and u=<d,e,f>, and c be a scalar.
To add two vectors, we add the corresponding components.
v+u=<a+d,b+e,c+f>
To subtract two vectors, we subtract the corresponding components.v−u=<a−d,b−e,c−f>
To multiply a scalar with a vector, we multiple the scalar to each individual component.cu=c<d,e,f>=<cd,ce,cf>
Obtaining a Vector with 2 points.
Let the two points be A=(x0,y0,z0) and B=(x1,y1,z1). Then we can create a vector between these points by subtracting them. In other words,
B−A=<x1−x0,y1−y0,z1−z0>
=BA
Length of a Vector
Suppose we have a vector v=<a,b,c>. Then the length of the vector will be the formula:
∣v∣ =a2+b2+c2
Vector Properties Let v,u,w be vectors and c be a scalar. Here are the following vector properties:
- u+v=v+u
- (u+v)+w=u+(v+w)
- c(u+v)=cu+cv
- (c+d)u=cu+du
- c(du)=(cd)(u)
- 1u=u
- Introduction3 Dimensional Vectors Overview:a)Review of 2D vectors
- A vector with 2 components
- Adding and Subtracting
- Scalar Multiplication
- What do the vectors look like visually?
b)3D Vectors
- A vector with 3 components
- How to add and subtract
- Scalar multiplication
- How to visualize 3D vectors
c)Obtaining a Vector & Calculating Length of Vector- Calculating a vector with 2 points: B−A
- Formula for the length of 3D vectors: a2+b2+c2
d)Properties of Vectors- Adding/Subtracting
- Scalar Multiplication
- Distribution
- Etc
- 1.Adding, Subtracting, and Scalar Multiplication of Vectors
Let two vectors be u=<2,0,5> and v=<3,2,−1>.Calculate 2u+3v.
- 2.Let two vectors be u=<−1,2,−4> and v=<1,−5,−3>.
Calculate 3(u+v)−v.
- 3.Vectors From 2 Points
Create a vector from the two points: A=(−1,4,5) and B=(4,2,−4). - 4.Length of a Vector
Let P=(2,5,3) and Q=(−2,1,6). Find PQ and its length. - 5.Verifying Properties of Vectors
Use the two vectors u=<3,1,5> and v=<1,4,−6>, and the scalar to show that:c(u+v)=cu+cv
- 6.Use the two scalars c=1 and d=3 and the vector v=<1,4,−6> to show that:
(c+d)v=cv+dv