Have you ever imagined folding a sheet of paper 42 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.
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.
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:
1=202=214=2×2=228=2×2×2=2316=2×2×2×2=24
This pattern continues, so at phase n, the number of infected people can be expressed
as m(n)=2n.
For example, if you want to know how many people are infected at phase 5, you just calculate:
For any real number a where a=0 and a positive integer n:
a−n=(a1)n=an1
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=321=91=0.111...
If a is a real number where a=0 and n is a positive integer, then:
an1=p
where p is a positive real number such that pn=a.
The number an1 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: 1641=2 because 24=16.
If a is a real number where a=0 and m,n are positive integers, then:
anm=(an1)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: 832=(831)2=22=4.
One bacterium can divide into two, then four, eight, and so on. If B0 is the initial number of bacteria and each bacterium divides every hour, then the number of bacteria after t hours is:
B(t)=B0×2t
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 bacteria and they divide every 30 minutes, after 2 hours (4 intervals) there
will be 100×24=100×16=1,600 bacteria.
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:
C(n)=C0×Rn
where C0 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 initial cases, after 3 transmission cycles there will be 10×2.53=10×15.625=156.25≈156 cases.
To predict future population numbers, an exponential model can be used with the formula:
P(t)=P0×(1+r)t
where P0 is the initial population, r is the growth rate, and t 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 million people with 2% growth per year, after 10 years the population becomes 1,000,000×(1+0.02)10=1,000,000×1.22=1,220,000 people.