Convert Powers
Converting the base of powers, calculating the resulting exponent and vice versa. The base of a power indicates how quickly the value increases with each step. With a base of two, the value doubles when the exponent is increased by 1. With a base of ten, it increases tenfold. Functions of the form ax with parameter a and variable x are called exponential functions. These are characterized by extremely rapid growth and are needed for many practical and theoretical applications in mathematics. We use powers of ten, for example, to represent numbers in the decimal system.
Here, individual powers of the form c * ax can be converted to those of the form d * by. The multipliers c and d are set to the default value of 1. The base a and the exponent x must be entered, and either b or y to calculate the exponent y or the base b, respectively. The base for a and b can also be e for Euler's number, or expressions like 2*e (with *, not 2e). These are converted internally into numerical values. b and y are output as decimal fractions.