1001Ferramentas
xⁿ Calculators

Power Calculator

Calculate the power aⁿ of any base and exponent, including negatives and decimals. Shows the result in scientific notation when necessary.

Special cases

  • Negative exponent: a⁻ⁿ = 1 ÷ aⁿ
  • Zero exponent: a⁰ = 1 (for any a ≠ 0)
  • Fractional exponent: a^(1/n) = ⁿ√a
  • Zero base: 0ⁿ = 0 (for n > 0)

Exponentiation: definition and properties

Exponentiation with positive integer exponent is repeated multiplication: aⁿ = a·a·...·a (n times). Example: 2¹⁰ = 1024. Key properties: aᵐ·aⁿ = aᵐ⁺ⁿ, (aᵐ)ⁿ = aᵐⁿ, a⁰ = 1 (by convention, with 0⁰ indeterminate), and a⁻ⁿ = 1/aⁿ. Rational exponents connect to roots: a^(p/q) = ᵍ√(a^p). The definition extends to real exponents via the exponential and logarithm: aˣ = exp(x·ln a). Compare growth rates: exponential O(2ⁿ) dominates any polynomial O(nᵏ) for large n — a critical distinction in algorithm analysis (Big-O).

Applications

Compound interest: future value is FV = PV·(1+i)^t. Radioactive decay and population growth follow N(t) = N₀·e^(kt). Computational complexity: algorithms are classified as polynomial (P) or exponential (EXP). Cryptography: RSA and Diffie-Hellman rely on modular exponentiation aᵇ mod n, fast to compute but hard to invert. Scientific notation: physics and chemistry write numbers like 6.022·10²³ (Avogadro) using powers of 10.

FAQ

Why is a⁰ = 1? By the property aᵐ/aᵐ = aᵐ⁻ᵐ = a⁰, and aᵐ/aᵐ = 1 for a ≠ 0. The case 0⁰ is indeterminate (context-dependent).

What does a⁻ⁿ mean? The reciprocal of aⁿ: a⁻ⁿ = 1/aⁿ. Example: 2⁻³ = 1/8 = 0.125.

Can the exponent be irrational? Yes. 2^π is defined via the exponential function: 2^π = exp(π·ln 2) ≈ 8.825.

Related Tools

Rectangle Area Calculator

Calculate the area of a rectangle from its base and height. Formula: A = b × h. Instant result.

Bearing Power Loss

Calculate the power dissipated by friction in a bearing, P = T × ω, multiplying the friction torque T by the angular velocity ω (rad/s). The result, in watts, is the mechanical energy converted to heat per unit time by friction — a loss that reduces efficiency and heats the lubricant and components. This heat must be dissipated (by convection or oil circulation) to keep a safe operating temperature, since overheating degrades the lubricant and can cause seizure. Estimating the dissipated power is essential to size the cooling and the oil flow. Enter the friction torque and the angular velocity.

Ohm’s Law Calculator

Calculate voltage (V), current (I), resistance (R) and power (P) using Ohm’s Law. Provide any two values and the calculator finds the other two. Useful for electronics and electrical work. Everything in your browser.

⚗️

Bicarbonate in Acid-Base Balance

Estimates HCO3 using the Henderson-Hasselbalch equation from pH and pCO2.

Modular Exponentiation Calculator

Calculate modular exponentiation (b to the power e, modulo m) fast with the square-and-multiply method. Essential in RSA cryptography and number theory.

📐

Gear Base Pitch

Calculate the base pitch of an involute gear, p_b = π·m·cos(φ), from the module m (mm) and the pressure angle φ (degrees). The base pitch is the distance between two homologous flanks of consecutive teeth, measured along the base circle (or, equivalently, along the line of action) — different from the circular pitch (π·m), measured on the pitch circle. The base pitch is a FUNDAMENTAL property of involute meshing for an elegant reason: for two meshes to transmit motion correctly, they must have the SAME base pitch — it is the conjugacy condition of involute profiles. Moreover, the base pitch appears directly in the CONTACT RATIO (the average number of teeth in simultaneous contact, found by dividing the line-of-action length by the base pitch): a contact ratio above 1 (ideally above 1.4) ensures there is always at least one tooth pair meshed, transmitting motion continuously and smoothly, without impacts. The base pitch is also the basis of checking gears 'over two pins' or by span measurement (W over teeth), classic dimensional-control methods. It is an essential parameter in gear geometry and metrology. Enter the module and the pressure angle.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.