Mathwords logoMathwords

Algebraic Function — Definition, Formula & Examples

An algebraic function is any function built from the basic operations of algebra — addition, subtraction, multiplication, division, and taking roots — applied to a variable. Common examples include polynomial functions like x2+3xx^2 + 3x and rational functions like 1x1\frac{1}{x-1}.

A function y=f(x)y = f(x) is algebraic if it satisfies a polynomial equation P(x,y)=0P(x, y) = 0, where PP is a polynomial in both xx and yy with rational coefficients. Equivalently, algebraic functions are those obtained from the variable xx and constants through a finite number of additions, subtractions, multiplications, divisions, and extractions of nnth roots.

How It Works

To determine whether a function is algebraic, check if it can be expressed using only polynomials, ratios of polynomials, or radicals. For instance, f(x)=x2+1f(x) = \sqrt{x^2 + 1} is algebraic because it involves only a square root of a polynomial. In contrast, functions like sin(x)\sin(x), exe^x, and ln(x)\ln(x) are not algebraic — they are called transcendental functions. Every polynomial and every rational function is automatically algebraic, but algebraic functions also include expressions with radicals that are not themselves polynomials or rational.

Worked Example

Problem: Determine whether f(x)=x2+83f(x) = \sqrt[3]{x^2 + 8} is an algebraic function.
Step 1: Set y=x2+83y = \sqrt[3]{x^2 + 8} and try to write a polynomial equation in xx and yy.
y=x2+83y = \sqrt[3]{x^2 + 8}
Step 2: Cube both sides to eliminate the radical.
y3=x2+8y^3 = x^2 + 8
Step 3: Rearrange into a polynomial equation in xx and yy.
y3x28=0y^3 - x^2 - 8 = 0
Answer: Since yy satisfies the polynomial equation y3x28=0y^3 - x^2 - 8 = 0, the function f(x)=x2+83f(x) = \sqrt[3]{x^2 + 8} is algebraic.

Why It Matters

Recognizing algebraic functions helps you predict their behavior — they have predictable domains, can be differentiated using standard rules, and appear throughout precalculus and calculus. In engineering and physics, distinguishing algebraic from transcendental functions determines which solving techniques apply.

Common Mistakes

Mistake: Assuming that any function with a radical, like xπx^{\pi}, is algebraic.
Correction: Only roots with rational exponents (like x1/2x^{1/2} or x2/3x^{2/3}) produce algebraic functions. An irrational exponent like xπx^{\pi} yields a transcendental function.