EXP


Returns the mathematical constant e raised to the power of a number.

Syntax:

EXP(number)

returns .

Example:

EXP(1)

returns 2.71828182845904, the mathematical constant e to Zapof function's accuracy.


Application:

Bacterial Growth


Imagine you start with a single bacterium in a petri dish. You observe that this type of bacteria doubles every hour. We can model this growth using the exponential function.

  • Initial population (P0​): 1 bacterium
  • Growth rate (k): We know the population doubles every hour. If , and we know , then . This simplifies to , which means .


So, our specific model for this bacterial colony's population is:



Here, the EXP function, , represents the factor by which the population has multiplied after t hours.


Table of Population Growth over Time


The table below shows the population of the bacteria colony at different time intervals, calculated using the EXP function.

Time (t) in hours

Calculation ()

Population (P)

A
B
C
1
0

1
2
1

2
3
2

4
4
3

8
5
4

16
6
5

32

Explanation:

  • At t=0, the exponent is 0, and e0=1. This is our initial population.
  • At t=1, the exponent is 0.693, and e0.693 is approximately 2. The population has doubled.
  • At t=2, the exponent is 2×0.693, and e1.386 is approximately 4. The population has doubled again from the previous hour, and is four times the initial population.
  • This pattern continues, with the population doubling every hour, demonstrating the powerful and rapid growth characteristic of the exponential function. The EXP function, in this case, is the engine that drives this compound growth over time.




This page is protected by Google reCAPTCHA. Privacy - Terms.
 
Built using Zapof