Mathematical Food for Thought

 
 
google
yahoo
bing
 
  • About

    Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
 
A Square of Divisors. Topic: Number Theory. Level: AIME/Olympiad. May 8th, 2007

Problem: (1999 Canada – #3) Determine all positive integers  n > 1 with the property that n = (d(n))^2. Here d(n) denotes the number of positive divisors of n.

Solution: So, testing some small numbers yields  n = 9 as a solution. We claim that this is the only such solution.

Clearly, since  n is a square, we can use a variant of the usual prime decomposition and say that  n = p_1^{2e_1} p_2^{2e_2} \cdots p_k^{2e_k} .

Furthermore, again since  n is a square, we know

 d(n) = (2e_1+1)(2e_2+1) \cdots (2e_k+1)

is odd, so  n = (d(n))^2 must be odd as well, i.e.  2 is not one of the  p_i . Then we use the equation given to us to get

 p_1^{2e_1} p_2^{2e_2} \cdots p_k^{2e_k} = (2e_1+1)^2(2e_2+1)^2 \cdots (2e_k+1)^2

 p_1^{e_1} p_2^{e_2} \cdots p_k^{e_k} = (2e_1+1)(2e_2+1) \cdots (2e_k+1) .

Note, however, that by Bernoulli’s Inequality (overkill, I know) we have for  i = 1, 2, \ldots, k

 (1+(p_i-1))^{e_i} \ge 1+(p_i-1)e_i \ge 2e_i+1

with equality iff  p_i = 3 and  e_i = 1 . So

 p_1^{e_1} p_2^{e_2} \cdots p_k^{e_k} \ge (2e_1+1)(2e_2+1) \cdots (2e_k+1) .

Since we want equality, we must have  p_i = 3 and  e_i = 1 for all  i . But since the primes are supposed to be distinct we can have exactly one prime so that  n = 3^2 = 9 is the only solution. QED.

——————–

Comment: Another one of those problems that you kind of look at the result and you’re like huh, that’s interesting. But anyway, just throwing in some weak inequalities led to a pretty straightforward solution. As long as you know how to find the number of divisors of a positive integer it isn’t too much of a stretch to figure the rest out, though it make take some time to get in the right direction since the problem is quite open-ended.

——————–

Practice Problem: (1999 Canada – #4) Suppose a_1,a_2,\cdots,a_8 are eight distinct integers from \{1,2,\ldots,16,17\}. Show that there is an integer k > 0 such that the equation a_i – a_j = k has at least three different solutions. Also, find a specific set of 7 distinct integers from \{1,2,\ldots,16,17\} such that the equation a_i – a_j = k does not have three distinct solutions for any k > 0.

Ready For AP Calculus? Topic: Calculus/S&S. Level: AIME/Olympiad. May 5th, 2007

Problem: Evaluate  \displaystyle \sum_{n=1}^{\infty} \frac{1}{n^2 \cdot 2^n} .

Solution: Let  \displaystyle f(x) = \sum_{n=1}^{\infty} \frac{x^n}{n^2} . Then  \displaystyle f^{\prime}(x) = \sum_{n=1}^{\infty} \frac{x^{n-1}}{n} = -\frac{\ln{(1-x)}}{x} , a well-known Taylor series. So we want to integrate this:

 \displaystyle \int \frac{\ln{(1-x)}}{x}dx = \ln{x} \ln{(1-x)}-\int \frac{\ln{x}}{x-1}dx

by parts using  u = \ln{(1-x)} and  dv = dx/x . Substituting  t = 1-x in the last integral, we have

 \displaystyle \int \frac{\ln{(1-x)}}{x}dx = \ln{x} \ln{(1-x)}-\int \frac{\ln{(1-t)}}{t}dt .

So  -f(x) = \ln{x} \ln{(1-x)}+f(t)+C = \ln{x} \ln{(1-x)}+f(1-x)+C . Thus

 f(x)+f(1-x) = C-\ln{x} \ln{(1-x)}

for some constant  C . Using our knowledge that  f(0) = 0 ,  \displaystyle f(1) = \frac{\pi^2}{6} , and  \displaystyle \lim_{x \rightarrow 1} \ln{x} \ln{(1-x)}= 0 by L’Hopital twice, we see that

 f(0)+f(1) = C \Rightarrow C = \frac{\pi^2}{6}

Then setting  x = \frac{1}{2} we obtain  \displaystyle 2f\left(\frac{1}{2}\right) = \frac{\pi^2}{6}-\ln{\frac{1}{2}} \ln{\frac{1}{2}} and  \displaystyle \sum_{n=1}^{\infty} \frac{1}{n^2 \cdot 2^n} = f\left(\frac{1}{2}\right) = \frac{\pi^2}{12}-\frac{\ln^2{(2)}}{2} . QED.

——————–

Comment: This was a pretty tough problem that required you to compound a lot of calculus knowledge all into a single problem – series, integration by parts, limits. Recognizing all the steps was the first part; following through with the right computations was another. Still, there weren’t really any super clever tricks, mostly just standard substitutions and approaches applied in a somewhat non-standard way. Makes for a very nice problem.

——————–

Practice Problem #1: Show that  \displaystyle \lim_{x \rightarrow 1} \ln{x} \ln{(1-x)} = 0 .

Practice Problem #2: Evaluate  \displaystyle \sum_{n=1}^{\infty} \frac{x^n}{n} . Can you also find  \displaystyle \sum_{n=1}^{\infty} \frac{x^n}{n^3} ?

Just A “Natural” Thing. Topic: Algebra. Level: AIME/Olympiad. April 28th, 2007

Problem: Factor  7^{6(2k-1)}-7^{5(2k-1)}+7^{4(2k-1)}-7^{3(2k-1)}+7^{2(2k-1)}-7^{2k-1}+1 .

Solution: Consider the polynomial  x^7+1 . We have

 x^7+1 = (x+1)(x^6-x^5+x^4-x^3+x^2-1) ,

so we want to factor the second term when  x = 7^{2k-1} . Call it  P(x) so that  P(x) = \frac{x^7+1}{x+1} . Consider the relation

 (x+1)^7-(x^7+1) = 7x^6+21x^5+35x^4+35x^3+21x^2+7x .

Since  -1 is a root of the LHS, we factor it out of the RHS as well to get

 (x+1)^7-(x^7+1) = 7x(x+1)(x^4+2x^3+3x^2+2x+1) = 7x(x+1)(x^2+x+1)^2 .

Dividing through by  x+1 and rearranging, we obtain the nice expression

 P(x) = (x+1)^6-7x(x^2+x+1)^2 .

Letting  x = 7^{2k-1} , this becomes

 P(7^{2k-1}) = (7^{3(2k-1)}+3 \cdot 7^{2(2k-1)}+3 \cdot 7^{2k-1}+1)^2-7^{2k}(7^{2(2k-1)}+7^{2k-1}+1)^2

which is conveniently enough a difference of two squares. And we’ll leave it as this because the factors are not particularly nice or anything. QED.

——————–

Comment: This “natural” factorization was basically the one crucial step to solving the USAMO #5 this year and most people did not see it, unsurprisingly. Taking the difference  (x+1)^7-(x^7+1) was the trickiest/cleverest part, and there were definitely a limited number of approaches to this factorization. Oh well, at least it seems sort of cool after you know about it.

——————–

Practice Problem: (2007 USAMO – #5) Prove that for every nonnegative integer n, the number 7^{7^{n}}+1 is the product of at least 2n+3 (not necessarily distinct) primes.

Something To Think About. Topic: Probability. Level: AMC/AIME. April 18th, 2007

Problem: A coin is repeatedly flipped. What is the expected number of flips to get two heads in a row?  n heads in a row?

——————–

I will be out of town for the next four days, so have fun with the problem!

Sense Of Poise And Rationality. Topic: Algebra. Level: AIME/Olympiad. April 15th, 2007

Problem: (1993 Canada National Olympiad – #2) Show that  x is rational if and only if three distinct terms that form a geometric progression can be chosen from the sequence  x, x+1, x+2, x+3, \ldots .

Solution: We will prove the “if” statement first, i.e.  x is rational implies we can find the geometric progression. Let  x = \frac{p}{q} . The terms of the sequence are then

 \frac{p}{q} ,  \frac{p+q}{q} ,  \frac{p+2q}{q} ,  \frac{p+3q}{q}, \ldots .

We simply choose the terms

 \frac{p}{q} ,  \frac{p+pq}{q} ,  \frac{p+(2p+pq)q}{q} which are the same as  \frac{p}{q} ,  \frac{p(1+q)}{q} ,  \frac{p(1+q)^2}{q} ,

clearly a geometric progression.

Now for the other direction, assume  x+a, x+b, x+c are a geometric progression with  a < b < c positive integers. Then

 \frac{x+a}{x+b} = \frac{x+b}{x+c} \Rightarrow x^2+(a+c)x+ac = x^2+2bx+b^2 \Rightarrow (a+c)x+ac = 2bx+b^2 .

Solving for  x yields  x = \frac{b^2-ac}{a+c-2b} which is clearly rational, as desired. QED.

——————–

Comment: An interesting “definition” of a rational number, pretty neat in fact. Though it may not seem so at first, the “if” direction was actually considerably harder than the “only if” direction because the approach was not as straightforward. The “only if” proof required simple algebra, while the “if” proof needed a little creative picking and choosing. Another approach for the “if” direction is to set  x = \frac{p}{q} and try to find corresponding  a, b, c but that makes it a little more difficult than necessary.

——————–

Practice Problem: (1993 Canada National Olympiad – #3) In triangle  ABC , medians to the sides  \overline{AB} and  \overline{AC} are perpendicular. Show that  \cot{B}+\cot{C} \ge \frac{2}{3} .

Google

 

 
 
free web counters
Etronics