Question
Question: Evaluate the limit \[\underset{n\to \infty }{\mathop{\lim }}\,\left[ \dfrac{\sqrt{n}}{{{(3+4\sqrt{n}...
Evaluate the limit n→∞lim[(3+4n)2n+2(32+4n)2n+3(33+4n)2n....+49n1]
Solution
Hint: Try to convert the sum into integral using the idea that integral is a limit of a sum.
We can see that the kth term of the limit can be written ask(3k+4n)2n
Therefore,
n→∞lim[(3+4n)2n+2(32+4n)2n+3(33+4n)2n....+49n1]
=n→∞limk=1∑nk(3k+4n)2n
The limits of the summation can be found by equating the kth term to the first term (for the lower limit) and to the last term (for the upper limit), which in our case are k=1 and k=n.
Dividing by n1 from both numerator and denominator we rewrite our equation as,
= n→∞limk=1∑nn1nk(3nk+4)21
This limit can now be replaced by an integral as n1=dx and nk=x.
The upper and lower limits of the integral can be found by evaluating the limit of nkas k tends to upper and lower bounds of our summation, which in our case are 0 (as lower bound) and 1 as upper bound. Every limit of the form
n→∞limk=an∑bnn1f(nk) can be converted to the integral a∫bf(x)dx.
So,
= 0∫1x(3x+4)21dx
For evaluating this integral substitutet=x. So dt=2x1dx.Upper bound becomes 1 and lower bound becomes 0 (these remain the same in our case as the substitution was t=x, but may change if it would have been something else)
= 0∫1(3t+4)22dt
= [3(3t+4)−2]01
= (21−2)−(12−2)
=141
Note: Students have to be careful when writing the kth term of the summation and its limits. Also, when converting the limit to the integral one should be careful. Students can use their own methods i.e. any other substitution when solving the integral. They may use either the lower Reimann sum or the upper Reimann sum, in both cases the answer will be the same.