Solving an Infinite Limit: Should I Factor?

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
12 replies · 2K views
Rectifier
Gold Member
Messages
313
Reaction score
4
The problem
[tex]\lim_{x\rightarrow \infty} \frac{x^4 + x \ln x}{x + \left( \frac{2}{3} \right)^x}[/tex]

The attempt
[tex]\lim_{x\rightarrow \infty} \frac{x^4 + x \ln x}{x + \left( \frac{2}{3} \right)^x} = \lim_{x\rightarrow \infty} \frac{x^4(1 + \frac{x \ln x}{x^4}) }{x + \left( \frac{2}{3} \right)^x}[/tex]Should I factor ## x ## or ## \left( \frac{2}{3} \right)^x ## in the denomenator?
 
Physics news on Phys.org
malawi_glenn said:
what will happen to x+ (2/3)^x as x-> oo ?

does x*ln(x) goes to oo faster or slower than x^4 as x-> oo ?

I am aware that ##x^4## approaches infinity faster than the other expression in numerator. I am only interested in the denominator at this point. As for the first question ##x##
approaches infinity while ##\left( \frac{2}{3} \right)^x## approaches 0.
 
malawi_glenn said:
so your expression goes as x^4/x = x^3 as x->oo, right?
Yup. But how come you factor x?
 
malawi_glenn said:
what do you mean by "factor x"?

I just note that x+(2/3)^x -> x as x->oo

I meant that you factorize x from denominator. So we get ## \lim_{x\rightarrow \infty} \frac{x^4(1 + \frac{\ln x}{x^3}) }{x \left( 1 + \frac{ \frac{2}{3} ^x}{x} \right) } = \lim_{x\rightarrow \infty} \frac{x^3(1 + \frac{ \ln x}{x^3}) }{\left( 1 + \frac{ \frac{2}{3} ^x}{x} \right) } ##.
 
Rectifier said:
I meant that you factorize x from denominator. So we get ## \lim_{x\rightarrow \infty} \frac{x^4(1 + \frac{\ln x}{x^3}) }{x \left( 1 + \frac{ \frac{2}{3} ^x}{x} \right) } = \lim_{x\rightarrow \infty} \frac{x^3(1 + \frac{ \ln x}{x^3}) }{\left( 1 + \frac{ \frac{2}{3} ^x}{x} \right) } ##.

That would be one way to do it; another way would be to use l'Hospital's Rule; see, eg.,
http://tutorial.math.lamar.edu/Classes/CalcI/LHospitalsRule.aspx
 
Rectifier said:
The problem
[tex]\lim_{x\rightarrow \infty} \frac{x^4 + x \ln x}{x + \left( \frac{2}{3} \right)^x}[/tex]

The attempt
[tex]\lim_{x\rightarrow \infty} \frac{x^4 + x \ln x}{x + \left( \frac{2}{3} \right)^x} = \lim_{x\rightarrow \infty} \frac{x^4(1 + \frac{x \ln x}{x^4}) }{x + \left( \frac{2}{3} \right)^x}[/tex]Should I factor ## x ## or ## \left( \frac{2}{3} \right)^x ## in the denomenator?

Another technique is to estimate the numerator and/or denominator. In this case the numerator is greater than ##x^4## and the denominator is less than ##2x##, so the overall expression is greater than ##\frac{x^4}{2x}##.