# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/mathematics/exponential-logarithm/basic-concept
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/mathematics/exponential-logarithm/basic-concept/en.mdx

Exponent notation connects repeated multiplication to patterns such as paper folding, viral spread, and zero, negative, or fractional powers.

---

## From Paper to Pandemic

Have you ever imagined folding a sheet of paper $$42 \text{ times}$$? If it were possible to do so,
its thickness would exceed the distance from Earth to the Moon! This is because each fold doubles
the thickness of the paper, this is what we call **exponential growth**.

Visible text: Have you ever imagined folding a sheet of paper ? If it were possible to do so,
its thickness would exceed the distance from Earth to the Moon! This is because each fold doubles
the thickness of the paper, this is what we call **exponential growth**.

Exponential growth occurs when something increases by a constant multiplier in each
time interval. In early $$2020$$, the world experienced a real example of exponential growth through the
spread of the COVID-19 virus. One infected person could transmit to two people, then four, eight, and so on.

Visible text: Exponential growth occurs when something increases by a constant multiplier in each
time interval. In early , the world experienced a real example of exponential growth through the
spread of the COVID-19 virus. One infected person could transmit to two people, then four, eight, and so on.

## Definition of Exponents

An exponent is a shorthand way to write repeated multiplication. Imagine you are calculating how many
people are infected with a virus like COVID-19. At each transmission phase, the number of infected people
will increase in an interesting pattern:

```math
1 = 2^0 \quad 2 = 2^1 \quad 4 = 2 \times 2 = 2^2 \quad 8 = 2 \times 2 \times 2 = 2^3 \quad 16 = 2 \times 2 \times 2 \times 2 = 2^4
```

This pattern continues, so at phase $$n$$, the number of infected people can be expressed
as $$m(n) = 2^n$$.

Visible text: This pattern continues, so at phase , the number of infected people can be expressed
as .

For example, if you want to know how many people are infected at phase $$5$$, you just calculate:

Visible text: For example, if you want to know how many people are infected at phase , you just calculate:

$$m(5) = 2^5 = 32\text{ people}$$.

Visible text: .

## Meaning of Exponent Notation

An expression with an exponent like $$a^n$$ has two important components:

Visible text: An expression with an exponent like has two important components:

```math
a^n
```

Where:

- $$a$$ is the **base**: the number that will be multiplied repeatedly
- $$n$$ is the **exponent**: indicates how many times the base
  is multiplied by itself

Visible text: - is the **base**: the number that will be multiplied repeatedly
- is the **exponent**: indicates how many times the base
 is multiplied by itself

In general, if $$a$$ is a real number and $$n$$ is a positive integer, then:

Visible text: In general, if is a real number and is a positive integer, then:

```math
a^n = \underbrace{a \times a \times a \times \ldots \times a}_{n \text{ factors}}
```

## Important Definitions in Exponents

Here are some important definitions you need to know:

### Zero Exponent

For any real number $$a$$ where $$a \neq 0$$:

Visible text: For any real number where :

```math
a^0 = 1
```

This might seem strange at first, but this definition maintains consistency in the properties of exponents.

### Negative Exponents

For any real number $$a$$ where $$a \neq 0$$ and a positive integer $$n$$:

Visible text: For any real number where and a positive integer :

```math
a^{-n} = \left(\frac{1}{a}\right)^n = \frac{1}{a^n}
```

This means a negative exponent equals one divided by the base raised to the same (positive) exponent. This formula is derived from the consistency of exponent properties. To use this formula, you simply flip the base and change the sign of the exponent. Example: $$3^{-2} = \frac{1}{3^2} = \frac{1}{9} = 0.111...$$

Visible text: This means a negative exponent equals one divided by the base raised to the same (positive) exponent. This formula is derived from the consistency of exponent properties. To use this formula, you simply flip the base and change the sign of the exponent. Example:

### Fractional Exponents

If $$a$$ is a real number where $$a \neq 0$$ and $$n$$ is a positive integer, then:

Visible text: If is a real number where and is a positive integer, then:

```math
a^{\frac{1}{n}} = p
```

{" "}

where $$p$$ is a positive real number such that $$p^n = a$$.

Visible text: where is a positive real number such that .

The number $$a^{\frac{1}{n}}$$ is also often called the root of index $$n$$ of $$a$$. This formula emerges as the inverse of exponentiation. To use it, you need to find the number that, when raised to the power of $$n$$, will produce $$a$$. Example: $$16^{\frac{1}{4}} = 2$$ because $$2^4 = 16$$.

Visible text: The number is also often called the root of index of . This formula emerges as the inverse of exponentiation. To use it, you need to find the number that, when raised to the power of , will produce . Example: because .

### Mixed Fractional Exponents

If $$a$$ is a real number where $$a \neq 0$$ and $$m,n$$ are positive integers, then:

