find the points on curve that are almost equal

23 Views Asked by At

enter image description here

How do I find the points pointed by the arrow in the graph. I.e. the points where the slope of curve is almost $0$.

1

There are 1 best solutions below

0
On

If I understand you correctly, you are looking for values of $x$ at which the slope $f'(x)$ has a local maximum. If the function is second-differentiable, then a necessary condition for $x$ to be such a point is that $f''(x)=0$.