How do you find the intervals of increasing and decreasing given #y=x^2/(4x+4)#?

1 Answer

Please see below.

Explanation:

The derivative of a function #y# reveals the increasing/decreasing nature of the function:

  • If #y'>0#, then #y# is increasing.
  • If #y'<0#, then #y# is decreasing.

So, we need to find the derivative of this function. We will need to use the quotient rule, which states that the derivative of the quotient of the functions #u# and #v# is:

#y=u/v" "=>" "y'=((u'*v)-(u*v'))/v^2#

So, for the given function, we see that:

#y'=((d/dxx^2)(4x+4)-(x^2)(d/dx(4x+4)))/(4x+4)^2#

Through the power rule, #d/dxx^2=2x# and #d/dx(4x+4)=4#.

#y'=((2x)(4x+4)-x^2(4))/(4x+4)^2=(4x^2+8x)/(4x+4)^2#

Taking #4^2# from the denominator and #4x# from the numerator:

#y'=(4x(x+2))/(16(x+1)^2)=(x(x+2))/(4(x+1)^2)#

So, we want to find when this is positive and when this is negative. Approach this by first finding the spots where the derivative could switch from positive to negative. That is, when the derivative equals #0# or is undefined.

The derivative equals #0# when #x(x+2)=0#, or at #x=0# and #x=-2#. The derivative is undefined when #4(x+1)^2=0#, or at #x=-1#.

So, we want to examine the sign of the derivative around the three points #x=-2,x=-1,# and #x=0#.

When #x<-2#, we see that the numerator is positive. Note that the denominator will always be positive. Thus the whole derivative is positive for #x<-2#. This means that #y# is increasing on #(-oo,-2)#.

For #-2ltxlt-1#, we see that the numerator is now negative. Thus #y'<0# for this interval and #y# is decreasing on #(-2,-1)#.

For #-1ltxlt0#, the numerator is negative again so #y'<0# on this interval and #y# is decreasing on #(-1,0)#.

For #x>0#, the final interval, the numerator is now positive, so #y'>0# and #y# is increasing on #(0,oo)#.

#color(red)star# We can now conclude that #y# is decreasing on #(-2,-1)uu(-1,0)# and is increasing on #(-oo,-2)uu(0,oo)#.

Note that the decreasing intervals cannot be combined into #(-2,0)# because there is an asymptote at #x=-1#.
graph{x^2/(4x+4) [-10, 10, -5, 5]}