Linear Independence | 线性无关

📚 Linear Independence | 线性无关

Linear independence is a fundamental concept in linear algebra and vector geometry. It tells us whether a set of vectors contains redundant information, and it underpins the dimension of a space, the invertibility of matrices, and the uniqueness of solutions to systems of equations. In A-Level mathematics, mastering this idea is essential for tackling vector geometry and matrix problems with confidence.

线性无关是线性代数和向量几何中的一个基本概念。它告诉我们一组向量是否包含冗余信息,并决定了空间的维数、矩阵的可逆性以及方程组解的唯一性。在 A-Level 数学中,掌握这个概念对于自信地解决向量几何和矩阵问题至关重要。


1. Linear Combinations | 线性组合

Before we define independence, we must understand what it means to combine vectors. Given two vectors a and b, a linear combination is an expression of the form λa + μb, where λ and μ are scalars (real numbers). For example, 2a − 3b is a linear combination of a and b.

在定义线性无关之前,我们必须理解组合向量的含义。给定两个向量 a 和 b,线性组合是形如 λa + μb 的表达式,其中 λ 和 μ 是标量(实数)。例如,2a − 3b 就是 a 和 b 的一个线性组合。

More generally, for n vectors v₁, v₂, …, vₙ, a linear combination takes the form c₁v₁ + c₂v₂ + … + cₙvₙ, where c₁, c₂, …, cₙ are scalars.

更一般地,对于 n 个向量 v₁, v₂, …, vₙ,线性组合的形式为 c₁v₁ + c₂v₂ + … + cₙvₙ,其中 c₁, c₂, …, cₙ 是标量。

Linear combinations are the building blocks of everything that follows. If one vector can be written as a combination of others, it carries no new directional information.

线性组合是后续所有内容的基础。如果一个向量可以写成其他向量的组合,那么它就不再携带任何新的方向信息。


2. The Basis Vectors i, j, k | 基向量 i, j, k

In three-dimensional space, we typically express every vector in terms of the standard basis vectors:

在三维空间中,我们通常用标准基向量来表示每个向量:

i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1)

These three vectors point along the x-, y- and z-axes respectively. Every vector (x, y, z) can be written uniquely as xi + yj + zk. This uniqueness is exactly what makes i, j, k linearly independent.

这三个向量分别指向 x 轴、y 轴和 z 轴。每个向量 (x, y, z) 都可以唯一地写成 xi + yj + zk。这种唯一性正是 i、j、k 线性无关的原因。

If a vector has two different representations in terms of the same basis, that basis would be linearly dependent. Independence guarantees that representation is unique — a key idea in exam questions.

如果一个向量在同一个基下有不止一种表示形式,那么这个基就是线性相关的。线性无关保证了表示的唯一性——这是考试题中的一个关键思想。


3. Definition of Linear Independence | 线性无关的定义

The formal definition is short but powerful. A set of vectors v₁, v₂, …, vₙ is linearly independent if the only solution to the vector equation

正式定义简短而有力。一组向量 v₁, v₂, …, vₙ 是线性无关的,当且仅当向量方程

c₁v₁ + c₂v₂ + … + cₙvₙ = 0

is the trivial solution c₁ = c₂ = … = cₙ = 0. In other words, no vector in the set can be expressed as a combination of the others.

只有平凡解 c₁ = c₂ = … = cₙ = 0。换句话说,该集合中没有任何向量可以表示为其他向量的组合。

If there exists even one non-zero set of scalars that satisfies the equation, the vectors are linearly dependent.

如果存在至少一组不全为零的标量满足该方程,那么这些向量就是线性相关的。


4. Linear Dependence | 线性相关

Linear dependence means there is redundancy. For two vectors, this simply means they are parallel — one is a scalar multiple of the other. For example, a = (1, 2) and b = (3, 6) are dependent because b = 3a.

线性相关意味着存在冗余。对于两个向量,这仅仅意味着它们平行——一个是另一个的标量倍数。例如,a = (1, 2) 和 b = (3, 6) 是线性相关的,因为 b = 3a。

For three vectors in 3D, dependence means they all lie in the same plane (coplanar). For example, (1, 0, 0), (0, 1, 0) and (2, 3, 0) are dependent because the third is a combination of the first two: (2, 3, 0) = 2(1, 0, 0) + 3(0, 1, 0).

对于三维空间中的三个向量,线性相关意味着它们共面。例如,(1, 0, 0)、(0, 1, 0) 和 (2, 3, 0) 是线性相关的,因为第三个可以写成前两个的组合:(2, 3, 0) = 2(1, 0, 0) + 3(0, 1, 0)。

A dependent set contains at least one vector that is “extra” — removing it does not change the span of the set.

线性相关集合中至少有一个向量是”多余的”——移除它不会改变集合的张成空间(span)。


5. Testing Independence in 2D | 二维中的线性无关检验

In two dimensions, the test is very simple. Two vectors a = (a₁, a₂) and b = (b₁, b₂) are linearly independent if they are not parallel, which is equivalent to the condition:

在二维中,检验非常简单。两个向量 a = (a₁, a₂) 和 b = (b₁, b₂) 线性无关当且仅当它们不平行,这等价于条件:

a₁b₂ − a₂b₁ ≠ 0

This expression, a₁b₂ − a₂b₁, is the 2 × 2 determinant of the matrix whose columns (or rows) are a and b. When it is zero, the two vectors are scalar multiples of each other.

这个表达式 a₁b₂ − a₂b₁ 是以 a 和 b 为列(或行)的 2 × 2 矩阵的行列式。当它为零时,两个向量互为标量倍数。

  • If the determinant is non-zero → independent → the two vectors span the entire plane ℝ².

  • If the determinant is zero → dependent → the two vectors lie on the same line.

  • 若行列式非零 → 线性无关 → 两个向量张成整个平面 ℝ²。

  • 若行列式为零 → 线性相关 → 两个向量位于同一直线上。

Note that any single non-zero vector is always independent, since the only way c₁a = 0 is c₁ = 0.

注意,任何单个非零向量总是线性无关的,因为 c₁a = 0 的唯一解是 c₁ = 0。


6. Testing Independence in 3D | 三维中的线性无关检验

For three vectors u = (u₁, u₂, u₃), v = (v₁, v₂, v₃) and w = (w₁, w₂, w₃), we form the 3 × 3 matrix with these vectors as columns (or rows) and compute its determinant.

对于三个向量 u = (u₁, u₂, u₃)、v = (v₁, v₂, v₃) 和 w = (w₁, w₂, w₃),我们构造以这些向量为列(或行)的 3 × 3 矩阵,并计算其行列式。

det = u · (v × w)

This triple scalar product (also written as [u, v, w]) is the determinant. If it is non-zero, the vectors are linearly independent and span all of ℝ³. If it is zero, the vectors are

Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading