math

Extra Help in Math

In my math classes this year I’m trying to develop and encourage a thinking classroom. Best practices include dialogue and problem solving, along with spaced practice and with guided examples. For some students they have entered math 8 with less than ideal fluency. The question for me is, what is the best way to approach this? I think lots of students would benefit from increasing their fluency and speed with math facts.

OECD and Homework

On our local math listserv there was a post recently pointing to reports on the positive benefits of having kids do homework. Here is one link to the report, although I came across this report from multiiple sources. The idea is that research shows that students perform better if they do homework, and that countries whose students do more homework also do better on OECD testing. One such test would is the PISA math test.

Real Life Math - Makes You Wonder

I created a 180 day blog at http://bcphysics180.wordpress.com and have been posting there regularly. You may be interested in today’s post which follows a general theme of inquiry in math: http://bcphysics180.wordpress.com/2014/11/05/day-31-length-area-volume/

PBL in Proportional Reasoning

Grade 8 math has been fun and interesting for me to teach. Compared to the algebra and pre-calculus parts of the higher grades, the topics covered in grade 8 seem to be immediately relevant and useful. None more so than proportional reasoning. My students, for the most part, managed to grasp the concepts of ratios fairly quickly. This shouldn’t be a surprise, given how much scaffolding there is in the BC math curriculum.

Making Complex Trinomials

Tired of making new complex trinomials for quizzes and tests on factoring polynomials? If you have python installed, you can use this script for making quiz questions. from random import randint import math ############################################################ # complex will take the form ax^2 + bx + c # binomial factors will be in the form (dx + e)(fx + g) #randomly choose d, e, f, g for questions in range(0, 20): a, b, c, d, e, f, g = 0, 0, 0, 0, 0, 0, 0 ## use while statement to avoid zeroes while (d == 0): d = randint(-6,6) while (f == 0): f = randint(-7,7) while (e == 0): e = randint(-6,6) while (g == 0): g = randint(-10,10) a = d\*f b = d\*g + e\*f c = e\*g print ("(" + str(d) + "x + " + str(e) + ")(" + str(f) + "x + " + str(g) + ")

Justifying the Shift

Last week I started getting some pushback from the students in my Math 10 classes. I have been running the classes in a flipped manner, where the lecture is replaced by activities and application/practice. I’m sure the students are benefiting from the classroom environment, but it’s not completely obvious to them. As I’ve seen in the past when doing problem based learning, older students don’t always like self-directed learning. In the case of Math 10, I have students that want to be shown how to do something, along with seeing examples, before they even think about trying or struggling with the topic.

My Version of Flipping Math

I recently got a new contract in Vancouver teaching Math 10 and Math 8. While I feel pretty comfortable with the material in these courses, teaching math has some stark differences from science. Whereas each junior science course is like a fresh start for the students, math isn’t. Each student in math is carrying years of baggage with them by the time they hit secondary school. For Math 10, the baggage is even greater.

Math, Not For Profit

I recently read Martha Nussbaum’s book Not For Profit, Why Democracy Needs The Humanities. I really like the underlying principle of the book, and it is something that government policy makers and universities should consider, as well as public and private school stakeholders. The basic premise of the book is that schools are focusing too much on an education system that is believed to lead to stronger economic growth and GNP.

Good Example of Bad Math Curriculum

The following email was sent out to the BCAMT (BC Association of Mathematics Teachers) listserv. I think it is very indicative of what can go wrong with math education when we spend too much time dictating math curriculum and standardized testing. In no way is this a criticism of the math teacher, the teacher is obviously doing whatever they can to help their students have success in the final exam.

Where Do We Fail In Math Education?

The other day while looking at my MET course discussion forums I came across a post that made my blood boil. The topic being discussed was LOGO, and how Papert partially designed the language as a tool for constructivist learning of math for children. One of my classmates said they didn’t understand much about LOGO because she “wasn’t a math person.” My jaw dropped, blood ran to my head (or away from head?