How do you graph #y=sqrt(x+1)#, compare it to the parent graph and what is the domain and range?

2 Answers
Jan 7, 2018

Domain: #{x|x>=-1}#
Range: #y in RR_(>=0)#

Explanation:

The parent graph is #sqrtx#, and #sqrt(x+1)# is the same graph but moved #1# unit to the left.

The domain of the function is when the bit inside the square root is greater than or equal to zero (otherwise it wouldn't be defined in terms of real numbers). We can find out when this is the case by solving the following inequality:
#x+1>=0#

#x+cancel(1-1)>=0-1#

#x>=-1#

So, our domain is #{x|x>=-1}#

The range of the parent graph, #sqrtx#, is all real positive numbers and zero, and a move to the left does nothing to change that, so the range of this function is also all the positive real numbers and zero, #RR_(>=0)#.

Jan 7, 2018

Quadratic of form #sub#

#x_("intercept")->(x,y)=(-1,0)#
#y_("intercepts")->(x,y) = (0,-1) and (0,+1)#

Symmetrical about the x-axis

Domain ('input for #x#) #->x>=-1#
Range ('output' for #y#) #->y>=+-oo#

Explanation:

This is a quadratic in #y# instead of the normally seen quadratic in #x#

It is the same as the form #uu# rotated about the origin #90^o# clockwise. So it ends up as form #sub#

Square both sides

#y^2=x+1#

#x=y^2-1#

Tony B

Consider the standardised form of #x=y^2+by+c#

#b# has the value of 0 so the graph is symmetrical about the x-axis.

#x_("intercept")=c=-1#

#y_("intercepts")# are at #x=0 => y^2-1#

#y_("intercepts") -> y=+-1#