Visible text: If is a real number where and are positive integers, then:

```math
a^{\frac{m}{n}} = \left(a^{\frac{1}{n}}\right)^m
```

This formula is obtained by combining the concepts of roots and exponents. To calculate it, you must first find the root of index $$n$$ of $$a$$, then raise it to the power of $$m$$. Example: $$8^{\frac{2}{3}} = (8^{\frac{1}{3}})^2 = 2^2 = 4$$.

Visible text: This formula is obtained by combining the concepts of roots and exponents. To calculate it, you must first find the root of index of , then raise it to the power of . Example: .

## Exponential Functions

Exponential functions have the form $$f(x) = a^x$$ where $$a > 0$$ and $$a \neq 1$$. There are two interesting cases:

Visible text: Exponential functions have the form where and . There are two interesting cases:

1. If $$a > 1$$, the function will increase (growth)
2. If $$0 < a < 1$$, the function will decrease (decay)

Visible text: 1. If , the function will increase (growth)
2. If , the function will decrease (decay)

Exponential functions are very useful in real life because many natural phenomena follow patterns of exponential growth or decay.

## Real-Life Applications

### Bacterial Growth

One bacterium can divide into two, then four, eight, and so on. If $$B_0$$ is the initial number of bacteria and each bacterium divides every hour, then the number of bacteria after $$t \text{ hours}$$ is:

Visible text: One bacterium can divide into two, then four, eight, and so on. If is the initial number of bacteria and each bacterium divides every hour, then the number of bacteria after is:

```math
B(t) = B_0 \times 2^t
```

This formula is obtained because the bacterial population doubles at each time interval. The number $$2$$ represents the growth factor.
To use it, multiply the initial amount by $$2$$ raised to the power of the number of intervals that have passed. Example: if there are
initially $$100 \text{ bacteria}$$ and they divide every $$30 \text{ minutes}$$, after $$2 \text{ hours}$$ ($$4 \text{ intervals}$$) there
will be $$100 \times 2^4 = 100 \times 16 = 1{,}600 \text{ bacteria}$$.

Visible text: This formula is obtained because the bacterial population doubles at each time interval. The number represents the growth factor.
To use it, multiply the initial amount by raised to the power of the number of intervals that have passed. Example: if there are
initially and they divide every , after () there
will be .

Component: BacterialGrowth

### Virus Spread

The pattern of virus spread, like COVID-19, also often follows an exponential model, especially in the early phase. If one person can transmit the virus to an average of $$R$$ new people (reproduction number), the number of cases after $$n$$ transmission cycles can be estimated by:

Visible text: The pattern of virus spread, like COVID-19, also often follows an exponential model, especially in the early phase. If one person can transmit the virus to an average of new people (reproduction number), the number of cases after transmission cycles can be estimated by:

```math
C(n) = C_0 \times R^n
```

where $$C_0$$ is the initial number of cases.

Visible text: where is the initial number of cases.

This formula is similar to bacterial growth, but with a multiplier factor $$R$$ that can vary. This formula is obtained by multiplying the number of cases by $$R$$ in each transmission cycle. To use it, multiply the initial number of cases by $$R$$ raised to the power of the number of cycles that have passed. Example: if $$R = 2.5$$ and there are $$10 \text{ initial cases}$$, after $$3 \text{ transmission cycles}$$ there will be $$10 \times 2.5^3 = 10 \times 15.625 = 156.25 \approx 156 \text{ cases}$$.

Visible text: This formula is similar to bacterial growth, but with a multiplier factor that can vary. This formula is obtained by multiplying the number of cases by in each transmission cycle. To use it, multiply the initial number of cases by raised to the power of the number of cycles that have passed. Example: if and there are , after there will be .

### Population Growth

To predict future population numbers, an exponential model can be used with the formula:

```math
P(t) = P_0 \times (1 + r)^t
```

where $$P_0$$ is the initial population, $$r$$ is the growth rate, and $$t$$ is time (usually in years).

Visible text: where is the initial population, is the growth rate, and is time (usually in years).

This formula is obtained by adding the growth percentage $$r$$ to the population at each time interval. The factor $$(1+r)$$ indicates relative growth. To use it, multiply the initial population by $$(1+r)$$ raised to the power of the number of time intervals. Example: if the initial population is $$1 \text{ million people}$$ with $$2\%$$ growth per year, after $$10 \text{ years}$$ the population becomes $$1{,}000{,}000 \times (1 + 0.02)^{10} = 1{,}000{,}000 \times 1.22 = 1{,}220{,}000 \text{ people}$$.

Visible text: This formula is obtained by adding the growth percentage to the population at each time interval. The factor indicates relative growth. To use it, multiply the initial population by raised to the power of the number of time intervals. Example: if the initial population is with growth per year, after the population becomes .