Ekuation

purpose

2x2 System of Equations Calculator

Solve a system of 2 linear equations with 2 unknowns step by step. See the unique solution or determine if the lines are parallel or coincident.

Back to Linear System Solver -- Step-by-Step Calculator

System Configuration

Algorithm used for solving and step display

Equation 1

a₁₁x + a₁₂y = b₁

Equation 2

a₂₁x + a₂₂y = b₂

Quick Tips

Click to show tips

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Simple 2x2 System

Solve 2x + 3y = 7 and x - y = 1 using Gaussian elimination

Key values: 2×2 system · Unique solution · x=2, y=1

3x3 Engineering System

Solve a 3-variable system commonly found in circuit analysis

Key values: 3×3 system · Cramer's Rule · 3 unknowns

Parallel Lines (No Solution)

Explore what happens when two equations have no intersection

Key values: 2×2 system · Inconsistent · No solution

Documentation

Geometric Interpretation

A system of two linear equations in two unknowns represents two lines in the plane. Solving the system means finding where the lines intersect:

{a1x+b1y=c1a2x+b2y=c2\begin{cases} a_1x + b_1y = c_1 \\ a_2x + b_2y = c_2 \end{cases}

Unique solution

Lines intersect at exactly one point. The lines have different slopes.

No solution

Lines are parallel (same slope, different intercepts). The system is inconsistent.

Infinite solutions

Lines are identical (same equation). The system is dependent.


The Determinant Test

The coefficient determinant tells you which case you have before solving:

D=a1b2a2b1D = a_1 b_2 - a_2 b_1
  • D0D \neq 0: unique solution (lines intersect)
  • D=0D = 0: either no solution or infinitely many (lines are parallel or identical)

When D0D \neq 0, the solution is:

x=c1b2c2b1D,y=a1c2a2c1Dx = \frac{c_1 b_2 - c_2 b_1}{D}, \quad y = \frac{a_1 c_2 - a_2 c_1}{D}

This is Cramer's rule for 2×2 systems.


Worked Example

Solve: 2x+3y=72x + 3y = 7 and 4xy=14x - y = 1.

Step 1: Compute the determinant:

D=(2)(1)(4)(3)=212=140D = (2)(-1) - (4)(3) = -2 - 12 = -14 \neq 0

Step 2: Apply Cramer's rule:

x=(7)(1)(1)(3)14=1014=57x = \frac{(7)(-1) - (1)(3)}{-14} = \frac{-10}{-14} = \frac{5}{7}
y=(2)(1)(4)(7)14=2614=137y = \frac{(2)(1) - (4)(7)}{-14} = \frac{-26}{-14} = \frac{13}{7}

Verify: 2(5/7)+3(13/7)=10/7+39/7=49/7=72(5/7) + 3(13/7) = 10/7 + 39/7 = 49/7 = 7


Practical Applications

  • Break-even analysis: Revenue = Cost gives two linear equations in price and quantity
  • Mixture problems: Mixing solutions of different concentrations
  • Supply and demand: Finding equilibrium price and quantity
  • Circuit analysis: Kirchhoff's laws yield 2×2 systems for simple circuits

Frequently Asked Questions

What is a 2x2 system of equations?

A 2x2 system consists of two linear equations with two unknowns (typically xx and yy). Geometrically, each equation represents a line in the plane, and solving the system means finding where the two lines intersect.

How many solutions can a 2x2 system have?

A 2x2 system has exactly one solution if the lines intersect (different slopes), no solution if the lines are parallel (same slope, different intercepts), or infinitely many solutions if the lines are identical (same equation).

How does the determinant tell me if a solution exists?

The determinant D=a1b2a2b1D = a_1 b_2 - a_2 b_1 of the coefficient matrix determines the outcome. If D0D \neq 0, there is a unique solution. If D=0D = 0, the system has either no solution or infinitely many solutions, depending on whether the equations are contradictory or identical.

What is the fastest way to solve a 2x2 system by hand?

For a 2x2 system, Cramer's rule is fast: compute the determinant DD, then x=c1b2c2b1Dx = \frac{c_1 b_2 - c_2 b_1}{D} and y=a1c2a2c1Dy = \frac{a_1 c_2 - a_2 c_1}{D}. Alternatively, use elimination by adding or subtracting multiples of one equation from the other.

What practical problems lead to 2x2 systems?

Common applications include break-even analysis (revenue = cost), mixture problems (combining solutions of different concentrations), supply and demand equilibrium, and simple circuit analysis using Kirchhoff's laws.

Related purpose Variants

Explore more purpose options

More Math Calculators

Explore the category

Calculator Search

Search and find calculators