Last visit was: 26 Apr 2026, 08:53 It is currently 26 Apr 2026, 08:53
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,837
Own Kudos:
811,397
 [1]
Given Kudos: 105,896
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,837
Kudos: 811,397
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 26 Apr 2026
Posts: 8,631
Own Kudos:
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GMAT Focus 2: 645 Q83 V82 DI81
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,631
Kudos: 5,191
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
nick1816
User avatar
Retired Moderator
Joined: 19 Oct 2018
Last visit: 12 Mar 2026
Posts: 1,841
Own Kudos:
Given Kudos: 707
Location: India
Posts: 1,841
Kudos: 8,511
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 26 Apr 2026
Posts: 22,286
Own Kudos:
26,537
 [2]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,286
Kudos: 26,537
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
\(f(x) = x^2 + 1\). For which values of x does \(f(x) = f(\frac{1}{x})\)?

I. -1

II. \(-\frac{1}{2}\)

III. \(\frac{1}{2}\)

A. I only
B. II only
C. III only
D. I and II only
E. I, II and III

Let’s check each Roman numeral.

I. -1

f(-1) = (-1)^2 + 1 = 2

f(1/(-1)) = f(-1) = 2

I is true.

II. -½

f(-½) = (-½)^2 + 1 = ¼ + 1 = 5/4

f(1/(-1/2)) = f(-2) = (-2)^2 + 1 = 4 + 1 = 5

II is not true.

II. ½

f(½) = (½)^2 + 1 = ¼ + 1 = 5/4

f(1/(1/2)) = f(2) = 2^2 + 1 = 4 + 1 = 5

III is not true.

Answer: A
avatar
Pradd1984
Joined: 14 Feb 2020
Last visit: 03 Feb 2022
Posts: 8
Own Kudos:
Given Kudos: 4
Posts: 8
Kudos: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Can someone please why substituting (f)x x^2+1 into f(1/x) 1/x is not 1/(x^2 + 1) and why it is instead 1/(x^2) + 1 ?
User avatar
Innes
User avatar
Current Student
Joined: 09 Apr 2018
Last visit: 10 Feb 2025
Posts: 262
Own Kudos:
Given Kudos: 43
Location: India
GMAT 1: 720 Q49 V38
GPA: 4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Pradd1984
Can someone please why substituting (f)x x^2+1 into f(1/x) 1/x is not 1/(x^2 + 1) and why it is instead 1/(x^2) + 1 ?

I was getting confused in this as well but then I figured that I can substitute values and then check the form:

f(2) = (2)^2 + 1
f(1/2) = (1/2)^2+1


Hope this helps.
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 03 Apr 2026
Posts: 2,286
Own Kudos:
2,681
 [1]
Given Kudos: 100
Status:Tutor - BrushMyQuant
Location: India
Concentration: Finance, Marketing
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
GPA: 3
WE:Information Technology (Computer Software)
Expert
Expert reply
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
Posts: 2,286
Kudos: 2,681
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given that \(f(x) = x^2 + 1\) and we need to find for which values of x does \(f(x) = f (\frac{1}{x})\)

To find \(f(\frac{1}{x})\) we need to compare what is in the bracket in \(f(\frac{1}{x})\) and what is in the bracket in f(x)

=> to find the value of \(f(\frac{1}{x})\) we need to replace x with \(\frac{1}{x}\) in f(x)
=> \(f(\frac{1}{x})\) = \((\frac{1}{x})^2 + 1\) = \(\frac{1 + x^2 }{ x^2}\)

Now, there are two ways to solve this:

Method 1: Substitution

Take each value and find value of f(x) and f(\(\frac{1}{x}\)) and see for which value is f(x) = f(\(\frac{1}{x}\))

I \(-1\)
f(x) = f(-1) = \((-1)^2 + 1\) = 2
f(\(\frac{1}{x}\)) = f(\(\frac{1}{-1}\)) = f(-1)
f(x) = f(\(\frac{1}{x}\)) TRUE

II \(-\frac{1}{2}\)
f(x) = f(\(\frac{-1}{2}\)) = \((\frac{-1}{2})^2 + 1\) = \(\frac{5}{4}\)
f(\(\frac{1}{x}\)) = f(\(1/(\frac{-1}{2})\)) = f(-2) = \((-2)^2 + 1\) = 5
f(x) \(\neq\) f(\(\frac{1}{x}\)) FALSE

III \(\frac{1}{2}\)
f(x) = f(\(\frac{1}{2}\)) = \((\frac{1}{2})^2 + 1\) = \(\frac{5}{4}\)
f(\(\frac{1}{x}\)) = f(\(1/(\frac{1}{2})\)) = f(2) = \((2)^2 + 1\) = 5
f(x) \(\neq\) f(\(\frac{1}{x}\)) FALSE

Method 2: Algebra

f(x) = \(f(\frac{1}{x})\)
=> \(x^2 + 1 = \frac{1 + x^2 }{ x^2}\)
=> \(x^2*(x^2 + 1) = 1 + x^2 \)
=> \(x^4 + x^2 - 1 - x^2 = 0\)
=> \(x^4 = 1\)
=> x = +1 or -1

So, Answer will be A
Hope it helps!

Watch the following video to learn the Basics of Functions and Custom Characters

Moderators:
Math Expert
109837 posts
Tuck School Moderator
852 posts