Exponent

From Knowino
Jump to: navigation, search

An exponent is a mathematical notation used to represent the operation of exponentiation. It is usually written as a superscript on a number or variable, called the base. For example, in the expression 54, the base is 5 and the exponent is 4.

Exponents are often numbers or variables. The original usage for exponents is using a numerical base with a positive whole number exponent n to represent the quantity obtained by multiplying the base by itself n times. For example, the expression 54 is defined to be 5 multiplied by itself 3 times (which means the product of 4 factors): 5 \times 5 \times 5 \times 5.

Through centuries of development, the use of exponents has been extended to allow many other types of exponents, including negative integers, rational numbers, real numbers, complex numbers, and even matrices, sets, and other more complicated types of mathematical objects. These more exotic types of exponents no longer have meanings as simple as the product of a base with itself a certain number of times. Furthermore, in these more general contexts, not all exponential expressions have meaning (for instance, 0 − 1 is considered undefined). The large variety of meanings for exponential expressions and restrictions on when they have meaning at all often presents a strong barrier to mathematics students. Fortunately, the rules for exponentiation keep the same form and remain true regardless of the types of exponent being considered.

[edit] Exponents in complex expressions

Expressions involving exponentiation as well as other operations can appear ambiguous. For instance, consider the following two proposed ways of evaluating the same expression:

  1.    5+2^3 = 5+2 \times 2 \times 2 = 5 + 8 = 13    (correct)
  2.    5+2^3 = 7^3 = 7 \times 7 \times 7 = 343    (incorrect, see below)

In the given expression 5 + 23, there are two different operations appearing, addition and exponentiation. In example 1 above, the 2 was raised to the 3rd power first, and then 5 was added to the result second. In the second example, the 5 and 2 were added first, and then the result was raised to the 3rd power second. Observe that just by changing the order in which the operations were done, we obtained drastically different results.

Mathematical writing is used primarily to communicate information to other people. Because of this, mathematical notation must be extremely precise so that all people who read mathematical notation will understand it to mean the same thing. For evaluating expressions with multiple operations, the precise order that the operations must be evaluated is known as the order of operations, and is a worldwide standard. For expressions involving parentheses, exponents, and the four arithmetic operations +, -, \times, \text{ and } \div, expressions inside parentheses are to be evaluated before those outside, and exponentiation is to be performed before the other four operations. Furthermore, if an exponent is a complicated expression, it must be evaluated before the exponentiation is performed (see rule 1 for exponents in the following section for an example).

For instance, example 1 above is the correct procedure, even though the first operation to be evaluated is the one that appears second as you read left to right. If we instead wanted to add 5 and 2 and then raised to the 3rd power, as in example 2, we would need to insert parentheses:

(5+2)^3 = 7^3 = 7 \times 7 \times 7 = 343.

It is imperative to observe here that we would not obtain the same answer by trying to "distribute" the exponent here. Exponents cannot generally be distributed across sums the same way multiplication can, even though exponents are initially defined by successive multiplication. If we try to distribute, we find

 5^3 + 2^3 = 125 + 8 = 133 \neq (5+2)^3

We see that the rules for using exponential notation differ significantly from those for multiplicative notation, so great care must be exerted to ensure that one knows the rules for each operation precisely, both those that work and those that generally do not.

[edit] Rules for exponents

There are two rules for exponents that always apply, regardless of what types of quantities the base and exponent are. They are:

  1.    a^{m+n} = a^m \times a^n, and
  2.    (a^m)^n = a^{m \times n}

Distinguishing between these statements and understanding what they mean can often pose a barrier to mathematics students. The difficulty usually arises from trouble understanding the order of operations for evaluating each side above. Let us clarify through and example. Set a = 2, m = 1, and n = 3 in the first rule above. The left side evaluates to

21 + 3 = 24 = 16,

where we observe that the complicated exponent 1 + 3 must be simplified to 4 before the exponentiation is performed (as dictated by order of operations). On the other hand, the right side of the first rule above evaluates to

 2^1 \times 2^3 = 2 \times 8 = 16 .

Each of these expressions evaluated to the same number, 16, as the first rule says should happen.

Observe that this rule is a little strange – the addition in the exponent on the left side becomes multiplication on the right side. Typically, a^{m+n} \neq a^m + a^n, as you might expect if you are looking for more symmetry in the formula or are hoping that a base can be "distributed" across a sum.

This poses a difficulty because there are times when you might be presented with am + n and need to know that it equals a^m \times a^n, and other times that you might be presented with a^m \times a^n and need to know that it equals am + n. Because exponents and multiplication appear in both a^m \times a^n and a^{m \times n}, it is possible to confuse rules 1 and 2. The way to keep this straight is not to remember the rules in the form "if an exponent and a product appear, then you can convert it to an exponent and a sum". This has two problems. First, it is not precise since exponents and products can appear in different configurations with different meanings. Second, it lacks any understanding of what exponents and products actually represent (i.e., what calculations are being performed), and what the difference is. A better procedure is to spend the time to memorize both formulas precisely by rote, and to be able to see why the formulas hold by giving an example with numbers in place of a,m, and n.

[edit] Extension of exponents to fractional and negative values

Originally, exponents were natural numbers: it's easy to see the meaning of an expression such as 10^3 = 10 \times 10 \times 10. The above rules for adding and multiplying exponents were noticed, and to extend the idea to fractions and negative numbers it was assumed that the same rules would apply. To define a meaning for a fractional value such as 10^\frac{1}{2}, consider that, using a rule for multiplying exponents,

(10^\frac{1}{2})^2 = 10^{\frac{1}{2}\times 2} = 10^1 = 10

Therefore 10^\frac{1}{2} must be \sqrt{10}. Values for many other numbers can be worked out similarly using cube roots and so on, and values for all real numbers can then be defined using limits.

To assign meaning to negative values of exponents, note the rule that

bxby = bx + y.

So, for example, to find the meaning of 10 − 3, consider

10^{-3}\times10^4 = 10^{-3 + 4} = 10^1 = 10

Therefore,

10^{-3} = \frac{10}{10^4} = 0.001

By a similar argument it can be established that b0 = 1 for any base b > 1.

Information.svg Some content on this page may previously have appeared on Citizendium.
Personal tools
Variants
Actions
Navigation
Community
Toolbox