I'm a 9th grade student, going into 10th grade. Math has always been a subject I enjoyed and excelled in. I'm writing a schoolboard-wide math contest next year in mid-February I believe. To prepare for it, I'm doing questions on Brilliant.org, Art of Problem Solving forums, as well as frequently checking out the questions and answers on this website since they provide pretty valuable insight into many problems. As a further plan, I do intend on trying to step into extremely high-level math competitions like the IMO in junior or senior year.
I do have a few questions I'd like to ask.
Firstly, could someone point me to useful and valuable resources I could use to prepare, study, etc? Any books, e-books, problems, perhaps any specific authors I should check out?
Next, this question might make me seem very ignorant, but hopefully I'll get some insight into this:
In Canada, in the 9th grade, we've completed the basics of pre-algebra-- things like exponents, scientific notation, rational equations, simplifying radicals, performing various operations with radicals, that type of thing. The pretty easy stuff.
I then check out the questions on math contests and olympiads, and, of course, they're much harder. I notice a certain emphasis on inequality questions, and finding all numbers that satisfy the equation. Questions like these:
For each positive integer $n$, define $S(n)$ to be the smallest positive integer divisible by each of the positive integers $1, 2, 3, \ldots, n$. For example, $S(5) = 60$. How many positive integers $n$ with $1 < n < 100$ have $S(n) = S(n + 4)$ ?
Where I have to find all positive integers of $n$, those types of questions confuse me. I realize that yes, I could just use trial and error, but that seems far too inefficient. I realize these types of questions are all over math contests and olympiads, and as such I should prepare for them.
How can I prepare for these types of questions? I was suggested to take a look into the beginning chapters of number theory, and to check out the wiki article on the Art of Problem Solving website involving inequalities, but some of the concepts listed there are far beyond my knowledge and understanding.
Do rules such as the AM-GM rule for inequalities, and number theory intertwine when it comes to inequality questions such as the one listed above?
Thank you in advance. I appreciate it.
What I'd personally recommend
AoPS book series followed by
Polynomials by E.J. Barbeau (I loved this book!)
and then practice AMC 8-10-12 exams, AIME exams, USAJMO exams, USAMO exams, MOP/IMO exams
as well as other math contests such as national qualifying tests for other countries and ARML.
Brilliant and AOPS Alcumus are also excellent places to warm up.
Just get into the habit of taking every problem (especially @ the AIME and higher level) and attempting to generalize it as much as possible and solve it until you basically can't any longer. At that point a site like AoPSForums or Stackexchange is good for posting and garnering more help.
Everyone can practice, and that alone will take you very far. But going that extra mile to try to understand every subtle detail going on can definitely give you a strong competitive edge over a lot of other contestants. Speed is also extremely helpful for passing through lower level competitions such as the AMC 12. If you're familiar with python scripting you can make yourself simple terminal programs that basically shoot at you very simple problems such as "multiply these two numbers" or "compute 10 choose k" which you can practice on to up your speed at simple arithmetic.
Furthermore the terminal program can more complex by asking you to solve quadratic equations, trickier word problems, systems of congruences, etc... It's a great training ground for upping your speed and with practice learning how to handle extremely complex and large expressions mostly in your head.
Between generalizing, terminal practice, and doing the standard practice set you are pretty much good to go IMO. (No pun intended ;))