The Area of Minnesota

In the previous lab we numerically approximated the area of planar regions defined by some equations or set of equations. This section asks the question: what do we do if we do not have a formula for the region of interest?

The basic geometric idea is the same as it was in the previous lab: impose a grid on the region and count the number of boxes falling within the region. As the grid becomes finer and finer, the area of the boxes within the region will typically approach the actual area of the region.

We illustrate this geometric picture by formulating a model for the state of Minnesota. First, you must read in some Maple commands:

read `/u/calcIII/MVCalc.define`;

(Note that those are backticks, at the upper left corner of the keyboard, and NOT the single quotes by the enter key.)

We model the state of Minnesota as the region enclosed by its east and west borders (approximated by a set of data points connected by linear segments) and its north and south borders (approximated by straight lines).


Question #1


Next: Convergence of Area
Previous: Introduction

Bob Thurman <thurman@geom.umn.edu>
Document Created: Fri Jan 27 CST
Last modified: Mon Feb 17 16:46:51 CST 1997