How do you find the inflection points of the graph of the function: #f(x) = xe^(-2x)#?

1 Answer
Jun 6, 2015

The inflection points are given when the second derivative equals zero, that is, the function is changing its concavity (from concave to convex or vice-versa).

#(dy)/(dx)=e^(-2x)-2xe^(-2x)=color(green)(e^(-2x)(1-2x))#

#(d^2y)/(dx^2)=-2e^(-2x)(1-2x)+e^(-2x)(-2)=-2e^(-2x)((color(blue)(1)-2x+color(blue)(1))#

#(d^2y)/(dx)=-2e^(-2x)(color(blue)(2)-2x)=-2e^(-2x)[color(blue)(2)(1-x)]=color(red)(-4e^(-2x)(1-x))#

Now, let's just rewrite the function as a quotient: #-(4(1-x))/e^(2x)#

The inflection point is given by the point where the second derivative equals zero, so, when will it be zero, as the denominator will never be exactly zero? The answer is: when the numerator becomes zero, which is clear to see: when the factor #(1-x)# equals zero, the whole function is zero; thus, when #x=1#, it all becomes zero.

Substituting the value of #x=1# in the original function:

#f(1)=(1)e^(-2(1))=1/e^2~=0.1353#

The inflection point, thus, is #(1, 0.1353)#