What are the points of inflection, if any, of #f(x)=e^(2x) - e^x #?
2 Answers
Crap.
Explanation:
Was utter crap so forget I said anything.
There is an inflection point at
Explanation:
To find inflection points, we apply the second derivative test.
#f(x) = e^(2x) - e^(x)#
#f'(x) = 2e^(2x) - e^(x)#
#f''(x) = 4e^(2x) - e^(x)#
We apply the second derivative test by setting
#4e^(2x) - e^x = 0#
#4e^(2x) = e^(x)#
#ln(4e^(2x)) = ln(e^x)#
One property of logarithms is that terms being multiplied in a single logarithm can be turned into a sum of logarithms for each term:
#ln(4e^(2x)) = ln(e^x)#
#ln(4) + ln(e^(2x)) = ln(e^(x))#
#ln(4) + 2x = x#
#x = -ln(4)#
#x=-ln(2^2)#
#x=-2ln(2) ~~ -1.3863...#
Although you usually don't see inflection points with exponentials, the fact that one is being subtracted from the other means that there is the possibility of them "affecting" the graph in ways that offers the possibility for an inflection point.
graph{e^(2x) - e^(x) [-4.278, 1.88, -1.63, 1.447]}
graph:
#f(x) = e^(2x) - e^(x)#
You can see that the portion of the line left of the point appears to be concave down, whereas the portion to the right changes and becomes concave up.