Question:medium

If \[ f(x) = \begin{cases} \frac{\sin^2(ax)}{x^2}, & x \neq 0 \\ 1, & x = 0 \end{cases} \] is continuous at \( x = 0 \), then the value of \( a \) is:

Show Hint

For continuous functions, ensure that the limit at the point of interest matches the function's value at that point.
Updated On: Jan 13, 2026
  • \( \pm 1 \)
  • -1
  • 1
  • 0
Show Solution

The Correct Option is A

Solution and Explanation

For continuity at \( x = 0 \), the limit of \( f(x) \) as \( x \to 0 \) must equal \( f(0) \). We evaluate the limit: \[ \lim_{x \to 0} \frac{\sin^2(ax)}{x^2}. \] Using the approximation \( \sin(x) \approx x \) for small \( x \), we have \( \sin(ax) \approx ax \). Squaring this gives \( \sin^2(ax) \approx a^2 x^2 \). Substituting this into the limit: \[ \lim_{x \to 0} \frac{a^2 x^2}{x^2} = a^2. \] For continuity, this limit must equal \( f(0) = 1 \). Therefore: \[ a^2 = 1, \quad a = \pm 1. \] The values of \( a \) for which the function is continuous at \( x = 0 \) are \( \pm 1 \).
Was this answer helpful?
0