How do I find the limit of something like
$$ \lim_{x\to \infty} \frac{2\cdot3^{5x}+5}{3^{5x}+2^{5x}} $$
?
|
How do I find the limit of something like $$ \lim_{x\to \infty} \frac{2\cdot3^{5x}+5}{3^{5x}+2^{5x}} $$ ? |
|||
|
|
Hint: $2\cdot 3^{5x}+5=3^{5x}\cdot (2+\frac5{3^{5x}})$ and $3^{5x}+ 2^{5x}=3^{5x}\cdot(1+(\frac23)^{5x})$. |
|||
|
|
|
Divide both the upper and the lower term by $3^{5x}$, that will do it. |
|||
|
|
|
Note that $$\frac{{2 \cdot {3^{5x}} + 5}}{{{3^{5x}} + {2^{5x}}}} \sim \frac{{2 \cdot {3^{5x}}}}{{{3^{5x}} + {2^{5x}}}} = \frac{2}{{1 + {{\left( {\frac{2}{3}} \right)}^{5x}}}}.$$ So ... |
|||
|
|
|
More generally, if you're trying to determine limiting behavior of a function of form $$\frac{f(x)}{g(x)}$$ as $x\to\infty$, and the limit is of form "$\pm\frac\infty\infty$", then you can look for a dominating term--that is, a term that (eventually) grows more rapidly in size than any other as $x$ gets sufficiently large--and then divide top and bottom by that dominating term (as filmor and Hagen demonstrated in their answers), so that all but a few terms vanish in the limit. Some guidelines:
|
|||
|
|