Ecological Footprints: If the World Lived Like …

What if the entire world population lived like the people in Bangladesh? The amount of land to produce the resources we’d need would take up most of Asia and some of Africa. On the other hand, if we lived like the people in the UAE we’d need 5.4 Earths to support us sustainably. That’s the result of Mathis Wackernagel’s work (Wackernagel, 2006) comparing resource availability to resource demand. Tim De Chant put this data into graphical form:

Ecological footprints needed to support the world population if everyone used resources at the rate of these different countries. Image by Tim De Chant, based on data from Wacknagel (2006).

I showed this image in Environmental Science class today when we talked about ecological footprints, as well as the one showing how much space the world population of seven billion would take up if everyone lived in one big city with the same density of a few different cities (Paris, New York, Houston etc.).

Wacknagel’s original article also includes this useful table of data for different countries that I think I’ll try to get a student to put into bar graph for a project or presentation.

Data from Wackernagel (2006).

Zoë Pollock at The Dish

A Darwinian Debt

Evidence is mounting that fish populations won’t necessarily recover even if overfishing stops. Fishing may be such a powerful evolutionary force that we are running up a Darwinian debt for future generations.

— Loder (2006), Point of No Return in Conservation in Practice.

Darwinian Debt. That’s the elegant phrase Natasha Loder (2006) uses to describe the observation that human pressure on the environment — fishing in this particular example — has forced evolutionary changes that are not soon reversed.

Fishermen prefer to catch larger fish, depleting the population of older fish, and allowing smaller fish to successfully reproduce. Over a period of years this artificial selection — as opposed to natural selection — gives rise to new generations of fish that are permanently smaller than they used to be. And the fisheries find it hard to recover even after decades (Swain, 2007):

Populations where large fish were selectively harvested (as in most fisheries) displayed substantial declines in fecundity, egg volume, larval size at hatch, larval viability, larval growth rates, food consumption rate and conversion efficiency, vertebral number, and willingness to forage. These genetically based changes in numerous traits generally reduce the capacity for population recovery.

— Walsh et al., 2005, Maladaptive changes in multiple traits caused by fishing: impediments to population recovery in Ecology Letters.

Modeling Data with Straight Lines using Excel

Microsoft Excel, like most graphical calculators and spreadsheet programs, has the built in ability to do linear regression of measured data using certain types of functions — lines, polynomials, logarithms, and exponents for example. However, you can get it to do any type of function — sinusoidal, natural log, whatever — if you work through the spreadsheet and can use the iterative Solver tool.

This more general approach is quite useful in teaching pre-Calculus, because the primary purpose of all the functions they have to learn is to create mathematical models (functions) based on data that can be used for predictions.

The Data

I started this year’s pre-calculus class by having them collect some data. In a simplification of the snow-melt experiment I did with the middle school last year, I had them put a beaker of water (about 300ml) on a hot plate and measure the temperature every minute as warmed up.

To make the experiment a little more interesting, I had each student in each group of four take just three consecutive measurements and try to find the equation of the straight line that best fit their data, and could be used to try to predict the other measurements of their peers in their group.

Figure 1. Scatter plot of measured temperatures during the warming of a beaker of water on a hot plate. Data given in Table 1.

It did not quite work out as I’d hoped. Since you only need two points to find the equation of a straight line, having three points produced a little confusion. I’d hoped to produce that confusion, but hadn’t realized that I’d need to do a review of how to find the equation of a straight line. A large fraction of the class was a little bit rusty after hot months of summer.

So, we pooled all the data and reviewed how to find the equation of a straight line.

Table 1: The Data

Time (minutes) Measured Temperature (°C)
0 22
1 26
2 31
3 36
4 40
5 44
6 48
7 53
8 58
9 61
10 65
11 68
12 71

Finding the Equation for a Straight Line using Two Points

The general equation for a straight lines is:

(1)  y = mx + b

