Algebra - Concepts, Topics, and Basic Formulas

Algebra - Concepts, Topics, and Basic Formulas

TAG: Algebra

TL;DR

Algebra is the branch of mathematics that uses letters and symbols — usually xxx, yyy, zzz — to represent unknown numbers, and then works out what those numbers must be. This article covers the core concepts, the main topics, the basic formulas you'll use again and again.

Algebra is the part of mathematics that handles unknown numbers. Instead of working with a specific number — like 47 or 3.14 — algebra uses a letter to stand in for any number, then writes rules that hold for all of them at once. The letter xxx in "x+3=7" is not a mystery; it's a number whose specific value we are trying to find. The whole subject is the toolkit for finding that value, and for working with relationships between unknown quantities.

That move — replacing a specific number with a letter — is what makes algebra one of the most powerful languages ever invented. It turned mathematics from a collection of clever tricks into a system that could describe almost any pattern.

The Core Concepts of Algebra

Five concepts carry the entire subject. Get these and the rest of algebra falls into place.

Variables

A variable is a letter that stands for a number whose value can change or is unknown. The most common letters are xxx, yyy, zzz, aaa, bbb, ccc, and nnn — but any letter works.

Constants

A constant is a fixed number whose value does not change. In the expression 3x+5, the numbers 3 and 5 are constants. The letter xxx is the variable.

Coefficients

A coefficient is the constant that multiplies a variable. In 3x, the coefficient is 3. In −7y, the coefficient is −7. The coefficient tells you how many of the variable you have.

Expressions

An algebraic expression is a combination of variables, constants, and operations (+, −, ×, ÷) with no equals sign. Examples:

3x+5, 2a−7b+1, x²−4

Equations

An equation is two expressions connected by an equals sign — a claim that the two sides have the same value.

3x+5=14, x²−4=0

The difference between an expression and an equation is the equals sign. Expressions can be simplified; equations can be solved — you find the value of the variable that makes the claim true.

Where Algebra Came From — Why It Exists

Algebra was not always part of mathematics. Before the 9th century, mathematicians used geometry and arithmetic — but they had no systematic way to handle problems where the unknown was tangled inside an equation.

That changed around 820 CE in Baghdad. A scholar named Muhammad ibn Musa al-Khwarizmi — working at the House of Wisdom, wrote a book titled Al-Kitāb al-Mukhtaṣar fī Ḥisāb al-Jabr wal-Muqābala — "The Compendious Book on Calculation by Completion and Balancing." In English, two words from that title became the names of the foundational ideas of mathematics:

Al-Khwarizmi's book presented step-by-step procedures for solving linear and quadratic equations. The symbolic xxx and yyy we use today came later, refined by mathematicians like François Viète in the 16th century and René Descartes in the 17th.

The reason this matters: nearly every quantitative profession invented since — from engineering to economics to data science — runs on algebra.

The Main Topics of Algebra

Algebra splits into a small number of major topics:

1. Sets

A set is a well-defined collection of objects, written with curly braces. Sets are the foundation underneath all of algebra.

2. Algebraic Expressions

An algebraic expression combines variables, constants, and operations without an equals sign. Examples include 3x+5, 2a²−7, and \frac{x+1}{x-2}.

3. Linear Equations

A linear equation has variables raised to the first power only. The general form is:

ax+b=0

4. Quadratic Equations

A quadratic equation has a variable raised to the second power. The general form is:

a x² + b x + c = 0,

a  0

The two solutions come from the quadratic formula:

x=−b±\sqrt{b²−4ac}/2a

5. Sequences

A sequence is an ordered list of numbers following a pattern.

6. Logarithms

A logarithm answers the question "to what power must I raise this base to get this number?"

7. Matrices

A matrix is a rectangular array of numbers. Matrices encode systems of linear equations, computer graphics transformations, and the math behind machine learning.

8. Polynomials and Perfect Squares

A polynomial is an expression with one or more variable terms with non-negative integer exponents: 5x³−2x²+7x−15. Perfect squares are integers that are squares of other integers: 1, 4, 9, 16, 25, 36, …

The Basic Algebra Formulas Everyone Should Know

1. Identities (Always True)

\begin{aligned} (a+b)²&=a²+2ab+b²
(a−b)²&=a²−2ab+b²
(a+b)(a−b)&=a²−b²
(a+b)³&=a³+3a²b+3ab²+b³
(a−b)³&=a³−3a²b+3ab²−b³
a³+b³&=(a+b)(a²−ab+b²)
a³−b³&=(a−b)(a²+ab+b²) \end{aligned}

2. The Quadratic Formula

For ax² + bx + c = 0 with a≠0:

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

3. Exponent Rules

\begin{aligned} a^m\cdot a^n&=a^{m+n}
\frac{a^m}{a^n}&=a^{m−n}
(a^{m})^n&=a^{mn}
a^0&=1
(a≠0)
a^{−n}&=\frac{1}{a^n}
\end{aligned}

4. Logarithm Rules

\begin{aligned}\log_b(xy)&=\log_b(x)+\log_b(y)
\log_b\left(\frac{x}{y}\right)&=\log_b(x)−\log_b(y)
\log_b(x^n)&=n\log_b(x)\end{aligned}

A Worked Example — Wrong Path First

Solve: x²−5x+6=0

The intuitive (wrong) approach. A student may try to solve linearly.

Why it fails. A quadratic has two solutions in general.

The correct method — factoring. Find two numbers that multiply to 6 and add to −5. They are −2 and −3.

x²−5x+6=(x−2)(x−3)=0

Common Mistakes in Algebra

Mistake 1: Treating −x as a negative number

Where it slips in: Substituting a negative value.

Mistake 2: Distributing carelessly across a minus sign

Where it slips in: Subtracting a parenthesised expression.

Mistake 3: Cancelling terms instead of factors

The Mathematicians Who Shaped Algebra

Muhammad ibn Musa al-Khwarizmi (c. 780–c. 850) — Father of algebra.
Diophantus of Alexandria (c. 200–c. 284 CE) — Often called the "father of algebra" in the Greek tradition.
François Viète (1540–1603) — Introduced modern convention for symbols.
René Descartes (1596–1650) — Standardised algebraic notation.

Frequently Asked Questions

What is algebra in simple words?
Algebra is the part of math that uses letters to stand for unknown numbers.

What are the main topics of algebra?
The major topics are sets, algebraic expressions, linear equations, quadratic equations, sequences, and matrices.

What is the difference between an expression and an equation?
An expression has no equals sign; an equation does.

Who invented algebra?
Muhammad ibn Musa al-Khwarizmi.

Why do we learn algebra?
Because algebra is the language of quantitative disciplines.

What is the most important algebra formula?
The quadratic formula is the most reused.