How do you find the end behavior of #f(x) = -x^2(1-2x)(x+2)#?

1 Answer
Aug 3, 2017

#lim_(x->+oo) f(x) = +oo#

#lim_(x->-oo) f(x) = +oo#

Explanation:

Given:

#f(x) = -x^2(1-2x)(x+2)#

In order to determine the end behaviour, we only need to look at the term of highest degree, i.e. the leading term in standard form. Rather than multiply out the whole expression, we can just multiply the terms of highest degree in each factor to find:

#-x^2(-2x)(x) = 2x^4#

So the term of highest degree in #f(x)# is #2x^4#, which is of even degree with positive coefficient.

As a result the end behaviour is:

#lim_(x->+oo) f(x) = +oo#

#lim_(x->-oo) f(x) = +oo#

In general, the possible combinations in a polynomial function are:

  • Even degree, positive leading coefficient:
    #color(white)()#
    #lim_(x->+-oo) = +oo#
    #color(white)()#

  • Odd degree, positive leading coefficient:
    #color(white)()#
    #lim_(x->+oo) = +oo" "lim_(x->-oo) = -oo#
    #color(white)()#

  • Even degree, negative leading coefficient:
    #color(white)()#
    #lim_(x->+-oo) = -oo#
    #color(white)()#

  • Odd degree, negative leading coefficient:
    #color(white)()#
    #lim_(x->+oo) = -oo" "lim_(x->-oo) = +oo#