How do you find the domain and range of #sqrt(x-3) #?

1 Answer
Dec 18, 2016

Domain#->x>=3#

Range #->y>=0#

Explanation:

#color(blue)("Determine the domain")#

There is a difference between the words can and may

You can square root a negative value but the answer belongs to the set of 'complex numbers'.

On the other hand, if you wish to avoid complex numbers the content of the root may not become negative.

Consequently I am setting the condition:#" "x-3>=0#

#color(green)(=> x>=+3)color(red)(-> {x in RR: x>=3} larr" bit of higher level maths")#

# {x in RR: x>=3}# means: the set value of #x# such that #x# belongs to the set of 'Real Numbers' (not complex numbers) and that it is greater than or equal to 0.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Determine the range")#

Domain can be thought of as 'input'. So for this expression it is the values you assign to #x#

Range can be thought of as 'output' and it is all the positive values greater than or equal to 0

Set #y=sqrt(x-3)#

So the range is #y# and

#color(green)(y>=0) color(red)( ->{y in RR:y>=0} larr "bit of higher level maths")#

or you could write: #color(red)(y in [0,oo) larr "bit of higher level maths")#

#[0,oo)# means all the number from 0 to tending towards infinity. You can never really get to infinity so it is excluded. So the { is inclusive and the ) is exclusive.