Categories
Uncategorized

Making an M1 Paper Harder

A while ago I posted about “Increasing Cognitive Load at A-Level” where I discussed removing the leading steps from some FP1 questions. I think this is an even more powerful technique for the mechanics modules as these questions can be made significantly more difficult by simply removing the diagram that is attached to the question.

I have always thought that at least half of a mechanics paper should have questions where the student needs to draw the diagram themselves.

As an example, consider Question 1 from the Edexcel M1 Paper, June 2014  

  The first part of the question is just a guide to finding the answer to the second part so removing that and the diagram makes the question a bit more challenging.   

As another example, consider question 6: 

 and my increased difficulty version:  

 My full increased difficulty version of this June 2014 M1 paper can be downloaded here.

Categories
Teaching

Timetable2calendar

This coming academic year my school is going to a two week timetable – in an effort to not get confused I wanted to put it in to my iCloud Work Calendar. With it being a two week timetable, punctuated by half terms and holidays this is a non-trivial task and I was expecting to have to write a bit of python to generate an iCal .ics file to avoid repeatedly entering the same data.

However, I then came across (pretty much by accident) this very useful site www.timetable2calendar.com. Screenshot 2015-08-26 22.50.04 This site has been created by Andrew Caffrey (@MrCaffrey) and it works pretty smoothly to generate a calendar .ics file for each half term. I am very grateful that this site is out there as the .ics format isn’t the nicest really…..

Give a try, .ics files work with outlook and Google Calendar too.

 

 

 

Categories
A Level Teaching

Anscombe’s Quartet

A while ago I was introduced to this by Manan (@shahlock) and meant to blog about it then – only a 4 month delay.

In 1973 the statistician Francis Anscombe published this paper concerning the importance of computer visualisations of data.

Computer technology has moved on, but his main point about the importance of visualising data as well as calculating summary statistics is still true today.

These 4 data sets, given below have many of the same common summary statistics:

  • Mean of X
  • Mean of Y (to two decimal places)
  • The Variance of X
  • The Variance of Y (to three decimal places)
  • Correlation between X and Y in each case (to three decimal places)
  • The linear regression line for each is \(\)y = 3.00 + 5.00x (to two and three decimal places respectively)

  
Being presented with just the sample statistics you could believe that the data sets are the same, or at the very least that the numbers are drawn from the same distribution.

However when you plot them, it becomes clear that the data sets are very different.

anscombe

 

Quite often, presenting data visually seems to be overlooked as it is so easy to generate summary statistics but this classical example highlights the danger.

I’m planning on giving an exploration of this as an A-Level Homework at some point during the teaching of S1 this year, and have produced this sheet of prompts.

Categories
Uncategorized

The First #mathsjournalclub Discussion

Last night at 8pm I was sat at home nervously awaiting the start of the first #mathsjournalclub discussion. I really wasn’t sure if anyone would take part – especially after I had found the article relatively hard going! The article didn’t turn out to be what I had expected, but once I had got through the first few pages I found it very interesting and it gave me lots to think about. 

Thankfully, lots of people took part and I really enjoyed hosting the discussion (even if it was surprisingly tiring!). There were some great points made and lots of excellent discussion- see below for some of these. 

If you didn’t take part this time please consider it next time. I will be releasing the poll to choose the article next week so if you have a suggestion send it to me or to the @mathjournalclub account. 

To try and distill the discussion I created the following storify… Please don’t be mad if all of your tweets didn’t make it – there were so many of them!

On the 24th August between 8pm and 9pm the first #mathsjournalclub discussion took place. We were talking about the article “A Glimpse into Secondary Students’ Understanding of Functions” by Brendefur, Hughes and Ely. Discussion was frantic – this is an attempt to provide some kind of record.

On the 24th August between 8pm and 9pm the first #mathsjournalclub discussion took place. We were talking about the article “A Glimpse into Secondary Students’ Understanding of Functions” by Brendefur, Hughes and Ely. Discussion was frantic – this is an attempt to provide some kind of record.

On the 24th August between 8pm and 9pm the first #mathsjournalclub discussion took place. We were talking about the article “A Glimpse into Secondary Students’ Understanding of Functions” by Brendefur, Hughes and Ely. Discussion was frantic – this is an attempt to provide some kind of record.

https://storify.com/tajbennison/getting-started

 

Categories
Uncategorized

#mathsjournalclub TONIGHT!!!

Very short post today to just promote the first #mathsjournalclub discussion tonight between 8pm and 9pm. We are going to be talking about “A Glimpse into Secondary Students’ Understanding of Functions” by Brendefur, J, Hughes, G and Ely, R which is available here if you haven’t read it yet.

Last week I posted some possible themes for the discussion, for convenience I have reproduced them below:

  • What did you think were the key points of the article?
  • Do you agree with the four ways given that “students typically represent functional relationships: graphs, tables, verbal descriptions and equations” ?
  • Has this article impacted on how you introduce and teach the understanding of functions?
  • What are the limitations of the article/research?

The more people who can take part the better the discussion will be so I really would love it if you could make it tonight.. Don’t forget to use the hashtag #mathsjournalclub in all your tweets so that I and others can follow the discussion.

Categories
Uncategorized