and we need to determine the coefficients m and b. m is the slope, which can be calculated from two points using the equation:

(2)  m = \frac{y_2 - y_1}{x_2 - x_1}

using the points at t=6 and t=11 — the points (x1, y1) = (6,48) and (x2, y2) = (11,68) respectively — for example, gives a slope of:

 m = \frac{68 - 48}{11 - 6}

 m = \frac{20}{5}

 m = 4

so our general equation becomes:

 y = 4 x + b

to find b we substitute either one of the points into the equation for x and y. If we use the first point, x = 6, and y = 48, we get:

 48 = 4 (6) + b
 48 = 24 + b

 24 + b = 48
 b = 48 - 24
 b = 24

and the equation of our line becomes:
(3)  y = 4 x + 24

Now, since we’re actually looking at a relationship between temperature and time, with temperature on the y-axis and time on the x-axis, we could relabel the terms in the equation with T = temperature and t = time to have:

(4)  T = 4 t + 24

While this equation is more satisfying to me, because I think it better describes the relationship we have, the more vocal students preferred the equation in terms of x and y (Eqn 3). These are the terms they are more familiar with in the context of a math class, and I recall seeing some evidence that students seem to learn better with the more abstract representations sometimes (though I can’t quite remember the source; I should have blogged about it).

Plotting the Data and the Modeled Straight Line

The straight line equation we came up with (Eqn. 4) is our model of the data. It’s not quite perfect. All the data do not lie on the line, although, if we did everything right, only the points (6, 48) and (11, 68) are guaranteed to be on the line.

Figure 2. The equation of our straight line model (red line) matches the data (blue diamonds) pretty well.

I showed the class how to plot the scatter graph using MS Excel, and how to draw the line to show the modeled data. The measured data are represented as points since the measurements were made at discrete points in time. The modeled equation, however, is a continuous function, hence the straight line. The Excel sheet below (Resource 1) illustrates:

Resource 1: Excel Spreadsheet of Measured versus Modeled Data

The Best Fit Curve

The Excel spreadsheet (Resource 1) was set up so that when I entered the slope (m) and intercept (b) values, the graph would quickly update. So I went through the class. Everyone called out their slope and intercept values, I plugged them in, and they could all see how the modeled line changed slightly based on the points used to calculate it. So I put the question to them, “How can we figure out which model equation is the best?”

That’s how I was able to introduce the topic of error. What if we compared the temperature predicted by the model for each data point, to the actual value. The smaller the difference in modeled versus measured temperatures, the better the fit of the model. Indeed, if we sum all the differences, or better yet take the average of the differences, we could get a single number, we’ll call the average error (ε), that could be used to compare the different models. I used this opportunity to introduce sigma notation, which the pre-calculus students had not seen much of before.

As a first pass (which, as we’ll see below, has a major problem), the error (ε) for each point (i) is:

 \epsilon_i = (T_{measured}-T_{modeled})

The average error is the sum of all the errors divided by the number of points (n) (we have 12 points so n=12 in this example):

(5)  \bar{\epsilon} = \frac{\sum\limits_{i=1}^{n} \epsilon_i}{n}

Now this works, but there is one problem. I was quite pleased and a little bit surprise that one of my students recognized what it was without any coaxing and also suggested a solution: by simply taking the difference to calculate the error, a point that is offset above the modeled line can be canceled out by a point offset by the same amount below the line. So what we really need is to use the absolute value of the error.

(6)  \epsilon_i = \left| T_{measured}-T_{modeled} \right|

This works, and is what we went with, but I did also point that what’s usually done is to use the square of the error instead of the absolute value. Squaring makes any number positive, so it accomplishes the same goal as the absolute value, and is the approach we’ll use when I go into linear regression later on.

Setting up the Excel spreadsheet to calculate the average error is fairly straightforward as shown in Resource 2:

Resource 2. Calculating the average error using Excel.

So once again, we went through the class and everyone called out their slope and intercept values and cheered when I plugged the numbers in and they saw if they had the lowest value.

