next up previous
Next: About this document ... Up: lab_template Previous: lab_template

Subsections


Double integrals with Maple

Purpose

The purpose of this lab is to acquaint you with using Maple to do double integrals.

Getting Started

To assist you, there is a worksheet associated with this lab that contains examples and even solutions to some of the exercises. You can copy that worksheet to your home directory by going to your computer's Start menu and choose run. In the run field type:

\\filer\calclab

when you hit enter, you can then choose MA1024 and then choose the worksheet

Doubleint_start_C12.mw

Remember to immediately save it in your own home directory. Once you've copied and saved the worksheet, read through the background on the internet and the background of the worksheet before starting the exercises.

Background

Volumes from double integrals

Suppose that $R$ is a rectangular region in the the $x-y$ plane, and that $f(x,y)$ is a continuous, non-negative function on $R$. Then the volume of the solid above $R$ and below $z=f(x,y)$ is given by the double integral

\begin{displaymath}\int_R \! \int f(x,y) \, dA \end{displaymath}

You learned in class that such integrals can be evaluated by either of the iterated integrals

\begin{displaymath}\int_a^b \left( \int_c^d f(x,y) \, dy \right) dx \end{displaymath}

or

\begin{displaymath}\int_c^d \left( \int_a^b f(x,y) \, dx \right) dy \end{displaymath}

where the rectangle $R$ is defined by the inequalities $a \leq x \leq
b$ and $c \leq y \leq d$.

The worksheet associated with this lab contains examples of how to use Maple to compute double integrals. It also has an example of how to use Maple if the region of integration is of the more complicated form $R = \left\{(x,y): g_1(x) \leq y \leq g_2(x), a \leq x \leq b \right\}$. This is the case where the base of the solid is not rectangular, but is bounded by two curves $y=g_1(x)$ and $y=g_2(x)$. If $f(x,y)$ is as before, then the volume of the solid above $S$ and below $z=f(x,y)$ is given by

\begin{displaymath}\int_a^b \left( \int_{g_1(x)}^{g_2(x)} f(x,y) \, dy \right) dx \end{displaymath}

The other case, where the region $R$ is $x$-simple can also be handled using Maple, and there is an example in the worksheet.

Exercises

  1. Use Maple to compute the following double integrals.
    a)

    \begin{displaymath}\int_{-2}^5 \int_{-1}^4 \frac{x^2}{y^2-4y} \, dx \, dy\end{displaymath}

    b)

    \begin{displaymath}\int_{-1}^{2} \int_{-2}^{1} \frac{y+1}{x^2+1} \, dy \, dx\end{displaymath}

    c)

    \begin{displaymath}\int_{-4}^{-2} \int_{0}^{4} exp(2y-3x) \, dx \, dy\end{displaymath}

  2. Let $R$ be the region in the $xy$ plane bounded by the two curves $y=\sqrt{9-x^2}$ and $\displaystyle y= -\frac{1}{3}x+2$. Use a double integral to compute the area of the region. Use both orders of integration. Include a plot of the region $R$ in your worksheet.
  3. Use a double integral to find the volume of the region bounded by the two paraboloids $z=x^2+3y^2$ and $z=16-2x^2-y^2$.
  4. Use a double integral to prove that the volume of a cylinder of height $h$ radius $r$ is $\displaystyle \pi r^2h$.

next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2012-01-29