Last visit was: 30 May 2024, 15:28 It is currently 30 May 2024, 15:28
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
SORT BY:
Date
Math Expert
Joined: 02 Sep 2009
Posts: 93545
Own Kudos [?]: 627897 [71]
Given Kudos: 82024
Send PM
Most Helpful Reply
Target Test Prep Representative
Joined: 04 Mar 2011
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Posts: 3042
Own Kudos [?]: 6400 [21]
Given Kudos: 1646
Send PM
General Discussion
Quant Chat Moderator
Joined: 22 Dec 2016
Posts: 3130
Own Kudos [?]: 4538 [4]
Given Kudos: 1857
Location: India
Concentration: Strategy, Leadership
Send PM
Manager
Manager
Joined: 12 Jul 2020
Posts: 107
Own Kudos [?]: 231 [0]
Given Kudos: 238
GMAT Focus 1:
615 Q79 V83 DI79
GMAT 1: 530 Q42 V20
GMAT 2: 640 Q48 V29
Send PM
Re: The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
gmatphobia chetan2u Bunuel, how do we figure that we have to equate expressions as well?
Math Expert
Joined: 02 Sep 2009
Posts: 93545
Own Kudos [?]: 627897 [0]
Given Kudos: 82024
Send PM
Re: The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
Expert Reply
AnkurGMAT20 wrote:
gmatphobia chetan2u Bunuel, how do we figure that we have to equate expressions as well?


That's because the even roots are defined for values that are more than or equal to zero.
Tutor
Joined: 04 Aug 2010
Posts: 1323
Own Kudos [?]: 3167 [1]
Given Kudos: 9
Schools:Dartmouth College
Send PM
Re: The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
1
Kudos
Expert Reply
Bunuel wrote:
The domain of the function \(f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x} }\) is the set of real numbers x such that

A. -2 ≤ x ≤ 1
B. -2 ≤ x ≤ 4
C. 1 ≤ x ≤ 2
D. 1 ≤ x ≤ 4
E. 2 ≤ x ≤ 4


We can PLUG IN THE ANSWERS, which represent the domain of the function.

Options A and B include x=0; the remaining options do not.
If x=0, we get:
\(f(0) = \sqrt{\sqrt{2} - \sqrt{4} } ≈ \sqrt{1.4 - 2} = \sqrt{-0.6} \)
Not viable, since the value under the root symbol may not be negative.
Since x=0 is not viable, eliminate A and B.

Options D and E include x=4; option C does not.
If x=4, we get:
\(f(4) = \sqrt{\sqrt{6} - \sqrt{0} } ≈ \sqrt{\sqrt{6}} \)
This works.
Eliminate C, which does not include x=4.

Options D includes x=1; option E does not.
If x=1, we get:
\(f(1) = \sqrt{\sqrt{3} - \sqrt{3} } = \sqrt{0} \)
This works.
Eliminate E, which does not include x=1.

Manager
Manager
Joined: 09 Aug 2020
Posts: 54
Own Kudos [?]: 9 [1]
Given Kudos: 33
Send PM
The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
1
Kudos
gmatophobia wrote:
Bunuel wrote:
The domain of the function \(f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x} }\) is the set of real numbers x such that

A. -2 ≤ x ≤ 1
B. -2 ≤ x ≤ 4
C. 1 ≤ x ≤ 2
D. 1 ≤ x ≤ 4
E. 2 ≤ x ≤ 4


The value of an expression under root is always non - negative

  • \(\sqrt{x+2}\)

    \(x + 2 \geq 0\)

    \(x \geq -2\)
  • \(\sqrt{4-x}\)

    \(4-x \geq 0\)

    \(x \leq 4\)
  • \(\sqrt{\sqrt{x+2} - \sqrt{4-x} } \)

    \(\sqrt{x+2} - \sqrt{4-x} \geq 0 \)

    \(\sqrt{x+2} \geq \sqrt{4-x}\)

    Applying the principle that \(\sqrt{n} = |n|\)

    \(|x+2| \geq |4-x|\)

    Squaring both sides we get

    \(x^2 + 4x + 4 \geq 16 + x^2 - 8x\)

    \(x^2 + 4x + 8x - x ^2 \geq 16 - 4 \)

    \(12x \geq 12 \)

    \(x \geq 1 \)

Combining the information we get -

\(1 \leq x \leq 4\)

Option D
 

I completely get the logics but can I understand from you why \(x \geq -2\), \(x \leq 4\), \(x \geq 1 \) at the end it is \(1 \leq x \leq 4\), why not  \(-2 \leq x \leq 4\)?
 
Math Expert
Joined: 02 Sep 2009
Posts: 93545
Own Kudos [?]: 627897 [3]
Given Kudos: 82024
Send PM
Re: The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
2
Kudos
1
Bookmarks
Expert Reply
JoeAa wrote:
gmatophobia wrote:
Bunuel wrote:
The domain of the function \(f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x} }\) is the set of real numbers x such that

A. -2 ≤ x ≤ 1
B. -2 ≤ x ≤ 4
C. 1 ≤ x ≤ 2
D. 1 ≤ x ≤ 4
E. 2 ≤ x ≤ 4


The value of an expression under root is always non - negative

  • \(\sqrt{x+2}\)

    \(x + 2 \geq 0\)

    \(x \geq -2\)
  • \(\sqrt{4-x}\)

    \(4-x \geq 0\)

    \(x \leq 4\)
  • \(\sqrt{\sqrt{x+2} - \sqrt{4-x} } \)

    \(\sqrt{x+2} - \sqrt{4-x} \geq 0 \)

    \(\sqrt{x+2} \geq \sqrt{4-x}\)

    Applying the principle that \(\sqrt{n} = |n|\)

    \(|x+2| \geq |4-x|\)

    Squaring both sides we get

    \(x^2 + 4x + 4 \geq 16 + x^2 - 8x\)

    \(x^2 + 4x + 8x - x ^2 \geq 16 - 4 \)

    \(12x \geq 12 \)

    \(x \geq 1 \)

Combining the information we get -

\(1 \leq x \leq 4\)

Option D



 

I completely get the logics but can I understand from you why \(x \geq -2\), \(x \leq 4\), \(x \geq 1 \) at the end it is \(1 \leq x \leq 4\), why not  \(-2 \leq x \leq 4\)?




 

The conditions (\(x \geq -2\), \(x \leq 4\), \(x \geq 1\)) represent restrictive conditions, meaning for the whole expression to be defined they must be true simultaneously. You see, if \(-2 \leq x < 1\), then \(\sqrt{\sqrt{x + 2} - \sqrt{4 – x}} < 0\), making this expression undefined for real numbers in that range.
GMAT Club Bot
Re: The domain of the function f(x) = \sqrt{\sqrt{x+2} - \sqrt{4-x [#permalink]
Moderator:
Math Expert
93544 posts