Vectors in Two Dimensions

College Depth 59 in the knowledge graph I know this Set as goal
Unlocks 4713 downstream topics
vectors geometry components

Core Idea

A vector is a quantity with both magnitude (length) and direction, represented as an arrow or as an ordered pair of components (a, b). Vectors describe displacement, velocity, force, and many other physical quantities. The component form connects vectors to coordinates: a vector from the origin to point (a, b) has magnitude sqrt(a^2 + b^2) and direction angle theta = arctan(b/a).

How It's Best Learned

Start with geometric vectors (arrows) showing displacement, then transition to component form. Practice converting between magnitude-direction form and component form. Draw vectors, find their components, and compute their magnitudes. Connect to physics applications.

Common Misconceptions

Explainer

You have worked with scalars — numbers that represent a quantity but carry no directional information, like temperature or mass. A vector is different: it encodes both a size (magnitude) and a direction. When you say "walk 5 kilometers north," the distance 5 km is a scalar, but "5 km north" is a vector. This distinction matters whenever the direction of a quantity affects the outcome — in physics, forces, velocities, and displacements are all vectors.

The most useful representation for calculation is component form: writing a vector as an ordered pair (a, b), where a is how far it extends horizontally and b is how far it extends vertically. Geometrically, this is the vector that starts at the origin and points to (a, b). The magnitude (length) of the vector follows directly from the Pythagorean theorem: |v| = √(a² + b²). Connecting back to the trigonometry you know, a vector of magnitude r pointing at angle θ from the positive x-axis has components a = r·cos(θ) and b = r·sin(θ). This is the same triangle geometry you used when studying right-triangle trig — vectors are just a new context for the same relationships.

Converting from components back to magnitude and direction requires care with the direction angle. The formula θ = arctan(b/a) gives the right angle if the vector points into the first quadrant (both components positive). But if the vector points into the second or third quadrant, arctan alone produces the wrong answer — you need to add or subtract 180° to land in the correct quadrant. Always sketch the vector to verify your angle makes geometric sense.

One common confusion is treating a vector and its magnitude as the same thing. They are not. The vector (3, 4) has magnitude 5, but so does (-3, -4) and (0, 5). Magnitude is a scalar — it discards the directional information. Two vectors are equal only when both their magnitudes and their directions match, meaning their components are identical. Saying two vectors "have the same magnitude" is very different from saying they are "equal."

Vectors in two dimensions are the foundation for nearly everything that comes next in physics and mathematics. When you study dot products, cross products, or three-dimensional space, you will rely heavily on the component form introduced here. The key habit to build now is reflexively decomposing any magnitude-direction description into horizontal and vertical components — this turns most vector problems into straightforward arithmetic.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewVectors in Two Dimensions

Longest path: 60 steps · 232 total prerequisite topics

Prerequisites (1)

Leads To (14)