Quick Example
For \(f(x)=\sqrt{x-1}\), the domain is \(x \geq 1\) because we need \(x-1 \geq 0\).
What is the domain of \(\displaystyle f(x) = \frac{1}{\sqrt{x-3}}\,\)?
📖 해설 (Explanation)
분모 \(\sqrt{x-3}\)가 존재하려면 \(x - 3 \geq 0\), 즉 \(x \geq 3\)이어야 합니다.
그런데 분모는 0이 되면 안 되므로 \(\sqrt{x-3} \neq 0\), 즉 \(x \neq 3\)이어야 합니다.
두 조건을 합치면 \(x > 3\). 정답은 B입니다.
⚠️ 흔한 실수: "루트 안이 0 이상"이면 된다고 생각해서 \(x\geq 3\)을 고르는 것 — 분모는 0이 될 수 없다!
02
Composition★★☆
f∘g means f(g(x)) — apply g FIRST
Quick Example
If \(f(x)=x^2\) and \(g(x)=x+1\), then \((f \circ g)(x)=f(g(x))=(x+1)^2\).
Let \(f(x) = 2x + 1\) and \(g(x) = x^2 - 3\). Find \((f \circ g)(2)\).
📖 해설
먼저 \(g(2) = 4 - 3 = 1\)을 계산합니다.
그 다음 \(f(g(2)) = f(1) = 2(1)+1 = 3\)... 잠깐! 다시 확인:
\(g(2) = 2^2 - 3 = 4 - 3 = 1\)
\(f(1) = 2(1)+1 = 3\)
⚠️ 정답은 D: 3이 맞는데, 혼동을 주기 위해 -1(g를 먼저 안 했을 때), 5(f를 먼저 했을 때), 7(잘못 계산) 등을 오답으로 배치했습니다.
핵심: 합성함수는 반드시 오른쪽(g)을 먼저!
Chapter 2 — Polynomials
03
Factor Theorem★★★
Factor Theorem: f(c)=0 ⟺ (x−c) is a factor
Quick Example
\(f(x)=x^2-5x+6\). Check \(f(2)=4-10+6=0\), so \((x-2)\) is a factor.
Which of the following is a factor of \(f(x) = x^3 - 2x^2 - 5x + 6\,\)?