Exponent Calculator: Powers, Roots, and Laws of Exponents

Exponent Calculator

Evaluate any power b^n, work with negative and fractional exponents, take nth roots, solve for an unknown exponent with logarithms, read the result in scientific notation, and see every law of exponents applied with numbers and steps.

🎯Worked Exponent Presets

📝Power Inputs

Evaluate raises base to exponent. Solve finds n from base and target. Root finds the n-th root of the base.

The number being raised to a power. May be negative or a decimal.

Whole, negative, or decimal such as 0.5 for a square root.

Top of the fraction: the power part of b^(p/q).

Bottom of the fraction: the root part, so q of 3 is a cube root.

Used only in solve mode: find n so that base^n equals this.

Used only in root mode: 2 is a square root, 3 a cube root.

Result 0 value of b^n
Scientific notation 0 mantissa x 10^power
Reciprocal / solved 0 1 / b^n or exponent n
Digits / form 0 integer digit count

🔢Exponent Anatomy

bBase
nExponent / power
b^nPower result
1Any b^0

📏Laws of Exponents Reference

LawRuleExampleResult
Product ruleb^m * b^n = b^(m+n)2^3 * 2^4 = 2^7128
Quotient ruleb^m / b^n = b^(m-n)2^6 / 2^2 = 2^416
Power of a power(b^m)^n = b^(m*n)(2^3)^2 = 2^664
Zero exponentb^0 = 1 (b not 0)7^01
Negative exponentb^-n = 1 / b^n2^-3 = 1 / 80.125
Fractional exponentb^(1/n) = nth root of b27^(1/3)3
Power of a product(a*b)^n = a^n * b^n(2*3)^236
Power of a quotient(a/b)^n = a^n / b^n(6/2)^327

📈Powers of 2 Table

ExponentPowerValueNotes
02^01Any base to zero
12^12The base itself
22^24Squared
32^38Cubed
42^416Nibble range
52^532
62^664
72^7128Signed byte range
82^8256One byte
92^9512
102^101,024One kibi (Ki)
122^124,0964 KB page
162^1665,536Two bytes
202^201,048,576One mebi (Mi)

🗂Squares and Cubes (1 to 15)

nSquare n^2Cube n^3Sqrt of nCube root of n
1111.00001.0000
2481.41421.2599
39271.73211.4422
416642.00001.5874
5251252.23611.7100
6362162.44951.8171
7493432.64581.9129
8645122.82842.0000
9817293.00002.0801
101001,0003.16232.1544
111211,3313.31662.2240
121441,7283.46412.2894
131692,1973.60562.3513
141962,7443.74172.4101
152253,3753.87302.4662

🌐Powers of 10 and Metric Scale

PowerValueNamePrefixSymbol
10^-30.001Thousandthmillim
10^-20.01Hundredthcentic
10^01One
10^110Tendecada
10^2100Hundredhectoh
10^31,000Thousandkilok
10^61,000,000MillionmegaM
10^91,000,000,000BilliongigaG
10^121,000,000,000,000TrillionteraT

Full Formula Breakdown

Basic powerb^n means multiply the base b by itself n times. Here result = Math.pow(base, exponent).
Zero exponentb^0 = 1 for any nonzero base. The empty product of no factors is defined as 1.
Negative exponentb^-n = 1 / b^n. A negative exponent means the reciprocal of the positive power, so 2^-3 = 1 / 8 = 0.125.
Fractional exponentb^(p/q) = the q-th root of b, then raised to p. So 27^(1/3) is the cube root of 27, which equals 3.
Negative base guardA negative base with a fractional exponent, like (-8)^(1/2), has no real value, so the calculator flags it as not real.
Solve the exponentTo find n where b^n = target, use logarithms: n = ln(target) / ln(base). For 2^n = 1000, n is about 9.9658.
nth rootThe n-th root of b equals b^(1/n) = Math.pow(base, 1/n). The 5th root of 243 is 3 because 3^5 = 243.
Scientific notationAny result can be written as mantissa x 10^power using result.toExponential(), which is handy for very large or very small numbers.
Product and quotientSame base: b^m * b^n = b^(m+n) and b^m / b^n = b^(m-n). Power of a power multiplies: (b^m)^n = b^(m*n).

📋Common Powers Comparison Grid

