Exponent

From TCS Wiki
Revision as of 01:43, 31 May 2017 by imported>ChenzwBot (Reverted edits by 2606:A000:4340:EB00:491A:CD61:6BDD:574A (talk) to last version by Darek555)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An exponent tells you how many times a number (known as the base) is multiplied by itself

For example: if you see [math]\displaystyle{ 5^7 }[/math], 5 is the base and 7 is the exponent. Therefore, in this example, 5 is multiplied by itself 7 times e.g. [math]\displaystyle{ 5\cdot5\cdot5\cdot5\cdot5\cdot5\cdot5 }[/math].

The exponent in [math]\displaystyle{ 2\cdot2\cdot2 }[/math] is 3. This can also be written as [math]\displaystyle{ 2^3 }[/math]

Bases raised to the second power or [math]\displaystyle{ x^2 }[/math] are known as squared values

Bases raised to the third power or [math]\displaystyle{ x^3 }[/math] are known as cubed values

Exponents are used in algebra. Exponentiation is a way of shortening the process/equation of repeatedly multiplying a number by itself.

An exponent is a number or symbol, placed above and to the right of the expression to which it applies, that indicates the number of times the expression is used as a factor.The exponent x in [math]\displaystyle{ (a + b)^x }[/math] indicates [math]\displaystyle{ (a + b) }[/math] multiplied by itself x times.

There are some basic rules used in exponentiation

1. Product Rule:

[math]\displaystyle{ a^m \cdot a^n=a^{(m+n)} }[/math]

Proof - When you are multiplying a base term by two different exponents [math]\displaystyle{ a^m \cdot a^n = (a^1 \cdot a^2 \cdot \dots \cdot a^m)\cdot(a^1 \cdot a^2 \cdot \dots \cdot a^n) }[/math] there are m number of a's and n number of a's

by definition, when dealing with exponents you are dealing with repeated multiplication of a base term so

[math]\displaystyle{ a^m \cdot a^n = (a^1 \cdot a^2 \cdot \dots \cdot a^m)\cdot(a^1 \cdot a^2 \cdot \dots \cdot a^n) = a^{(m+n)} }[/math]

therefore [math]\displaystyle{ a^m \cdot a^n = a^{(m+n)} }[/math]

Example: [math]\displaystyle{ 3^2 \cdot 3^4 = (3 \cdot 3) \cdot (3 \cdot 3 \cdot 3 \cdot 3) = 3^6 }[/math]  : This is true because at first we had 2 threes times 4 threes which, when multiplied together gives us 3 multiplied by itself 6 times or 4+2 times.

2. Quotient Rule:

[math]\displaystyle{ \frac{a^m}{a^n}=a^{(m-n)} }[/math]

Proof (when m > n) - [math]\displaystyle{ \frac{a^m}{a^n} = \frac{(a^1 \cdot a^2 \cdot \dots \cdot a^m)}{(a^1 \cdot a^2 \cdot \dots \cdot a^n)} }[/math]

now group corresponding a’s

[math]\displaystyle{ \frac{a^1}{a^1} \cdot \frac{a^2}{a^2} \cdot \dots \cdot \frac{a^{m-n}}{a^n} \cdot a^{m-n} }[/math]

corresponding a’s become 1 and we are left with

[math]\displaystyle{ 1 \cdot 1 \cdot \dots \cdot a^{m-n} = a^{m-n} }[/math]

therefore, [math]\displaystyle{ \frac{a^m}{a^n} = a^{m-n} }[/math]

Example: [math]\displaystyle{ \frac{4^4}{4^2} = \frac {4 \cdot 4 \cdot4 \cdot4}{4 \cdot4} = 4 \cdot 4 = 4^2 }[/math] notice [math]\displaystyle{ 4^4 - 4^2 = 4^2 }[/math] therefore the proof holds true

this holds true for when m < n as well but when that happens you get negative exponents. When m < n the format of the problem becomes [math]\displaystyle{ \frac{a^m}{a^n}= \frac{1}{a^{n-m}} }[/math]

See section below for more information on negative exponents

3. Zero Rule:

[math]\displaystyle{ b^0 = 1 }[/math]

Proof: we showed in #1 that [math]\displaystyle{ b^{m+n} =b^m \cdot b^n }[/math]

this holds true for [math]\displaystyle{ b^0 }[/math] as well so,

[math]\displaystyle{ b^m = b^{m+0} = b^m \cdot b^0 }[/math]

if this statement is true where [math]\displaystyle{ b^m = b^m \cdot b^0 }[/math]

then [math]\displaystyle{ b^0 }[/math] must equal one,

[math]\displaystyle{ b^0 = 1 }[/math]


Negative exponents

A negative exponent is the reciprocal of a number with a positive exponent which can be mathematically represented as [math]\displaystyle{ x^{-1}=\frac{1}{x}. }[/math] In the same way that regular exponents are considered repeated multiplication, negative exponents can be considered repeated division.

Negative exponents can also be different from -1. In this case the negative exponent can be separated from the positive exponent, so [math]\displaystyle{ x^{-2}=(x^{-1})^2=\left(\frac{1}{x}\right)^{2}=\frac{1}{x^{2}}. }[/math]

