Calculate exponents and powers with step-by-step working. Perfect for squares, cubes, and any power calculation.
Exponential growth is famously counterintuitive - the old riddle about doubling a penny every day for a month (reaching over $5 million by day 30) is a classic illustration of how exponential functions outpace linear intuition. This isn't just a math trick - it explains real phenomena like compound interest, population growth, viral spread of information, and computing power (Moore's Law), all of which follow exponential rather than linear patterns, which is exactly why humans consistently underestimate how fast exponential processes accelerate. Even something like 3⁴ divided by 2² follows the same basic exponent rules - evaluate each power first, then apply the division, rather than trying to combine the bases directly.
Negative and fractional exponents trip people up in a different way - a negative exponent means the reciprocal (2⁻² = 1/2² = 0.25, not a negative number), and a fractional exponent represents a root (x^(1/2) is the same as the square root of x), both of which follow consistent mathematical rules but aren't always intuitive on first encounter.
Exponents are calculated before multiplication, division, addition, and subtraction in standard order of operations (the "E" in PEMDAS), which is a common source of manual calculation errors when someone works through a multi-step expression in the wrong sequence.
An exponent indicates how many times a number (the base) is multiplied by itself. For example, 2³ means 2 × 2 × 2 = 8. The exponent is the small number written above and to the right of the base.
Any number (except 0) raised to the power of 0 equals 1. This is because dividing by itself repeatedly leads to 1. For example, 5⁰ = 1. Zero to the power of 0 is undefined.
A negative exponent means the reciprocal. x^(-n) = 1/(x^n). For example, 2^(-3) = 1/(2³) = 1/8 = 0.125. Negative exponents are useful in scientific notation and algebraic expressions.
Fractional exponents represent roots. x^(1/n) = ⁿ√x (the nth root of x). For example, 4^(1/2) = √4 = 2. Fractional exponents combine roots and powers in a single notation.
Exponents are used in: calculating compound interest, population growth models, computer science (binary), physics (energy calculations), chemistry (pH calculations), and engineering (signal processing).
A negative exponent represents the reciprocal of the positive exponent - for example, 2⁻² equals 1 divided by 2², which is 0.25.
A fractional exponent represents a root - x raised to the power of 1/2 is the same as the square root of x.
Exponents are calculated before multiplication, division, addition, and subtraction, following standard order of operations rules.