BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusVectors in the Plane: A Comprehensive Study Guide
Study Guide820 words

Vectors in the Plane: A Comprehensive Study Guide

Vectors in the Plane

Vectors in the Plane

Learning Objectives

After studying this chapter, you should be able to:

  • Describe a plane vector using correct mathematical notation.
  • Perform basic vector operations including scalar multiplication, addition, and subtraction.
  • Express any vector in its component form ⟨x,y⟩\langle x, y \rangle⟨x,y⟩.
  • Calculate and explain the formula for the magnitude of a vector.
  • Normalize a vector by expressing it in terms of standard unit vectors i\mathbf{i}i and j\mathbf{j}j.
  • Identify real-world examples of vector quantities like force and velocity.

Key Terms & Glossary

  • Vector: A quantity possessing both magnitude (size) and direction.
  • Scalar: A real number used to scale a vector; it has magnitude but no direction.
  • Initial Point: The starting point of a directed line segment (the "tail").
  • Terminal Point: The endpoint of a directed line segment (the "head").
  • Magnitude: The length of the vector, denoted by ∥v∥\|\mathbf{v}\|∥v∥.
  • Zero Vector: A vector with a magnitude of zero and no specific direction, denoted 0\mathbf{0}0.
  • Equivalent Vectors: Vectors that have the same magnitude and direction, regardless of their position in the plane.

The "Big Idea"

Vectors are the fundamental language of multivariable calculus and physics. While a scalar tells us "how much" (like temperature or mass), a vector tells us "how much" and "which way" (like the thrust of a jet engine). By moving from simple numbers to vectors, we can model complex physical systems in two and three dimensions, allowing us to decompose motion into independent horizontal and vertical components.

Formula / Concept Box

Operation / ConceptFormulaDescription
Component Formv=⟨x2−x1,y2−y1⟩\mathbf{v} = \langle x_2 - x_1, y_2 - y_1 \ranglev=⟨x2​−x1​,y2​−y1​⟩Vector from P1(x1,y1)P_1(x_1, y_1)P1​(x1​,y1​) to P2(x2,y2)P_2(x_2, y_2)P2​(x2​,y2​)
Magnitude∥v∥=v12+v22\|\mathbf{v}\| = \sqrt{v_1^2 + v_2^2}∥v∥=v12​+v22​​The Euclidean length of vector v=⟨v1,v2⟩\mathbf{v} = \langle v_1, v_2 \ranglev=⟨v1​,v2​⟩
Unit Vectoru=v∥v∥\mathbf{u} = \frac{\mathbf{v}}{\|\mathbf{v}\|}u=∥v∥v​A vector in the same direction as v\mathbf{v}v with length 1
Additionu+v=⟨u1+v1,u2+v2⟩\mathbf{u} + \mathbf{v} = \langle u_1+v_1, u_2+v_2 \rangleu+v=⟨u1​+v1​,u2​+v2​⟩Combining vectors tip-to-tail
Scalar Mult.kv=⟨kv1,kv2⟩k\mathbf{v} = \langle kv_1, kv_2 \ranglekv=⟨kv1​,kv2​⟩Scaling a vector by a constant factor kkk

Hierarchical Outline

  1. Introduction to Vectors
    • Definition: Magnitude + Direction.
    • Notation: Boldface v\mathbf{v}v or v⃗\vec{v}v.
  2. Vector Representation
    • Geometric: Directed line segments (arrows).
    • Algebraic: Component form ⟨x,y⟩\langle x, y \rangle⟨x,y⟩.
    • Standard Basis: Linear combination xi+yjx\mathbf{i} + y\mathbf{j}xi+yj.
  3. Basic Operations
    • Addition: Geometrically follows the Parallelogram Rule.
    • Subtraction: Adding the opposite vector (u−v=u+(−v))(\mathbf{u} - \mathbf{v} = \mathbf{u} + (-\mathbf{v}))(u−v=u+(−v)).
    • Scalar Multiplication: Changes length; reverses direction if k<0k < 0k<0.
  4. Magnitude and Unit Vectors
    • Distance Formula: Derived from the Pythagorean theorem.
    • Normalization: Dividing a vector by its own magnitude to get a unit length.

Visual Anchors

