For the function <span class="math-inline">f(x) = \frac{e^{x} + 1}{e^{x} - 1}</span>, if <span class="math-inline">n(d)</span> denotes the number of integers which are not in its domain and <span class="math-inline">n(r)</span> denotes the number of integers which are not in its range, then <span class="math-inline">n(d) + n(r)</span> is equal to -
(A) <span class="math-inline">2</span>
(B) <span class="math-inline">3</span>
(C) <span class="math-inline">4</span>
(D) <span class="math-inline">Infinite</span>
Step-by-Step Solution
Key Concept: Find integers excluded from the domain by setting the denominator to zero, and find integers excluded from the range by analyzing the function's behavior and solving for x in terms of y.
<p><strong>Step 1: Find n(d) - Integers not in the domain</strong></p><p>The function f(x) = (e^x + 1)/(e^x - 1) is undefined when the denominator equals zero.</p><p>e^x - 1 = 0</p><p>e^x = 1</p><p>x = 0</p><p>Therefore, only x = 0 is excluded from the domain. Since 0 is an integer, n(d) = 1</p><p><strong>Step 2: Find the range of f(x)</strong></p><p>Let y = (e^x + 1)/(e^x - 1), where x ≠ 0</p><p>Solving for x in terms of y:</p><p>y(e^x - 1) = e^x + 1</p><p>ye^x - y = e^x + 1</p><p>ye^x - e^x = y + 1</p><p>e^x(y - 1) = y + 1</p><p>e^x = (y + 1)/(y - 1)</p><p>For e^x to be valid, we need e^x > 0, which means (y + 1)/(y - 1) > 0</p><p>This inequality holds when: y > 1 or y < -1</p><p><strong>Step 3: Check behavior at boundaries</strong></p><p>As x → 0^+: e^x → 1^+, so f(x) → +∞</p><p>As x → 0^-: e^x → 1^-, so f(x) → -∞</p><p>As x → +∞: e^x → ∞, so f(x) → 1^+</p><p>As x → -∞: e^x → 0, so f(x) → -1^-</p><p>Therefore, Range = (-∞, -1) ∪ (1, +∞)</p><p><strong>Step 4: Find n(r) - Integers not in the range</strong></p><p>Integers in the range must satisfy y < -1 or y > 1</p><p>Integers NOT in the range: {-1, 0, 1}</p><p>Therefore, n(r) = 3</p><p><strong>Step 5: Calculate n(d) + n(r)</strong></p><p>n(d) + n(r) = 1 + 3 = 4</p><p><strong>∴ Answer: C</strong></p>
Correct Answer: C