It is important to remember, though, that the competition gives a somewhat random result: students’ average error is a function of the points they happened to pick, not how well they did the math (assuming everyone did the math correctly).

Figure 2. Showing the spreadsheet used to calculate the average error (Resource 2).

Snow and Ice Data

The National Snow and Ice Data Center has some interesting data-sets available, including a number of measures of the extent of Arctic sea-ice showing how fast it has been melting.

Current extent of Arctic Ice. Data from the National Snow and Ice Data Center.

The Easy-to-use Data Products page has a lot of real data that middle and high school students can use for projects.

Ice-Albedo: A not-so-Positive Feedback

This summer’s arctic ice cap is the smallest since we’ve started watching it from space in the 1970’s, and the summer isn’t over yet.

Over the last few years, the rate at which the ice is melting is accelerating, probably due to the ice-albedo feedback. Albedo refers to how reflective a surface is; the average of the Earth is about 31%, while snow and ice has an albedo closer to 90%.

When the albedo is high, a lot of sunlight is reflected back into space, but when it’s lowered, such as when the sea-ice melts, the surface absorbs a lot more sunlight, which heats it up. Of course, more heat melts more ice which further decreases the albedo which causes more warming which melts more ice …. And you can see the problem.

The ice albedo feedback takes a small change (melting ice) and accelerates it. That’s a positive feedback, although the effects are usually not what you want, because they take the system (the Earth’s climate in this case) away from it’s current equilibrium. This is not to say that there are no benefits; the Northwest Passage will open up eventually, if it has not already.

Extent of Arctic sea-ice at the end of August 2012. The orange line shows the average extent (1979-2000). We're a bit on the low side at the moment. Data from the National Snow and Ice Data Center.

ClimateCentral.org the NSIDC

Practicing Plotting Points on the Co-ordinate Plain

Pre-Algebra class starts next week, so in preparation for one of the early lessons on how to plot x,y co-ordinates, I put together an interactive plotter that lets students drag points onto the co-ordinate plain.

Students practice plotting points by dragging the red dot to the coordinates given.

Usage

The program generates random coordinate pairs within the area of the chart (or you can enter values of the coordinates yourself):

  • Clicking the “Show Point” button will place a yellow dot at the point.
  • When you’re confident you understand how the coordinate pairs work, you can practice by dragging the red dot to where you think the point is and the program will tell you if you’re right or not.

About the Program

This interactive application uses the jQuery and KineticJS javascript libraries. The latter library in particular is useful for making the HTML5 canvases interactive, so you can click on points on the graph and drag them.

When I have some time, after classes settle down, I’ll see if I can figure out how to embed this type of app into this (WordPress) blog. KineticJS is based off HTML5 canvases, which is what I use for the other interactive graphs I’ve posted, so it shouldn’t be terribly hard (at least in principle).

Time to Focus: Using Earbuds in the Classroom

People need chunks of quiet time to get work done. Big cubicle farms with open office plans increase stress and don’t make for happy workers (Paul, 2012 summarizes). But, using earbuds might help people focus on the job at hand:

Although it might seem that importing one’s own noise wouldn’t be much of a solution — and although we don’t yet have research evidence on the use of private music in the office — experts say that this approach could be effective on at least one dimension. Part of the reason office noise reduces our motivation is that it’s a factor out of our control, so the act of asserting control over our aural environment may lead us to try harder at our jobs.

— Paul, A.M., 2012: Why the ‘Open’ Office Is a Hotbed of Stress in Time.

It has been my observation that the earbuds help a lot in helping students stay focused and on task. However, for the middle school students at least, I usually require them to to have preset play lists so they’re not distracted by skipping through songs every five minutes. I also recommend quieter music because it tends to be less distracting to the student, and there’s almost always someone who’s volume is so loud that everyone else in the, now very quiet, classroom can hear.

Appel at The Dish.