Skip to main content

Exploring Calculus with Maple Introductory Calculus

Chapter 4 Lab Test Review

The following exercises are provided as examples of potential questions on the final lab test at the end of the semester.

Exercises Exercises

Riemann Sums

1.

Assign the function \(f(x) = x \lrp{1-x^2 { e}^{-\frac{1}{6}x^2}}\) in Maple.
(a)
Evaluate the Riemann sum over the interval \(\lrb{-4,2}\) using the method=lower option with \(8\) partitions.
Solution.
\(1.06499989996052\)
(b)
Evaluate the Riemann sum over the interval \(\lrb{-4,2}\) using the method=upper option with \(8\) partitions.
Solution.
\(7.98649893432598\)

2.

Assign the following function in Maple:
\begin{equation*} g(x) = \sqrt{x} \sin(x)\text{.} \end{equation*}
(a)
Give an approximate value of \(\dint_{1}^{8} g(x)~dx\) using the midpoint rule and \(10\) partitions.
Solution.
\(0.87353651353133\)
(b)
Give an approximate value of \(\dint_{1}^{8} g(x)~dx\) using the trapezoid rule and \(10\) partitions.
Solution.
\(0.799055557908822\)
(c)
Give an approximate value of \(\dint_{1}^{8} g(x)~dx\) using Simpson’s rule and \(10\) partitions.
Solution.
\(0.848709528323826\)
(d)
Give the exact value of the definite integral \(\dint_{1}^{8} g(x)~dx\) and evaluate as a decimal with 15 digits.
Solution.
\(0.848559602278512\)

Integral Approximation Techniques

3.

Assign the function
\begin{equation*} f(x) = \dint_{0}^{x} 10 { e}^{-0.5 t} \sin(t) \: dt \end{equation*}
in Maple and plot it over the interval \([0,10]\text{.}\)

Areas Between Curves

4.

Assign the following function in Maple:
\begin{equation*} h(x) = \dfrac{2x}{x^2+6} \text{.} \end{equation*}
(a)
Find the net area bounded by \(h(x)\) and the \(x\)–axis on the interval \(\lrb{-2,6}\text{.}\)
Solution.
\(1.43508452528932\)
(b)
Find the total area bounded by \(h(x)\) and the \(x\)–axis on the interval \(\lrb{-2,6}\text{.}\)
Solution.
\(2.45673577282130\)

5.

Plot the region between the curves \(f(x) = \tan^2(x)\) and \(g(x) = \sqrt{x}\) and compute the area to \(15\) digits.
Solution.
\(0.251416829858820\)

Volumes of Revolution

7.

Find the volume of the egg-shaped solid obtained by revolving the region bounded by the implicit curve
\begin{equation*} 4x^2 + y^2 = 12 \end{equation*}
about the \(x\)-axis.
Solution.
\(87.0623694832426\)

8.

Find the volume of the solid obtained by revolving the region bounded by the curves \(y^2 - x^2 = 1\) and \(y=2\) about the \(x\)-axis.
Solution.
\(21.7655923708106\)

Infinite Integrals and Probability

10.

At an annual triathlon, the finishing times for male athletes can be modeled by the probability density function
\begin{equation*} p(x) = \dfrac{1}{\sigma \sqrt{2\pi}} { e}^{-(x-\mu)^2/2\sigma^2} \text{,} \end{equation*}
where \(\mu = 4313\) seconds (the average finish time) and \(\sigma = 583\) seconds (the standard deviation of finish times). Assign this function in Maple using the specified values of \(\mu\) and \(\sigma\) and plot the function over the interval \([0,6500]\text{.}\)
(a)
What is the probability that a male athlete finishes the triathlon in under \(3600\) seconds (\(1\) hour)?
Solution.
\(0.110667763524550\)
(b)
What is the probability that a male athlete finishes the triathlon in over \(4200\) seconds (\(1\) hour \(10\) min)?
Solution.
\(0.576843561268247\)
(c)
What is the probability that a male athlete takes between \(3600\) and \(5400\) seconds to finish the triathlon (\(1\) hour to \(1.5\) hours)?
Solution.
\(0.858206054544922\)

Differential Equations

11.

After \(500\) fish are introduced to a lake, the rate of growth for the population of fish is given by the differential equation
\begin{equation*} \frac{dN}{dt} = \dfrac{N\lrp{7000 - N}}{10000} \text{,} \end{equation*}
where \(N=N(t)\) is the population of fish after \(t\) years. Define this differential equation in Maple.
(a)
Use dsolve() to give the solution to the differential equation for \(N(t)\) using the initial condition \(N(0)=500\text{.}\)
Solution.
\(N\! \left(t\right)=\frac{7000}{1+13 {\mathrm e}^{-7 t/10}}\)

Taylor Series

12.

Find the Taylor series expansion of \(f(x) = { e}^{2x} \tan(x)\) centred at \(x=0\) (Maclaurin series) and give the coefficient of the \(x^8\) term.
Solution.