I'm exercising on a book and I'm stuck at the following task: compute the $\lim\limits_{x\to\infty}\frac{a^x-1}{x}$, when $a > 1$.
As I can see, when $x\to-\infty$, the numerator tends to $-1$ and denominator tends to $-\infty$, so the whole expression tends to $0$.
But when $x\to+\infty$, the whole expression becomes indeterminate form of $\frac{\infty}{\infty}$. Well, $\lim\limits_{x\to+\infty}\frac{a^x-1}{x} = \lim\limits_{x\to+\infty}\frac{a^x}{x} - \lim\limits_{x\to+\infty}\frac{1}{x} = \lim\limits_{x\to+\infty}\frac{a^x}{x}$. Intuitively (and well proved by l'Hôpital's rule) $\frac{a^x}{x}\to+\infty$ when $x\to+\infty$. But this rule is discussed later in the book, so I'm supposed to prove this statement by means of intuitive definition of limit or so.
Since $x\to+\infty$, there must be preassigned positive $M$ conforming to $|\frac{a^x}{x}|>M$ when $x>N$, for any preassigned positive $N$. If we express $M$ in terms of $N$: $M=\frac{a^N}{N}$, we can see, that for any $N>0$ there is such $M$. So, by definition, $\lim\limits_{x\to+\infty}\frac{a^x}{x}=+\infty$.
Is my reasoning correct?