An equation is a statement of equality between two expressions, such as
$ x^{2}=6x-9,\quad 3x^{5}+4x+\sqrt{x^{3}}=12,\quad (x+1)^{2}=x^{2}+2x+1. $Not all equations behave the same way: some are true only for specific values of the variable, some are true for every permissible value, and some are never true at all. Understanding this distinction is fundamental to algebra.
Quick Reference: Types of Equations
| Type | True for... | Example | Symbol |
|---|---|---|---|
| Conditional equation | Some (but not all) permissible values | $x^2 = 6x-9$ (only $x=3$) | $=$ |
| Identity | All permissible values | $(x+1)^2 = x^2+2x+1$ | $=$ or $\equiv$ |
| Contradiction | No values | $x+1=x$ | $=$ (but never satisfied) |
Basic Properties of Equations
If $A=B$ and $E=F$ (where $A,B,E$, and $F$ are numbers or expressions) then
$ A+E=B+F,\qquad A\cdot E=B\cdot F,\qquad\text{and}\qquad\frac{A}{E}=\frac{B}{F}. $Of course, we should exclude division by zero. In dividing an equation by an algebraic expression, we must note for what values of the letter the divisor becomes zero and exclude them from discussion.
Variable, Root, and Solution
The variable of an equation is the letter or symbol representing an unknown quantity. A number or expression that, when substituted for the variable, makes the equation true is said to satisfy the equation. That number or expression is called a root or a solution of the equation. To solve an equation means to find all of its solutions.
For example, in the equation
$ 5x-10=0, $$x$ is the variable (or the unknown) and $x=2$ is the only root, or the only solution.
Conditional Equations and Identities
An equation that is true for all permissible values of the variables involved is called an identity or identical equation. A permissible value is a value for which the expressions in the equation are defined. An equation that is true only for certain values of the variable involved is called a conditional equation or simply an equation.
For example, the equation $x^{2}=6x-9$ is only valid when $x=3$, so it is a conditional equation, but $(x+1)^{2}=x^{2}+2x+1$ is true for all values of $x$, so it is an identity. The equation
$ \frac{1}{x-2}+\frac{1}{x+1}=\frac{2x-1}{(x-2)(x+1)} $is true for all values of $x$ excluding $x=2$ and $x=-1$. Because substituting $-1$ or $2$ for $x$ leads to division by zero, these values are not permissible. So we can say this equation is true for all permissible values of $x$ and thus it is an identity.
In identities the equals sign $=$ is sometimes replaced by $\equiv$.
Contradictions: Equations With No Solution
A third type of equation, called a contradiction (or inconsistent equation), is one that is false for every value of the variable. For example,
$ x + 1 = x $has no solution: subtracting $x$ from both sides gives $1=0$, which is never true. When solving an equation leads to a statement that is always false (such as $3=7$), the original equation is a contradiction and its solution set is empty.
The three types cover every possible case: a given equation is either true for no values (contradiction), for some but not all values (conditional), or for all permissible values (identity).
Formulas
An equation that states a general fact or rule is called a formula. For example, the equation $A=\pi r^{2}$ for the area of a circle of radius $r$ is a formula. A formula is a special kind of identity: it holds for all permissible values of the variables involved.
Frequently Asked Questions