Inconsistent System of Equations
Inconsistent System of Equations
A system of equations which has no solutions.
Note: Attempts to solve inconsistent systems typically result in impossible statements such as 0 = 3.

See also
Consistent system of equations, overdetermined system of equations, underdetermined system of equations, linear system of equations
Key Formula
a1x+b1y=c1a2x+b2y=c2Inconsistent when a2a1=b2b1=c2c1
Where:
- a1,a2 = Coefficients of x in the first and second equations
- b1,b2 = Coefficients of y in the first and second equations
- c1,c2 = Constants on the right side of the first and second equations
Worked Example
Problem: Determine whether the following system is inconsistent:
2x + 3y = 6
4x + 6y = 15
Step 1: Check the ratio condition. Compare the coefficients and constants of both equations.
a2a1=42=21,b2b1=63=21,c2c1=156=52
Step 2: Since the coefficient ratios are equal but differ from the constant ratio, the system is inconsistent. To confirm, try solving by elimination. Multiply the first equation by 2.
2(2x+3y)=2(6)⟹4x+6y=12
Step 3: Subtract the second equation from this result.
(4x+6y)−(4x+6y)=12−15⟹0=−3
Step 4: The statement 0=−3 is false. This confirms no solution exists.
0=−3
Answer: The system is inconsistent — it has no solution. Graphically, the two lines are parallel and never intersect.
Another Example
This example uses a system of three equations (instead of two) to show that inconsistency can arise even when some equations in the system are compatible with each other. Only one conflicting equation is enough to make the entire system inconsistent.
Problem: Determine whether the following system of three equations is inconsistent:
x + y + z = 2
2x + 2y + 2z = 4
3x + 3y + 3z = 9
Step 1: Observe that the second equation is exactly 2 times the first equation, so it provides no new information.
2(x+y+z)=2(2)⟹2x+2y+2z=4✓
Step 2: Now compare the third equation to 3 times the first equation.
3(x+y+z)=3(2)⟹3x+3y+3z=6
Step 3: The third equation says 3x+3y+3z=9, but our derivation gives 3x+3y+3z=6. Subtract to isolate the contradiction.
6=9⟹0=3
Step 4: This is a false statement, so the system has no solution and is inconsistent.
0=3
Answer: The system is inconsistent. Even though two of the three equations agree, the third contradicts them, so no solution exists.
Frequently Asked Questions
What is the difference between an inconsistent and a consistent system of equations?
A consistent system has at least one solution — either exactly one (independent) or infinitely many (dependent). An inconsistent system has no solution at all. When you solve an inconsistent system, you reach a contradiction like 0=5, whereas a consistent system yields actual values for the variables.
How can you tell if a system is inconsistent by looking at a graph?
For a system of two linear equations in two variables, the lines are parallel but not identical. They have the same slope but different y-intercepts, so they never cross. Since there is no point of intersection, there is no solution.
Can a system of nonlinear equations be inconsistent?
Yes. Inconsistency is not limited to linear systems. For example, the system x2+y2=1 and x2+y2=4 is inconsistent because no point can lie on two circles of different radii centered at the same point. Any system — linear or nonlinear — with no common solution is inconsistent.
Inconsistent System vs. Consistent System
| Inconsistent System | Consistent System | |
|---|---|---|
| Number of solutions | Zero — no solution exists | One or infinitely many solutions |
| Graph (2 linear equations) | Parallel lines that never intersect | Lines that intersect at one point, or overlap entirely |
| Algebraic result | A false statement like 0 = 3 | Actual variable values, or a dependent identity like 0 = 0 |
| Coefficient ratio test (2×2 linear) | a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | a₁/a₂ ≠ b₁/b₂ (independent) or a₁/a₂ = b₁/b₂ = c₁/c₂ (dependent) |
Why It Matters
Recognizing inconsistent systems matters in algebra courses because it prevents you from wasting time searching for a solution that doesn't exist. In real-world modeling — such as balancing chemical equations, circuit analysis, or fitting data — an inconsistent system signals that your constraints are contradictory and the model needs revision. On standardized tests, you are often asked to classify a system as consistent or inconsistent before solving, which requires understanding this concept.
Common Mistakes
Mistake: Confusing an inconsistent system (no solution) with a dependent system (infinitely many solutions).
Correction: Both situations involve proportional coefficients, but the key difference is in the constants. If the constant ratio matches the coefficient ratios, the system is dependent (infinitely many solutions). If it does not match, the system is inconsistent (no solutions). Always check all three ratios.
Mistake: Concluding a system is inconsistent after getting 0 = 0 during elimination.
Correction: The statement 0=0 is true, not false. It means the equations are dependent and have infinitely many solutions. An inconsistent system produces a false statement like 0=5. Do not confuse a true identity with a contradiction.
Related Terms
- Consistent System of Equations — A system that does have at least one solution
- Simultaneous Equations — The general framework for systems of equations
- Solution — The values that satisfy a system of equations
- Overdetermined System of Equations — More equations than unknowns, often inconsistent
- Underdetermined System of Equations — Fewer equations than unknowns, usually dependent
- Linear System of Equations — Most common context for testing consistency
