Arithmetic/Exponents: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>ShakespeareFan00
mNo edit summary
 
(No difference)

Latest revision as of 09:57, 22 November 2023

Exponents

Exponents or 'powers' are a process of repeated multiplication, in much the same way that multiplication is a process of repeated addition.

Exponents are normally written in the form ab, where a is the base and b is the exponent. In contexts where superscripts are not available, such as in many contexts in computers, ab is commonly written as "a^b" or less often as "a**b". If you're not familiar with algebra, you can just imagine the letters a and b as representing numbers. We pronounce ab as a to the power of b, a to the b or a exponent b.

Integer exponents

When the exponent is a positive integer, then it is just a simple case of multiplying the base by itself a certain number of times. For example,

Template:Center/top 34=3×3×3×3=81 Template:Center/end

Here, 3 is the base, 4 is the exponent (written as a superscript), and 81 is 3 raised to the 4th power. Notice that the base 3 appears 4 times in the repeated multiplication, because the exponent is 4.

Some more examples:

Template:Center/top 122=12×12=14428=2×2×2×2×2×2×2×2=25615=1×1×1×1×1=1 Template:Center/end

Multiplying exponents

If you have two or more exponents with the same base, then multiplying them has the same effect as adding their exponents.

For instance (ab)*(ac) is the same as ab+c. For example,

Template:Center/top (34)*(32)=(3*3*3*3)*(3*3)=(3*3*3*3*3*3)=(36)=(34+2) Template:Center/end

Dividing exponents

If you have two or more exponents with the same base, then dividing them has the same effect as subtracting their exponents.

For instance (ab)/(ac) is the same as abc. For example,

Template:Center/top (36)/(32)=(3*3*3*3*3*3)/(3*3)=(3*3*3*3)=(34)=(362) Template:Center/end

Exercises

<quiz display=simple points="1/1"> {What is?}

{ |type="{}"} 43={ 64_3 }

{ |type="{}"} 34={ 81_3 }

{ |type="{}"} 1250={ 1_3 }

{ |type="{}"} 2501={ 250_3 }

{Write these numbers as powers of 2}

{ |type="{}"} 128=2{ 7_2 }

{ |type="{}"} 8=2{ 3_2 }

{ |type="{}"} 1024=2{ 10_2 }

{What is? |type="{}"} (23)*(22)={ 32_2 }

{What is? |type="{}"} (26)/(22)={ 16_2 }

{Harder: |type="{}" coef="2"} Why does 30=1 (clue: think about 32/32, for example) (answer on paper)   ||/Exercise Answers/ </quiz>

Negative exponents

Negative exponents work slightly differently. Let's say you want to calculate 32. To do that, you take 1/32 to get your answer. We do the exponent first, see Order of Operations

Template:Center/top 32=132=19 Template:Center/end

The commutative property doesn't apply in exponents. See for yourself! Try to calculate 23, and then see if it is the same as 32 ([[../Exponents/Answers#commutative|answer here]]). The distributive and associative properties don't apply either.

Exponents do, however, have their own set of axioms that they consistently follow. Consistent with the preceding examples, one can state generally that: Template:Center/top

(ab)×(ac)=ab+c and
(ab)/(ac)=abc

Template:Center/end

It's also easy to see that (ab)c=ab×c

Fractional exponents

So far, we have only seen exponents as whole numbers, but exponents can be fractional as well. With a fractional exponent, the numerator acts as a normal whole-number exponent, while the denominator acts as a root.

In general, ap/q=apq for any real number q ≠ 0.

Let's look at 82/3 as an example. First, we raise 8 to the power of the numerator, 2. Then, since the denominator is 3, we take the third root of this number. The expression is read as the cubed root of eight squared, and written as:

Template:Center/top 82/3=823=643=4 Template:Center/end

It should then be evident that when the numerator of the fractional exponent is 1, the expression is a simple root. That is, 1/2 is a square root, 1/3 is a cubed root, 1/4 is a fourth root, etc.

For example, 91/2 would be read as the square root of nine, and written as:

Template:Center/top 91/2=912=9=3 Template:Center/end

Template:See also Template:BookCat