4. Functions Involving Parameters, Vectors, and Matrices

Vectors

Vectors in AP Precalculus

students, imagine guiding a robot across a map using arrows instead of words ๐Ÿค–๐Ÿ“. One arrow says how far to move east and how far to move north. That is the basic idea of a vector. In this lesson, you will learn what vectors are, how they are written, and how they help describe motion, direction, and combinations of quantities in AP Precalculus. By the end, you should be able to explain vector vocabulary, use vector reasoning in examples, and connect vectors to the bigger unit on functions involving parameters, vectors, and matrices.

Objectives

  • Explain the main ideas and terminology behind vectors.
  • Apply AP Precalculus reasoning and procedures related to vectors.
  • Connect vectors to functions involving parameters, vectors, and matrices.
  • Summarize how vectors fit into this topic.
  • Use examples and evidence related to vectors in AP Precalculus.

What a Vector Is

A vector is a quantity that has both magnitude and direction. Magnitude means โ€œhow much,โ€ and direction means โ€œwhich way.โ€ A speed of $50$ miles per hour is not a vector because it only tells how fast. A velocity of $50$ miles per hour north is a vector because it tells both speed and direction.

Vectors are often drawn as arrows. The length of the arrow shows the magnitude, and the arrow points in the direction. In coordinate form, a vector in two dimensions is often written as $\langle a, b \rangle$ where $a$ is the horizontal change and $b$ is the vertical change.

For example, $\langle 3, 2 \rangle$ means move $3$ units right and $2$ units up. On a graph, this vector can be drawn as an arrow from the origin to the point $(3,2)$. The same vector could also represent a displacement from one point to another. If a hiker moves east and north, the vector describes the overall change in position, not the path taken ๐ŸŒ„.

A key idea is that vectors are not tied to one location. You can slide a vector anywhere on the plane as long as its length and direction stay the same. That is why vectors are called free vectors in many math classes.

Vector Notation and Components

In AP Precalculus, vectors are commonly written in several ways:

  • $\langle a, b \rangle$
  • $\begin{pmatrix} a \\ b \end{pmatrix}$
  • an arrow over a letter, such as $\vec{v}$

The numbers $a$ and $b$ are called components. They tell how the vector breaks into horizontal and vertical parts.

Suppose a delivery drone travels according to the vector $\vec{v} = \langle 5, -4 \rangle.$ This means the drone goes $5$ units in the positive $x$-direction and $4$ units in the negative $y$-direction. A negative component is not โ€œbadโ€; it just means movement in the opposite direction.

Vectors can also be made from the difference of two points. If $A=(1,3)$ and $B=(6,7)$, then the vector from $A$ to $B$ is

$$\overrightarrow{AB} = \langle 6-1, 7-3 \rangle = \langle 5,4 \rangle.$$

This means moving from $A$ to $B$ requires $5$ units right and $4$ units up.

Understanding components is important because many vector problems become simple arithmetic once the vector is written in component form.

Vector Operations

Just like numbers, vectors can be added, subtracted, and multiplied by scalars.

Addition

If $\vec{u} = \langle a, b \rangle$ and $\vec{v} = \langle c, d \rangle,$ then

$$\vec{u} + \vec{v} = \langle a+c, b+d \rangle.$$

This is called component-wise addition.

Example:

$$\langle 2, -1 \rangle + \langle 3, 4 \rangle = \langle 5, 3 \rangle.$$

Think of adding two separate displacements. If a student walks $2$ blocks east and $1$ block south, then walks $3$ blocks east and $4$ blocks north, the total movement is $5$ blocks east and $3$ blocks north ๐Ÿšถ.

Subtraction

If $\vec{u} = \langle a, b \rangle$ and $\vec{v} = \langle c, d \rangle,$ then

$$\vec{u} - \vec{v} = \langle a-c, b-d \rangle.$$

This helps compare two movements or two position changes.

Example:

$$\langle 7, 1 \rangle - \langle 2, 5 \rangle = \langle 5, -4 \rangle.$$

Scalar Multiplication

If $k$ is a scalar and $\vec{v} = \langle a, b \rangle,$ then

$$k\vec{v} = \langle ka, kb \rangle.$$

A scalar is just a number.

Example:

$$3\langle 2, -5 \rangle = \langle 6, -15 \rangle.$$

This triples the length of the vector and keeps the direction the same if $k>0$. If $k<0$, the direction reverses.

These operations are useful because they let you combine motion, forces, and transformations in a clean algebraic way.

Magnitude and Direction

The magnitude of a vector is its length. For $\vec{v} = \langle a, b \rangle,$ the magnitude is

$$\|\vec{v}\| = \sqrt{a^2+b^2}.$$

This comes from the Pythagorean Theorem.

Example: for $\vec{v} = \langle 3,4 \rangle,$ the magnitude is

$$\|\vec{v}\| = \sqrt{3^2+4^2} = \sqrt{25} = 5.$$

So the vector has length $5$.

The direction can be described by the angle the vector makes with the positive $x$-axis. If needed, you can use trigonometry to find that angle. For a vector in standard position, the angle is often found using the tangent relationship

