Solving Linear Equations: From One Variable to Systems
A linear equation is one where the variable(s) have no exponents greater than 1. Linear equations are the most common type encountered in algebra, science, and engineering — they model any relationship with a constant rate of change.
One Variable
3x + 7 = 22
3x = 15
x = 5
Check: 3(5) + 7 = 22 ✓
Two Variables: Substitution
y = 2x + 1 ...(1)
3x + y = 11 ...(2)
Substitute (1) into (2):
3x + 2x + 1 = 11 → 5x = 10 → x = 2, y = 5
Two Variables: Elimination
2x + 3y = 12 ...(1)
4x − 3y = 6 ...(2)
Add equations: 6x = 18 → x = 3
Substitute: 6 + 3y = 12 → y = 2
Number of Solutions
- One solution: Lines intersect at one point (most common)
- No solution: Parallel lines (inconsistent system)
- Infinite solutions: Same line (dependent system)
Solve linear equations: Free Linear Equation Solver
Forms of a Linear Equation
- Slope-intercept form: y = mx + b (m = slope, b = y-intercept). Best for graphing.
- Standard form: Ax + By = C. Useful for systems of equations.
- Point-slope form: y - y₁ = m(x - x₁). Use when you know a point and slope.
Systems of Linear Equations
Real problems rarely involve a single equation. A system of two linear equations in two unknowns (x and y) can be solved by substitution, elimination, or matrix methods. Example: a boat travels 30 km downstream in 2 hours and 18 km upstream in 3 hours. Let b = boat speed, c = current speed. Downstream: b + c = 15; upstream: b - c = 6. Adding: 2b = 21, b = 10.5 km/h; c = 4.5 km/h. Linear systems underpin economics (supply and demand equilibrium), engineering (circuit analysis via Kirchhoff's laws), and logistics (transportation and assignment problems).
Frequently Asked Questions
What does slope represent in practical terms?
Slope = rate of change = rise/run. In an economics context, a demand curve with slope -2 means each £1 price increase reduces demand by 2 units. In physics, slope on a distance-time graph is velocity. On a voltage-current graph (Ohm's law), slope is resistance. Negative slope means the dependent variable decreases as the independent variable increases.
How do I tell if two lines are parallel or perpendicular?
Parallel lines have identical slopes (m₁ = m₂) but different y-intercepts. They never intersect. Perpendicular lines have slopes that are negative reciprocals: m₁ × m₂ = -1. For example, slopes 2/3 and -3/2 are perpendicular. A horizontal line (slope 0) is perpendicular to a vertical line (undefined slope).
Can linear equations have no solution or infinitely many solutions?
Yes. A system of two equations with identical slopes but different intercepts (parallel lines) has no solution. Identical equations (same line) have infinitely many solutions — every point on the line satisfies both. These cases are "inconsistent" and "dependent" respectively.