Multivariable Calculus: 3-D Space, Vectors, the Dot Product, and the Cross Product

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Octant

One of eight sections split off in a 3-D space.

2
New cards

Distance formula

āˆš((x2-x1)Ā² + (y2-y1)Ā² + (z2-z1)Ā²)

3
New cards

Equation of a sphere

(x-h)Ā² + (y-k)Ā² + (z-l)Ā² = rĀ²

4
New cards

Vector

Quantity with a magnitude (length) and a direction. They are represented with an arrow. They have an initial and terminal point. Equivalent vectors are equal in magnitude and direction. The zero vector has a magnitude of 0 and no direction. Scalars can change the magnitude. If a vector is negative, it points in the opposite direction. The position vector starts at the origin.

5
New cards

Vector Addition

Vector form from the initial point of a to the terminal point of b. The sum can be found by combining the components of each vector. It is commutative.

6
New cards

Magnitude of a vector

||a|| = āˆš(a1Ā² + a2Ā² + a3Ā²)

7
New cards

Unit vector

Vector of length one, usually written in i j k form. They can be found by dividing each component of the vector by the magnitude of the vector.

8
New cards

Components given magnitude and direction

a = ||v||cosĪø, b = ||v||sinĪø

9
New cards

Direction angle given magnitude and components

cosĪøa = (a)/(||v||); cosĪøb = (b)/(||v||); cosĪøc = (c)/(||v||)

10
New cards

Dot Product

Way to multiply two vectors. Yields a scalar. a ā€¢ b = a1b1 + a2b2 + a3b3 = ||a|| ||b|| cosĪø, where Īø is the angle between the vectors. If a ā€¢ b = 0, the vectors are orthogonal (perpendicular). a ā€¢ a = (||a||)Ā². It is commutative, distributive, and associative with a scalar. The zero vector dotted with any vector is 0. Just make sure you never dot a vector with a scalar.

11
New cards

Scalar projection of b onto a

compab = (a ā€¢ b)/(||a||)

12
New cards

Vector projection of b on a

projab = ((a ā€¢ b)/(a ā€¢ a)) * a = ((a ā€¢ b)/(||a||)Ā²) * a

13
New cards

Cross product

Product of two vectors that creates another vector. That vector is perpendicular to the two vectors. It is given by a x b = <a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1>. The direction can be found by using the right-hand rule. It only works in 3 dimensions.

14
New cards

Magnitude of the cross product

||a x b|| = ||a||||b||sinĪø. It is equal to the area of a parallelogram defined by a and b.

15
New cards

Properties of the cross product

  • a x b = -b x a

  • (ca) x b = c(a x b) = a x (cb)

  • a x (b + c) = a x b + a x c

  • a ā€¢ (b x c) = (a x b) ā€¢ c

  • a x (b x c) = (a ā€¢ c)b - (a ā€¢ b)c

16
New cards

Triple Product

a ā€¢ (b x c). Gives the volume of the parallelepiped defined by a, b, and c. If it equals zero, the three vectors are coplanar.

17
New cards

Vector equations of lines in 3-D space

An equation of a line can be found with a direction vector and a point. The vector form of the equation is given by <x, y, z> = <xo, yo, zo> + t<a, b, c>, where (xo, yo, zo) is the original point and <a, b, c> is the direction vector.

18
New cards

Parametric equations of lines 3-D space

x = xo + at, y = yo + bt, z = zo + ct, where (xo, yo, zo) is the original point and <a, b, c> is the direction vector.

19
New cards

Symmetric equations of lines in 3-D space

t = (x-xo)/a = (y-yo)/b = (z-zo)/c, where (xo, yo, zo) is the original point and <a, b, c> is the direction vector.

20
New cards

Equation of a plane

ax + by + cz = 0. The vector <a, b, c> is the normal vector to the plane. The equation can be extended to <a, b, c> ā€¢ <x-xo, y-yo, z-zo> = 0, where (xo, yo, zo) is any point on the plane.

21
New cards

Drawing planes

Can be drawn by using traces. Find the equation of the line traced by the plane through the xy, yz, and xz planes, and that will give you an image of the plane.

22
New cards

Line where two planes intersect

The cross product of the normal vectors of each plane will give the direction vector of the line, and a point on the plane can be found by using a combination of system methods.