Math Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

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.

16 Terms

1
New cards

dot product equation

|a||b|cos(angle btw)

2
New cards

cross product 2D equation

|a||b|sin(angle btw)

3
New cards

cross product 3D

use table - make sure j is negative

4
New cards

adding vectors

add each component

5
New cards

projection of vector a on b

|a||b|/|b||b| (vector b)

6
New cards

collinear definition

points that lie on the same line

7
New cards

plane equation with P(x0,y0,z0) and vector <a,b,c>

a(x-x0)+b(y-y0)+c(z-z0) = 0

8
New cards

plane equation format

Ax + By + Cz +D = 0

9
New cards

circle equation format

x²+y²+z²=r²

10
New cards

distance formula

sqrt((x2-x1)²+(y2-y1)²+(z2-z1)²)

11
New cards

what does the cross product give you

  1. the vector perpendicular to both

  2. magnitude gives area of a parallelogram

12
New cards

scalar projection equation

dot product of a and b / |b|

13
New cards

symmetric form of a line format

x-x0/a = y-y0/b = z-z0/c

14
New cards

if the n vectors of two planes are parallel what does that say about the planes

the planes are parallel

15
New cards

angle between two planes

dot product of their n vectors and solve for theta

16
New cards

if dot product is 0

vectors are perpendicular