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

From The Portal Wiki
Line 59: Line 59:
** [https://betterexplained.com/articles/understanding-exponents-why-does-00-1/ Understanding Exponents (Why does <math>0^0</math>=1)?]
** [https://betterexplained.com/articles/understanding-exponents-why-does-00-1/ Understanding Exponents (Why does <math>0^0</math>=1)?]
** [https://medium.com/i-math/what-do-fractional-exponents-mean-1bb9bd2fa9a8 What Do Fractional Exponents Mean?]
** [https://medium.com/i-math/what-do-fractional-exponents-mean-1bb9bd2fa9a8 What Do Fractional Exponents Mean?]
** [https://medium.com/i-math/negative-exponents-reciprocals-and-the-decimal-system-revisited-f4f08894e285 Netaive Exponents and the Decimal System]
* A more in-depth description of the logarithms and exponents with applications
* A more in-depth description of the logarithms and exponents with applications
** [https://www.youtube.com/watch?v=cEvgcoyZvB4&t=1620s Logarithm Fundamentals]
** [https://www.youtube.com/watch?v=cEvgcoyZvB4&t=1620s Logarithm Fundamentals]

Revision as of 20:31, 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]

Now, you may notice that this doesn't help if we are interested in numbers like [math]\displaystyle{ 2^{\frac{1}{2}} }[/math] or [math]\displaystyle{ 2^{-1} }[/math]. These cases are covered in the recommended section if you are interested but are not strictly necessary for understanding this chapter.

Preliminaries

Essential

Recommended

Further Exploration