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

Orthogonal Vectors and Orthonormal Bases

College Depth 78 in the knowledge graph I know this Set as goal
1,033topics build on this
321prerequisites beneath it
See this on the map →
Basis of a Vector SpaceInner Product Spaces+1 moreGram-Schmidt Orthogonalization ProcessGram-Schmidt Process and QR Decomposition
orthogonal orthonormal bases

Core Idea

Vectors u and v are orthogonal if ⟨u, v⟩ = 0. An orthonormal set has pairwise orthogonal unit vectors. An orthonormal basis enables simple coordinates: v = Σ⟨v, e_i⟩e_i. Orthonormal bases are numerically stable and reveal structure clearly.

Explainer

The inner product you already know measures geometric alignment: ⟨u, v⟩ = ‖u‖‖v‖cosθ. Two vectors are orthogonal when ⟨u, v⟩ = 0 — they point in completely independent directions, sharing nothing. Think of the standard x- and y-axes: how far east you travel tells you nothing about how far north you've gone. Orthogonality formalizes this geometric independence in any inner product space.

An orthonormal set adds the requirement that each vector has length 1: ⟨eᵢ, eᵢ⟩ = 1, and ⟨eᵢ, eⱼ⟩ = 0 for i ≠ j. The standard basis {e₁, e₂, e₃} of R³ is the canonical example — three unit vectors along the coordinate axes, perfectly perpendicular to each other. But orthonormal sets appear in every inner product space, including spaces of functions where ⟨f, g⟩ = ∫f(x)g(x)dx.

The power of an orthonormal basis is the coordinate formula it enables. With a general basis, finding the coordinates of a vector v requires solving a system of equations — a potentially messy computation where the basis vectors' mutual interactions must be disentangled. With an orthonormal basis {e₁, ..., eₙ}, this collapses entirely: v = Σ⟨v, eᵢ⟩eᵢ. Each coefficient ⟨v, eᵢ⟩ is simply the projection of v onto eᵢ — one dot product, readable directly. You can compute each component independently, without the others interfering.

This independence is the structural advantage orthonormal bases provide throughout linear algebra and analysis. Errors in one component do not propagate to others (numerical stability). Each coefficient has a direct geometric meaning as the "amount of v in the eᵢ direction." When you study the Gram-Schmidt process next, you will learn to *construct* an orthonormal basis from any linearly independent set — transforming a messy basis into a clean one by systematically removing the components each new vector shares with the previous ones.

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 10Number Bonds to 10Addition 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 (0s, 1s, 2s, 5s, 10s)Multiplication 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 LineComparing and Ordering IntegersAbsolute 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 MultiplicationDot Product (Inner Product in R^n)Vector Norms and MagnitudeOrthogonal Vectors and Orthonormal Bases

Longest path: 79 steps · 321 total prerequisite topics

Prerequisites (3)

Leads To (2)