Solving Putnam Problems with Number Theory Techniques, Study notes of Mathematics

This document by cam mcleman introduces the reader to the fundamental concepts of number theory, including modular arithmetic, euler's theorem, prime factorization, and divisibility. Through examples and problems, the author demonstrates how these topics can be applied to solve a range of challenging problems, such as determining if a sequence contains perfect squares, proving the irreducibility of certain fractions, and finding the last two digits of a number. The document also covers topics like the distribution of prime divisors and the impossibility of expressing certain numbers as sums of cubes.

Typology: Study notes

Pre 2010

Uploaded on 08/26/2009

koofers-user-ul0
koofers-user-ul0 🇺🇸

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Elementary Number Theory
Cam McLeman
October 26, 2006
One of number theory’s claims to fame is the unusual ease with which one can
pose exceedingly difficult problems, and the enormity of the full toolkit needed
to tackle all of these problems. Fortunately, the good news is that solving
a Putnam problem is rarely about having memorized the applicable theorem.
Instead, there are a select few elementary results/topics that can cover a wide
range of possible questions:
Modular arithmetic.
Euler’s theorem (in particular Fermat’s Little Theorem).
Prime factorization, gcd’s, and divisibility.
Example 1.Show that the sequence
11,111,1111,11111,· · ·
contains no perfect squares.
Example 2.Prove that the fraction
21n+ 4
14n+ 3
is irreducible for every positive integer n.
Example 3.What are the last two digits of 332006?
Example 4.Suppose that the number of prime divisors of a positive integer n
is a prime number pwhich does not divide n. Show that nis one more than a
multiple of p.
Problem 1.If 2n+1 and 3n+ 1 are both perfect squares, show that nis divisible
by 40.
Problem 2.How many trailing zeros are at the end of the decimal expansion of
150
72 ?
Problem 3.Find all positive integers dsuch that ddivides both n2+ 1 and
(n+ 1)2+ 1 for some n.
Problem 4.For any prime p, prove that every prime divisor of 2p1 is at least
p.
1
pf2

Partial preview of the text

Download Solving Putnam Problems with Number Theory Techniques and more Study notes Mathematics in PDF only on Docsity!

Elementary Number Theory

Cam McLeman

October 26, 2006

One of number theory’s claims to fame is the unusual ease with which one can pose exceedingly difficult problems, and the enormity of the full toolkit needed to tackle all of these problems. Fortunately, the good news is that solving a Putnam problem is rarely about having memorized the applicable theorem. Instead, there are a select few elementary results/topics that can cover a wide range of possible questions:

  • Modular arithmetic.
  • Euler’s theorem (in particular Fermat’s Little Theorem).
  • Prime factorization, gcd’s, and divisibility.

Example 1. Show that the sequence

11 , 111 , 1111 , 11111 , · · ·

contains no perfect squares.

Example 2. Prove that the fraction

21 n + 4 14 n + 3

is irreducible for every positive integer n.

Example 3. What are the last two digits of 3^3

2006 ?

Example 4. Suppose that the number of prime divisors of a positive integer n is a prime number p which does not divide n. Show that n is one more than a multiple of p.

Problem 1. If 2n+1 and 3n+1 are both perfect squares, show that n is divisible by 40.

Problem( 2. How many trailing zeros are at the end of the decimal expansion of 150 72

Problem 3. Find all positive integers d such that d divides both n^2 + 1 and (n + 1)^2 + 1 for some n.

Problem 4. For any prime p, prove that every prime divisor of 2p^ − 1 is at least p.

Problem 5. Prove that for any integers m and n, the quantity

gcd(m, n) n

n m

is an integer.

Problem 6. Let pk denote the k-th prime number. Show that

pk < 22

k .

Problem 7. Prove that for any integer k, the number n = 9k^ · 2006 + 1 cannot be expressed in the form

n = x^2 + y^2 + z^2

for any integers x, y, and z.

Problem 8. Count the number of pairs of positive integers (x, y) such that

1 x

y

Problem 9. Find the sum of the digits of the sum of the digits of the sum of the digits of 2006^2005.

Problem 10. Show that for any prime p, the number 2p^ + 3p^ is never a perfect power (greater than 1) of an integer.

Problem 11. Show there are no non-trivial (i.e. other than (x, y, z) = (0, 0 , 0)) integer solutions to the equation

x^3 + 3y^3 + 9z^3 − 9 xyz = 0.

Problem 12. For a given positive integer m, find all triples (n, x, y) of positive integers with m and n relatively prime, which satisfy the relation

(x^2 + y^2 )m^ = (xy)n.