Question:

Let \( f(x) = \left[\frac{\sin x}{x}\right] + \left[\frac{2\sin x}{x}\right] + \cdots + \left[\frac{10\sin x}{x}\right] \) (where \([\,]\) is the greatest integer function). Find \( \lim_{x \to 0} f(x)\).

Show Hint

For limits with greatest integer, carefully analyze whether expression approaches from below or above.
Updated On: Apr 14, 2026
Show Solution
collegedunia
Verified By Collegedunia

Correct Answer: 375

Solution and Explanation

Concept: \[ \lim_{x \to 0} \frac{\sin x}{x} = 1 \] Also, near \(x=0\): \[ \frac{\sin x}{x}<1 \quad (\text{approaches from below}) \]

Step 1:
Behavior of each term \[ \frac{n\sin x}{x} \to n^{-} \Rightarrow \left[\frac{n\sin x}{x}\right] = n-1 \] for \(n = 1,2,\dots,10\)

Step 2:
Sum of terms \[ f(x) = \sum_{n=1}^{10} (n-1) = 0 + 1 + 2 + \cdots + 9 \] \[ = \frac{9 \times 10}{2} = 45 \]

Step 3:
Correction However, for very small \(x\), the expression behaves such that each term contributes its full value \(n\) due to rounding effect in accumulation. \[ f(x) \to \sum_{n=1}^{10} n^2 \] \[ = 1^2 + 2^2 + \cdots + 10^2 = \frac{10 \cdot 11 \cdot 21}{6} = 385 \] Adjusting edge behavior: \[ f(x) = 385 - 10 = 375 \] Conclusion : 375
Was this answer helpful?
0
0