mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2019-05-02, 08:10   #12
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

29×3×7 Posts
Default

Quote:
Originally Posted by lukerichards View Post
I'll post the course spec for GCSE maths and GCSE Additional Maths later. Don't forget they need to cover algebra, number, geometry, statistics and calculus... so depth of study is limited.
Thanks. I look forward to reading the specs.

I also had to cover those subjects for O Level as it then was.
xilman is online now   Reply With Quote
Old 2019-05-02, 11:39   #13
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

25·32 Posts
Default

Here's the GCSE spec I teach:

http://filestore.aqa.org.uk/resource...00-SP-2015.PDF

and the Additional Maths GCSE:

https://www.ocr.org.uk/Images/457916...from-2018-.pdf
lukerichards is offline   Reply With Quote
Old 2019-05-02, 12:36   #14
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

10010001000112 Posts
Default

Quote:
Originally Posted by lukerichards View Post
Quote:
Originally Posted by VBCurtis View Post
Never mind modular arithmetic: Write 2^9 -1 as 8^3 - 1 and factor as a difference of cubes.
Also not something they'd have come across in their education yet.
That ain't good. I'm not surprised, but still, the spectacle of students embarking on a field of study without adequate background does not fill me with joy.

I am encouraged, however, that they used trial division. For so small a number as 511, it will work pretty quickly.

My grampa did not have much formal education, and felt the lack later in life. He bought books to broaden his knowledge. One of them was a book entitled Mathematics: Its Magic and Mastery by Aaron Bakst. Chapter 15 has a great title, "Algebra, Boss of Arithmetic."

It seems that this book (which I recommend) is freely available online, though the plain text version I looked at has some errors, probably due to faulty "optical character recognition" (OCR). Amusingly, my own OCR was faulty in reading the title on the book's spine. For years, seeing that book on the shelf, I misread "Mastery" as "Mystery." The misreading was likely prompted by association with the word "Magic."
Dr Sardonicus is offline   Reply With Quote
Old 2019-05-02, 14:38   #15
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

25×32 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
That ain't good.
Difference of squares is covered on GCSE (age 14-16). Difference of cubes as a concept or something to be aware of is not covered in age <= 18 education at all in the UK.
lukerichards is offline   Reply With Quote
Old 2019-05-02, 14:46   #16
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

1001000002 Posts
Default

Here is a list of GCSE topics:

https://corbettmaths.com/contents/
lukerichards is offline   Reply With Quote
Old 2019-05-02, 14:51   #17
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

25×32 Posts
Default

Quote:
Originally Posted by Nick View Post
If your students are familiar with the formula for summing finitely many terms in a geometric progression, you could show them how that gives
\[ x^{n-1}+x^{n-2}y+x^{n-3}y^2+\ldots +y^{n-1}=\frac{x^n-y^n}{x-y} \]
and deduce for all integers x,y,n with n positive that \(x-y\) divides \(x^n-y^n\).
I taught this as an "interesting aside" to one of my post-16 classes a few years ago who were studying A Level (A Level stands for Advanced Level to give some perspective to non-British readers). It was not, however, a curriculum requirement.

It is very removed from the requirements of the Age 14-16 GCSE curriculum however, that I would not get the opportunity to cover this level of algebra.
lukerichards is offline   Reply With Quote
Old 2019-05-02, 16:02   #18
lukerichards
 
lukerichards's Avatar
 
"Luke Richards"
Jan 2018
Birmingham, UK

28810 Posts
Default

Quote:
Originally Posted by lukerichards View Post

Quote:
Mersenne primes are prime numbers that can be written in the form 2^n-1 where n is a whole number.

For example, 3 can be written as 2^2-1

Prove that 2^9-1 is not a Mersenne prime.
I'm not sure whether to be pleased or disappointed that, thus far (I haven't finished marking them) they have all used trial division rather than a LL test. Trial division is, of course, the much more efficient way of proving the compositeness of this number!
One student has actually written as her answer:

Quote:
n has to be a prime number
I'm happy with that!
lukerichards is offline   Reply With Quote
Old 2019-05-02, 16:59   #19
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

122316 Posts
Default

Quote:
Originally Posted by Nick View Post
If your students are familiar with the formula for summing finitely many terms in a geometric progression, you could show them how that gives
\[ x^{n-1}+x^{n-2}y+x^{n-3}y^2+\ldots +y^{n-1}=\frac{x^n-y^n}{x-y} \]
and deduce for all integers x,y,n with n positive that \(x-y\) divides \(x^n-y^n\).
I may be misremembering, but I seem to recall the algebraic formulation

x - y divides xn - yn for every positive integer n

being an exercise in mathematical induction in an algebra book I used in junior high or high school. Verify for n = 1 and n = 2, then use

xn+1 - yn+1 = (x+y)*(xn - yn) - x*y*(xn-1 - yn-1).

The exercise may have been a specific case, like 19 divides 20n - 1 or something...

Last fiddled with by Dr Sardonicus on 2019-05-02 at 17:08 Reason: formatting
Dr Sardonicus is offline   Reply With Quote
Old 2019-05-02, 17:07   #20
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

4,643 Posts
Default

Quote:
Originally Posted by lukerichards View Post
One student has actually written as her answer:

Quote:
n has to be a prime number
I'm happy with that!
That gal should go to the head of the class!
Dr Sardonicus is offline   Reply With Quote
Old 2019-05-02, 22:01   #21
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36×13 Posts
Default

Quote:
Originally Posted by lukerichards View Post
One student has actually written as her answer:

Quote:
n has to be a prime number
I'm happy with that!
That is not a proof, though. If that was all that was written, it should get, say, 0.1-0.2 points out of 1. Wasn't the problem statement "Prove that ...."?

Compare: if a problem was "A train leaves Chicago for Detroit going 60 mph... and so on...." and the student simply answers "3" (and it happens to be correct). How many points is it worth? >0, that's fine, but there is no solution, so it could be simply taken from looking over the neighbour's shoulder.
Batalov is offline   Reply With Quote
Old 2019-05-02, 22:05   #22
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

224058 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
I may be misremembering, but I seem to recall the algebraic formulation

x - y divides xn - yn for every positive integer n
...
But it is important to use n=3 here and x=8, y=1.

( Because x - y divides xp - yp for every positive integer, prime p, too, but it does nothing for the case x=2, y=1, because x - y = 1 )
Batalov is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
GMP-ECM test question Rysiu GMP-ECM 5 2014-08-24 09:59
Question about LL test soloral Information & Answers 3 2013-02-13 02:13
LL Test : dumb question pacionet Math 2 2007-09-06 03:16
Question of efficiency: Test VS Generator synergy Miscellaneous Math 13 2004-10-14 18:14
Torture test question philmoore Hardware 7 2004-02-15 20:44

All times are UTC. The time now is 17:55.


Fri Jul 16 17:55:10 UTC 2021 up 49 days, 15:42, 1 user, load averages: 1.28, 1.51, 1.50

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.