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

Vectors in 3D Space: Operations and Magnitude

College Depth 68 in the knowledge graph I know this Set as goal
5,227topics build on this
297prerequisites beneath it
See this on the map →
3D Cartesian Coordinate SystemsDistance Formula and Metric in 3D SpaceCylindrical CoordinatesDiffusion Tensor Imaging and White Matter Microstructure+8 more
vectors 3d-geometry magnitude

Core Idea

A 3D vector ⟨a, b, c⟩ has magnitude √(a² + b² + c²) and can be added, subtracted, and scalar-multiplied component-wise. Vectors represent displacement, force, velocity, and other directional quantities in 3D space.

Explainer

When you learned 3D coordinate systems, you located points in space as ordered triples (x, y, z). Vectors in 3D extend this to describe *displacement* — how far and in which direction to move. Writing ⟨a, b, c⟩ means "move a units along x, b units along y, c units along z." The distinction between a point and a vector is subtle but important: a point is a location; a vector is a displacement that can originate anywhere.

The magnitude of a vector is its length — the actual distance of the displacement. Because the three axes are mutually perpendicular, you apply the Pythagorean theorem twice: first combine the x and y components into a horizontal distance √(a² + b²), then combine that with the z component to get the full 3D magnitude √(a² + b² + c²). This is a direct extension of the 2D distance formula, and the squaring step ensures the result is always non-negative regardless of the signs of the components.

Vector addition is computed component-wise because the axes are independent — what happens along x has no effect on y or z. If you walk 3 meters east and your friend walks 4 meters east, together you have covered 7 meters east; the east-direction displacements simply add. The same logic applies to each axis separately. Geometrically, this corresponds to the tip-to-tail rule: place the tail of the second vector at the tip of the first, and the vector from the original tail to the final tip is the sum.

Scalar multiplication stretches or shrinks a vector: k × ⟨a, b, c⟩ = ⟨ka, kb, kc⟩. For positive k, the direction is unchanged and the magnitude scales by k. For negative k, the direction reverses and the magnitude scales by |k|. These two operations — vector addition and scalar multiplication — are the building blocks for the entire space of linear algebra and multivariable calculus: dot products, cross products, projections, and gradient vectors all rest on this foundation.

Practice Questions 3 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 TheoremPythagorean TheoremDistance Formula and Metric in 3D SpaceVectors in 3D Space: Operations and Magnitude

Longest path: 69 steps · 297 total prerequisite topics

Prerequisites (2)

Leads To (10)