markdown
Basics of linear combinations and spanmd 88b74c7
lecture/math/linear-algebra/linear-combinations-and-spans.lecture.n.md
Download PDF

Basics of linear combinations線型結合せんけいけつごう and span空間くうかん

date2026-07-14document_iddoc_98dfd2e7cd6a1b242c8d9e5430620a08description線型結合、張る空間、部分空間を具体的なベクトル計算から導入し、基底・階数・列空間へ進む前提を作る講義である。prerequisitesベクトルの基本演算 / 一次方程式の基本type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/vector-operations.lecture.n.md / data/lecture/math/vector/zero-opposite-vectors-and-standard-basis.lecture.n.md / data/lecture/math/linear-algebra/linear-systems-and-augmented-matrices.lecture.n.md / data/lecture/math/linear-algebra/column-independence-and-rank.lecture.n.md / data/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/exercise/math/linear-algebra/vectors-and-linear-combinations.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

A linear combination線型結合せんけいけつごう uses given vectors as ingredients and asks what directions can be reached by choosing coefficients. This is the bridge to basis基底きてい, rank階数かいすう, and column space列空間れつくうかん.

2Terms and definitions

Let V be a vector space over a field K. For vectors v1,,vk and scalars c1,,ckK,

c1v1++ckvk

is a linear combination線型結合せんけいけつごう.

The span空間くうかん of v1,,vk is the set of all such linear combinations線型結合せんけいけつごう:

span(v1,,vk)={c1v1++ckvkc1,,ckK}.

A subspace部分空間ぶぶんくうかん is a set of vectors that contains 0 and is closed under addition and scalar multiplication.

The span is the smallest subspace containing the listed vectors. To see that span(v1,,vk) is a subspace, first choose c1==ck=0 to get the zero vector. If

x=i=1kaivi,y=i=1kbivi

are in the span, then

x+y=i=1k(ai+bi)vi

is again a linear combination of the same vectors. For a scalar rK,

rx=i=1k(rai)vi

is also in the span. Thus the span contains 0 and is closed under addition and scalar multiplication, so it is a subspace.

3Strategy

Start with two vectors and vary their coefficients係数けいすう to see what region can be reached. Then connect this viewpoint to the matrix method that arranges column vectorsれつベクトル as columns.

data/lecture/math/linear-algebra/vector-operations.lecture.n.md

4Intuitive explanation

Scalar multiples of one nonzero vector form a line through the origin. Combining two vectors pointing in different directions may produce the entire plane.

A linear combination線型結合せんけいけつごう investigates everything that can be built from the given material vectors. The span is not merely a scattered collection of points: it contains the zero vector and is closed under addition and scalar multiplication, so it is a subspace部分空間ぶぶんくうかん.

5Precise explanation

Let v1=(1,0)T and v2=(0,1)T. Then

av1+bv2=(a,b)T,

so arbitrary choices of a,b represent every vector in R2.

On the other hand, for w1=(1,1)T and w2=(2,2)T,

aw1+bw2=(a+2b)(1,1)T,

so the result is only a line. Having two vectors is not enough if their directions are redundant.

6Common misunderstandings

  • More vectors do not necessarily span a larger space; repeated directions matter.
  • In a linear combination, the coefficients are arbitrary. Do not look at only one fixed set of coefficients.
  • The span is determined by the directions and placement of the material vectors.

7Why span is a subspace部分空間ぶぶんくうかん

The zero vector is in the span by taking all coefficients equal to 0. If

x=i=1kaivi,y=i=1kbivi,

then

x+y=i=1k(ai+bi)vi,

so the span is closed under addition. For a scalar r,

rx=i=1k(rai)vi,

so the span is closed under scalar multiplication.

8Worked examples

Let v1=(1,0)T and v2=(0,1)T. Then

av1+bv2=(a,b)T,

so all of R2 is reached.

By contrast, if w1=(1,1)T and w2=(2,2)T, then

aw1+bw2=(a+2b)(1,1)T.

The span is only the line through (1,1)T. Two vectors do not necessarily span a plane if their directions are redundant.

9Theorem and proof: span is the smallest subspace部分空間ぶぶんくうかん containing the given vectors

Let S={v1,,vk}. The set span(S) is a subspace部分空間ぶぶんくうかん containing S. If U is any subspace部分空間ぶぶんくうかん containing S, then U is closed under linear combinations線型結合せんけいけつごう, so every a1v1++akvk lies in U. Therefore

span(S)U.

Thus the span is the smallest subspace部分空間ぶぶんくうかん containing the original vectors.

10Common misunderstandings

  • More vectors do not automatically mean a larger span; repeated directions add no new reach.
  • The coefficients in a linear combination線型結合せんけいけつごう are arbitrary, not fixed in advance.
  • A span is not just a scattered set of points. It is closed under the vector-space operations.

11Scope

The definition works in any vector space, including polynomial spaces and function spaces, as long as addition and scalar multiplication are defined.

12Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]span(v1,,vk)={c1v1++ckvk}
[PARSE ERROR: Undefined("Command(\"boxed\")")]Aspanisthesetofallreachablelinearcombinations[PARSE ERROR: Undefined("RBrace")]
[PARSE ERROR: Undefined("Command(\"boxed\")")]span(v1,,vk)isasubspace[PARSE ERROR: Undefined("RBrace")]

13Theorem and proof: the span is the smallest subspace

Let S={v1,,vk}. Then

span(S)={a1v1++akvkaiF}

is the smallest subspace部分空間ぶぶんくうかん containing S.

First, span(S) is closed under linear combinations. If

x=iaivi,y=ibivi,

then for scalars c,d,

cx+dy=i(cai+dbi)vi,

which is again a linear combination of vectors in S. Thus it is a subspace.

Next, if U is any subspace containing S, then U is closed under linear combinations, so it contains every linear combination of v1,,vk. Hence span(S)U.

14Exercise links

data/exercise/math/linear-algebra/vectors-and-linear-combinations.exercise.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる