exponential Times

Poweringup

The exponential is a standardized and generalized form of the power concept. Here we will look first at whole number powers, following that with the extension to negative numbers. Just as multiplication can be viewed as repeated addition of the same number, powers consist of repeated multiplication:
Multiplication: \(2 \times 3 = 2 + 2 + 2 = 6\)
Power: \(2^{3} = 2 \times 2 \times 2 = 8\)
The power formula consists of two terms. In the above power, \(2^{3}\), the power/exponent 3 has base 2. The concept generalizing to other bases, including fractions and real numbers, would seem straightforward (tell me if you don't think this is so). However, the generalization of the exponent to non whole numbers — non-fractions/-irrationals greater than zero — is more involved.

Inflation

Perhaps it would be useful at this point to see how powers are used. Imagine a government sets an inflation target of 2% each year. That means that something (like bread?) that costs $1 (or whatever currency) this year, will cost $1.02 next year — the original $1 plus 2¢. If the inflation continues at 2%, the next year the item will cost 1.02×$1.02=$1.0404. So if you rounded the value to whole numbers of cents, it would appear that the increase was just double at 4% after two years. But for a $100 product (a TV?) the price will have increased to $104.04, 4.04% up. The extra 4¢ does not appear much, but these extras eventually add up over longer periods.
To make life easy so far, I have used products with $1 and $100 initial value. Let's imagine instead a cheap Android pad costing $80. After two years with 2% inflation, the cost would rise to 1.02×1.02×$80=1.022×$80=$83.232 — rounding, of course, gives $83.23. I have put in the power form with two years as the exponent at the intermediate stage. One could write this as a formula:
\[price\left( {year} \right) = \left( 1 + inflation)^{year}price\left( 0 \right) \right.\]
The price at year zero is the current cost.

Graph

The following gives an idea of how the inflation function works. Try playing around with the inputs: in particular, a higher inflation rate (e.g. 20%), and even negative rates (e.g. –20%, –100%, –120%, –200%, –220%). The same structure also describes interest and how it compounds to give higher than naïvely expected returns to the lender.

Inflation graph

Inflation: %
Initial cost: $

Setup

Powers are also useful in counting possibilities. We’ve all had to create passwords, which are based on combinations of characters from a set of possibilities — an “alphabet”. Let us imagine the passwords have a fixed length, 16 characters for example. If we avoid accents, punctuation marks, don't distinguish between upper- (capitals) and lower- (small) case letters, and such, there are 26 letters in the English alphabet. A given password can be viewed as a function between the place and a letter.
I’ve just generated a password “jxndhoiigvsinmie”. Let us represent it as a letter p. As a function, in the first place is the letter “j” — or p(1) = ”j”. In a similar way, we have p(7) = p(8) = p(12) = p(15) = “i”. There seem to be a lot of “i”s, but there you go. The point is, the letters in the different places are not necessarily unique:
The more possible passwords there are, the more difficult it is hoped will be a malicious attempt to guess it. Hence, it is of interest to count the number of possibilities. With a 1-letter password, there would just be 26 possibilities. As we increase the password length by 1, we increase the number of possibilities by a factor of 26. So with our 16-letter password, the number of possibilities is 2616, a very long number involving 23 digits that I won’t write out.
Let us view the places and alphabet as two sets: P = {1 . . . 16} and A = {“a” . . . “z”}. The sizes of these sets are represented as |P| and |A|, so we have the possibility count |A||P|. First, this formulation allows us to generalize to other sets/functions with different domains (password places in this case) and ranges (alphabet). In set theory, the set of functions is represented as AP, without the vertical bars, representing the set size. The size of the set of functions is |AP| = |A||P|. Expanding the set of letters in the alphabet, distinguishing between small and captial letters, adding in number digits, punctuation, etc., pushes the number of possible passwords up — for a 16-letter password with upper/lower case distinctions (52-letter alphabet) we get 5216 passwords, a number with 28 digits.
We can generalize to arbitrary functions from a domain to a range:

Functions

Domain (D):{}
Range (R): {}
The calculation button allows you to assess whether you want to generate the table. You can input different domains and ranges with the objects separated by commas. The function number is just an arbitrary enumeration label. If the number of possibilities gets too large, your system will slow to a crawl — you have been warned!

Power set

A further particular application of the power concept to sets is the set of subsets — indeed this is often called the power set. To see how this arises we imagine the set of functions from the set of interest, X, to the 2-element set {0, 1}. Given such a function you can construct a subset consisting of all the elements that are mapped to 1. Each such subset has a unique function that describes it in this way. We can view this as a set of labels: if the label is “1”, the item is in the subset; if “0”, not. The number of subsets is thus 2|X|. Further in some developments of set theory, numbers are built up from the empty set 0 = ∅ = {}, 1 = {0}={∅}, 2 = {0, 1}={0,{0}}. Thus the set of subsets is represented as 2X:

Power sets

Set:{}
I have reused the structures of the previous functions with a bit of a trick, which you may want to work out.