Question

Difficulty: MediumLimits and Continuity of Functions
A function f(x)f(x) is defined by
f(x)={x2+kx10x2,x27,x=2f(x) = \begin{cases} \frac{x^2 + kx - 10}{x - 2}, & x \neq 2 \\ 7, & x = 2 \end{cases}
If f(x)f(x) is continuous at x=2x = 2, what is the numerical value of the constant kk?

Answer: 3

Answer

The numerical value of the constant kk is 3.
By definition of continuity, f(x)f(x) is continuous at x=2x = 2 if limx2f(x)=f(2)=7\lim_{x \to 2} f(x) = f(2) = 7. As x2x \to 2, the denominator x2x - 2 approaches 00. For the quotient to have a finite limit, the numerator x2+kx10x^2 + kx - 10 must also evaluate to 00 at x=2x = 2, yielding 22+2k10=02^2 + 2k - 10 = 0. Solving this gives 2k=62k = 6, so k=3k = 3. Substituting k=3k = 3 gives limx2(x2)(x+5)x2=7\lim_{x \to 2} \frac{(x-2)(x+5)}{x-2} = 7, confirming that k=3k = 3 is correct.

Step-by-Step Solution

1
Apply the definition of continuity at x=2x = 2
limx2f(x)=f(2)=7\lim_{x \to 2} f(x) = f(2) = 7
A function f(x)f(x) is continuous at x=ax = a if and only if limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).
2
Set the numerator to zero at the point of discontinuity x=2x = 2
22+k(2)10=02^2 + k(2) - 10 = 0
Because the denominator (x2)0(x - 2) \to 0 as x2x \to 2, the limit can only exist if the numerator also approaches 00, forming an indeterminate form 00\frac{0}{0} that can be simplified.
3
Solve for the unknown parameter kk
4+2k10=0    2k6=0    k=34 + 2k - 10 = 0 \implies 2k - 6 = 0 \implies k = 3
Linear algebraic equation solving.
4
Verify that the simplified limit equals f(2)f(2)
limx2x2+3x10x2=limx2(x2)(x+5)x2=limx2(x+5)=7\lim_{x \to 2} \frac{x^2 + 3x - 10}{x - 2} = \lim_{x \to 2} \frac{(x - 2)(x + 5)}{x - 2} = \lim_{x \to 2} (x + 5) = 7
Canceling the common factor (x2)(x - 2) yields 77, which matches f(2)=7f(2) = 7.

Key Concept

Continuity of a Piecewise Function and Limit Existence
Rate this question