跳转至

1.3.5 Solutions and Special Cases

Analyze the nature of solutions including unique solutions, no solutions (parallel lines), and infinite solutions (coincident lines).

定义

A system of linear equations can have three distinct types of solutions based on the relationship between the equations:

  1. Unique Solution: The system has exactly one solution when the lines intersect at a single point. This occurs when the equations are independent (not scalar multiples of each other). For a system \(a_1x + b_1y = c_1\) and \(a_2x + b_2y = c_2\), a unique solution exists when \(\frac{a_1}{a_2} \neq \frac{b_1}{b_2}\) (the lines have different slopes).

  2. No Solution (Inconsistent System): The system has no solution when the lines are parallel and distinct. This occurs when the equations have the same slope but different y-intercepts. Mathematically, this happens when \(\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}\). The system is called inconsistent because no point satisfies both equations simultaneously.

  3. Infinite Solutions (Dependent System): The system has infinitely many solutions when the equations represent the same line (coincident lines). This occurs when one equation is a scalar multiple of the other. Mathematically, this happens when \(\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}\). Every point on the line is a solution to the system. \nThe nature of solutions can be determined by analyzing the coefficient matrix and augmented matrix using row reduction or by examining the determinant of the coefficient matrix.

核心公式

  • \(\text{For system: } a_1x + b_1y = c_1 \text{ and } a_2x + b_2y = c_2\)
  • \(\text{Unique solution exists when: } \frac{a_1}{a_2} \neq \frac{b_1}{b_2}\)
  • \(\text{No solution (parallel lines): } \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}\)
  • \(\text{Infinite solutions (coincident lines): } \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}\)
  • \(\text{Determinant condition: } \begin{vmatrix} a_1 & b_1 \\ a_2 & b_2 \end{vmatrix} = a_1b_2 - a_2b_1 \neq 0 \text{ for unique solution}\)

易错点

  • ⚠️ Confusing 'no solution' with 'infinite solutions': Students often mix up the conditions for parallel lines (no solution) and coincident lines (infinite solutions). Remember: parallel lines have the same slope but different intercepts (no solution), while coincident lines are identical (infinite solutions).
  • ⚠️ Incorrectly applying the ratio test: When checking \(\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}\), students sometimes forget to check all three ratios or make arithmetic errors when computing ratios with negative numbers or fractions.
  • ⚠️ Assuming a system always has a solution: Students may not recognize that inconsistent systems exist and assume every system of equations must have at least one solution. This leads to errors when solving systems algebraically without checking for contradictions.
  • ⚠️ Misinterpreting the determinant: When the determinant equals zero, students sometimes conclude there is no solution, when actually it could mean either no solution or infinite solutions. The determinant alone doesn't distinguish between these two cases—you must examine the augmented matrix.