Question:

The value of \( \lim_{n \to \infty} (\sqrt{4n^2+n} - 2n) \) is:

Show Hint

When faced with a limit of the form \(\sqrt{an^2+bn+c} - pn\), multiplying by the conjugate is the go-to strategy. It reliably transforms the \(\infty-\infty\) form into a more manageable \(\frac{\infty}{\infty}\) form, which can then be solved by dividing by the highest power of \(n\).
Updated On: Sep 24, 2025
  • \(\frac{1}{2}\)
  • 0
  • \(\frac{1}{4}\)
  • 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
The given limit presents an indeterminate form \(\infty - \infty\). The standard method for resolving this form when it involves square roots is to multiply by the conjugate expression.

Step 2: Key Formula or Approach:
We use the algebraic identity \((a-b)(a+b) = a^2 - b^2\). We multiply the expression by \(\frac{\sqrt{4n^2+n} + 2n}{\sqrt{4n^2+n} + 2n}\).

Step 3: Detailed Explanation:
\[ \lim_{n \to \infty} (\sqrt{4n^2+n} - 2n) = \lim_{n \to \infty} (\sqrt{4n^2+n} - 2n) \times \frac{\sqrt{4n^2+n} + 2n}{\sqrt{4n^2+n} + 2n} \] \[ = \lim_{n \to \infty} \frac{(\sqrt{4n^2+n})^2 - (2n)^2}{\sqrt{4n^2+n} + 2n} = \lim_{n \to \infty} \frac{(4n^2+n) - 4n^2}{\sqrt{4n^2+n} + 2n} \] \[ = \lim_{n \to \infty} \frac{n}{\sqrt{4n^2+n} + 2n} \] Now the limit is in the indeterminate form \(\frac{\infty}{\infty}\). To evaluate it, we divide the numerator and the denominator by the highest power of \(n\), which is \(n\). \[ = \lim_{n \to \infty} \frac{n/n}{(\sqrt{4n^2+n})/n + (2n)/n} = \lim_{n \to \infty} \frac{1}{\sqrt{4n^2/n^2+n/n^2} + 2} \] \[ = \lim_{n \to \infty} \frac{1}{\sqrt{4 + 1/n} + 2} \] As \(n \to \infty\), the term \(1/n \to 0\). \[ = \frac{1}{\sqrt{4 + 0} + 2} = \frac{1}{2 + 2} = \frac{1}{4} \]
Step 4: Final Answer:
The value of the limit is \(\frac{1}{4}\).
Was this answer helpful?
0
0