Vector Components and Geometry

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 1 — TikZ diagram

Vector Addition (Triangle Method)

Loading Diagram...
Figure 2 — Mermaid diagram

Definition-Example Pairs

  • Equivalent Vectors: Vectors with identical magnitude and direction.
    • Example: An airplane flying at 500 mph North at 10,000 ft and another at 500 mph North at 20,000 ft have equivalent velocity vectors.
  • Scalar Multiplication: Multiplying a vector by a real number.
    • Example: If v\mathbf{v}v represents a force of 10N East, then 2v2\mathbf{v}2v represents a force of 20N East.
  • Unit Vector: A vector with magnitude exactly 1.
    • Example: The vector ⟨0.6,0.8⟩\langle 0.6, 0.8 \rangle⟨0.6,0.8⟩ is a unit vector because 0.62+0.82=0.36+0.64=1\sqrt{0.6^2 + 0.8^2} = \sqrt{0.36 + 0.64} = 10.62+0.82​=0.36+0.64​=1.

Worked Examples

Example 1: Finding Component Form and Magnitude

Problem: Find the component form and magnitude of vector v\mathbf{v}v with initial point P(−1,3)P(-1, 3)P(−1,3) and terminal point Q(2,7)Q(2, 7)Q(2,7).

Solution:

  1. Component Form: v=⟨xQ−xP,yQ−yP⟩=⟨2−(−1),7−3⟩=⟨3,4⟩\mathbf{v} = \langle x_Q - x_P, y_Q - y_P \rangle = \langle 2 - (-1), 7 - 3 \rangle = \langle 3, 4 \ranglev=⟨xQ​−xP​,yQ​−yP​⟩=⟨2−(−1),7−3⟩=⟨3,4⟩.
  2. Magnitude: ∥v∥=32+42=9+16=25=5\|\mathbf{v}\| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5∥v∥=32+42​=9+16​=25​=5.

[!TIP] Always subtract (Terminal - Initial) to get the correct direction.

Example 2: Finding a Unit Vector

Problem: Find a unit vector u\mathbf{u}u in the direction of v=⟨5,−12⟩\mathbf{v} = \langle 5, -12 \ranglev=⟨5,−12⟩.

Solution:

  1. Calculate magnitude: ∥v∥=52+(−12)2=25+144=169=13\|\mathbf{v}\| = \sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13∥v∥=52+(−12)2​=25+144​=169​=13.
  2. Divide by magnitude: u=113⟨5,−12⟩=⟨513,−1213⟩\mathbf{u} = \frac{1}{13}\langle 5, -12 \rangle = \langle \frac{5}{13}, -\frac{12}{13} \rangleu=131​⟨5,−12⟩=⟨135​,−1312​⟩.

Checkpoint Questions

  1. What is the difference between a scalar and a vector? Provide one example of each from physics.
  2. If u=⟨2,−3⟩\mathbf{u} = \langle 2, -3 \rangleu=⟨2,−3⟩ and v=⟨1,5⟩\mathbf{v} = \langle 1, 5 \ranglev=⟨1,5⟩, find 2u+v2\mathbf{u} + \mathbf{v}2u+v.
  3. True or False: The zero vector 0\mathbf{0}0 has a magnitude of 1 and points toward the origin.
  4. How do you find the unit vector in the direction of any non-zero vector w\mathbf{w}w?
▶Click to see Answers
  1. A scalar has only magnitude (e.g., speed), while a vector has magnitude and direction (e.g., velocity).
  2. 2⟨2,−3⟩+⟨1,5⟩=⟨4,−6⟩+⟨1,5⟩=⟨5,−1⟩2\langle 2, -3 \rangle + \langle 1, 5 \rangle = \langle 4, -6 \rangle + \langle 1, 5 \rangle = \langle 5, -1 \rangle2⟨2,−3⟩+⟨1,5⟩=⟨4,−6⟩+⟨1,5⟩=⟨5,−1⟩.
  3. False. The zero vector has magnitude 0 and no defined direction.
  4. Divide the vector w\mathbf{w}w by its magnitude ∥w∥\|\mathbf{w}\|∥w∥.
All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, left to right. A((Start)) -- Vector u connects to Mid. B -- Vector v connects to End.