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

  • Context: Graduate 
  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
bomba923
Messages
759
Reaction score
0
*Not really homework, just curious:

[tex]\forall a > 1 , b \ne 0, \lim_{x\to \infty} [ x \ln (a) - \ln (a^x + b) ] = \; {?}[/tex]
 
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:
[tex]\mathop {\lim }\limits_{x \to \infty } \ln \left( {\frac{{a^x }}{{a^x + b}}} \right)[/tex]

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:
[tex]\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)[/tex].
Can you go from here?
--------------------
L'Hopital's rule can be use to solve [itex]\frac{0}{0}[/itex], or [itex]\frac{\infty}{\infty}[/itex] form. It states:
[tex]\lim_{x \rightarrow \alpha} \frac{f(x)}{g(x)} = \lim_{x \rightarrow \alpha} \frac{f'(x)}{g'(x)}[/tex].
Note that it can only be used when f(x), and g(x) both tend to 0 or infinity.
Viet Dao,
 
Last edited: