Example of an Equation- Basic to Advanced Illustrations

What Is an Equation? The Short Answer

An equation is a mathematical statement showing that two expressions are equal. It uses an equals sign (=) to connect them. That's it. No magic, no mystery.

Equations are the backbone of mathematics. They let you describe relationships, solve problems, and predict outcomes. Whether you're calculating a tip at a restaurant or modeling climate patterns, you're working with equations.

The Building Blocks: Basic Equations

Every complex equation traces back to simple foundations. Here are the basic types you need to know.

Arithmetic Equations

These are the equations you learned first. They involve addition, subtraction, multiplication, and division.

Examples:

These equations state a fact. They're balanced. The left side equals the right side. Every valid equation has this property.

Algebraic Equations with One Variable

Once you introduce variables, things get more interesting. A variable is a placeholder for an unknown value.

Simple example: x + 5 = 12

To solve it, you isolate the variable. Subtract 5 from both sides:

x = 12 - 5
x = 7

The solution is x = 7. You can verify this by substituting 7 back into the original equation: 7 + 5 = 12 ✓

Linear Equations: The Workhorses

Linear equations graph as straight lines. They have the form y = mx + b, where m is the slope and b is the y-intercept.

Standard Form

ax + by = c

Example: 2x + 3y = 12

Slope-Intercept Form

y = 2x + 1

This tells you the line crosses the y-axis at (0, 1) and rises 2 units for every 1 unit it moves right.

Solving Linear Equations

When you have 3x - 7 = 14, follow these steps:

  1. Add 7 to both sides: 3x = 21
  2. Divide by 3: x = 7

Linear equations have exactly one solution (unless they're parallel lines with no solution or the same line with infinite solutions).

Quadratic Equations: The Parabola Equations

Quadratic equations contain variables raised to the second power. Standard form: ax² + bx + c = 0

The solutions are where the parabola crosses the x-axis.

The Quadratic Formula

When factoring fails, use this formula:

x = (-b ± √(b² - 4ac)) / 2a

Example: Solve x² - 5x + 6 = 0

The parabola crosses the x-axis at x = 2 and x = 3.

Factoring Quadratics

Sometimes factoring is faster. For x² - 5x + 6 = 0:

Find two numbers that multiply to 6 and add to -5. Those numbers are -2 and -3.

(x - 2)(x - 3) = 0

Set each factor to zero: x = 2 or x = 3.

Polynomial Equations: Beyond Quadratics

Polynomials can have any degree. A cubic equation has degree 3. A quartic has degree 4.

Cubic example: x³ - 6x² + 11x - 6 = 0

This factors to (x - 1)(x - 2)(x - 3) = 0, giving solutions x = 1, 2, 3.

Higher-degree polynomials get harder to solve by hand. Graphing calculators or computer algebra systems become necessary for degree 5 and above.

Systems of Equations

Sometimes you need to find where two or more equations intersect. That's a system of equations.

Substitution Method

Given:

y = 2x + 3
3x + y = 18

Substitute the first equation into the second:

3x + (2x + 3) = 18
5x + 3 = 18
5x = 15
x = 3

Then y = 2(3) + 3 = 9. The solution is (3, 9).

Elimination Method

Given:

2x + y = 10
x - y = 2

Add the equations to eliminate y:

3x = 12
x = 4

Then 4 - y = 2, so y = 2. The solution is (4, 2).

Exponential and Logarithmic Equations

These equations involve exponents and their inverses.

Exponential: 2^x = 32

Solve by recognizing that 32 = 2⁵, so x = 5.

Logarithmic: log₂(x) = 5

This asks: 2 to what power equals x? The answer is 2⁵ = 32, so x = 32.

How to Solve Any Equation: A Practical Process

Here's the systematic approach that works for most equations you'll encounter.

Step 1: Identify the Type

Is it linear? Quadratic? Polynomial? The type determines your solving strategy.

Step 2: Simplify Both Sides

Combine like terms. Distribute any parentheses. Get everything in standard form.

Step 3: Isolate the Variable

Move all terms with the variable to one side. Move all constants to the other.

Step 4: Solve and Check

Perform the necessary operations. Substitute your answer back into the original equation to verify it works.

Quick Reference Table

Equation TypeStandard FormSolving Method
Linearax + b = cAdd/subtract, then divide
Quadraticax² + bx + c = 0Factor, complete square, or quadratic formula
Cubicax³ + bx² + cx + d = 0Factor or use numerical methods
Exponentiala^x = bUse logarithms or recognize powers
Logarithmiclogₐ(x) = bConvert to exponential form

Common Mistakes to Avoid

When to Use Tools and Calculators

For linear and quadratic equations, you can solve by hand. For anything beyond degree 3, calculators or software become practical.

Graphing calculators show you where equations intersect. Computer algebra systems like WolframAlpha solve complex equations instantly. These tools are useful, but they won't help you understand the underlying math if you don't learn the manual methods first.

Master the basics. Then use technology to handle the tedious calculations.