Republic of Mathematics blog

Mathematics is not a spectator sport

Posted by: Gary Ernest Davis on: April 13, 2013

In the video below, Aziz Belhassane Sensei is demonstrating Aikido at the Sugano Shihan Memorial Summer School 2011.

Whether you know Aikido or not, the thing you will notice, especially if I point it out to you, is that Aikido is not a spectator activity. You cannot learn Aikido simply by watching someone else. Watching is critical, paying attention is critical, but doing is the essence.

Currently I am teaching a small class – 11 students – what is known in the U.S. as Advanced Calculus. This is their second semester of Advanced Calculus, and I am conceiving it as an introduction to real analysis. This past week we have been looking at the Cantor function (also known as the Devil’s Staircase).

The Cantor function can be described as the limit of a sequence of piecewise linear functions. The first 3 are shown below:

Cantor_function_first_three

The piecewise linear functions f_n can be defined on the interval [0,1] recursively as follows:

f_0(x)=x

f_n(x) =    \begin{cases}  f_{n-1}(3x), & \text{if }0\leq x \leq 1/3 \\  1/2, & \text{if }1/3 \leq x \leq 2/3\\    (1+f_{n-1}(3x-2))/2, & \text{if }2/3 \leq x \leq1\\  \end{cases}

So we have a potential pictorial and recursive understanding of the sequence of approximations to the Cantor function.

These do not make it immediately obvious how to calculate the value of the Cantor function at a given point in the interval [0,1], particularly at points of the Cantor set, such as x=1/4.

A simple recipe remedies this:

Write x = 0.d_1d_2d_3\ldots base 3 (with no all 2’s from some point on ). If one of the d_i=1 replace all digits after the first such occurrence by 0. Then convert all occurrences of 2 to 1 and read the new number base 2.

For example, 1/4 = 0.020202\ldots base 3, so, according to the above recipe,  the value of the Cantor function at 1/4 is 0.010101\ldots base 2, which is 1/3.

The issue for the students was to reconcile the pictorial and recursive approximations to the Cantor function with this recipe.

Sadly, as was the case for most of the semester, they sat in silence waiting  for me to do something, even though the course is seminar style in which they present their efforts at problem solving. So I gave them all marker pens, got them up to the board, and got them working and talking. Eventually most of them started thinking.

In my view, mathematics is best done on your feet, actively moving.

What do you think?

Geogebra and statistics

Posted by: Gary Ernest Davis on: April 4, 2013

GeogebraThe Geogebra folks continue to work at developing the capabilities of this lovely open source software. In February this year they added a spreadsheet capability to the software

I have a bunch of fairly naive questions about the use of Geogebra for statistics. Probably the main questions are:

  • Who is using it to teach statistics, and at what levels (elementary school, middle school, high school, college, graduate school ?)
  • Who is using it for data analysis, and in what contexts?
  • What size data sets can Geogebra handle?

If anyone has even partial answers to these questions I’d be glad to hear about them. I’d also like to hear any and all stories of use statistical use of Geogebra, and I’m happy to share those stories here.

I’m aware that Geogebra has a bunch of statistics commands and functions: I’m interested in how people are using Geogebra for statistics.

Thanks for your time,

Gary Davis