{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Length, Distance, and Orthogonality Flashcards

(7 cards)

1
Q

the length of a vector

A

AKA norm or magnitude is the non-negative scalar ||v||

||v|| = √v • v = √v₁² + v₂² + … + vₐ ≥ 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

normalization of v

A

( 1 / ||v|| ) v

a unit vector in the same direction of v, if v is not a zero vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

distance between u and v

A

d(u,v) = || u - v || = √(u₁ - v₁) ² + (u₂ - v₂)² + … + (uₓ - vₓ)²

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

the angle between u and v

A

if both are nonzero vectors, cosθ = (u ⋅ v) / ( ||u|| ||v|| )
where 0 ≤ θ ≤ π

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

orthogonal

A

perpendicular, including zero vectors which are considered orthogonal to all vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

the orthogonal projection of u onto v

A

projᵥ U = ( (u ⋅ v) / (v ⋅ v) ) v = ( (u ⋅ v) / ||v||² ) v if v ≠ 0
this is parallel to v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the vector from the tail of projᵥ U to the tail of u

A

u - projᵥ U

it creates a triangle where projᵥ U is orthogonal to u - projᵥ U and u is the hypotenuse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly