VQ - Scalar Multiples of Vectors Lesson
Scalar Multiples of Vectors
We often want to multiply a vector by a scalar, or number. This just means we are changing the size of the vector!
Vector a |
|
---|---|
Let's say we multiply vector a by a scale factor of 2, we can see that 2a is twice as long as a, but still headed in the same direction! |
|
What if multiply vector a by 1/2 then 1/2 a is half as long as vector a, but still headed in the same direction! |
|
The only time a scalar multiple can change the direction of a vector is if that number is negative. Take a look at -2a |
|
So, you can see that to calculate the magnitude of a vector multiplied by a scalar is to multiply that number by the magnitude of the vector. To summarize, the magnitude of a vector, v, multiplied by a scalar, c, gives us:
.
‖cv‖=|c|⋅‖v‖.
In other words, the absolute value of c is multiplied by the magnitude of vector v.
Now it's time for you try some problems.
Given the components of the vectors below, find the requested scalar multiples.
Problem: Given →a=<−2,3>, find 3a.
- Solution:
3→a=<−6,9>
Problem: Given →b=<1,4>, find ½b
- Solution:
12→b=<12,2>
Problem: Given →d=<0,2>, find -4d
- Solution:
−4→d=<0−8>
Problem: Given →a=<5,−3>, find 2a
- Solution:
−2→a=<10,−6>
Vectors can be represented as vertical matrices. So, the vector ⟨2,7⟩ would be written as the matrix
[27].
So, what if we had a vector that had 3 components, ⟨2,1,3⟩ meaning the vector moved 2 units along the x-axis, 1 unit along the y-axis, and 3 units along the z-axis, we would write it as the matrix
[213].
Write the vectors below as matrices.
Problem: <−2,0,4>
- Solution:
[−204]
Problem: <3,−7>
- Solution:
[3−7]
Problem: <−1,5>
- Solution:
[−15]
Problem: <1,−3,6>
- Solution:
[1−36]
We can use matrices to transform vectors. We talked about this a little bit during our matrix unit, but let's take a closer look at it!
You'll explore transforming vectors more in the handout below, but for now – let's practice multiplying a few vectors.
Problem: Given the matrix [−1102] multiply to the vector
<3,1>
- Solution:
[−22]
Problem: Given the matrix [1−130] multiply to the vector
<4,−3>
- Solution:
[712]
Problem: Given the matrix [44−12] multiply to the vector
<2,1>
- Solution:
[120]
IMAGES CREATED BY GAVS