{ "@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" } }

Lines Flashcards

(10 cards)

1
Q

normal vector

A

a non-zero vector that is orthogonal to a given line, 𝓁, (or later a vector perpendicular to a given object)
n = [a,b]

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

𝓁

A

a line in R²

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

P

A

a point on a line 𝓁

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

p

A

a position vector for the point P

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

normal vector approach

A

involves using n • (x-p) = 0 or n • x = n • p
which produces the general equation ax + by = c for a line or R²
this equation is made because x-p is a direction vector and n is a normal vector or a line orthogonal to that vector, ∴ the dot product of these two must be 0

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

d

A

a direction vector for 𝓁 (≠0)

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

direction vector approach

A

involves the vector equation x = p + td
where x is the vector [x,y], p is a point on the line, d is a direction vector for the line and ≠0, and t is some constant.

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

parametric equations

A

equations that split a vector into each of its components in the form of x = p₁ + td₁, y = p₂ + td₂
a vector that satisfies each of these equations can be used. t is a parameter

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

parameter

A

A variable that is to take different values, thereby giving different values to certain other variables.
ex. t in parametric equations

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

n and d are

A

orthogonal

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