Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Exponent

From Prime-Wiki
Jump to: navigation, search

Also referred to as the power a base number is raised to, the exponent is the superscript value of a number written as ap.

Suppose that a is a real number. When the product a × a × a × a is written as a4, the number 4 is the index, or exponent.

When the exponent is a positive integer p, then ap means a × a × a ... × a where there are p occurrences of a.

It can then be shown that:

(i) apaq=ap+q
(ii) apaq=apq, if a is not equal to 0
(iii) (ap)q=apq
(iv) (ab)p=apbp

where in (ii) it is required that p>q.

When p is not a positive integer

When p is a negative integer, ap means that we are notating the number 1aaaa... where, you guess it, the absolute value of p represents the number of occurences of a.
When p equals zero and a does not equal zero, ap always equals one.
When p equals -1, ap equals the reciprocal (or the multiplicative inverse) of a, that means 1/a.
When 0 is taken to a negative power, the result will be always undefined, as that implies in division by zero.

00 is sometimes considered undefined, but is normally sensibly defined as 1.

External links