fellowhuman

CMC-N 2015 at Asilomar

math, education, conferences, sample code

Here are my notes on the 2015 CMC-North conference, plus a little neat graphical stuff (and doodles of the rooms some of the talks were held in).

image

Friday Keynote: Practices for discussion

image

By Matt Larson. I took this largely as a pep talk about the current state of math education and our challenges in communicating our process and intention to parents; much of it was directed at issues that (thankfully) I don’t often have to deal with in my school’s culture. However, it also introduced me to the NCTM Principles to Actions document, whose most useful feature for me (as far as I can tell) is a set of “Mathematics Teaching Practices”:

Some other points were good reminders:

Two book pointers: Words that Work and 5 Practices for Orchestrating Productive Mathematics Discussions. We should get a department copy of that second book, I think!

Jessica Balli: Perseverance in exploration

This talk introduced Bongard problems as a tool for teaching mathematical thinking. Named after a Russian AI researcher (who published a book of them), each of these is two sets of six images; the problem is to determine a rule that includes all of one set and excludes all of the other.

Example uses of them:

Importantly, it’s all about the discourse around the puzzles: getting all the rules out into the open, examining different correct (and incorrect) ways of stating a rule, critiquing rules, suggesting improvements to rules, and so on.

Anna Blinstein: Writing in math

image

I have students do a lot of journaling already, so I was curious how someone else does it. Main points:

Julie Yu: The math of mirrors

Good presenter!

The warm-up was an exercise in which each of us taped together two small rectangular acrylic mirrors so they were hinged on one side. Julie had prepared a sheet that included angles looking like this:

image

The prompt was, “For each picture, predict how many arrows you will see if you place the mirrors on the two sides of the angle.”

Then we could confirm using the mirrors, producing results like this:

image

There was a second sheet that worked similarly, but with more interesting patterns:

image

We were invited to sketch what we expected to see — more challenging than it looked at first! — and, again, check with the mirrors:

image

The rest of this presentation went towards exploring the question, “How large does a mirror need to be for you to see your whole body in it, without wasted space above, below, or on either side?” This is a fun problem, already familiar to me from Harold Jacobs’ excellent geometry book. We’ll assume this is a wall-mounted mirror, and therefore that the mirror is perpendicular to the ground (and parallel to you, the viewer).

Warning: spoilers ahead. If you want to solve the problem, come back to this post later.

So, Julie had a volunteer stand in front of a full-length wall mirror, at a length equal to the volunteer’s height, h — which became our unit of measure. On the mirror, we taped a rectangular border around the portion of the mirror necessary for our volunteer to see herself. So, the situation looked like this:

image

Our volunteer is HF, looking at the mirror TB, seeing her reflection XY. Her eye level is at point I.

At this point in the session, a lot of folks were surprised at just how small the necessary rectangle of mirror really was.

Next question: If she stands twice as far from the mirror, will we need our mirror to be smaller, larger, or the same size? Here’s a diagram:

image

And the answer is...the same size! So, to all appearances, the mirror length is independent of the viewer’s distance from the mirror. I’ll leave the proof as an exercise; the most obvious method (to me, at least) involves similar triangles.

The session concluded with a look at cylindrical and conical mirrors — simple mylar sheets wrapped around soda cans, or taped into cone shape — and a fun exercise in which we placed beans around a cylinder to make their reflection appear as a straight line.

Andrew Stadel: Mistake analysis

image

Actually, what was most memorable to me about this talk was the use of clotheslines as number lines, and in particular, the idea of running two clotheslines in parallel as a dynamic representation of an equation. He’s summarized this well on his blog, so I won’t retread it here.

Also — and since I’m basing this on my notes, some fifteen days later, I’m probably deviating from what he said — he offered one form of activity for recurring use: presenting wrong answers and asking the students to discuss what thinking led to them and where the misconceptions lie. For example, we discussed some exponential mix-ups he offered:

Lew Douglas & Henri Picciotto: Transformations

This session discussed how to organize a coherent geometry curriculum around transformations, with side tracks into using 1-D translation, reflection, and dilation to study integer arithmetic (on the number line) and using rotation to study complex numbers. The main thesis was (roughly) that a transformational approach can eliminate some of the pedantic details common to traditional geometry, and lead to a more logical, consistent, and unified curriculum.

The geometry discussion included axioms for construction...

  1. Two lines intersect in at most one point.
  2. A circle and a line intersect in at most two points.
  3. Two circles intersect in at most two points.

...and one transformation axiom, reflection preserves distance and angle measure. The speakers also walked through some transformation-based proofs of statements such as:

I was mildly bugged by their defining rotation and translation in terms of reflection — I’ve done that in the past, but I’m uneasy about it because it replaces a meaning-based definition with a mathematically opportunistic one that’s less meaningful. If we define rotation and translation more meaningfully, it’s easier to extract facts from the definitions. For example, this is how I’d define rotation:

From this definition we can prove that a rotation is equivalent to two reflections through intersecting lines — which to me is a beautifully interesting mathematical fact that’s incidental to the definition, not central to the nature of reflection. (Also, it serves as another illustration of bootstrapping a complex definition by defining an operation on a point and then “lifting” that operation to the plane.)

I do think comparing the above definition of rotation with the one that uses reflection is a great discussion to have with students, however; we often fail to devote much time to comparing pros and cons of definitions, but students need to learn that mathematical definitions aren’t chosen by fiat, and such comparisons are one way to get that point across.

Also worth noting: focusing on transformation opens different avenues for proving basic facts (such as “Vertical angles are equal”), and at least for the examples they showed, the proofs look possibly simpler to me. I see a connection to the imperative/declarative dichotomy in programming. After thinking about that distinction (and the controversy around it in CS0/CS1 courses) for years, I’ve concluded that

Here, transformations may let us cast the geometric and algebraic ideas in imperative terms that the students are more intuitively comfortable with, and it’s quite possible to drill down to axioms and equations to get rigorous proofs that challenge students to think declaratively.

Sunday Keynotes

Grace Kelemanik on the SMPs

This speaker discussed using the eight Standards for Mathematical Practice — particularly, how eight is too many to think about on a daily basis, and how to use them to manageably guide instruction. Her strategy is to focus on SMPs #2 (re quantitative thinking), #7 (re structural thinking), and #8 (re looking for repeated reasoning):

She suggests teaching these three ways of thinking, and using them to guide (and interpret the results of) the “What do we notice?” and “What would you like to know?” questions that we so often use in solving a problem. The ways of thinking are rooted in what we observe — about both the problem and our way of responding to it — and so our discussions in class should bring out those observations and connect them to the thinking we’d like to impart to our students.

Steve Leinwand

Engaging, high-energy talk. The slides (pptx) are available on his web site. Main take-aways:

The logo

One last item: I liked this year’s conference logo — based on the Spiral of Theodorus — and felt compelled to figure out how to code it up myself between talks:

image

I couldn’t get the color gradient quite right: where mine passes through light green and cyan, the actual conference logo passes through dark green and violet shades. I haven’t thought much about computing color gradients, but it could make for a great project — especially considering that color schemes are modeled geometrically with each color corresponding to a point in a cube, cylinder, spiral, or other geometric object. I’ll have to keep that in mind for the computational geometry course I hope to eventually get to teach.

The other neat thing about writing code to generate the picture is that now I can see what more extreme cases look like — say, with about a thousand triangles:

image