I used to notice that when x is raised to the power of a huge number, the graph shoots up at x=1. Why does this happen?
Asked
Active
Viewed 67 times
0
-
Because $1^{\text{huge number}}=1$ but say $1.01^{\text{huge number}}\ge1+0.01\times\text{huge number}$. So if $\text{huge number}>10000$ then already the graph is higher than $100$ for just $x=1.01$. – May 02 '15 at 22:40
1 Answers
0
Intuitively, if $f(x) = x^a$ with $a$ a very large positive number, then if $x$ is just larger than $1$, $x^a$ will also be very large. For example, $1.001^{10^6}$ is about $10^{434}$.
Using calculus, $f'(x) = ax^{a-1}$, so for $x$ just larger than $1$, this will be about $a$, so the slope of $f$ is very large to the right of $x=1$.
rogerl
- 22,399