✦ For everyone, free.

Practical knowledge for real and everyday life

Home

Elementary Algebra

Elementary Algebra is a branch of mathematics that uses symbols and equations to solve problems and build more advanced math concepts.

Elementary Algebra is the branch of mathematics that extends arithmetic by introducing symbols, called variables, to represent unknown or general quantities, together with the rules that govern how those symbols may be combined, transformed, and solved for. Where arithmetic works exclusively with specific numbers, elementary algebra works with expressions and equations built from numbers, variables, and operations, allowing relationships between quantities to be stated once and applied to infinitely many particular cases.

Scope and Purpose

Elementary algebra forms the structural bridge between numerical computation and abstract mathematical reasoning. Its central objects are algebraic expressions — combinations of constants, variables, and operations such as addition, subtraction, multiplication, division, and exponentiation — and algebraic sentences, which assert equality (equations) or order (inequalities) between expressions. The discipline supplies the symbolic language and manipulation rules used throughout the rest of mathematics, the sciences, engineering, economics, and computing.

Foundational Building Blocks

A variable is a symbol, typically a lowercase letter such as x, y, or n, that stands for a quantity whose value may change or is not yet known. A constant is a fixed numerical value. A term is a single number, variable, or product of numbers and variables, such as 7, x, or 3x²y. A coefficient is the numerical factor multiplying the variable part of a term. An algebraic expression is any combination of terms joined by addition or subtraction, for example:

4 x y2 + 3 x - 5

Expressions differ from equations in that they have no equals sign and therefore cannot be "solved" — they can only be simplified or evaluated.

Order of Operations and Real Number Properties

Elementary algebra relies on a strict evaluation hierarchy — parentheses, exponents, multiplication and division (left to right), then addition and subtraction (left to right) — to ensure every expression has one unambiguous value. This hierarchy is combined with the fundamental properties of real numbers: the commutative property (a + b = b + a, ab = ba), the associative property ((a + b) + c = a + (b + c)), the distributive property (a(b + c) = ab + ac), and the identity and inverse properties for addition and multiplication. These properties are not arbitrary conventions; they are the justification for every algebraic manipulation that follows, including combining like terms and expanding or factoring expressions.

Simplifying and Transforming Expressions

Combining like terms merges terms that share identical variable parts by adding or subtracting their coefficients, for example 3x + 5x = 8x. The distributive property expands products of a term over a sum, as in:

2 ( x + 3 ) = 2 x + 6

Reversing this expansion is factoring, which rewrites an expression as a product of simpler expressions. Elementary algebra develops a toolkit of factoring techniques, including extracting the greatest common factor, factoring trinomials of the form x² + bx + c, and applying special patterns such as the difference of squares (a² − b² = (a + b)(a − b)) and perfect-square trinomials.

Equations and Their Solutions

An equation asserts that two expressions are equal. A solution is a value of the variable that makes the equation a true statement. Two equations are equivalent if they share exactly the same solution set. Solving an equation means transforming it into an equivalent, simpler equation — usually of the form "variable = value" — using operations that preserve equality: adding or subtracting the same quantity from both sides, or multiplying or dividing both sides by the same nonzero quantity.

Linear equations involve variables raised only to the first power. A one-step linear equation requires a single inverse operation to isolate the variable:

x + 7 = 12 x = 5

Multi-step equations require several operations, and equations with the variable on both sides require collecting variable terms onto one side before isolating the variable. Some equations, called identities, are true for every value of the variable; others, called contradictions, are true for no value; ordinary conditional equations are true for exactly one value or a specific finite set. Literal equations, or formulas, contain multiple variables and are solved by isolating one variable in terms of the others, a skill essential for rearranging scientific and financial formulas.

Inequalities and Absolute Value

An inequality compares two expressions using <, >, ≤, or ≥, and its solution is typically a range of values rather than a single number. Solving a linear inequality follows the same operations as solving an equation, with one critical exception: multiplying or dividing both sides by a negative number reverses the inequality symbol. Compound inequalities combine two conditions with "and" or "or," describing bounded intervals or unions of intervals. Absolute value, denoted |x|, measures a number's distance from zero on the number line regardless of sign; absolute value equations and inequalities split into two cases corresponding to the positive and negative possibilities of the expression inside the bars.

0 -4 4 |-4| = 4

The Coordinate Plane, Relations, and Functions

The coordinate plane locates points using ordered pairs (x, y) relative to a horizontal x-axis and vertical y-axis. A relation is any set of ordered pairs; a function is a relation in which every input (domain value) corresponds to exactly one output (range value). Function notation, written f(x), names the output produced when the rule f is applied to input x. Functions can be represented interchangeably through tables of values, algebraic rules, graphs, and verbal descriptions, and translating fluently between these representations is a core algebraic skill.

