Range problems can be tricky because you need to think about what outputs are actually possible, not just what inputs work. Let me walk you through how to tackle this one systematically.
Understanding What We're Looking ForWhen we talk about the
range of a function, we're asking: "What are all the possible output values this function can give us?" So we need to find all possible values of \(y = \frac{1}{x^2 + 1}\) when \(x\) can be any real number.
Let's Break This Down Step by Step:Step 1: Analyze the DenominatorNotice something important about \(x^2\) – no matter what real number you put in for \(x\), when you square it, you always get a non-negative result:
- If \(x = 3\), then \(x^2 = 9\)
- If \(x = -3\), then \(x^2 = 9\) (still positive!)
- If \(x = 0\), then \(x^2 = 0\)
So \(x^2 \geq 0\) for any real number \(x\).
This means \(x^2 + 1 \geq 1\) for any real number \(x\).
Here's the key insight: The denominator is smallest when \(x = 0\) (giving us 1), and it can grow as large as we want by choosing larger values of \(|x|\).
Step 2: Find the Maximum ValueSince we're dividing 1 by the denominator, our function will be
largest when the denominator is smallest.
The denominator is smallest when \(x^2 + 1 = 1\), which happens when \(x = 0\).
When \(x = 0\):
\(f(0) = \frac{1}{0^2 + 1} = \frac{1}{1} = 1\)
So the maximum value our function can achieve is
1.
Step 3: Find the Lower BoundNow let's think about what happens when \(x\) gets very large:
- If \(x = 10\): \(f(10) = \frac{1}{100 + 1} = \frac{1}{101} \approx 0.0099\)
- If \(x = 100\): \(f(100) = \frac{1}{10,000 + 1} \approx 0.0001\)
- If \(x = 1,000\): \(f(1,000) \approx 0.000001\)
As \(x\) gets larger, \(x^2 + 1\) gets larger, so \(\frac{1}{x^2 + 1}\) gets closer and closer to 0.
Critical distinction: The function
approaches 0 but never equals 0, because the denominator is never infinite – it's always a finite positive number.
Also notice: since \(x^2 + 1\) is always positive, and we're dividing the positive number 1 by it, our function is
always positive.
Step 4: Confirm the RangeLet's verify:
- Maximum value: \(f(x) = 1\) when \(x = 0\) ✓
- The function approaches but never reaches 0 ✓
- The function is always positive ✓
So the range is:
all positive real numbers less than or equal to 1In interval notation: \((0, 1]\)
Watch out for this trap: Answer choice D says "all real numbers greater than or equal to 0 and less than or equal to 1" – this
includes 0, which is incorrect because the function never actually equals 0.
Answer choice E says "all positive real numbers less than or equal to 1" – this
excludes 0, which is correct!
Answer: E---
Want to Master Range Problems Systematically?While this explanation covers the core approach, you'll find deeper insights on the complete solution. You can check out the
step-by-step solution on Neuron by e-GMAT to understand the systematic framework that works for all function range problems, including:
- The complete strategic approach for analyzing function behavior
- How to identify all common traps in range vs. domain questions
- Process skills that help you avoid calculation errors
- Pattern recognition techniques for similar GMAT function problems
You can also explore other GMAT official questions with detailed solutions on Neuron for structured practice
here.
Happy learning! 🎯