How do you find the inflection points for the function #f(x)=e^sin(x)#?

1 Answer
Oct 2, 2014

Inflection points are when a function changes concavity.

A simple way to think of concavity is by asking yourself if a function seems more like a smile or a frown at a certain point. A "smiling" function is concave up, and a "frowning" function is considered to be concave down.

So a point of inflection is where a function changes from smiling to frowning.

Inflection points are found with the 2nd derivative. Wherever the 2nd derivative is positive, you have a smiling function. Wherever the 2nd derivative is negative, you have a frowning function.

So the point of inflection is going to be where the change from smiling to frowning, or smiling to frowning occurs.

This is often, but not always at a point where the 2nd derivative equals 0. Finding the zeros of the 2nd derivative is a good start, but you are really interested in the sign changes of the 2nd derivative.

To your specific question:

Given #f(x)=e^sin(x)#, we need to find #f''(x)#.

#f'(x)=e^sin(x)cos(x)#

by The Chain Rule.

Finding the second derivative will require The Product and The Chain Rule. Using the Chain Rule as:

#d[uv]=u'v+uv'#, and #u=e^sin(x)# and #v=cos(x)#, we get:

#f''(x)=[e^sin(x)cos(x)(cos(x))+e^sin(x)(-sin(x))]#

#f''(x)=e^sin(x)cos^2(x)-sinxe^sin(x)#

#f''(x)=e^sin(x)[cos^2(x)-sinx]#

We need to find where this function crosses the x-axis (when #f''(x)# changes from negative to positive or vice versa) in order to find the inflection points of #f(x)#.

If you have access to technology for this question, then you can simply graph it. But you might not be allowed to use technology, and the function can be confusing visually.

My preference is look at each factor separately.

#f''(x)=e^sin(x)[cos^2(x)-sinx]# consists of

#e^sin(x)#

and

#[cos^2(x)-sinx]#.

#e^sin(x)# will never be zero or negative. So we can ignore it for purposes of determining the sign of the 2nd derivative (which will tell us the concavity of the original function.

#[cos^2(x)-sinx]# is more promising. Basically, you will have a zero of the 2nd derivative every time #cos^2(x)-sin(x)=0#

I will admit that solving this equation without technology is daunting. So I turned to WolphramAlpha.com and input "second derivative of e^(sinx)". The result was:

enter image source here

The infomation under "Roots above tell you how to find the zeros of the 2nd derivative for integer values of n. And the graphs under "Plots" show that these roots are all points of inflection, because the 2nd derivative changes sign at each x-intercept.

Hope this helps. This one had a particularly answer in the end.