Defining Scalar Multiplication
Scalar Multiplication of a Vector
We've discussed vector addition and subtraction. Now, we'll explore scalar multiplication, an operation that combines a vector and a scalar (a regular number).
Recall that multiplication of scalars can be interpreted as repeated addition. For example, . We use a similar idea to define scalar multiplication of a vector. If we have a vector , then (written as ) is defined as:
This operation is called scalar multiplication because we are multiplying a vector by a scalar.
Geometric Interpretation
Geometrically, scalar multiplication affects the magnitude, but not the direction, of a vector.
In the above example we multiplied the vector by , the result is a vector that was pointing in the same direction but it times longer. If we changed the scalar from to then the result would be times longer, and so on.
We can generalise this idea to define multiplication for scalars that are not whole numbers (for example or ).
For instance, is a vector half the length of but pointing in the same direction, while is a vector times the length of , with the direction unchanged.
Scalar Multiplication by a Negative Number or Zero
Multiplying a vector by a negative scalar scales its magnitude by the absolute value of the scalar and reverses its direction. In other words, multiplying by (where k is a positive scalar) results in a vector k times the length of but pointing in the opposite direction.
Multiplying a vector by zero results in a vector with zero magnitude – the zero vector, .
Interactions between Scalar Multiplication and Vector Addition
Scalar multiplication interacts with vector addition and scalar addition in the following ways (these are important properties):
Distributivity over Vector Addition
This means that scaling the sum of two vectors by a scalar is the same as scaling each vector individually and then adding the scaled vectors.
Distributivity over Scalar Addition
This means that scaling a vector by the sum of two scalars is the same as scaling the vector by each scalar individually and then adding the resulting scaled vectors.
Associativity of Scalar Multiplication
This means that scaling a vector by one scalar and then scaling the result by another scalar is the same as scaling the original vector by the product of the two scalars.
...
Log in or sign up to see more