跳转至

1.3.1 Systems of Linear Equations: Definitions and Classifications

Understand the definition of systems of linear equations and classify them as consistent/inconsistent and dependent/independent.

定义

A system of linear equations is a collection of two or more linear equations involving the same set of variables. A linear equation in \(n\) variables has the form \(a_1x_1 + a_2x_2 + \cdots + a_nx_n = b\), where \(a_1, a_2, \ldots, a_n\) and \(b\) are constants, and not all coefficients \(a_i\) are zero.

Classification by Solution Existence: - Consistent System: A system that has at least one solution (either unique or infinitely many solutions) - Inconsistent System: A system that has no solution, meaning the equations represent parallel lines (in 2D) or parallel planes (in 3D) that never intersect

Classification by Solution Uniqueness: - Independent System: A system where the equations represent distinct geometric objects (lines, planes) that intersect at exactly one point, yielding a unique solution - Dependent System: A system where at least two equations represent the same geometric object (the same line or plane), yielding infinitely many solutions. The equations are scalar multiples of each other or can be reduced to equivalent forms \nA consistent system can be either independent (unique solution) or dependent (infinitely many solutions). An inconsistent system has no solution and cannot be dependent.

核心公式

  • \(\begin{cases} a_1x + b_1y = c_1 \ a_2x + b_2y = c_2 \end{cases}\) (General form of a 2×2 system)
  • \(\frac{a_1}{a_2} \neq \frac{b_1}{b_2}\) (Condition for independent system with unique solution)
  • \(\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}\) (Condition for dependent system with infinitely many solutions)
  • \(\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}\) (Condition for inconsistent system with no solution)
  • \(\text{Rank}(A) = \text{Rank}(A|b) = n\) (Consistent and independent system, where \(n\) is the number of variables)

易错点

  • ⚠️ Confusing 'consistent' with 'independent': Students often think consistent systems always have a unique solution, forgetting that dependent systems (with infinitely many solutions) are also consistent. Consistency refers to existence of solutions, while independence refers to uniqueness.
  • ⚠️ Incorrectly applying the ratio test: When checking \(\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}\), students may forget to check all three ratios or may incorrectly conclude the system is dependent when only two ratios are equal but the third differs.
  • ⚠️ Misidentifying inconsistent systems: Students may fail to recognize that parallel lines (same slope but different y-intercepts) represent an inconsistent system, especially when equations are not in standard form.
  • ⚠️ Overlooking zero coefficients: When a coefficient is zero, students may incorrectly apply ratio tests or fail to properly analyze the geometric interpretation, leading to wrong classifications of the system.