There is a problem from my textbook: Let $a$ be a constant with $a>3$ and $P$ be the intersection point between two curves $y=a^{x-1}$ and $y=3^x$. We denote the $x$-coordinate of $P$ by $k$
Then, compute $$ \lim_{n\to\infty}\left(\frac{(\frac{a}{3})^{n+k}}{(\frac{a}{3})^{n+1}+1}\right)$$
My approach is : $$ a^{x-1}=3^x$$ $$ (\frac{a}{3})^x=a$$ As $x$ here equals to $k$ so $$(\frac{a}{3})^k=a$$ Substituting back to the original equation $$ \lim_{n\to\infty}\left(\frac{a(\frac{a}{3})^{n}}{(\frac{a}{3})(\frac{a}{3})^{n}+1}\right)$$ AS the degrees of the leading terms are equal we should take the quotient of the coefficients of them $$\frac{a}{\frac{a}{3}}$$ So answer is 3
Can someone look through and judge weather this way is correct becouse I don`t have the right answer?