Base^2^3^4^5^10
24816321,024
39278124359,049
416642561,0241,048,576
5251256253,1259,765,625
6362161,2967,77660,466,176
7493432,40116,807282,475,249
8645124,09632,7681,073,741,824
9817296,56159,0493,486,784,401
101001,00010,000100,00010,000,000,000

💡Practical Exponent Tips

Negative vs subtraction: A negative exponent never makes a result negative. It flips the base to its reciprocal, so 2^-3 is 0.125, not -8. The sign of the result follows the base, not the exponent.
Fraction reading: In b^(p/q) the denominator q is the root and the numerator p is the power. Read 8^(2/3) as cube root of 8 squared, which is 2 squared, or 4.

Multiplication is expressed quickly through shorthand called exponents. It begins with a base number raised to some power, where the power tells you to multiply the base by itself that many times. Basically, it’s easy enough. This is true except when things get big, small, or even worse, fractional or negative. Let the calculator do those math bits and let you work out what all this means instead of how it works.

To use this calculator, you need to know what both of its inputs mean: the base and exponent. The base is the number that’s getting multiplied; the exponent is how many times that happens. When you square a number, you multiply it by itself once; when you cube it, you perform three multiplications in total. Understanding what those inputs represent also allows you to check whether or not the answer makes sense.

Understanding Exponents and Their Uses

If you double something ten times, you won’t get twenty; you’ll end up with over a thousand. That’s exponential growth, which is why viral marketing works so well and compound interest grows fastly. As chart at top demonstrates, doubling a value ten times results in over a thousand. Twenty doublings gets you past a million. The slope of line gets steeper very fast.

The one that trips people up are negative exponents, where you expect the answer to be negative but most of the time it’s not. A negative exponent just flips the fraction, so you’re dividing by the number (not multiplying). So, for example, $2^{-3} = 1/8$, not -8. The calculator does this flip for you behind the scenes. However, knowing the rule helps you avoid mistakes when the answer turns out to be a decimal less than one.

Fractional exponents have a little more trickiness as well, since they also correspond to roots: if you have an exponent of 1/2, that means a square root; 1/3 corresponds to a cube root, etc. If you type in a fraction for your input, what you’re asking the tool to do is take a root and then raise it to some other power. These are two operations wrapped into one symbol.

Algebra stays clean and organized thanks to the laws of exponents. Multiply exponents to raise a power to another power. Add exponents to raise a base to the same exponent multiple times. Subtract exponents to divide same bases. Until you apply them to variables, they feel like an arbitrary set of rules. To help your memory, this table gives some concrete examples of each law, hopefully enough to remember what goes where. (It’s too easy to mistake the power-of-a-power rule for the product rule.) Memorizing it abstractly often fails, but writing it down typically does the trick after one try.

Logarithms are simply exponents turned backwards, solving for an unknown exponent. When you know the base and the end result but need to find the exponent, you’re doing inverse math. The calculator has that mode as well (using natural logs), handy for finding out how many days it will take your money to double at a specific interest rate, or other financial calculations. Plug in the base rate and desired amount, and the calculator spits out the time factor. You don’t need to memorize the log formula; just remember it is looking for the missing part of the math string.

For instance, if the number is so big or small as to be hard to read, then it shows up in scientific notation. In scientific notation, the number is separated into a mantissa and power of ten. Because it’s used regularly in engineering and science, it makes sense that this would show up on calculators, saving space while also preventing counting mistakes. If you want to look at the magnitude of things without having to wade through a sea of trailing zeros, then this display comes in handy. From astronomical distances to atomic scales, numbers are still manageable.

Failing that, there’s a tendency to mess up the order of operations or read a fraction incorrectly. When faced with something complicated, be sure to double-check whether your exponent goes in the numerator or the denominator. If you turn on the breakdown view, the calculator walks you through its logic and can confirm what you did by hand. You’ll see where it took the root, for example, and where it applied the power. Over time, this kind of transparency builds intuition. You begin to pick up on patterns as the numbers behaves.

In sum, exponents measure the rate of change and scale. They express how something grows or shrinks. Or turns around. With that in mind, the calculator becomes our way to see such change. And when you get comfortablely letting the calculator do the math, then you can turn your attention to what the rate of growth means for your problem or project. If you learn to read the numbers, they will speak to you. Small starts could of lead to great results.

Exponent Calculator: Powers, Roots, and Laws of Exponents