Interphase Calc - Week 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

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.

21 Terms

1
New cards

All pairs of coordinates in 2D euclidian space

2
New cards

set of all triple coordinates in 3D euclidian space

3
New cards

In nth Dimension

v = (v₁,… vₙ) = (vi); i∈[n] (for i being in the set of n)

4
New cards

vectors

not bound to origin

5
New cards

vector between 2 points

AB - (b₁ - a₁, b₂ - a₂)… end point minus start point

6
New cards

Addition and subtraction

Tip to tail, add each component

7
New cards

Canonical Basis of R^n

ei = unit displacement along ith coordinate

ei = (0,0,…,0,1,…,0)

v = v₁e₁+…+vnen = ∑ i=1 → n eiei

(for ex: e1 in 3D is (1,0,0) or ihat)

8
New cards

Norm of vector

magnitude, √∑(xi)²

9
New cards

Scalar of magnitude

||λv|| = λ||v||

10
New cards

Unit Vector

vector with magnitude 1… vhat = v/||v||

11
New cards

Inner Product

\mathbf{u} \cdot \mathbf{v} = \sum_{i=1}^{n} u_{i} v_{i} , gives scalar output

12
New cards

inner product cosine

u ⋅ v = ||u|| ||v|| cos(θ)

13
New cards

Relation fo dot product to theta

u ⋅ v > 0 when theta is acute, 0 when theta is obtuse, =0 when they form a right angle

14
New cards

properties of inner product

-distributes over addition

-can extract scalars

-has symmetry u ⋅ v = v ⋅ u

15
New cards

u ⋅ u

||u||²

16
New cards

||u+v||²

||u||²+||v||²+2u ⋅ v

17
New cards

Cross product

outputs the vector that is perpendicular to both u and v

18
New cards

||u x v||

||u|| ||v|| sinθ

19
New cards

Properties of cross product

Antisymmetric u x v = -v x u

Distributes over addition (a+b) x v = a x v + b x v

pull out scalars

20
New cards

Equation of plane

AP ⋅ n (normal vector to plane) = 0

ax+by+cz = d

21
New cards

Scalar component of v in the direction of u

(u ⋅ v) / ||u||