4.5.1 · D1Linear Algebra (Full)

Foundations — Vectors in ℝⁿ — operations, geometric interpretation

2,309 words10 min readBack to topic

This page assumes nothing. Every squiggle, letter, and picture the parent note used is built here from the ground up, in an order where each brick rests on the one before it.


0 — What is a number line, and what is a "real number"?

Before arrows, we need the ground they live on.

We need because every coordinate of every vector is one of these ruler-points.


1 — From one ruler to rulers: the symbol

One ruler locates you on a line. To locate yourself on a map you need two rulers (east–west, north–south). To locate a point in a room you need three (add up–down).

Figure — Vectors in ℝⁿ — operations, geometric interpretation

2 — The vector itself: bold , components , and the subscript

Figure — Vectors in ℝⁿ — operations, geometric interpretation

Column notation. The parent writes vectors stacked vertically: This is the same list, just written top-to-bottom instead of left-to-right. The tall square brackets are a container; the vertical dots again mean "continue the pattern." Column form is pure convention — it will matter later when matrices multiply vectors, but for now and the column are identical.


3 — The two engines: and scalar multiplication

Everything the parent builds runs on exactly two moves.

Figure — Vectors in ℝⁿ — operations, geometric interpretation

4 — Length: the square-root sign and

To ask "how long is this arrow?" the parent invokes Pythagoras. Two symbols show up.

Figure — Vectors in ℝⁿ — operations, geometric interpretation

5 — The dot product: , , ,

The parent's climax turns arithmetic into angles. Four new symbols.

Recall Quick self-check: which symbol returns what?

Does give a vector or a number? ::: A single non-negative number (a length). Does give a vector or a number? ::: A single number (scalar) — never an arrow. Does give a vector or a number? ::: A vector (a re-stretched arrow). What is ? ::: — the squared length.


How these foundations feed the topic

Real numbers R

The space Rn = n rulers

Vector v = list of components

Point picture and Arrow picture

Addition tip to tail

Scalar multiply stretch and flip

Linear Combinations and Span

Squaring and square root

Norm length via Pythagoras

Unit vectors and normalize

Dot product one number

Angle formula cos theta

Perpendicular test dot equals 0

This map is the parent note in miniature: real numbers build , which houses vectors, whose dual picture powers the two engines, from which length and the dot product — and finally angle and perpendicularity — flow. Deeper branches live in Linear Combinations and Span, Dot Product and Orthogonality, and Norms and Distance in Rn, and the whole structure is formalized in Vector Spaces — Axioms.


Equipment checklist

Self-test: can you say each in one plain sentence before revealing?

The set of all real numbers — every point on an endless ruler.
All lists of real numbers; independent perpendicular rulers/axes (superscript counts axes, not a power).
"is an element of / lives inside," e.g. .
(bold)
A vector — one list from , read as both a point and an arrow from the origin.
and subscript
The -th component; the subscript is an address pointing to entry number .
The origin / zero vector, all components zero — where arrows are rooted.
scalar
A single real number used to stretch/shrink a vector.
component-wise
Do the operation one matching entry at a time.
Scaling: stretch length by , flip if , collapse to if .
Absolute value — distance of from , always non-negative.
and
Squaring (area of a side- square, kills sign) and square root (its undo).
The norm — the arrow's straight-line length, a non-negative number.
Summation loop: add the terms as runs from to .
Unit vector — shrunk to length , same direction, via .
Dot product — sum of products of matching components; a single scalar.
The angle between two arrows sharing a tail.
Alignment dial from to : same way, right angle, opposite.
Perpendicular (right angle) — holds exactly when the dot product is .
"If and only if" — both sides true together, a two-way implication.