Archive for the ‘Uncategorized’ Category

h1

Solutions to Selected Problems in 308HI Pratice Midterm

一月 29, 2009

Problem 2. Determine whether the following matrix is invertible:

A = \begin{pmatrix} 102 & 108 & 216 \\408 & 411 & 336 \\ 948 & 816 & 815 \end{pmatrix}.

Many of you tried mod 2 and mod 3 and the result is that the determinant is indeed 0 mod 2 and mod 3. One natural choice is then to try mod 4 and it worked! Indeed, we have: Read the rest of this entry ?

h1

The “Mod Trick” (2)

一月 18, 2009

Here is another problem in which the “mod trick” applies:

Let M be a n by n matrix with even integer entries. Prove that if \lambda is an odd integer, then \lambda is not an eigenvalue of M.

Here is a solution: Read the rest of this entry ?

h1

The invariance principle (1)

一月 9, 2009

Example 1 Initially an urn contains 100 black marbles and 100 white marbles. Repeatedly,
three marbles are removed from the urn and replaced from a pile outside the
urn as follows:
MARBLES REMOVED REPLACED WITH
3 black                                                                           1 black
2 black, 1 white                                                    1 black, 1 white
1 black, 2 white                                                           2 white
3 white                                                                     1 black, 1 white.

Which of the following sets of marbles could be the contents of the urn after
repeated applications of this procedure?

(A) 2 black marbles       (B) 2 white marbles          (C) 1 black marble
(D) 1 black and 1 white marble              (E) 1 white marble

Since this is a multiple choice problem, it is best if we can simply eliminate Read the rest of this entry ?

h1

A good question from one of my students

十二月 3, 2008

During a recent visit of my high school, Island School, one of my students asked the following questions:

Given an 8 by 8 chessboard with the opposite corners removed. How many rectangles are there?

First of all, I believe the motivation comes from the following two problems:

1) Given an 8 by 8 chessboard, how many rectangles are there?

2) Given an 8 by 8 chessboard with the opposite corners removed, can you tile it using 31 dominos?

The student simply asked the problem in the other setting. While the other problem formed this way “can you tile an 8 by 8 chessboard with dominos” is stupid, asking the number of ways to tile such a board using dominos is very difficult.  Before diving into this, let’s answer the question raised by the student.

In fact, we will answer the following: given an n by n chessboard with opposite corners removed, how many rectangles are there.

Proof: First label the opposite corners as Read the rest of this entry ?

h1

Personal(1): Teaching Statement

十一月 11, 2008

Students’ experience with mathematics influences their lives in many different ways, from making financial decisions to interpreting statistics in the news to understanding medical advice. It is my ambition to ensure that my students acquire the analytical skills required to help them in such daily experiences. For college teaching experience, I have taught both undergraduate and graduate level classes, and I have served as teaching assistant. I have also served as coaches for Putnam competition and the International Mathematical Olympiad as well as advising student projects for competition similar to Intel’s Science Talent Search. For my teaching philosophy, I think the most important point is

Read the rest of this entry ?

h1

An Interesting Game in IMO Training Session

十月 30, 2008

I once played the following game at an IMO training session for the advanced candidates. I simply asked the students one by one, to state theorems related to number theory. This turn out to be an excellent game to get the students involved and they are really actively engaged. According to my memory, here are the theorems stated:

1) Fermat’s little theorem

2) Euler’s theorem

3) Wilson’s theorem

4) Fermat’s Last Theorem

5) Fibonacci power theorem

6) q-th power lemma

7) Fermat’s two-square theorem

8) Lagrange’s four-square theorem

9) The prime number theorem

10) Hasse-Weil bound

11) Formula for primitive pythagorean triples

12) Solution to Pell’s equation

13) Quadratic reciprocty

14) Dirichlet’s theorem on infinitude of primes in arithmetic progression

15) Iwaniec’s theorem on the largest prime of n^2 + 1

16) Chen’s theorem

17) Iwaniec’s theorem on the primes and almost primes of n^2 + 1

18) Catalan’s theorem

I think there are a few more, but I do not remember them. Please add to the list if you have interesting theorems to share.

h1

Sum of Squares (2)

九月 5, 2008

Recall the question, let p = 4k + 1 be a prime, in how many ways can we write p as a sum of two squares?

The answer is 8, i.e. if p = a^2 + b^2, then the pair (a, b) works. However, the following pairs also work: (b, a), (-a, -b), (-b, -a), (a, -b), (-b, a), (-a, b), (b, -a)

The reason is simple if one thinks in terms of Gaussian integers \mathbb{Z}[i]. Recall that the Gaussian primes are precisely the following:

1) 1 + i.

2) Rational primes p \in \mathbb{Z} of the form 4k + 3.

3) \pi = a + bi such that a^2 + b^2 = p, a rational prime.

Since \mathbb{Z}[i] has unique factorization, if p = a^2 + b^2, we must have p = (a + bi)(a - bi), therefore \pi = a + bi must be a Gaussian prime, and hence the prime divisors of p are precisely a + bi and its unit multiples, namely: -(a + bi), i(a + bi), -i(a + bi). Likewise for the conjugate \overline{\pi} = a - bi, we also have 4. Therefore, this gives 8 different ways to write p as a sum of two squares.

For the general question: For a given integer n, how many ways can we write it as a sum of two squares. For this, let r(n, k) to denote the number of ways to write n as a sum of k squares. We have:

r(n, 2) = 4 \sum_{0 < m | n, \; m \, odd}^{}(-1)^{\frac{m-1}{2}}.

For the proof, one may try to use Gaussian integers. There is a more general method that deals with finding r(n, 2k), which uses the theory of modular forms. I will discuss that later.

Coming up: IMO 2008 Problem 3.

h1

Hello world!

八月 31, 2008

Welcome everyone. Hopefully, you will find something interesting and useful in this blog.