Skip to main content
AI-PoweredDecision ToolsFree — No sign-up

Exponent Calculator

2 to the 10th is 1,024. The cube root of 27 is 3. Log base 2 of 256 is 8. Three modes cover powers, roots, and logarithms for any numbers you throw at it. Every result includes a plain-English explanation and a table of related calculations so you can see the pattern, not just the answer.

By SplitGenius TeamUpdated February 2026

2 raised to the 10th power equals 1,024. The square root of 144 is 12. Log base 10 of 1,000 is 3. Enter a base and exponent to calculate powers, roots, or logarithms with related calculations.

Calculation Mode

Pick the operation. Power raises a base, root finds the inverse, logarithm finds the exponent.

Raise a base to an exponent

Enter Your Numbers

Enter the base and the exponent to calculate the power.

The number to raise (e.g. 2)

The power to raise it to (e.g. 10)

How This Calculator Works

1

Enter Your Details

Fill in amounts, people, and preferences. Takes under 30 seconds.

2

Get Fair Results

See an instant breakdown with data-driven calculations and Fairness Scores.

3

Share & Settle

Copy a shareable link to discuss results with everyone involved.

Frequently Asked Questions

People Also Calculate

Explore 182+ Free Calculators

Split rent, bills, tips, trips, wedding costs, childcare, and more.

Browse All Calculators

Exponent Rules You Actually Need

Every exponent problem reduces to a handful of rules. Master these and you can simplify any expression without a calculator.

Product Rule: a^m × a^n = a^(m+n)

When you multiply two powers with the same base, add the exponents. 2³ × 2&sup4; = 2&sup7; = 128. You're counting the total number of times the base is multiplied by itself: (2 × 2 × 2) × (2 × 2 × 2 × 2) = 2&sup7;.

Quotient Rule: a^m ÷ a^n = a^(m−n)

When you divide two powers with the same base, subtract the exponents. 5&sup6; ÷ 5² = 5&sup4; = 625. Cancel out the common factors in the numerator and denominator.

Power of a Power: (a^m)^n = a^(m×n)

When you raise a power to another power, multiply the exponents. (3²)³ = 3&sup6; = 729. You're applying the exponent operation n times, each time multiplying the exponent by m.

Root Properties

Roots are the inverse of exponents. The nth root of x asks “what number, raised to the nth power, gives x?”

√(a × b) = √a × √b — The root of a product equals the product of the roots. √(36) = √(4 × 9) = 2 × 3 = 6.

√(a / b) = √a / √b — The root of a quotient equals the quotient of the roots. √(25/4) = 5/2 = 2.5.

The nth root of a = a^(1/n) — Any root can be written as a fractional exponent. √8 = 8^(1/2), ∛27 = 27^(1/3) = 3. This lets you apply exponent rules to roots.

Logarithm Laws

Logarithms answer the question “what exponent do I need?” log₂(8) = 3 because 2³ = 8. Three laws handle every simplification.

Product law: log(a × b) = log(a) + log(b) — Logs turn multiplication into addition. log₁₀(200) = log₁₀(2 × 100) = log₁₀(2) + 2 = 2.301.

Quotient law: log(a / b) = log(a) − log(b) — Logs turn division into subtraction. log₁₀(50) = log₁₀(100/2) = 2 − 0.301 = 1.699.

Power law: log(a^n) = n × log(a) — The exponent comes down as a multiplier. log₁₀(1000) = log₁₀(10³) = 3 × log₁₀(10) = 3. This is how you solve for unknown exponents in equations like 2^x = 1024.

Common Powers of 2

Powers of 2 appear constantly in computing (memory sizes, binary, data storage) and in everyday math. Here are the ones worth knowing by heart.

ExpressionValueContext
2Binary digit
4Nibble (half byte)
81 byte = 8 bits
2&sup4;16Hexadecimal base
2&sup5;3232-bit color depth
2&sup6;6464-bit architecture
2&sup7;128ASCII character set size
2&sup8;256RGB color per channel
2&sup9;512Common SSD size (GB)
2¹&sup0;1,0241 KB (kibibyte)
2¹¹2,048Common RSA key size
2¹²4,0964K page size
2¹³8,192Audio buffer size
2¹&sup4;16,38416K texture resolution
2¹&sup5;32,768Max signed 16-bit integer
2¹&sup6;65,536Max unsigned 16-bit integer

For working with very large or very small numbers, the scientific notation calculator converts between standard and exponential form. For operations with fractional exponents and mixed numbers, the fraction calculator breaks down each step.