Vectors Flashcards
“Moved five meters”
Vector or Scalar?
Scalar
Only a
magnitude/size.
A scalar is a
magnitude/size
alone.
“Moved five meters to the right”
Vector or Scalar?
Vector
Both a
magnitude/size,
and a
direction.
A vector requires a
magnitude/size
and a
direction.
“Moved a distance of . . .”
Vector or Scalar?
Scalar,
probably.
Distance alone
tends to be a scalar quantity.
“Displaced by . . .”
Vector or Scalar?
Vector.
“Displaced”
is a vector term.
Often used like “Displaced five meters to the right.”
“Speed”
Vector or Scalar?
Scalar,
probably.
Speed tells you
distance/time, so without a
direction,
it’s a scalar quantity.
“Velocity”
Vector or Scalar?
Vector.
“Velocity” implies a
direction and a
speed,
so it’s a
vector quantity.
The number 5.
Can this represent a
vector?
No.
It could be a magnitude, but not a direction.
The angle measure 5°.
Can this represent a
vector?
No.
It could be a direction, but not a magnitude.
The point (5, 5).
Can this represent a
vector?
Yes.
If it’s relative to the origin,
then you have a
magnitude and a
direction.
A vector is written as
(a, b).
What
form
is that?
Component form
The vector is treated as a
point on the coordinate plane, or as a
directed line segment on that plane.
The components are the vector’s
x- and y-coordinates.

A vector is written as
aî + bĵ.
What
form
is that?
Unit vector form
With
vector addition and
scalar multiplication,
any two-dimensional vector can be represented as a
combination of the unit vectors.
Example:
(3, 4) = 3î + 4ĵ

A vector is written as
→
|| u ||, Θ.
What
form
is that?
Magnitude and direction form
Magnitude:
the
length of the line segment
Direction:
the
angle the line forms with the
positive x-axis

How do you know whether
- *vectors** are
- *equivalent**?
They have the
- *same** magnitude and
- *direction**.
Vectors are defined as a magnitude and a direction, so these two attributes must be the same if the vectors are the same.
If vectors have the
same magnitude and direction,
then they are_____.
Equivalent
If
→
AB = (−5, 4)
then
−5 is the _____
of the vector.
x-component

If
→
AB = (−__5, 4)
then
4 is the _____
of the vector.
y-component

If
A = (7, 2)
and
B = (17, −3),
then
→
AB = (__ , __)
(10, −5)
→
v = (Δx, Δy)
= (xf − xi, yf − yi)
→
AB = (17 − 7, −3 − 2)
= (10, −5)
If
A = (7, 2)
and
B = (17, −3),
then
→
BA = (__ , __)
(−10, 5)
→
v = (Δx, Δy)
= (xf − xi, yf − yi)
→
BA = (7 − 17, 2 − (−3))
= (−10, 5)
What does
→
|| u ||
mean?
The magnitude of
→
u
If
→
AB = (−1, 4),
then
→
|| AB || = _____.
√(17)
→
|| v || = √((Δx)2, (Δy)2)
(the Pythagorean theorem)
→
AB = (−1, 4)
→
|| AB || = √((Δx)2 + (Δy)2)
= √((−1)2 + (4)2)
= √(1 + 16)
= √(17)
If
→
w = (2, −1),
then
→
−2w = _____?
(−4, 2)
To
multiply a vector by a scalar,
you
multiply each component by the scalar.
Example:
→
w = (2, −1)
→
−2w = (−2 • 2, −2 • −1)
= (−4, 2)

If
→ →
v = (x, y), || v || = 4,
and
→
w = (−2x, −2y),
then
→
|| w || = _____?
8
Magnitude is always
positive.
→→
a = (−5, 3) and b = (−1, −2),
so
→→
a + b = _____?
(−6, 1)
To add vectors, you add
x-components to x-components and
y-components to y-components.
→→
a = (−5, 3) and b = (−1, −2),
so
→→
a − b = _____?
(−4, 5)
To subtract vectors, you subtract
x-components from x-components and
y-components from y-components.
→→
a = (4, −1) and b = (1, 2).
Visualize
→→
a + b = _____.
Visualize the start of
→→
b on the end of a.

→ →
a = (4, −1) and b = (1, 2).
Visualize
→ →
a − b = _____.
→→→→
a − b = a + (−1)b.
Visualize the start of
→→
−b on the end of a.

→→
u = (−1, −7) and w = (3, 1)
What are the
steps
to solving
→→
2u + (−3)w?
- Multiply the vectors by the scalars
- Add respective x-components and respective y-components
Graphically,
when
adding or subtracting vectors,
why can you
visualize them
head-to-tail?
Because vectors are
equivalent if their
magnitude and direction are equivalent.
The vectors can be
drawn anywhere.
→ →
a + b
is graphed below.
Visualize
the graph of
<strong>→ →</strong>
b + a.

Addition is commutative,
so the order doesn’t matter.
You’ll end up with the
same vector.

→ →
a = [6] and b = [−4]
[−2] [4]
so
→→
a + b = _____?
[2]
[2]
→→
a + b = [6 + −4] = [2]
[−2 + 4] = [2]
# _define_: unit vector
A vector with a magnitude of one
What are the
unit vector components?
î and ĵ

What are the
unit vectors
in their
component form?
î = (1, 0) = [1]
[0]
ĵ = (0, 1) = [0]
[1]
Given vector w,
how do you
indicate
unit vector w?
ŵ
If
→
w = (4, 3)
and
magnitude of 5,
then
ŵ = _____?

(4/5, 3/5)
Scaling each component by the
same number (here, the
magnitude) leaves the
same direction.
→ →
û = ( a / || u || , b / || u || )
ŵ = (4/5, 3/5)

If
→
w = [2]
[3],
then
what is
→
w
in unit vector form?
→
w = 2î + 3ĵ
î = [1]
[0]
ĵ = [0]
[1]
[2] = 2 • [1] + 3 • [0]
[3] [0] [1]
= 2î + 3ĵ
What
unit vector
lies in the direction of
(−2, 1)?

(−2 / √(5), 1 / √(5))
→
If u = (a, b),
then
→ →
û = (a / || u ||, b / || u ||).
Example:
w = (−2, 1)
|| w || = √( (−2)2 + (1)2 )
= √( (4 + 1 )
= √(5)
ŵ = (−2 / √(5), 1 / √(5))

How do you determine the
magnitude
of
(−√3, −1)?
|| (a, b) || = √(a2 + b2)
- || (a, b) || = √(a2 + b2) (Pythagorean theorem)
- || (−√3, −1) || = √((−√3)2 + (−1)2)
- = √(3 + 1)
- = 2
How do you determine the
direction
of
(−√3, −1)?
Θ = tan−1(b/a)
- Θ = tan−1(b/a)
- Θ = tan−1(−1 / −√3)
- =(?) 30°
- NOTE: (−√3, −1) lies in Quadrant III, so must add 180° to get angle in Quadrant III
- = 30° + 180°
- = 210°
How do you determine the
components
given a
magnitude of 2 and angle of 210°?
→→
( || u || cosΘ , || u || sinΘ)
-
→ →
( || u || cosΘ , || u || sinΘ ) - = ( 2 cos(210°) , 2 sin(210°) )
- = ( 2 (−√(3)/2), 2 (−1/2))
- = (−√3, −1)