x = The algebraic number (the root of the polynomial)
a0,a1,…,an = Integer coefficients, with $a_n \neq 0$
n = The degree of the polynomial (a positive integer)
Worked Example
Problem:Show that 2 is an algebraic number by finding a polynomial equation with integer coefficients that it satisfies.
Step 1:Let x=2.
x=2
Step 2: Square both sides to eliminate the square root.
x2=2
Step 3: Rearrange into standard polynomial form with integer coefficients.
x2−2=0
Step 4:Verify: the polynomial x2−2 has integer coefficients (a2=1, a1=0, a0=−2), and 2 is indeed a root since (2)2−2=0.
1⋅(2)2+0⋅(2)+(−2)=2−2=0✓
Answer:2 is algebraic because it is a root of x2−2=0, a polynomial with integer coefficients.
Another Example
This example shows the simplest case: a rational number is always algebraic via a degree-1 (linear) polynomial. The first example involved an irrational surd requiring a degree-2 polynomial.
Problem:Show that the rational number 53 is algebraic.
Step 1:Let x=53.
x=53
Step 2: Multiply both sides by 5 to clear the fraction.
5x=3
Step 3: Rearrange into polynomial form.
5x−3=0
Step 4:This is a degree-1 polynomial with integer coefficients (a1=5, a0=−3). In fact, every rational number qp satisfies qx−p=0, so every rational number is algebraic.
5⋅53−3=3−3=0✓
Answer:53 is algebraic because it is a root of 5x−3=0.
Frequently Asked Questions
What is the difference between algebraic and transcendental numbers?
An algebraic number is a root of some polynomial with integer coefficients; a transcendental number is a real (or complex) number that is not the root of any such polynomial. For example, 5 is algebraic (root of x2−5=0), while π and e are transcendental — no polynomial with integer coefficients has π or e as a root. Proving a number is transcendental is generally much harder than proving it is algebraic.
Is every irrational number algebraic?
No. Some irrational numbers are algebraic (like 2), and some are transcendental (like π). Being irrational simply means the number cannot be written as a fraction of two integers. Algebraic irrationals satisfy polynomial equations with integer coefficients, while transcendental numbers do not.
Are there more algebraic numbers or transcendental numbers?
Perhaps surprisingly, there are far more transcendental numbers. The set of algebraic numbers is countable (meaning they can be listed in a sequence), while the set of transcendental numbers is uncountable. In a precise mathematical sense, "almost all" real numbers are transcendental.
Algebraic Numbers vs. Transcendental Numbers
Algebraic Numbers
Transcendental Numbers
Definition
Root of a polynomial with integer coefficients
Not the root of any polynomial with integer coefficients
Examples
31, 2, 35, the golden ratio ϕ
π, e, ln2, 22
Rational or irrational?
Can be either rational or irrational
Always irrational
How many?
Countably infinite
Uncountably infinite
Ease of proof
Just exhibit a polynomial it satisfies
Typically requires advanced proof techniques
Why It Matters
Algebraic numbers appear throughout algebra courses whenever you solve polynomial equations — every solution you find (rational or irrational) is an algebraic number. The distinction between algebraic and transcendental numbers is fundamental in higher mathematics and is closely tied to classic impossibility results, such as the proof that you cannot square the circle with a compass and straightedge (because π is transcendental). Understanding this classification also helps clarify the structure of the real number line: it is split into algebraic and transcendental parts, with the transcendental part being vastly larger.
Common Mistakes
Mistake: Assuming all irrational numbers are transcendental.
Correction:Many irrational numbers are algebraic. For instance, 2 is irrational but algebraic (it satisfies x2−2=0). Only irrational numbers that satisfy no polynomial with integer coefficients are transcendental.
Mistake: Thinking the polynomial must have rational (not integer) coefficients.
Correction:The definition uses integer coefficients, but this is equivalent to allowing rational coefficients — you can always multiply through by the least common denominator to clear fractions. For example, 21x2−1=0 becomes x2−2=0 after multiplying by 2.