The formula for a negative exponent in terms of a whole number exponent is [math]\displaystyle{ x^{-a}=\frac{1}{x^{a}}. }[/math] There are more than one ways to prove this. The first proof involves a pattern form. It is not always a good idea to use patterns because in cases like exponents they may not be complete patterns for every case, but the proof still holds.

Proof #1: Why is [math]\displaystyle{ x^{-1} = \frac{1}{x} }[/math] ?

[math]\displaystyle{ b^x\cdot b^{-x} = b^{x+(-x)} }[/math]
[math]\displaystyle{ b^x\cdot b^{-x} = b^0 }[/math]
[math]\displaystyle{ b^x\cdot b^{-x} = 1 }[/math] ***(see zero rule for proof of this!)

divide both sides by [math]\displaystyle{ b^x }[/math]

[math]\displaystyle{ \frac{{b^{x}}\cdot{b^{-x}}}{b^{x}} = \frac{1}{b^{x}} }[/math]
[math]\displaystyle{ b^{-x} = \frac{1}{b^{x}} }[/math]

The second proof proves exactly the same thing but dives further into matching equalities

Proof #2: [math]\displaystyle{ x^{-1} = \frac{1}{x} }[/math]

everything in the next row is proved by the rules in the exponent section

[math]\displaystyle{ 1= a^0 = a^{m-m}= a^m\cdot a^{-m} }[/math]
[math]\displaystyle{ a^ma^{-m}= 1 = \frac {a^m}{a^m} }[/math]
[math]\displaystyle{ a^ma^{-m} = a^m \cdot \frac{1}{a^m} }[/math]
[math]\displaystyle{ \frac {a^ma^{-m}}{a^m}= \frac {(a^m\cdot \frac {1}{a^m})}{a^m} }[/math]

therefore [math]\displaystyle{ a^{-m} = \frac {1}{a^m} }[/math]

If we also have a multiplication, like in [math]\displaystyle{ 2x^{-a} }[/math], it would be written as [math]\displaystyle{ \frac{2}{x^{a}}. }[/math]

Complex Exponentiation

A complex number can also be taken to the power of another complex number. The relationship between imaginary numbers and trigonometry, which produces the multiplication formula

[math]\displaystyle{ [r (\cos P + i \sin P)][s (\cos Q + i \sin Q)] = rs [\cos(P+Q) + i \sin(P+Q)] }[/math]

This formula basically states that the multiplication of complex numbers is related to addition of angles.

There are some relationships between functions and “infinite degree polynomials”, that are called series representations of the functions. The important series representations that we will focus on are:

[math]\displaystyle{ e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \frac{x^5}{5!} + \dots }[/math]
[math]\displaystyle{ \cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \dots }[/math]
[math]\displaystyle{ \sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \dots }[/math]

From these representations, you should notice that the terms of the sine and cosine series combine, along with some sign changes, to make the exponential series. By introducing the number i into the equation, we get

[math]\displaystyle{ e^{ix} = 1 + ix - \frac{x^2}{2!} - \frac{ix^3}{3!} + \frac{x^4}{4!} + \frac{ix^5}{5!} - \dots = \cos x + i \sin x }[/math]

This result is often used as the beginning of the definition for complex number exponents.

There are some cases where we are raising other numbers to the power i. For example, we can use the following relationship [math]\displaystyle{ a^x = {e ^{\ln a}}^x = e^{x \ln a} }[/math]. Here using base 2 and exponent i, we get

[math]\displaystyle{ 2^i = e^{i \ln 2} = \cos (\ln 2) + i \sin (\ln 2) \approx 0.7692 + 0.6390i }[/math]

When using base i and exponent i, we get

[math]\displaystyle{ i^i = e^ {i ln i} = e^{i \ln {\cos (\frac{\pi}{2}) + i \sin (\frac{\pi}{2})}} = e^{i ln e ^{i \frac{\pi}{2}}} = e^{\frac{- \pi}{2}}. }[/math]


Now we can look at a general formula.

[math]\displaystyle{ a + bi^{c + di} = e ^{(c+ di) ln (a + bi)} }[/math]

We can rewrite the [math]\displaystyle{ a + bi }[/math] in the trigonometric form [math]\displaystyle{ r (\cos P + i \sin P) }[/math].

By the relationship we found between trigonometry and complex exponent, we can rewrite the equation in complex exponential form, [math]\displaystyle{ re^{iP} }[/math].

Substituting this equation in the exponent in our original equation, we get [math]\displaystyle{ a + bi^{c + di} = e^{(c + di) \ln re^{iP}} }[/math]

This can be simplified to be [math]\displaystyle{ a + bi^{c + di} = e^{(c \ln r -dP) + (d \ln r + cP)} }[/math]

The real and imaginary parts of the exponent can be simplified separately to obtain to result [math]\displaystyle{ a + bi^{c + di} = r^c e^{-dP} [\cos (d \ln (r) + cP) +i \sin(d \ln (r) + cP)] }[/math]

Because there are many ways to describe the angle P, this formula can give many answers. If we allow the variable P to vary by multiples of [math]\displaystyle{ 2 \pi }[/math], we get the final result

[math]\displaystyle{ a + bi^{c + di} = r^c e^{-dP} [\cos (d \ln (r) + cP + 2 c k \pi) +i \sin(d \ln (r) + cP + 2 c k \pi)] }[/math]

Template:Math-stub