72 total
By the end of this topic, you should be able to:
A vector is a quantity that has both magnitude (size) and direction. Think of it as an instruction for movement: how far to go and in which direction.
For example, if you walk 5 steps north, that's a vector - it tells you the distance (5 steps) and the direction (north).
Vectors are different from ordinary numbers (called scalars), which only have size. For example, "5" is just a number, but "5 steps north" is a vector.
Vectors can be written in three different ways:
Column notation: (xy) where x is the horizontal movement and y is the vertical movement
Using two points: AB (printed in bold or with an arrow above: AB), which means the vector from point A to point B
Using a single letter: a (printed in bold or with an underline: a), just a name for the vector
Example: The vector (32) means "move 3 units to the right and 2 units up."
A vector written as (xy) is called a column vector.
The top number (x) tells you the horizontal movement:
The bottom number (y) tells you the vertical movement:
Example 1: (43)
Example 2: (−25)
Example 3: (3−4)
Example 4: (−1−6)
A translation is a transformation that slides a shape from one position to another without rotating or flipping it. Every point on the shape moves the same distance in the same direction.
We use vectors to describe translations precisely.
If a point moves from position A to position B, the translation vector is written as AB or (xy).
Example: If point P at coordinates (2, 3) moves to point Q at coordinates (5, 7), what is the translation vector PQ?
Solution:
To find a vector from point A(x₁, y₁) to point B(x₂, y₂):
Vector AB=(x2−x1y2−y1)Example: Find the vector from A(1, 4) to B(6, 2).
Solution: AB=(6−12−4)=(5−2)
This means move 5 units right and 2 units down.
Sign in to view full notes