In this activity, you will need to make use of the Fundamental Theorem of Calculus in order to solve two applied problems. In particular, you will need to use the result
Try visualizing the problem by plotting the graph of \(s(x)\) over the interval \([-1,1]\text{.}\) See if you can estimate \(\displaystyle\lim_{x\rightarrow0}s(x)\) from the plot.
The integral function in the numerator is what makes this limit problem so challenging. Try evaluating \(\int_{0}^x \sin(t^2) \; dt\) using the int() command or Int() and value(%) commands. Notice how Maple evaluates the integral, but not in terms of elementary functions.
There is no easy integration technique for this integral. You鈥檒l notice that Maple evaluates the integral in terms of the Fresnel S function, a transcendental function named after Augustin-Jean Fresnel.
Luckily, you should not need to evaluate this integral in order to evaluate the limit. Instead, you may apply l鈥橦么pital鈥檚 rule, so long as the limit is indeterminate of the form \(0/0\) or \(\infty/\infty\text{.}\) Which of these two indeterminate forms is applicable?
Applying l鈥橦么pital鈥檚 rule to the limit allows you to differentiate the numerator and denominator and obtain a new expression for the limit as \(x \to 0\text{.}\) Use the diff() command to differentiate the numerator and denominator of \(s(x)\) and see how the Fundamental Theorem of Calculus is applied.
You should have noticed that the new limit after applying l鈥橦么pital鈥檚 rule is indeterminate of the form \(0/0\text{.}\) Try applying l鈥橦么pital鈥檚 rule again, this time finding the second derivatives of the numerator and denominator.
After applying l鈥橦么pital鈥檚 rule twice, you should be able to evaluate the limit. Confirm your answer by using the limit() command to evaluate \(\displaystyle\lim_{x\rightarrow0}s(x)\text{.}\)
To solve for the function \(f\text{,}\) you can differentiate both sides of the equation and apply the FTC. Use the diff() command on your equation to differentiate both sides. Then, solve for \(f(x)\) using the solve() command.