Find the Limit of a/b and (x+1)ln(x+1) - x ln(x) - 1

  • Thread starter Thread starter cpyap
  • Start date Start date
  • Tags Tags
    Limit
cpyap
Messages
13
Reaction score
0

Homework Statement


What will be the limit of
a) lim_{n\rightarrow\infty}\frac{2+3^{n+1}}{(n+1)(2+3^{n})}
b) lim_{x\rightarrow\infty} (x+1)ln(x+1) - x ln(x) - 1

Homework Equations


-

The Attempt at a Solution


It is actually coming from infinite series question,
which I goes into the limit step and stuck.
lim_{n\rightarrow\infty}\frac{2+3^{n+1}}{(n+1)(2+3^{n})} look like equal to 0,
ln\left[\frac{(x+1)^{x+1}}{x^{x}}\right] look like equal to \infty,
but I don't know how to work on them,
which pretty much stuck on this stage.
Any help will be appreciated.
Thanks!
 
Last edited:
Physics news on Phys.org
For the first one, try dividing the numerator and denominator by 3^n, and see if you can get an idea for what the numerator and denominator look like when n is large
 
Office_Shredder said:
For the first one, try dividing the numerator and denominator by 3^n, and see if you can get an idea for what the numerator and denominator look like when n is large

lim_{n\rightarrow\infty}\frac{\frac{2}{3^{n}}+3}{\frac{2n+2}{3^{n}}+n+1} = \frac{3}{\infty+1} = 0<br />
I believe I'm getting tired,
missed a whole point here.
Thanks a lot for help.
 
How about b)?
 
Question edited. Just try to make the question b) clearer.
Thanks!
 
You can rewrite b) to make taking the limit easier:

\frac{(x+1)^{x+1}}{x^{x}} = \frac{(x + 1)^x(x+1)}{x^x} = \left(\frac{x+1}{x}\right)^x(x + 1) = \left(1 + \frac{1}{x}\right)^x(x + 1)

Then taking the limit of the expression:

\lim_{x\rightarrow \infty}\ln\left[\left(1 + \frac{1}{x}\right)^x(x + 1)\right] - 1 = \lim_{x\rightarrow \infty}\ln\left(1 + \frac{1}{x}\right)^x + \lim_{x\rightarrow \infty}\ln(x + 1) - 1 = \ln\left(\lim_{x\rightarrow \infty}\left(1 + \frac{1}{x}\right)^x\right) - 1 + \lim_{x\rightarrow \infty}\ln(x + 1)
 
Bohrok said:
You can rewrite b) to make taking the limit easier:

\frac{(x+1)^{x+1}}{x^{x}} = \frac{(x + 1)^x(x+1)}{x^x} = \left(\frac{x+1}{x}\right)^x(x + 1) = \left(1 + \frac{1}{x}\right)^x(x + 1)

Then taking the limit of the expression:

\lim_{x\rightarrow \infty}\ln\left[\left(1 + \frac{1}{x}\right)^x(x + 1)\right] - 1 = \lim_{x\rightarrow \infty}\ln\left(1 + \frac{1}{x}\right)^x + \lim_{x\rightarrow \infty}\ln(x + 1) - 1 = \ln\left(\lim_{x\rightarrow \infty}\left(1 + \frac{1}{x}\right)^x\right) - 1 + \lim_{x\rightarrow \infty}\ln(x + 1)

You don't even have to work that hard. Since x->infinity you can take x>1. So (x+1)/x>=1 and (x+1)^x/x^x>=1. The leftover (x+1) goes to infinity. It's basically a comparison test.
 
You're very right, I know it's more than one might do for this problem. But since there was a -1 in the expression, and I saw it as ln(limx→∞(1 + 1/x)x), that limit gets rid of the -1 and leaves you with just a nice limx→∞ ln(x + 1).
 
Back
Top