Understanding Limits of Composed Functions at Infinity

  • Thread starter Thread starter Rectifier
  • Start date Start date
  • Tags Tags
    Functions Limits
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
4 replies · 1K views
Rectifier
Gold Member
Messages
313
Reaction score
4
The problem
$$ \lim_{x \rightarrow \infty} \frac{(\ln x)^{300}}{x} $$

The attempt
## \lim_{x \rightarrow \infty} (\ln x)^{300} = \infty## since ## \lim_{x \rightarrow \infty} f(x) = A## and ## \lim_{x \rightarrow \infty} g(x) = \infty ## thus ## \lim_{x \rightarrow \infty}f(g(x)) = A ##.

## f(x) = x^{300} ##
## g(x) = \ln x ##

## \lim_{x \rightarrow \infty} \frac{1}{x} = 0 ##

So in the end I get ## " 0 \cdot \infty " ##. Which is not an acceptable solution.
 
Physics news on Phys.org
Do you know l'Hospital's rule?

Rectifier said:
The problem
$$ \lim_{x \rightarrow \infty} \frac{(\ln x)^{300}}{x} $$

The attempt
## \lim_{x \rightarrow \infty} (\ln x)^{300} = \infty## since ## \lim_{x \rightarrow \infty} f(x) = A## and ## \lim_{x \rightarrow \infty} g(x) = \infty ## thus ## \lim_{x \rightarrow \infty}f(g(x)) = A ##.

## f(x) = x^{300} ##
## g(x) = \ln x ##

## \lim_{x \rightarrow \infty} \frac{1}{x} = 0 ##

So in the end I get ## " 0 \cdot \infty " ##. Which is not an acceptable solution.
 
  • Like
Likes   Reactions: Rectifier
No, I don't. We are supposed to solve it without it at this point.
 
I solved it by setting ##x=t^{300}## but your approach is even better.