Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Vectors Practice

GitHub Changelog -

Contributors

  • 3

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Find a Position Vector

Exam I | Problem 1.1 | Position Vectors

If $P = (4, -1, 3)$, what is the position vector of $P$?

1.2Convert to Component Form

Exam I | Problem 1.2 | Notation · Component Form

Write $6\mathbf{i} - 2\mathbf{j} + 5\mathbf{k}$ in component form.

1.3Find a Vector from Two Points

Exam I | Problem 1.3 | Two Points · Component Form

Find $\overrightarrow{AB}$ where $A = (-1, 3)$ and $B = (5, -2)$.

1.4Find a Magnitude

Exam I | Problem 1.4 | Magnitude

Find the magnitude of $\langle 9, 12 \rangle$.

1.5Find a Unit Vector

Exam I | Problem 1.5 | Unit Vectors · Magnitude

Find the unit vector in the direction of $\langle 5, 12 \rangle$.

1.6Add Two Vectors

Exam I | Problem 1.6 | Vector Addition

Compute the sum:

$$ \langle 2, -7 \rangle + \langle -5, 4 \rangle $$

1.7Subtract Two Vectors

Exam I | Problem 1.7 | Vector Subtraction

Compute the difference:

$$ \langle 6, 1, -2 \rangle - \langle 3, -4, 5 \rangle $$

1.8Multiply by a Scalar

Exam I | Problem 1.8 | Scalar Multiplication

Compute

$$ -3 \langle 4, -2, 1 \rangle $$

1.9Compute a Dot Product

Exam I | Problem 1.9 | Dot Product

Find the dot product:

$$ \langle 2, -1, 3 \rangle \cdot \langle 4, 5, -2 \rangle $$

1.10Compute a Cross Product

Exam I | Problem 1.10 | Cross Product

Find

$$ \langle 1, 2, 3 \rangle \times \langle 4, 0, -1 \rangle $$

Integrated Practice

2.1Find a Direction Angle

Exam II | Problem 2.1 | Direction Angle · Trigonometry

Find the direction angle of $\langle 1, \sqrt{3} \rangle$.

2.2Find a Vector and Its Length

Exam II | Problem 2.2 | Two Points · Magnitude

A vector goes from $A = (2, -1, 5)$ to $B = (7, 3, 2)$.

Find $\overrightarrow{AB}$ and its magnitude.

2.3Find the Angle Between Two Vectors

Exam II | Problem 2.3 | Dot Product · Angle Between Vectors

Find the angle between

$$ \mathbf{u} = \langle 1, 2 \rangle \quad \text{and} \quad \mathbf{v} = \langle 2, 1 \rangle. $$

2.4Project One Vector Onto Another

Exam II | Problem 2.4 | Projection · Dot Product

Find the vector projection of $\mathbf{v} = \langle 4, 3 \rangle$ onto $\mathbf{u} = \langle 3, 4 \rangle$.

2.5Split a Vector into Parallel and Perpendicular Parts

Exam II | Problem 2.5 | Projection · Orthogonal Decomposition

Let

$$ \mathbf{u} = \langle 1, 2 \rangle \quad \text{and} \quad \mathbf{v} = \langle 4, 1 \rangle. $$

Find $\operatorname{proj}_{\mathbf{u}} \mathbf{v}$ and $\mathbf{v}_\perp$.

2.6Find the Area of a Parallelogram

Exam II | Problem 2.6 | Cross Product · Area

Find the area of the parallelogram spanned by

$$ \mathbf{u} = \langle 2, 1, 1 \rangle \quad \text{and} \quad \mathbf{v} = \langle 1, 3, 2 \rangle. $$

2.7Write an Equation of a Plane

Exam II | Problem 2.7 | Planes · Normal Vector

Find the equation of the plane through $(1, 4, -2)$ with normal vector $\langle 2, -1, 3 \rangle$.

2.8Find the Distance from a Point to a Plane

Exam II | Problem 2.8 | Planes · Distance Formula

Find the distance from the point $(2, 1, 0)$ to the plane

$$ x + 2y + 2z - 9 = 0. $$

Applied Problems

3.1Model a Displacement

Final | Problem 3.1 | Displacement · Magnitude

A drone flies $3$ km east, $4$ km north, and $12$ km upward.

What is its displacement vector, and how far is it from the starting point?

3.2Write a Line Through Two Points

Final | Problem 3.2 | Lines · Two Points

Write a vector equation of the line through $A = (1, 2, -1)$ and $B = (5, 0, 3)$.

3.3Find a Plane Through Three Points

Final | Problem 3.3 | Planes · Cross Product · Two Points

Find the equation of the plane through

$$ A = (1, 0, 0),\quad B = (0, 2, 0),\quad C = (0, 0, 3). $$

3.4Find the Area of a Triangle from Coordinates

Final | Problem 3.4 | Cross Product · Area · Two Points

Find the area of the triangle with vertices

$$ A = (0, 0, 0),\quad B = (2, 1, 0),\quad C = (1, 3, 0). $$

3.5Decide the Relationship Between a Line and a Plane

Final | Problem 3.5 | Lines · Planes · Dot Product

Consider the line

$$ \mathbf{r}(t) = \langle 1, 0, 2 \rangle + t\langle 2, -1, 1 \rangle $$

and the plane

$$ 2x + y - 3z = 7. $$

Are the line and plane parallel, perpendicular, or neither?

Challenge / Synthesis

4.1Find the Intersection of a Line and a Plane

Final | Problem 4.1 | Lines · Planes · Substitution

Find the point where the line

$$ \mathbf{r}(t) = \langle 1, 2, 3 \rangle + t\langle 2, -1, 1 \rangle $$

intersects the plane

$$ x + 2y - z = 4. $$

4.2Find the Closest Point on a Line

Final | Problem 4.2 | Projection · Lines · Orthogonal Decomposition

Let the line be

$$ \mathbf{r}(t) = \langle 1, 0, 0 \rangle + t\langle 2, 1, 0 \rangle $$

and let $Q = (4, 2, 0)$ be a point in the plane.

Find the point on the line that is closest to $Q$.

4.3Decompose a Vector and Measure the Perpendicular Part

Final | Problem 4.3 | Projection · Orthogonal Decomposition · Magnitude

Let

$$ \mathbf{u} = \langle 2, 1, 2 \rangle \quad \text{and} \quad \mathbf{v} = \langle 4, 1, 0 \rangle. $$

Find the part of $\mathbf{v}$ parallel to $\mathbf{u}$ and the magnitude of the perpendicular part.

4.4Use Dot and Cross Products Together

Final | Problem 4.4 | Dot Product · Cross Product · Angle Between Vectors

Two nonzero vectors satisfy

$$ \|\mathbf{u}\| = 5,\qquad \|\mathbf{v}\| = 12,\qquad \mathbf{u}\cdot \mathbf{v} = 30. $$

Find the angle between the vectors and the magnitude of $\mathbf{u} \times \mathbf{v}$.