On Wikipedia, the terms Exponential Growth and Geometric Growth are listed as synonymous, and defined as when the growth rate of the value of a mathematical function is proportional to the function's current value but I question whether one term is more mathematically correct than the other? For example, there is a Geometric Progression but no Exponential Progression article on Wikipedia, so perhaps the term Geometric is a bit more accurate, mathematically speaking? Why are there two terms for this type of growth? Perhaps exponential growth is more popular in common parlance, and geometric in mathematical circles?
6 Answers
$\begingroup$NO.
Geometric and exponential growth are different.
The exponent in geometric sequence formula is always integer. Hence if you plot the sequence you get step-function kind of discrete plot with sudden jumps.
The exponent of exponential growth is real number. So we have differential (smooth) and continuous plot for the exponential growth.
In compound interest problem, for the finite number of compounding periods, the plot is discrete and it is geometric growth (not continuous) But if you compound interest continuously (infinite number of compounding periods), you get exponential e in the formula and the growth is exponential.
Look at
For further info visit:
$\endgroup$ 0 $\begingroup$FROM MATHONTHEWEB.COM
12.3 - Exponential Functions
Exponential functions are closely related to geometric sequences. A geometric sequence of numbers is one in which each successive number of the sequence is obtained by multiplying the previous number by a fixed factor $m$. An example is the sequence $\{1, 3, 9, 27, 81, \dots \}$. If we label the numbers in the sequence as $\{y_0, y_1, y_2, \dots \}$ then their values are given by the formula:$$y_n = y_0 m^n.$$The geometric sequence is completely described by giving its starting value $y_0 $and the multiplication factor $m$. For the above example $y_0 = 1$ and $m = 3$. Another example is the geometric sequence $\{40, 20, 10, 5, 2.5, \dots \}$ for which $y_0 = 40$ and $m = 0.5$.
The exponential function is simply the generalization of the geometric sequence in which the counting integer n is replaced by the real variable $x$. We define an exponential function to be any function of the form:$$y = y_0 m^x.$$It gets its name from the fact that the variable $x$ is in the exponent. The “starting value” $y_0$ may be any real constant but the base $m$ must be a positive real constant to avoid taking roots of negative numbers.
The exponential function $y = y_0 m^x$ has these two properties: When $x = 0$ then $y = y_0$.
When $x$ is increased by $1$ then $y$ is multiplied by a factor of $m$. This is true for any real value of $x$, not just integer values of $x$. To prove this suppose that $y$ has some value $y_a$ when $x$ has some value $x_a$ . That is:
Now increase $x$ from $x_a$ to $x_{a}+1$. We get:
We see that $y$ is now $m$ times its previous value of $y_a$. If the multiplication factor $m > 1$ then we say that $y$ grows exponentially, and if $m < 1$ then we say that $y$ decays exponentially.
$\endgroup$ 2 $\begingroup$In my 50 or so years of studying mathematics, I've never encountered "geometric growth", but often have met "exponential growth". So that's one small bit of evidence that if you want to sound like most mathematicians, you should use "exponential growth." I wouldn't say either is "more mathematically correct," for the assignment of words as names for concepts is not one that's subject to mathematical evaluation. (Is "continuous" really the right word for the thing we call continuity? Perhaps not...consider a function like $$ f(x)= \begin{cases} \frac{1}{2^k} & \text{ if $x = \frac{p}{2^k}$ in lowest terms} \\ 0 & \text{otherwise} \end{cases} $$ which is continuous at every irrational, and at no rational. But if you used any term other than "continuous" for this thing, mathematicians would regard it as somewhere between "peculiar" and "redundant" and "wrong" :) . )
$\endgroup$ $\begingroup$I'm probably wrong, but I think if people differentiate between the two: "geometric" implies rapid growth/decay but with a constant rate while "exponential" implies rapid growth/decay with an accelerating rate. I believe a lot of non-mathy people use "exponential" because it sounds impressive, more impressive than "geometric". It's similar to when people use the terms "order of magnitude" or "fold" they often don't seem to know what they're saying. (linguistics answer)
If we are to determine if something has the trait "exponential growth" finding the second derivative of the equation will probably give a solution but it's been a while so don't quote me. (mathematics answer)
"... it gets crappier, and crappier, and crappier." -Lewis Black's definition of exponential decay
$\endgroup$ 1 $\begingroup$Geometric$$y = x^2$$For $$x=10, y=100$$
Exponential$$y = 2^x$$For $$x=10, y=1024$$
Exponential is much faster.
$\endgroup$ $\begingroup$Wow! I can't believe I'm in this discussion. I am NOT any kind of mathematician. But I thought that it worked like this:
Geometric: a number is multiplied by a fixed factor, and then the product is multiplied by that same fixed factor... etc. For example:$$1\times1.2=1.2$$$$1.2\times1.2=1.44$$$$1.44\times1.2=1.728$$$$1.728\times1.2=2.0736$$
Exponential: a number is multiplied by a factor that, instead of being fixed, grows as the succeeding products grow; i.e., the factor is in proportion to each product. For example:$$1\times1.2=1.2$$$$1.2\times(1.2\times1.2)=1.728$$$$1.728\times(1.728\times1.2)=3.583$$$$3.583\times(3.583\times1.2)=15.405$$
$\endgroup$ 1