| |
About
Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
Math Books
Math Stuff
My Tests
Practice Tests
Tutorials
|
|
Problem: Show that the sequence contains an infinte number of both even and odd integers. Furthermore, show that there can be at most two consecutive integers of the same parity.
Solution: Suppose their exists a finite number of either even or odd integers. Then we definitely have three integers of the same parity in a row. But since , they must each differ by . Hence

.
Adding the equalities together, we get
.
By the standard floor function inequalities, however, we know that when is not an integer. Hence
,
a contradiction. Hence we have proved both of the desired results. QED.
——————–
Comment: An interesting result which can be simply generalized to any irrational and probably any positive irrational at all (see if you can prove this). It wasn't hard to reason out that because we really cannot have three integers of the same parity in a row in that sequence. Adding a touch of rigor to the proof turned out to be quite easy as well.
--------------------
Practice Problem: Prove or disprove that, given a positive irrational , the sequence contains an infinite number of both even and odd integers.
|
Problem: (1997 Putnam – B1) Let denote the distance between the real number and the nearest integer. For each positive integer , evaluate
.
Solution: Well since lies in the interval , we can just characterize for all . We split it up into three intervals:
If , we have because and .
If , we have because and .
If , we again have because and .
This translates to , , and , so we sum the intervals separately (note that we split the middle interval again into two parts to avoid absolute values):



.
Summing them together we have
.
QED.
——————–
Comment: A pretty neat, although contrived, summation to just get simply to . The key was splitting the summation up; without doing that, it’s really not possible to evaluate the sum in easy ways (like summing the first positive integers multiple times). Figuring out how the function worked helped a lot in determining the behavior of .
——————–
Practice Problem: Evaluate the sum
.
|
Problem: (1997 Putnam – A1) A rectangle, , has sides and . A triangle has as the intersection of its altitudes, the center of its circumscribed circle, the midpoint of , and the foot of the altitude from . What is the length of ?
Solution: Since everyone loves algebra and hates geometry, let’s use the standard algebrization of a triangle problem: vectors. Set to be the origin, to , from which we automatically obtain and . Let be the vectors from to points , respectively.
We know and from here, so we’ll use these results. Also, by the definition of a midpoint. Using these three equations, we can solve for .
and implies that .
Also, the -coordinates of and are the same value with opposite signs. So if , where and , we must have
.
So . QED.
——————–
Comment: There are various other synthetic ways to approach this problem, but using vectors seems to make life really easy as we know lots of relationships about the circumcenter, orthocenter, and midpoints. See if you can convince me that there is a simpler way to do it without vectors.
——————–
Practice Problem: “Prove” that the vector representation of the orthocenter has to be symmetric in (i.e. explain why you know is wrong).
|
Problem: Given reals , show that .
Solution: Recall the change-of-base identity for logs. We can rewrite the LHS as
.
Note, however that , so it remains to show that
,
which is true by Nesbitt’s Inequality. QED.
——————–
Comment: A good exercise in using log identities and properties to achieve a relatively simple result. Once we made the change-of-base substitution, seeing the should clue you in to Nesbitt’s. That led to the inequality , which was easily proven given the conditions of the problem.
——————–
Practice Problem: Given reals , find the best constant such that
.
|
Problem: (1999 Putnam – A3) Consider the power series expansion . Prove that, for each integer , there is an integer such that .
Solution: Playing around with the expansion for a bit (using geometric series or otherwise), we find that , , so . Realizing that the calculation gets uglier and uglier, we decide to go for the general case right now. Now we need to find a good expansion. Try partial fractions.
.
Now, to simplify our lives, we let . Note that , so this may turn out to be a key substitution. We get
.
Expanding both fractions using a geometric series, we obtain
,
a remarkably simple expression given what we had up there. It remains to show that also has the form of one of those. So, plugging the appropriate values, we see that
![\displaystyle \frac{1}{8}\left[\left(\alpha^{n+1}+\frac{(-1)^n}{\alpha^{n+1}}\right)^2+\left(\alpha^{n+2}+\frac{(-1)^{n+1}}{\alpha^{n+2}}\right)^2\right] = \frac{1}{8} \left(\alpha^{2n+4}+\alpha^{2n+2}+\frac{1}{\alpha^{2n+2}}+\frac{1}{\alpha^{2n+4}}\right) \displaystyle \frac{1}{8}\left[\left(\alpha^{n+1}+\frac{(-1)^n}{\alpha^{n+1}}\right)^2+\left(\alpha^{n+2}+\frac{(-1)^{n+1}}{\alpha^{n+2}}\right)^2\right] = \frac{1}{8} \left(\alpha^{2n+4}+\alpha^{2n+2}+\frac{1}{\alpha^{2n+2}}+\frac{1}{\alpha^{2n+4}}\right)](http://www.wangsblog.com/jeffrey//pictures/484f8f7421113573eb6be257ad79adca.gif)
because the middle terms in the squaring cancel out nicely (and the came from the squaring of the constant ). So, recalling that when , we had , we want to make that last expression look like . A clever factorization yields
.
Note, however, that , so the result is

by the expansion we found earlier. QED.
——————–
Comment: That looked like a lot of work, and it was. The hardest parts were definitely (1) finding out that using the partial fraction decomposition was the best way to go, (2) making the substitution that allowed things to cancel nicely, and (3) keeping track of my work. This is a pretty cool result, which you can usually expect from Putnam problems that have large amounts of algebraic manipulation (you’d hope so, anyway). But in the end, we are left with a satisfactory feeling, so it’s all good.
——————–
Practice Problem: (1999 Putnam – B2) Let be a polynomial of degree such that , where is a quadratic polynomial and is the second derivative of . Show that if has at least two distinct roots then it must have distinct roots.
|
|
|