next up previous
Next: About this document ... Up: Labs and Projects for Previous: Labs and Projects for

Subsections


TOPICS IN CALCULUS II

This lab presents exercises taken from several topics that are studied in MA 1022. Because this lab deals with multiple topics, you do not need to include a summary section in the lab report.

MAPLE USAGE

When solving an equation, it is possible to give names to the solutions so that they can be used without having to retype them. Essentially, you only need to give a name to the set of solutions. Try these commands to see how this works.

  > g:=6*x^4-35*x^3+22*x^2+17*x-5;
  > sol:=fsolve(g=0);
  > sol[1];
  > sol[2]+sol[4];





EXERCISES

1.
Find the total area bounded by the curve given by
\begin{maplelatex}
\begin{displaymath}
f(x) = - 0.128x^3 + 1.728x^2 - 5.376x + 2.864\end{displaymath}\end{maplelatex}
and the x-axis. What do you need to check as you start this problem?
2.
Compute the total area bounded by the graph of the f of Exercise 1 and the graph of
\begin{maplelatex}
\begin{displaymath}
g(x) = 0.08x^3 - 0.84x^2 + 1.44x + 4.32.\end{displaymath}\end{maplelatex}

3.
Consider $k(x) = \sqrt{x\sin(x)}$ on the interval $[0, \pi/2]$. Use Maple to find the c whose existence is guaranteed by the Mean Value Theorem for Integrals. Make sure that your answer is reasonable.

4.
Consider the function h defined below. Find the absolute minimum of h. Use Maple to find $h^\prime$, but explain how you could have found $h^\prime$ without Maple. Use Maple to plot h on the interval [-1,2].
\begin{maplelatex}
\begin{displaymath}
h(x) = \displaystyle\int^{x^2}_{-1} \sqrt{t^3 + 1} dt\end{displaymath}\end{maplelatex}

next up previous
Next: About this document ... Up: Labs and Projects for Previous: Labs and Projects for

Christine M Palmer
12/11/1997