MCQMediumJEE 2023Limits

JEE Mathematics 2023 Question with Solution

The value of limn1+23+4+56++(3n2)+(3n1)3n2n4+4n+3n4+5n+4\lim_{n \to \infty} \frac{1 + 2 - 3 + 4 + 5 - 6 + \ldots + (3n - 2) + (3n - 1) - 3n}{\sqrt{2n^4 + 4n + 3} - \sqrt{n^4 + 5n + 4}} is:

  • A

    2+12\frac{\sqrt{2} + 1}{2}

  • B

    3(2+1)3(\sqrt{2} + 1)

  • C

    32(2+1)\frac{3}{2}(\sqrt{2} + 1)

  • D

    322\frac{3}{2}\sqrt{2}

Answer

Correct answer:C

Step-by-step solution

Standard Method

Given:

L=limn1+23+4+56++(3n2)+(3n1)3n2n4+4n+3n4+5n+4L=\lim_{n \to \infty} \frac{1 + 2 - 3 + 4 + 5 - 6 + \ldots + (3n - 2) + (3n - 1) - 3n}{\sqrt{2n^4 + 4n + 3} - \sqrt{n^4 + 5n + 4}}

Find: The value of the limit.

Group the numerator in blocks of three terms:

(1+23)+(4+56)++[(3n2)+(3n1)3n](1+2-3)+(4+5-6)+\cdots+[(3n-2)+(3n-1)-3n]

Each block equals

(3k2)+(3k1)3k=3k3=3(k1)(3k-2)+(3k-1)-3k=3k-3=3(k-1)

for k=1,2,,nk=1,2,\ldots,n. Hence the numerator becomes

0+3+6++3(n1)=3(0+1+2++(n1))=3n(n1)20+3+6+\cdots+3(n-1)=3\left(0+1+2+\cdots+(n-1)\right)=\frac{3n(n-1)}{2}

Now the limit is

L=limn3n(n1)22n4+4n+3n4+5n+4L=\lim_{n \to \infty} \frac{\frac{3n(n-1)}{2}}{\sqrt{2n^4 + 4n + 3} - \sqrt{n^4 + 5n + 4}}

Rationalize the denominator:

2n4+4n+3n4+5n+4=(2n4+4n+3)(n4+5n+4)2n4+4n+3+n4+5n+4\sqrt{2n^4 + 4n + 3} - \sqrt{n^4 + 5n + 4} = \frac{(2n^4 + 4n + 3)-(n^4 + 5n + 4)}{\sqrt{2n^4 + 4n + 3} + \sqrt{n^4 + 5n + 4}}

so

2n4+4n+3n4+5n+4=n4n12n4+4n+3+n4+5n+4\sqrt{2n^4 + 4n + 3} - \sqrt{n^4 + 5n + 4} = \frac{n^4-n-1}{\sqrt{2n^4 + 4n + 3} + \sqrt{n^4 + 5n + 4}}

Therefore,

L=limn3n(n1)22n4+4n+3+n4+5n+4n4n1L=\lim_{n \to \infty} \frac{3n(n-1)}{2} \cdot \frac{\sqrt{2n^4 + 4n + 3} + \sqrt{n^4 + 5n + 4}}{n^4-n-1}

Factor n2n^2 from each square root:

2n4+4n+3=n22+4n3+3n4,n4+5n+4=n21+5n3+4n4\sqrt{2n^4 + 4n + 3}=n^2\sqrt{2+\frac{4}{n^3}+\frac{3}{n^4}}, \qquad \sqrt{n^4 + 5n + 4}=n^2\sqrt{1+\frac{5}{n^3}+\frac{4}{n^4}}

Hence,

L=limn3n(n1)2n2(2+4n3+3n4+1+5n3+4n4)n4n1L=\lim_{n \to \infty} \frac{3n(n-1)}{2} \cdot \frac{n^2\left(\sqrt{2+\frac{4}{n^3}+\frac{3}{n^4}}+\sqrt{1+\frac{5}{n^3}+\frac{4}{n^4}}\right)}{n^4-n-1}

As nn \to \infty,

n(n1)n21,n4n4n11,\frac{n(n-1)}{n^2} \to 1, \qquad \frac{n^4}{n^4-n-1} \to 1,

and

2+4n3+3n4+1+5n3+4n42+1\sqrt{2+\frac{4}{n^3}+\frac{3}{n^4}}+\sqrt{1+\frac{5}{n^3}+\frac{4}{n^4}} \to \sqrt{2}+1

Thus,

L=32(2+1)L=\frac{3}{2}(\sqrt{2}+1)

Therefore, the correct option is C.

The solution also contains a conflicting header saying option B, but the worked result is 32(2+1)\frac{3}{2}(\sqrt{2}+1), which matches option C.

Block-sum and leading-term observation

Given: The same limit. Find: The quickest evaluation.

Observe directly that the numerator is a sum of block values:

(1+23),(4+56),,((3n2)+(3n1)3n)(1+2-3),(4+5-6),\ldots,((3n-2)+(3n-1)-3n)

These are

0,3,6,,3(n1)0,3,6,\ldots,3(n-1)

so the numerator is

3(n1)n23\cdot \frac{(n-1)n}{2}

For the denominator, after rationalization its size is controlled by

n4n2(2+1)=n22+1\frac{n^4}{n^2(\sqrt{2}+1)}=\frac{n^2}{\sqrt{2}+1}

Hence the whole expression behaves like

3n(n1)2n22+132(2+1)\frac{\frac{3n(n-1)}{2}}{\frac{n^2}{\sqrt{2}+1}} \to \frac{3}{2}(\sqrt{2}+1)

Therefore, the correct option is C.

Common mistakes

  • Treating each block as 00 is incorrect. While 1+23=01+2-3=0, the general block is (3k2)+(3k1)3k=3(k1)(3k-2)+(3k-1)-3k = 3(k-1), not always zero. Write the general block before summing.

  • Rationalizing the denominator but not simplifying the numerator correctly leads to error. The difference is (2n4+4n+3)(n4+5n+4)=n4n1(2n^4+4n+3)-(n^4+5n+4)=n^4-n-1, not merely n4n^4 at the algebra stage. Simplify exactly first, then take the limit.

  • Using only dominant terms in the denominator without accounting for the difference of square roots is wrong. Directly replacing the denominator by n2(21)n^2(\sqrt{2}-1) is not justified unless derived carefully. Use the conjugate to avoid cancellation mistakes.

Practice more Limits questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions