Mathwords logoMathwords

Conditional Equation

Conditional Equation

An equation that is true for some value(s) of the variable(s) and not true for others.

 

Example: The equation 2x – 5 = 9 is conditional because it is only true for x = 7. Other values of x do not satisfy the equation.

 

See also

Identity, conditional inequality

Key Formula

f(x)=g(x)is conditional if true only for specific values of xf(x) = g(x) \quad \text{is conditional if true only for specific values of } x
Where:
  • f(x)f(x) = Expression on the left side of the equation
  • g(x)g(x) = Expression on the right side of the equation
  • xx = The variable whose value(s) make the equation true — these values are called solutions

Worked Example

Problem: Determine whether the equation 3x + 4 = 19 is a conditional equation, and if so, find the value of x that satisfies it.
Step 1: Subtract 4 from both sides to isolate the term with x.
3x+44=194    3x=153x + 4 - 4 = 19 - 4 \implies 3x = 15
Step 2: Divide both sides by 3 to solve for x.
x=153=5x = \frac{15}{3} = 5
Step 3: Verify: substitute x = 5 back into the original equation.
3(5)+4=15+4=193(5) + 4 = 15 + 4 = 19 \checkmark
Step 4: Test another value, say x = 2, to confirm the equation is not always true.
3(2)+4=10193(2) + 4 = 10 \neq 19
Step 5: Since the equation is true only when x = 5 and false for other values, it is a conditional equation.
Answer: The equation 3x + 4 = 19 is a conditional equation with the solution x = 5.

Another Example

This example shows that a conditional equation can have more than one solution. A linear equation typically has one solution, but a quadratic can have two (or even zero real solutions), and it is still conditional as long as it is not true for every value of x.

Problem: Determine whether x² − 5x + 6 = 0 is a conditional equation, and find all values of x that satisfy it.
Step 1: Factor the quadratic expression on the left side.
x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x - 2)(x - 3) = 0
Step 2: Apply the zero-product property: set each factor equal to zero.
x2=0    x=2orx3=0    x=3x - 2 = 0 \implies x = 2 \quad \text{or} \quad x - 3 = 0 \implies x = 3
Step 3: Verify both solutions. For x = 2: (2)² − 5(2) + 6 = 4 − 10 + 6 = 0. For x = 3: (3)² − 5(3) + 6 = 9 − 15 + 6 = 0. Both check out.
\checkmark
Step 4: Test x = 0: (0)² − 5(0) + 6 = 6 ≠ 0. The equation fails for most values of x, so it is conditional.
Answer: The equation x² − 5x + 6 = 0 is a conditional equation with two solutions: x = 2 and x = 3.

Frequently Asked Questions

What is the difference between a conditional equation and an identity?
A conditional equation is true only for specific values of the variable. An identity is true for all values of the variable for which both sides are defined. For example, 2x = 10 is conditional (true only when x = 5), while 2(x + 3) = 2x + 6 is an identity (true for every value of x).
Can a conditional equation have no solution?
No. If an equation has no solution at all, it is called a contradiction (for example, x + 1 = x + 5). A conditional equation must be satisfied by at least one value. The three categories are: identity (all values work), conditional (some values work), and contradiction (no values work).
How many solutions can a conditional equation have?
A conditional equation can have one, two, or even infinitely many solutions — as long as it is not true for every possible value of the variable. A linear equation in one variable typically has exactly one solution, a quadratic can have up to two, and trigonometric equations can have infinitely many periodic solutions, yet all of these are conditional.

Conditional Equation vs. Identity

Conditional EquationIdentity
DefinitionTrue for only some values of the variableTrue for all values of the variable (where defined)
Number of solutionsAt least one, but not all valuesEvery permissible value is a solution
Example2x − 5 = 9 (only x = 7)(a + b)² = a² + 2ab + b² (all a, b)
How to recognizeSolving yields a specific value or set of valuesSimplifying both sides produces the same expression
Also calledSometimes just called an "equation"Algebraic identity or tautology

Why It Matters

Understanding whether an equation is conditional, an identity, or a contradiction helps you know what kind of answer to expect before you start solving. In algebra courses, nearly every equation you solve — from linear equations to quadratics to trigonometric equations — is a conditional equation. Recognizing this distinction also prevents errors in proofs, where mistakenly treating a conditional equation as an identity can lead to invalid conclusions.

Common Mistakes

Mistake: Confusing a conditional equation with an identity after simplifying both sides to something like 0 = 0 during a specific substitution.
Correction: Getting 0 = 0 when you plug in one particular value only confirms that value is a solution. To be an identity, the equation must reduce to a true statement for every value of the variable, not just one.
Mistake: Assuming a conditional equation always has exactly one solution.
Correction: Quadratic equations can have two solutions, and trigonometric or polynomial equations can have many. An equation is conditional as long as at least one value works but not all values do.

Related Terms

  • EquationGeneral term; conditional equations are one type
  • VariableThe unknown whose value satisfies the equation
  • SatisfyA value satisfies an equation when it makes it true
  • IdentityAn equation true for all values, unlike conditional
  • Conditional InequalityAn inequality true for only some values
  • ContradictionAn equation with no solution at all
  • SolutionThe value(s) that make a conditional equation true