To find the value of \( k \) that makes the function \( g(x) = f(x) \{ f(x) + k \} \) continuous at \( x = 1 \), we need to ensure that the left-hand limit and the right-hand limit of \( g(x) \) at \( x = 1 \) are equal. This involves evaluating \( f(x) \) at the boundary \( x = 1 \) and then solving for \( k \).
- Evaluate \( f(x) \) as \( x \) approaches 1 from the left and from the right.
- Use these values to construct \( g(x) \) on both sides of \( x = 1 \).
- Set the left-hand limit of \( g(x) \) equal to the right-hand limit of \( g(x) \) at \( x = 1 \) and solve for \( k \).
함수 \( f(x) \)는 다음과 같이 정의됩니다:
\[
f(x) = \begin{cases}
\frac{1}{x} - 3 & \text{if } x < 1 \\
x^2 + 5 & \text{if } x \geq 1
\end{cases}
\]
\( x = 1 \)에서의 함수 값을 계산합니다.
\[
f(1) = 1^2 + 5 = 6
\]
함수 \( g(x) \)는 다음과 같이 정의됩니다:
\[
g(x) = f(x) \{ f(x) + k \}
\]
\( x = 1 \)에서 \( g(x) \)가 연속이 되려면, \( x \to 1^- \)와 \( x \to 1^+ \)에서의 \( g(x) \) 값이 같아야 합니다.
\( x \to 1^- \)에서 \( f(x) = \frac{1}{x} - 3 \)이므로,
\[
f(x) \to \frac{1}{1} - 3 = -2
\]
따라서,
\[
g(x) \to (-2) \{ (-2) + k \} = -2(-2 + k) = 4 - 2k
\]
\( x \to 1^+ \)에서 \( f(x) = x^2 + 5 \)이므로,
\[
f(1) = 6
\]
따라서,
\[
g(1) = 6(6 + k) = 36 + 6k
\]
연속성 조건에 따라,
\[
4 - 2k = 36 + 6k
\]
양변을 정리하면,
\[
4 - 36 = 6k + 2k \\
-32 = 8k \\
k = -4
\]