Question:

Let $f(x) = \begin{cases} \dfrac{1}{|x|}, & |x|>1 \\ ax^2 + b, & |x| \leq 1 \end{cases}$. If $\lim_{x \to 1} f(x)$ and $\lim_{x \to -1} f(x)$ exist, then the possible values for $a$ and $b$ are

Show Hint

Check continuity and differentiability conditions on piecewise functions by equating limits and function values at boundaries.
Updated On: May 19, 2025
  • $a = b = 1$
  • $a = -\dfrac{1}{2}, b = -\dfrac{3}{2}$
  • $a = \dfrac{3}{2}, b = -\dfrac{1}{2}$
  • $a = \dfrac{1}{2}, b = -\dfrac{3}{2}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Continuity at $x=1$ implies $\lim_{x \to 1^-} f(x) = \lim_{x \to 1^+} f(x)$
So $a(1)^2 + b = \dfrac{1}{|1|} = 1$
Similarly, at $x = -1$, $a(1)^2 + b = 1$
From these, $a + b = 1$
Also, differentiability conditions or further limits yield $a = \dfrac{3}{2}$, $b = -\dfrac{1}{2}$
Was this answer helpful?
0
0