$$\tan\theta = \frac{b}{a}$$

when $a \neq 0$.

For example, the vector $\langle 1,1 \rangle$ makes a $45^\circ$ angle with the positive $x$-axis because its components are equal. This makes sense visually: the arrow moves equally right and up.

Magnitude and direction are important because they connect vector algebra to geometric interpretation. students, this is one reason vectors are powerful: they can be studied numerically and graphically at the same time.

Unit Vectors and Rescaling

A unit vector has magnitude $1$. It is used to show direction only.

In two dimensions, common unit vectors are

$$\vec{i} = \langle 1,0 \rangle \quad \text{and} \quad \vec{j} = \langle 0,1 \rangle.$$

Any vector $\langle a,b \rangle$ can be written as

$$a\vec{i} + b\vec{j}.$$

For example,

$$\langle 4,-2 \rangle = 4\vec{i} - 2\vec{j}.$$

This notation is helpful because it shows the vector as a combination of horizontal and vertical parts. In physics, a force might be written this way so that each direction is clearly separated.

You can also create a unit vector pointing in the same direction as a nonzero vector $\vec{v}$ by dividing by its magnitude:

$$\frac{1}{\|\vec{v}\|}\vec{v}.$$

This idea is called normalization.

For example, if $\vec{v} = \langle 6,8 \rangle,$ then

$$\|\vec{v}\| = 10$$

and the unit vector in the same direction is

$$\left\langle \frac{6}{10}, \frac{8}{10} \right\rangle = \langle 0.6, 0.8 \rangle.$$

Vectors in Real-World Contexts

Vectors are not just abstract symbols. They appear in navigation, computer graphics, physics, and economics.

A plane flying with airspeed can be modeled by a vector. If the plane points northeast but wind pushes it west, the actual motion is the sum of two vectors: the planeโ€™s velocity vector and the wind vector. This is a great example of vector addition in real life โœˆ๏ธ.

In computer animation, a character might move from one screen position to another by a vector such as $\langle 120, -30 \rangle.$ That means the object shifts right and slightly down.

In forces, one force might pull north while another pulls east. The combined force is a resultant vector. Engineers use this idea to predict motion and balance.

These examples show why vector reasoning matters. Vectors let us describe changes and combine directions in a way that numbers alone cannot.

How Vectors Fit into the Bigger Topic

This lesson belongs to the unit on functions involving parameters, vectors, and matrices because vectors are one of the main ways to represent quantities in a structured mathematical system. Parameters often describe families of values, vectors describe directed quantities, and matrices help organize transformations and systems.

Vectors are especially important because they connect to matrices through transformations. For example, a matrix can act on a vector to change its position, stretch it, or rotate it. Even if this lesson does not go deeply into matrices, the connection matters. A vector such as $\langle x,y \rangle$ can be viewed as input data for a matrix transformation.

Vectors also support parametric thinking. If a position changes over time, you can model it with a vector-valued expression such as

$$\vec{r}(t) = \langle x(t), y(t) \rangle.$$

Here, each component is a function of the parameter $t$. This helps describe motion, paths, and changing quantities.

So when you study vectors, you are building skills that will later support matrices and parameter-based models. Vectors are a bridge between geometry, algebra, and applied problem-solving.

Conclusion

Vectors give a precise way to describe magnitude and direction. You learned that vectors can be written in component form, added and subtracted component by component, scaled by numbers, and measured by magnitude. You also saw that vectors can describe motion, forces, and transformations in the real world. students, understanding vectors helps you connect algebra to geometry and prepares you for the larger AP Precalculus ideas of parameters and matrices. Even though this topic is not assessed on the AP Exam, it builds valuable mathematical reasoning skills ๐Ÿ“˜.

Study Notes

  • A vector has both magnitude and direction.
  • Common vector forms include $\langle a,b \rangle$, $\begin{pmatrix} a \\ b \end{pmatrix}$, and $\vec{v}$.
  • Vector components show horizontal and vertical change.
  • If $\vec{u} = \langle a,b \rangle$ and $\vec{v} = \langle c,d \rangle$, then $\vec{u}+\vec{v}=\langle a+c,b+d \rangle$.
  • If $\vec{u} = \langle a,b \rangle$ and $\vec{v} = \langle c,d \rangle$, then $\vec{u}-\vec{v}=\langle a-c,b-d \rangle$.
  • If $k$ is a scalar and $\vec{v} = \langle a,b \rangle$, then $k\vec{v}=\langle ka,kb \rangle$.
  • The magnitude of $\vec{v} = \langle a,b \rangle$ is $\|\vec{v}\|=\sqrt{a^2+b^2}$.
  • A unit vector has magnitude $1$.
  • The standard unit vectors are $\vec{i}=\langle 1,0 \rangle$ and $\vec{j}=\langle 0,1 \rangle$.
  • Vectors connect to real-world situations like motion, navigation, and forces.
  • Vectors also connect to parametric functions and matrix transformations.

Practice Quiz

5 questions to test your understanding