We may view these integral functions as the accumulated area under a function \(g(t)\) over an interval from \(0\) to \(x\text{,}\) where \(x\) is the variable of the function \(f(x)\text{.}\) Integral functions frequently appear in analysis and in differential equations. Determining critical points and inflection points of integral functions is incredibly important in the analysis of these types of problems.
The sine integral function is already defined in Maple, so you donβt have to manually assign it. Plot the graph of \(Si(x)\) over the interval \([-15,15]\text{.}\)
On the graph of \(Si(x)\text{,}\) you will notice that there are many local minimum and maximum values. Use the fsolve() command to find the critical numbers of \(Si(x)\) corresponding to the location of the absolute minimum and maximum values.
When you use the fsolve() command, you can specify an interval in which you wish to search for solutions. An example of this can be found in Solving an Equation of One Variable.
There is an inflection point just to the right of the absolute maximum value. Use the second derivative \(Si''(x)\) and the fsolve() command to find its location.
You may make use of the factor() or solve() commands to help determine where \(f''(x)\) equals zero or is undefined. From there, your graph may help determine where \(f''(x)\) is positive or negative.