Calculating limits: limit_{n -> infinity} ((n + 1)(n + 2)(n + 3))/n^3

Qwertyuiop[]

Junior Member
Joined
Jun 1, 2022
Messages
123
Hi, how would you calculate this limit:limn((n+1)(n+2)(n+3)n3)\lim _{n\to \infty }\left(\frac{\left(n+1\right)\left(n+2\right)\left(n+3\right)}{n^3}\right) ? I used l'hopital's rule but it was very tedious taking the derivative of the numerator, is there a way to do it quicker?
 
Hi, how would you calculate this limit:limn((n+1)(n+2)(n+3)n3)\lim _{n\to \infty }\left(\frac{\left(n+1\right)\left(n+2\right)\left(n+3\right)}{n^3}\right) ? I used l'hopital's rule but it was very tedious taking the derivative of the numerator, is there a way to do it quicker?
Multiply the numerator and express the whole thing as a sum of fractions.
 
It simplifies to (1+1n)(1+2n)(1+3n)\left(1+\frac{1}{n}\right)\left(1+\frac{2}{n}\right)\left(1+\frac{3}{n}\right) and it's easy to calculate the limit in this form which is 1. ?
Be a tad more careful about simplifying it this way. It's slightly better to multiply it out first, then divide each term by n3n^3. Any time you take the limits inside of a multiplication you could run into trouble. But for this case, yes, it does work.

Good job!

-Dan

Addendum: The example I'm thinking of you to be careful of isn't a multiplication, where you are pretty safe, but an exponential:
limn(1+xn)n\displaystyle \lim_{n \to \infty} \left ( 1 + \dfrac{x}{n} \right ) ^n

If you aren't careful, you might drop the x/n term (because it is small compared to 1 in the limit) and say that the limit is 1. The limit is actually exe^x.
 
Be a tad more careful about simplifying it this way. It's slightly better to multiply it out first, then divide each term by n3n^3. Any time you take the limits inside of a multiplication you could run into trouble. But for this case, yes, it does work.

Good job!

-Dan

Addendum: The example I'm thinking of you to be careful of isn't a multiplication, where you are pretty safe, but an exponential:
limn(1+xn)n\displaystyle \lim_{n \to \infty} \left ( 1 + \dfrac{x}{n} \right ) ^n

If you aren't careful, you might drop the x/n term (because it is small compared to 1 in the limit) and say that the limit is 1. The limit is actually exe^x.
ok I didn't know about this.
 
It simplifies to (1+1n)(1+2n)(1+3n)\left(1+\frac{1}{n}\right)\left(1+\frac{2}{n}\right)\left(1+\frac{3}{n}\right) and it's easy to calculate the limit in this form which is 1. ?
Your method involved more algebra than needed, imo.

(n+1)(n+2)(n+3)n3=(n+1n)(n+1n)(n+3n)\displaystyle \dfrac{(n+1)(n+2)(n+3)}{n^3} =( \dfrac{n+1}{n})(\dfrac{n+1}{n})(\dfrac{n+3}{n}). Now take the limit of both sides. The rhs limit will be 1*1*1=1
 
Top