Linear Relationships

A relationship is proportional when it can be written as y = kx for a constant k. More generally, a linear function has a constant rate of change called the slope, computed as the ratio of vertical change to horizontal change between any two points:

m = y2-y1 x2-x1

Linear equations appear in several standard forms — slope-intercept (y = mx + b), point-slope (y − y₁ = m(x − x₁)), and standard (Ax + By = C) — each convenient for different tasks. Parallel lines share equal slopes; perpendicular lines have slopes that are negative reciprocals of one another. A system of linear equations consists of two or more linear equations considered together, solved by graphing, substitution, or elimination to find the point or points satisfying all equations simultaneously; a system of linear inequalities likewise describes the overlapping region satisfying every inequality at once.

Exponents and Polynomials

Integer exponent rules govern how powers combine: multiplying like bases adds exponents, dividing like bases subtracts exponents, raising a power to a power multiplies exponents, and a zero or negative exponent is defined through the identities x⁰ = 1 and x⁻ⁿ = 1/xⁿ. Scientific notation uses powers of ten to express very large or very small numbers compactly, as in 6.02 × 10²³.

A polynomial is an expression built from terms with non-negative integer exponents on its variables; polynomials are classified by their number of terms (monomial, binomial, trinomial) and by their degree, the highest exponent present. Polynomials are added and subtracted by combining like terms and multiplied using the distributive property, including the FOIL technique for multiplying two binomials. Special products recur frequently enough to be memorized as patterns:

(a+b)2 = a2 + 2ab + b2

Polynomial division, including long division and synthetic division by linear divisors, reverses multiplication to recover a quotient and remainder.

Rational and Radical Expressions

A rational expression is a quotient of two polynomials, defined everywhere except where its denominator equals zero; identifying these excluded values is called determining the domain restrictions. Rational expressions are simplified, multiplied, divided, added, and subtracted using the same principles as numerical fractions, generalized to polynomial numerators and denominators. Rational equations, which contain variables in a denominator, are solved by clearing denominators and then checking every candidate solution against the domain restrictions to discard extraneous results.

A radical expression involves a root, most commonly a square root, written √x or, more generally, using a radical index n as ⁿ√x. Rational exponents provide an equivalent notation, since x^(1/n) means the same quantity as ⁿ√x, unifying root and power rules under a single exponent system. Radical equations, which contain the variable under a radical, are solved by isolating the radical and raising both sides to the appropriate power, again followed by a check for extraneous solutions introduced by that step.

Quadratic Expressions and Equations

A quadratic expression has the general form ax² + bx + c, with a ≠ 0, and its graph is a parabola — a symmetric, U-shaped curve whose vertex marks its minimum or maximum point and whose orientation depends on the sign of a. Quadratic equations, ax² + bx + c = 0, can be solved by factoring when the expression factors over the integers, by the square root method when the equation reduces to a squared binomial equal to a constant, by completing the square to force that form artificially, or universally by the quadratic formula:

x = -b±b2-4ac 2a

The discriminant, b² − 4ac, determines the number and nature of the solutions without solving the equation fully: positive gives two real solutions, zero gives one repeated real solution, and negative gives no real solutions. Quadratic inequalities extend this analysis by comparing the parabola to zero over intervals of the number line rather than at isolated points.

Sequences and Applied Modeling

An arithmetic sequence is an ordered list of numbers with a constant difference between consecutive terms, generalizing the idea of a linear pattern to discrete steps. Elementary algebra culminates in applied modeling, translating real situations into algebraic form: percentage, ratio, and mixture problems; motion, work, and combined-rate problems; geometric and measurement problems involving perimeter, area, and volume formulas; and cost, revenue, and break-even models used in basic economics. Solving an applied problem requires defining variables clearly, writing an equation or system that captures the stated relationships, solving algebraically, and then verifying the result — checking both that it satisfies the original equation and that it is meaningful within the problem's real-world domain, such as rejecting a negative length or a fractional number of people.

Error Analysis and Verification

Because algebraic manipulation involves many sequential steps, elementary algebra also emphasizes systematic verification: substituting a candidate solution back into the original equation, checking domain restrictions for rational and radical expressions, and recognizing common errors such as incorrectly distributing a negative sign, mishandling exponent rules, or dividing by an expression that could equal zero. This disciplined habit of checking work is treated as an integral part of algebraic competence rather than an optional final step, since it is what distinguishes a correct symbolic manipulation from one that merely looks correct.

Content in this section