Why Are Negative Values Excluded in the Range of These Square Root Functions?

  • Thread starter Thread starter Michael_Light
  • Start date Start date
  • Tags Tags
    Functions Range
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
Michael_Light
Messages
112
Reaction score
0

Homework Statement



Find the range of each of the following functions. All the functions are defined for the largest possible domain of values of x.

a) f(x) = √(4-x^2) b) f(x) = √(4-x)


Homework Equations





The Attempt at a Solution



The answers given are a) 0 ≤ f(x) ≤ 2 b) f(x) ≥ 0 . But my answers are a) -2≤ f(x)≤2 b) All real numbers . Can anyone explain what i had done wrong? Why negative numbers are excluded?
 
Physics news on Phys.org


Because you wouldn't have a function otherwise. Consider the basic square root function
[tex]f(x) = \sqrt{x}[/tex]

You're probably thinking that there are two square roots of a number,
[tex]\pm\sqrt{x}[/tex]

However, in the function
[tex]f(x) = \sqrt{x}[/tex]
if we allow both positive and negative values, you would end up with a single x-value paired with two function values (like (16, 4) and (16, -4)). That's not allowed in functions.

Your original problem works the same way. The negative values will not be in the range, because otherwise you wouldn't have functions anymore.
 


Notice in exercise #b, if x>4, then the function has no Real value. Also, the square root will not be less than 0, meaning the function will be in range of greater or equal to 0than 0 but not less than 0.
 


Michael_Light said:

Homework Statement



Find the range of each of the following functions. All the functions are defined for the largest possible domain of values of x.

a) f(x) = √(4-x^2) b) f(x) = √(4-x)


Homework Equations





The Attempt at a Solution



The answers given are a) 0 ≤ f(x) ≤ 2 b) f(x) ≥ 0 . But my answers are a) -2≤ f(x)≤2 b) All real numbers . Can anyone explain what i had done wrong? Why negative numbers are excluded?
Because, as eumyang said, [itex]\sqrt{4- x^2}[/itex] is defined as the positive number such that its square is [itex]4- x^2[/itex]. Similarly, [itex]\sqrt{4- x}[/itex] is defined as the positive number whose square is 4- x.