1.1.6 Special Cases: Identity and No Solution¶
Identify and interpret equations with infinite solutions (identities) and equations with no solution (contradictions).
定义¶
An identity is an equation that is true for all values of the variable. When solving an identity, the variable cancels out completely, leaving a true statement (such as \(0 = 0\) or \(5 = 5\)), indicating that every real number is a solution. A contradiction (or equation with no solution) is an equation that is false for all values of the variable. When solving a contradiction, the variable cancels out, leaving a false statement (such as \(0 = 5\) or \(3 = -3\)), indicating that there is no value of the variable that satisfies the equation. These special cases contrast with conditional equations, which are true for only specific values of the variable.
核心公式¶
- \(ax + b = ax + b \text{ (Identity: infinite solutions)}\)
- \(ax + b = ax + c \text{ where } b \neq c \text{ (Contradiction: no solution)}\)
- \(\text{If } ax + b = cx + d \text{ simplifies to } 0 = 0, \text{ then infinitely many solutions}\)
- \(\text{If } ax + b = cx + d \text{ simplifies to } 0 = k \text{ where } k \neq 0, \text{ then no solution}\)
- \(\text{Solution set for identity: } \mathbb{R} \text{ or } (-\infty, \infty); \text{ Solution set for contradiction: } \emptyset \text{ or } \{\}\)
易错点¶
- ⚠️ Concluding that an equation has no solution when it actually has infinitely many solutions, or vice versa, by misinterpreting the final simplified statement (e.g., treating \(0 = 0\) as having no solution instead of infinite solutions)
- ⚠️ Failing to properly distribute or combine like terms before determining whether the equation is an identity or contradiction, leading to incorrect conclusions about the nature of the equation
- ⚠️ Confusing the notation for solution sets, such as writing the solution as a single number or interval when the equation is an identity (should be \(\mathbb{R}\) or all real numbers), or writing an empty set incorrectly for contradictions
- ⚠️ Assuming that if two sides of an equation look different, the equation must have no solution, without actually solving and simplifying to completion