Functions
General
Grade 12
Question:
The range of the function <span class="math-inline">f(x) = \sqrt{4 - x^{2}} + \sqrt{x^{2} - 1}</span> is
(A) <span class="math-inline">\[\sqrt{3}, \sqrt{7}\]</span>
(B) <span class="math-inline">\[\sqrt{3}, \sqrt{5}\]</span>
(C) <span class="math-inline">\[\sqrt{2}, \sqrt{3}\]</span>
(D) <span class="math-inline">\[\sqrt{3}, \sqrt{6}\]</span>
Step-by-Step Solution
Key Concept: Find the domain first by requiring both square root expressions to be non-negative simultaneously, then use substitution or calculus to find the minimum and maximum values of f(x) on that domain.
<p><strong>Step 1: Find the Domain</strong></p><p>For f(x) = √(4 - x²) + √(x² - 1) to be defined, we need:</p><p>• 4 - x² ≥ 0 ⟹ x² ≤ 4 ⟹ -2 ≤ x ≤ 2</p><p>• x² - 1 ≥ 0 ⟹ x² ≥ 1 ⟹ x ≤ -1 or x ≥ 1</p><p>Combined domain: x ∈ [-2, -1] ∪ [1, 2]</p><p><strong>Step 2: Use Substitution</strong></p><p>Let t = x², where t ∈ [1, 4] (from domain constraints).</p><p>Then f(x) = g(t) = √(4 - t) + √(t - 1)</p><p><strong>Step 3: Find Critical Points</strong></p><p>g'(t) = -1/(2√(4-t)) + 1/(2√(t-1))</p><p>Setting g'(t) = 0:</p><p>1/(2√(t-1)) = 1/(2√(4-t))</p><p>√(4-t) = √(t-1)</p><p>4 - t = t - 1</p><p>5 = 2t ⟹ t = 5/2</p><p><strong>Step 4: Evaluate at Critical Point and Endpoints</strong></p><p>• At t = 1: g(1) = √(4-1) + √(1-1) = √3 + 0 = √3</p><p>• At t = 5/2: g(5/2) = √(4 - 5/2) + √(5/2 - 1) = √(3/2) + √(3/2) = 2√(3/2) = √6</p><p>• At t = 4: g(4) = √(4-4) + √(4-1) = 0 + √3 = √3</p><p><strong>Step 5: Verify Maximum and Minimum</strong></p><p>g''(t) = -1/(4(4-t)^(3/2)) - 1/(4(t-1)^(3/2)) < 0 for all t ∈ (1,4)</p><p>So t = 5/2 gives a maximum. The minimum value √3 occurs at both endpoints.</p><p>∴ Range = [√3, √6]</p><p><strong>∴ Answer: D</strong></p>
Correct Answer: D