1.1.1 Linear Equation Definition and Standard Form¶
Understand the definition of linear equations in one variable and express them in standard form ax + b = 0.
定义¶
A linear equation in one variable is an algebraic equation that can be written in the form \(ax + b = 0\), where \(a\) and \(b\) are real constants and \(a \neq 0\). The variable \(x\) appears only to the first power (degree 1), and the equation represents a statement of equality between two expressions. The standard form emphasizes that all terms are moved to one side of the equation, resulting in an expression equal to zero. A linear equation has exactly one solution, which can be found by isolating the variable: \(x = -\frac{b}{a}\) (when \(a \neq 0\)).
核心公式¶
- \(ax + b = 0\) (Standard form of a linear equation in one variable)
- \(x = -\frac{b}{a}\) (Solution to the linear equation, where \(a \neq 0\))
- \(ax + b = c\) (General form that can be converted to standard form)
- \(a(x - r) = 0\) (Factored form, where \(r\) is the solution)
- \(\frac{ax + b}{c} = d\) (Linear equation in fractional form, equivalent to \(ax + b = cd\))
易错点¶
- ⚠️ Forgetting that the coefficient \(a\) must be non-zero (\(a \neq 0\)) for the equation to be linear and have a unique solution. If \(a = 0\), the equation becomes \(b = 0\), which is either always true (if \(b = 0\)) or has no solution (if \(b \neq 0\)).
- ⚠️ Incorrectly manipulating the equation when solving for \(x\), such as making sign errors when moving terms across the equals sign. For example, writing \(x = \frac{b}{a}\) instead of \(x = -\frac{b}{a}\).
- ⚠️ Confusing the standard form \(ax + b = 0\) with other forms like \(ax + b = c\) or \(y = ax + b\) (which is the slope-intercept form of a line). Not recognizing that the standard form specifically requires the right side to equal zero.
- ⚠️ Failing to verify the solution by substituting it back into the original equation, which can help catch algebraic errors and confirm that the answer is correct.