No; to characterize "exponential" as "fast-growing" is a misunderstanding of what I'm saying. "Faster than linear" would be a good descriptor.
> > there are others which allow x^2 to be described as "exponential".
> Those same definitions allow x1000 to be described as "exponential". (x1000000 would be "more exponential"!)
> If you're describing something as exponential, then either you're just saying "fast growing", or you're trying to describe the type of growth. If you're describing the type of growth, then neither x1000 nor x^2 is exponential. The fact that x^2 has an exponent in it is no more relevant than saying that x1000=x10^3 and x10^3 has an exponent in it.
I don't agree with this. These are categorically different.
In f(x)=x*1000, as x increases, the function's output increases linearly. The slope of the derivative is 0.
In f(x)=x^3, as x increases, the function's output increases more than linearly. The slope of the derivative is positive and linear.
In f(x)=3^x, as x increases, the function's output increases much more than linearly. The slope of the derivative is positive and is itself a function of x.
These are all categorically different, and refer to something different than "fast-growing". "Exponential" in the mathematical sense, means the derivative is a function of x. "Exponential" in the colloquial sense means that the derivative has a positive slope. "Fast growing" just means that the derivative is large, even if it is a constant.