A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Vector Operations: Addition, Subtraction, and Scalar Multiplication

College Depth 75 in the knowledge graph I know this Set as goal
6,050topics build on this
305prerequisites beneath it
See this on the map →
Vectors in Two DimensionsDot ProductDot Product (Inner Product in R^n)+1 more
vectors operations linear-combinations

Core Idea

Vectors can be added (tip-to-tail or component-wise), subtracted (add the negative), and scaled by a scalar (multiply each component). These operations are performed component-wise: (a1, b1) + (a2, b2) = (a1 + a2, b1 + b2) and c*(a, b) = (ca, cb). Linear combinations of vectors (c1*v1 + c2*v2) span the plane and are the foundation of linear algebra.

How It's Best Learned

Practice both graphically (tip-to-tail addition, parallelogram rule) and algebraically (component-wise). Show that scalar multiplication stretches or shrinks and can reverse direction. Connect to physics: net force is vector addition, scaling a velocity vector changes speed.

Common Misconceptions

Explainer

From your study of vectors in two dimensions, you know that a vector represents both a magnitude and a direction, written as an ordered pair (a, b) in component form. The operations on vectors — addition, subtraction, and scalar multiplication — are all defined component-wise, which means you apply the operation separately to each coordinate. This design ensures that vector operations are consistent with the geometric interpretations you already have in mind.

Vector addition (a₁, b₁) + (a₂, b₂) = (a₁+a₂, b₁+b₂) has a precise geometric meaning: the tip-to-tail rule. Draw the first vector from the origin, then place the tail of the second at the tip of the first. The sum is the vector from the origin to the new tip. The parallelogram rule is equivalent — place both vectors tail-to-tail and complete the parallelogram; the diagonal is the sum. Either way, the result is the component-wise sum, and both geometric pictures are saying the same thing in different arrangements. In physics, this is how you add forces or velocities: a boat moving at (3, 0) m/s in a river with current (0, 2) m/s ends up moving at (3, 2) m/s.

Scalar multiplication c·(a, b) = (ca, cb) scales both components by the same factor. Geometrically, it stretches or shrinks the vector by |c| and reverses its direction if c is negative. The direction can only be preserved (c > 0) or reversed (c < 0) — scalar multiplication cannot rotate a vector to any arbitrary angle. That is a key constraint: to change direction to something other than 180°, you need vector addition. Vector subtraction u - v is defined as u + (-v), where -v = (-1)·v is the reversal. Geometrically, u - v is the vector pointing from the tip of v to the tip of u — the "displacement" from v to u.

Linear combinations c₁v₁ + c₂v₂ are the core of linear algebra. By varying c₁ and c₂ over all real numbers, you generate every vector in the plane (assuming v₁ and v₂ point in different directions). This is what "spanning the plane" means. If you think of v₁ = (1, 0) and v₂ = (0, 1), then c₁·(1,0) + c₂·(0,1) = (c₁, c₂) — any point in the plane is reachable. This idea extends directly to higher dimensions and to abstract vector spaces, making the three operations you are learning now the foundation of all of linear algebra.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision 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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar Multiplication

Longest path: 76 steps · 305 total prerequisite topics

Prerequisites (1)

Leads To (3)