A Bit More on Barnsley’s Fern

After writing my original Matlab program to plot Barnsley’s fern I thought I would look into it in a bit more detail and read his original paper here and have had a play around with the parameters in the program. I have been trying to generate a fern that looks a bit like one that I saw at Bradgate Park in Leicestershire.

  After a while of adjusting the parameters and getting ferns that I wasn’t completely happy with I decided to look online and see if anyone had come up with some parameter sets already. It turns out they had, and using the given parameters for the Cyclosorus fern  I can come up with something pretty good.

In the notation of the previous post, the affine transformations are given by

\( \begin{align} f_1(x,y) &= \begin{pmatrix} 0.000 & 0.000 \\ 0.000 & 0.250 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} + \begin{pmatrix} 0.000 \\ -0.400 \end{pmatrix} \\ f_2(x,y) &= \begin{pmatrix} 0.950 & 0.005 \\ -0.005 & 0.930 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} + \begin{pmatrix} -0.002 \\ 0.500 \end{pmatrix} \\ f_3(x,y) &= \begin{pmatrix} 0.035 & -0.200 \\ 0.160 & 0.040 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} + \begin{pmatrix} -0.090 \\ 0.020 \end{pmatrix} \\ f_4(x,y) &= \begin{pmatrix} -0.040 & 0.200 \\ 0.160 & 0.040 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} + \begin{pmatrix} 0.083 \\ 0.12 \end{pmatrix} \end{align} \)

with associated probabilities \(0.02, 0.84, 0.07, 0.07\). These give the following plot after a million iterations.leicester_fern

Have play with the parameters and see what you can come up with. I have also found a very nice bit of html5 and javascript code that generates Barnsley’s ferns, this is here – take a look at it.

Categories
Uncategorized

An Awful MyMaths Homework Question

When I was teaching mean from a frequency table I remember looking on MyMaths and seeing the questions they had (I don’t use MyMaths that much to be honest), and they had this….

Not holding back now…. I think this is an awful question. This is mainly because of the third column that is titled \(fx\). At no point in the question is either \(f\) of \(x\) defined!! Maybe I am being a bit pedantic, but to me because of this having a column titled \(fx\) is meaningless and sloppy. Ok, I know that \(fx\) seems to be often used in this context, but I really don’t like.

Surely this just sets a bad example for students… especially once they get to A-Level and beyond. Clarity of mathematical exposition is important, and it should make logical sense. It’s like if a student writes \(E(X)\) without first defining the random variable \(X\) – makes me want to cry a little!

Categories
Uncategorized

Engaging With Academia

If you follow me on Twitter then you probably know that I am pretty passionate about engaging with academia, both in terms of bringing current mathematical research into the classroom (if possible) and by engaging with the mathematical education community.

I feel pretty lucky in that I am based near Nottingham with the University of Nottingham on my doorstep. Not only has it got a beautiful campus and a great maths department but is also the home of The Centre for Research in Mathematics Education (CRME) convened by Malcolm Swan

Among others, Jeremy Hodgen (@JeremyHodgen), Colin Foster (@colinfoster77), Peter Gates @petergates3), Geoff Wake (@geoffwake1), Diane Dalby, Andy Noyes and Mark Simmons (@simmo1363) are all based at the CRME.

They hold an excellent series of seminars during term time, which I try to go to – I think I went to most of them this year – and are well worth the time.

If you have something similar near to you I would recommend that you get involved, and if you are near the CRME come to some of the seminars next year.

Categories
summerblogchallenge Uncategorized

A MathsJam Puzzle

This week was MathsJam week, and I really liked the puzzle that @KathrynHTaylor shared with us. I’ve reproduced it below: Can you do it and have you got an answer?

  • There are 50 seats on an aeroplane, and 50 people with numbered (in ascending order) tickets queing to board the plane. The first passenger doesn’t bother checking their seat number and sits randomly in a seat. The subsequent passengers sit in their allocated seated if it is free. If it has been taken, they then choose somewhere to sit (from the remaining free seats) at random. This process continues until all pasengers are seated. What is the probability that passenger 50 can sit in seat 50?
Categories
Uncategorized

For the Love of Books

Back in May, there seemed to be a craze of posting “shelfies” of our book collections; as mine are spread out over numerous shelves I collated all of mine into a blog post.

Unfortunately I can’t remember who started this (if it was you please come forward!) but many of us on Twitter shared photos of books and briefly mentioned some of your favourite ones. I said about how it would be good to have a central list of books that have either been recommended or reviewed by us on Twitter, maybe listing some of the things that were good about the books.

After this, Stuart Price (@sxpmaths) set off and created website where we could submit books and links to reviews etc to do exactly this. I couldn’t really believe how quickly he got this website up and running.

IMG_0645.PNG

Unfortunately until now, I haven’t gotten around to submitting any reviews or mentions, but this academic year I plan to change this. I am aiming to give myself some reading time every day (even if it is just 15 minutes) so that I can start to work through my large backlog of books, post reviews on my blog and then send to Stuart to update his site.

I’d really like to encourage other people to submit books and reviews to Stuart too, I think it could become a valuable reference if collaboratively we build it up so that it is fairly comprehensive.