Linear Equations in Two Variables
A linear equation in two variables is the simplest kind of constraint you can put on two quantities: you take each variable, multiply it by a fixed number (its coefficient), add them up, and set the result equal to some target value. For example, says: "take seven times the first quantity, subtract the second, and you get negative two."
The word linear is key — it rules out squares (), products (), reciprocals (), and all other nonlinear combinations. Only weighted sums are allowed. This restriction might seem severe, but it's exactly what makes linear equations so tractable and geometrically clean.
The general form is , where the are the coefficients and is the right-hand side (RHS). At least one coefficient must be nonzero for the equation to be meaningful.
Formal View
Terms like , , , are all forbidden — they make the equation nonlinear.
Why This Matters
Linear equations appear everywhere physical laws are expressed as constraints between quantities.
- Kirchhoff's voltage law gives a linear equation relating currents in a circuit
- Chemical stoichiometry requires balanced equations — linear constraints on molecular counts
- Economics uses linear budget constraints and supply-demand equations
- Every pixel in a CT scan image satisfies a linear equation relating X-ray absorption
Quiz
Which of the following is a linear equation?
The equation is a valid linear equation.
Common Mistakes
- Confusing "linear" (no powers, products, or functions) with "linear function" in the calculus sense.
- Thinking a zero coefficient invalidates the equation — is perfectly valid.
- Forgetting that the RHS can be any real number, including zero.