Define \( f(x) = \begin{cases} x^2 + bx + c, & x< 1 \\ x, & x \geq 1 \end{cases} \). If f(x) is differentiable at x=1, then b−c is equal to
Step 1: Continuity at \( x = 1 \). For differentiability, the function must be continuous at \( x = 1 \).
Thus, we require: \[ \lim_{x \to 1^-} f(x) = \lim_{x \to 1^+} f(x). \] Substituting \( x=1 \) yields: \[ 1^2 + b(1) + c = 1 \quad \Rightarrow \quad 1 + b + c = 1 \quad \Rightarrow \quad b + c = 0. \]
Step 2: Differentiability at \( x = 1 \). The left-hand and right-hand derivatives must be equal at \( x = 1 \): \[ \lim_{x \to 1^-} f'(x) = \lim_{x \to 1^+} f'(x). \] This translates to: \[ \lim_{x \to 1^-} (2x + b) = \lim_{x \to 1^+} 1. \]
Substituting \( x = 1 \) gives: \[ 2(1) + b = 1 \quad \Rightarrow \quad b = -1. \]
Using \( b + c = 0 \), we find: \[ c = 1. \]
Step 3: Compute \( b - c \). Finally, we calculate: \[ b - c = -1 - 1 = -2. \]
Final Answer: \[ \boxed{-2} \]