Terminal Information
Exponents
What are Exponents?
Summary:
xn = x * x * ...x (n times)
Exponents represent how many times a term (a variable or number) is multiplied by itself. For example:
x3
Is the same as:
x * x * x
Adding Variables With Exponents
Summary:
xa + xa + xb + xb =
2xa + 2xb
(Note: You can not add terms with different exponents.)
Just like with adding any other like terms you can "condense" terms with exponents, or represent adding the same thing multiple times though multiplication. For example:
x + x
Is the same as:
2x
and
xa + xa
Is the same as:
2xa
We can see this is true if we were to substitute x for five:
5 + 5 = 10
Is the same as:
2(5) = 10
Just like:
52 + 52 = 25 + 25 = 50
is the same as:
52 + 52 = 2(52) =
2(25) = 50
In order to combine terms the exponents of the terms must be the same. If you have multiple terms, some with the same exponents, and some not, then you can add the ones with the same exponents, but not the others. For example:
x2 + 3x2
+ 2x2 + 2x3 +
x3 + 4x3
+ x5 + 7x6
Is the same as:
6x2 + 7x3 +
x5 + 7x6
In the example above, 6x2 + 7x3 + x5 + 7x6 is as reduced as the equation can be because we cannot add the terms with different exponents. While the terms may be the same, the numbers represented as a whole are very different when the exponents do not match.
This difference becomes obvious when you substitute in any number (barring zero or one) for the term. For example five raised to the second power (52 = 25) is very different from five raised to the third power (53 = 125). If you attempt to combine these you soon find that the rules for doing so would be ambiguous. Which exponent would you use for the combined term? These problems become evident when trying to add 5's with different exponents:
52 + 53 = 52 + 53 =
52 + 53
↓
52 + 53 ≠ 2(52) ≠
2(53)
↓
25 + 125 ≠ 2(25) ≠ 2(125)
↓
150 ≠ 50 ≠ 250
Product Rule (Multiplication)
Summary:
xa * xb = xa + b
When multiplying same terms together, you can simply add the exponents. Remember, exponents are a way of telling you how many times you are multiplying a term by its self. You can think of this as the count of a "group". If you then multiply one group by another group of the same term, you are essentially just making the count of that "group" larger.
x2 * x3 =
x5
Is the same as:
(x * x) * (x * x * x)
= x * x * x * x * x
We can see this example works if we replace x with 3:
32 * 33 = 35
↓
9 * 27 = 243
↓
243 = 243
Is the same as:
(3 * 3) * (3 * 3 * 3) = 3 * 3 * 3 * 3 * 3
↓
(9) * (9 * 3) = 9 * 9 * 3
↓
(9) * (27) = 81 * 3
↓
243 = 243
Quotient Rule (Division)
Summary:
Similar to multiplication, division of like terms with exponents can be calculated by subtracting the divisor's exponent from the dividend's exponent. Remember that a number divided by itself is equal to one, and multiplying a number by one does nothing. Since when you are dividing two like terms with exponents, you are essentially dividing two "groups" of the same numbers, the terms in one group negate the effects or "cancel out" the terms in the other group.
Is the same as:
Negative Exponents
Summary:
Negative exponents are actually the inverse "fraction" of the term to the absolute value of the exponent. That is in other words one divided by the term to the (non-negative) exponent.
We can see how this "inverse" is actually the same as a negative exponent when using the quotient rule.
Is the same as:
Power Rule
Summary:
(xa)b = xa * b
When one term raised to an exponent is raised to another exponent, you multiply the exponents together. Remember that and exponent is essentially just saying, "A thing times its self this number of times". In the case of the exponent being outside the parenthesizes, the thing multiplied by itself is everything in the parenthesizes! This becomes evident when you write it out.
(x2)3 = x2 * 3 = x6
Is the same as:
(x2)3 = (x2) * (x2) *
(x2) =
(x * x) * (x * x) * (x * x) =
x * x * x * x * x * x
Factors and Roots
Factors are sort of the "DNA" of numbers. They are the numbers when multiplied together make up a number. Any integer number can be divided into its factors. A number's factors can also be one and itself. For example the number 15's factors are 1 and 15, as well as 3 and 5. If a number's factors are only one and itself, then the number is a Prime Number.
Typically when finding the factors of a number we are trying to find its lowest, most broken down, or prime factors. For example the number 100 could be broken down into 4 and 25. While these are factors of 100, each can still be broken down into smaller numbers. 4 can be broken down into 2 and 2. 25 can be broken down into 5 and 5. We can combine these to get the full list of the prime factors of 100 as 2, 2, 5, and 5.
Factors of 100:
A Root is a specific factor, when multiplied by itself a number of times (depending on what "root" it is), creates the number. For example 2 is the Square Root of 4, as well as the Cubed Root of 8.
√4 = 2
2 * 2 = 4
∛8 = 2
2 * 2 * 2 = 8
The symbol to denote finding the root of a number is the Radical Symbol. The number outside or above the "v" part of the radical indicates the degree of the root (i.e. how many of the root are multiplied together to get the number inside the radical). If the radical is left "empty" then it is convention that it represents the Square Root (i.e. 2).
More Examples:
√4 = 2
2 * 2 = 4
∛8 = 2
2 * 2 * 2 = 8
∜16 = 2
2 * 2 * 2 * 2 = 16
√25 = 5
5 * 5 = 25
√9 = 3
3 * 3 = 9
∛343 = 7
7 * 7 * 7 = 343
∜6561 = 9
9 * 9 * 9 * 9 = 6561
You may have noticed in the last example above, 9, is not a prime factor of 6561. While a root is often a lowest factor, or a prime number, it does not have to be. The square root of 100 for example is 10. In fact, a root doesn't even have to be a whole number or can also be an irrational number, such as √2 (≈1.414).
More Examples:
√100 = 10
10 * 10 = 100
√625 = 25
25 * 25 = 625
∛3375 = 15
15 * 15 * 15 = 3375
√2 ≈ 1.4142
1.4142 * 1.4142 ≈ 2
∛5 ≈ 1.7099759
1.7099759 * 1.7099759 * 1.7099759 ≈ 5
Fractional Exponents, i.e. "Roots"
Fractional Exponents, i.e. "Roots"
xa/b = za
where
zb = x
i.e. z is the "bth-root" of x
Fractional exponents may seem complicated, but the idea behind them is actually quite simple. Lets start by thinking of a number's roots as a part or "fraction" of that number's factors. Note that without multiplying all of the roots together we do not come out with the whole number.
Roots as a Fraction of a Whole Number:
We see that the cubed root of 27 is three. If we think of each root factor as a part of the whole, then when we have all of them multiplied together we get 27.
If we take away 1/3rd of those root factors we are then only left with two of the three root factors, or 3 * 3 which is equal to 9.
1/3rd of 27's cubed root factors is three.
Here we can begin to see how the fractional exponent correlates with the term's root factors. The denominator tells us the degree of the root it is dividing its term into. That is, it tells us how many root factors it is breaking the number into. The numerator tells us how many of those root factors we are keeping to multiply together.
With this in mind we can see how each fractional exponent relates to the first three root degrees.
First Three Root Degrees as Fractional Exponents:
√x = x1/2,
∛x = x1/3,
∜x = x1/4,
because we are breaking x into two root factors and only keeping
one.
because we are breaking x into three root factors and only keeping
one.
because we are breaking x into four root factors and only keeping
one.
While the denominator determines how many root factors we are breaking the number into, the numerator affects how many of them we "keep" to multiply together. It is essentially adding an exponent to the result of finding the root.
Root Equivalents of Fractional Exponents:
x1/2 = (√x)1,
x2/3 = (∛x)2,
x3/4 = (∜x)3,
x3/2 = (√x)3,
because we are breaking x into two root factors and only keeping
one.
because we are breaking x into three root factors and keeping two.
because we are breaking x into four root factors and keeping
three.
because we are breaking x into two root factors but have three of
them that size.
To write this relationship, lets define z as a root factor of x, which is of degree b. That is to say that zb = x or that the b root of x is z. If we then raise x to a fractional exponent in the form of a/b, (xa/b) we would get za.
Relationship of Roots and Fractional Exponents:
z = b√x, i.e. the
bth root of x
so that:
zb = x
then:
xa/b = za
We can further illustrate this relationship by showing the factors we "keep" out of the normal root factors:
Examples of Fractional Exponents:
163/4 = (∜16)3 = 8 272/3 = (∛27)2 = 9 1001/2 = (√100)1 = 10 156252/3 = (∛15625)2 = 625 273/3 = (∛27)3 = 27
8235435/7 = (7√823543)5 =
16807
165/4 = (∜16)5 = 32
Exponents of Zero
Summary:
x0 = 1
Any number raised to the zeroth power is one. This may seem odd since typically you think of zero of something as zero, but it becomes evident once you do out the math.
Division of exponents can be used to help us better understand this. When dividing two terms you subtract the exponents, canceling out some of the terms on both sides of the dividing line. Consider what is happening to cancel out these terms and why. They can't be reduced to zero because it would cause the remaining terms to be reduced down to zero as well when multiplied. The reason they cancel out is because you are dividing a number by itself, which is always one.
Division of Same Terms Cancel out:
Is the same as:
Now consider the case of when you have an equal number of terms on either side of the dividing line. All terms would "cancel" each other out. Each and every term would be reduced to one, and one multiplied or divided by any number of ones will remain one.
Division of Same Terms Cancel out:
Is the same as:
Exponents of One
Summary:
x1 = x
Any term raised to an exponent of one is itself. This actually makes perfect sense as it is essentially saying you have one group of a number. It can also be shown mathematically as previously done for exponents of zero.
Is the same as: