Limit of x ln(a) - ln(a^x+b) for a>1, b!=0

  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Limit
bomba923
Messages
759
Reaction score
0
*Not really homework, just curious:

\forall a > 1 , b \ne 0, \lim_{x\to \infty} [ x \ln (a) - \ln (a^x + b) ] = \; {?}
 
Physics news on Phys.org
Use common logarithm rules to rearrange the expression inside the limit. You should end up with only the limit of a single logarithm.
 
I think you mean rearranging the expression as:
\mathop {\lim }\limits_{x \to \infty } \ln \left( {\frac{{a^x }}{{a^x + b}}} \right)

Hmm, how would I advance from there? An indeterminate form exists within the natural logarithm, although I'm not quite sure that would justify using L'Hopital.

Perhaps some additional algebraic manipulation is required?
 
Last edited:
You can then divide both numerator and denominator within the natural logarithm by ax, something like:
\lim_{x \rightarrow \infty} \ln \left( \frac{a ^ x}{a ^ x + b} \right) = \lim_{x \rightarrow \infty} \ln \left( \frac{\frac{a ^ x}{a ^ x}}{\frac{a ^ x + b}{a ^ x}} \right) = \lim_{x \rightarrow \infty} \ln \left( \frac{1}{1 + \frac{b}{a ^ x}} \right).
Can you go from here?
--------------------
L'Hopital's rule can be use to solve \frac{0}{0}, or \frac{\infty}{\infty} form. It states:
\lim_{x \rightarrow \alpha} \frac{f(x)}{g(x)} = \lim_{x \rightarrow \alpha} \frac{f'(x)}{g'(x)}.
Note that it can only be used when f(x), and g(x) both tend to 0 or infinity.
Viet Dao,
 
Last edited:
Back
Top