Vectors
Vector Operations
Norm
Linear Motion
Linear Combos, Spans, Proofs
100

What is an arrow?

Connects two points in R^n in some order

Eg. P -> Q moves from point P to point Q

100

Let u = [u1, u2, ..., un] and v = [v1, v2, ..., vn] be vectors in R^n. What is u + v?

u + v = [u1 + v1, u2 + v2, u3 + v3]

100

What is a norm?

The magnitude/length of a vector

100

What are the two things needed to form a vector equation of a line?

A point and a direction vector

100

What is a linear combination?

A series of vectors all of which are scaled by constants to retrieve a resulting vector

200

Given two arbitrary points, ie. P = (p1, p2, p3) and Q = (q1, q2, q3), how is P -> Q represented?

P -> Q = (q1 - p1, q2 - p2, q3 - p3)

200

How do you add two vectors geometrically?

Net journey from the tail of one vector to the tip of the other

200

How do you normalize a vector?

Multiplying a vector by one over its magnitude

200

What does the point in a linear motion equation represent?

The position of motion when t = 0

200

What are the standard unit vectors in R^3?

e1 = [1, 0, 0]
e2 = [0, 1, 0]
e3 = [0, 0, 1]

300

What is a vector?

A position-less arrow

Arrows in different positions can correspond to the same vector if their lengths and directions are the same

300

What happens when you multiply a vector by some scalar?

Every component in that vector is scaled by that number

300

When is the norm of a vector equal to zero?

If and only if the vector in question is the zero vector

300

What is are parametric equations?

Equations in a variable that govern the coordinates of a point in the space.

300

How do you prove or disprove a "If..., then..." statement?

To prove: Assume the "If" part is true and then work to derive the "then" part

To disprove: find a counterexample for which the "If" part is true and the "then" part is false

400

When is a vector in standard position?

When its tail is located at the origin

400

T/F: You can divide vectors.

F

400

What is another way to write the distance between two vectors u and v for it can be denoted as d(u, v)?

||u - v||

400

Find the vector function that describes the linear motion of a particle that passes through P(1, 2, -3) and Q(7, -2, 1) at t = 5.

x = [1, 2, -3] + t[6/5, -4/5, 4/5]

400

What is the span?

The set of all possible linear combinations for a given set of vectors

500

T/F: Every point in R^n corresponds to a vector in standard position and vice versa.

T

500

What makes two vectors parallel to each other?

One vector is the scalar multiple of the other

500

State the triangle inequality.

||u + v|| ≤ ||u|| + ||v||

500

Find the vector function that describes the linear motion of a particle that passes through P(1, 2, -3) at t = -2 and Q(7, -2, 1) at t = 5.

x = [19/7, 6/7, -13/7] + t[6/7, -4/7, 4/7]

500

What is the span of one vector?

A line