Chapter 2: An ancient theorem and a modern question: Difference between revisions

From The Portal Wiki
Line 23: Line 23:
This is known as the additive property of exponentiation. It can be written as:
This is known as the additive property of exponentiation. It can be written as:


<math> 2^3 \cdot 2^5 = 2^{3+5} <\math>
<math> 2^3 \cdot 2^5 = 2^{3+5} </math>


Or more generally:
Or more generally:


<math> 2^a \cdot 2^b = 2^a+b <\math>
<math> 2^a \cdot 2^b = 2^{a+b} </math>


== Preliminaries ==
== Preliminaries ==

Revision as of 20:19, 16 May 2020

Description goes here.

<< Previous Chapter Table Of Contents next chapter >>

Community Explanations

Translation

In Euclidean geometry, a translatio is a geometric transformation that moves every point of a figure or a space by the same distance in a given direction.

Exponents

Exponents can be though of as repeated multiplication, meaning:

[math]\displaystyle{ 2^3 = 2 \cdot 2 \cdot 2 }[/math]

and:

[math]\displaystyle{ 2^5 = 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 }[/math]

Multiplying these together we also see that:

[math]\displaystyle{ 2^3 \cdot 2^5 = 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 \cdot 2 = 2^8 }[/math]

This is known as the additive property of exponentiation. It can be written as:

[math]\displaystyle{ 2^3 \cdot 2^5 = 2^{3+5} }[/math]

Or more generally:

[math]\displaystyle{ 2^a \cdot 2^b = 2^{a+b} }[/math]

Preliminaries

Essential

Recommended

Further Exploration