Visualizing Exponents & Logs
Growth Rate (How many "x" the size of the circle grows as a function of time. For example, if you enter in 3, the circle will be 3x its size each unit of time.)
For every unit of time, the circle below will grow by the given growth rate.
Pause
Play
Note: Growth will
automatically stop
at whole numbers. You can hit "play" again for it to continue.
{{ time.toFixed(2) }} units of time have passed.
Size Of The Circle Is: {{ cicleSize.toFixed(2) }}
Show / Hide Conventional Math Notation
Conventional Mathematical Notation
{{growthRate}}
{{time.toFixed(2)}}
={{cicleSize.toFixed(2)}}
log
{{growthRate}}
({{cicleSize.toFixed(2)}}) = {{time.toFixed(2)}}
See Video Explanation To Learn How To Use..