6.2 - Eqx of lines in R3 Flashcards

1
Q

Theory: Parametrize the line ax + by = c

A

a != 0
parameter is y = t (can also be x =t)
ax = c - by
x = c/a - b/a(t)
(x, y) = (c/a, 0) + t(-b/a, 1)

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

Def: What is a line

A

All variables can be expressed using 1 parameter, so dimensionally the equations is 1.

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

Def: parametric eqx of line

A

x = c/a - b/a(t)
y = t

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

Theory: Vector parallel to line ax + by = c if
1) Equation is given
2) A known point and equation are given.

A

Eqx of line is y = a/b(x) + c\
slope is a/b
Therefore is v = k(b,a) if both do not equal 0 or k != 0.

Use known point and line to get second random point. Find vector between them
PQ = kv
kv is the scalar multiple of line PQ as is therefore parallel.

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

Def: Direction vector of line L.

A

v // L
v = (a b c)

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

Def: Parametric eqx in R3.

A

x = xnot + at
y = ynot + bt
z = znot + ct

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

Def: Symmetric form

A

t = t = t
x - xnot / a = y - ynot / b = z - znot / c

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

Theory: What are the two things needed to find para eqx of line?

A
  1. A point on the line
  2. Vector parallel to the line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Def: Distance btw line and point

A

D = norm(PQ x proj-v-PQ) = norm(PQ x v) / norm(v)
where v is a direction vector
Q is the point and P is another points on the line.

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