| |
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: (Problem-Solving Through Problems – 6.5.12) Suppose is a nonnegative integer and
,
where and are real numbers. Prove that if has more than zeros in , then .
Solution: First, we add the claim that can occur for at most distinct .
We proceed by induction. For , we have which we know is not zero unless , so if it has a root it must be identically . It also takes the value at most once because it is monotonic. Now suppose both hypotheses are true for some nonnegative integer . We want to show that

has at most zeros (except when for all ) and takes the value at most times. If , we apply the inductive hypothesis and it is trivially true, so assume . From , we get
.
Letting and for , we obtain
.
By our inductive hypothesis, we know this occurs at most times, proving that has at most zeros or is identically .
Now we want to show that at most times. Suppose for for . Then, by Rolle’s Theorem, we have

between each consecutive pair of ’s, giving us pairs. But by what we just proved for having at most zeros, we know at most times, since is in the same family of functions. Hence for at most distinct , completing the induction.
Therefore, we conclude that has at most zeros or is identically .
——————–
Comment: A pretty tough problem, took a couple of looks at smaller cases to determine the method with which to solve it. The key is looking for the inductive step, somehow reducing the case to the case. Adding in the extra condition might not have been necessary but it made it easier to move from case to case. Here’s a “flow chart” of what proves what.
for at most values or is identically –> for at most values –> for at most values or is identically –> for at most values.
——————–
Practice Problem: Show that cannot have more than one zero in , regardless of the value of .
|
Problem: (Stanford Putnam Practice) A finite sequence is called -balanced if any sum of the form is the same for . Prove that if a sequence with members is -balanced for , then all its members are equal to zero.
Solution: Let . Recall the strategy of isolating certain terms in a polynomial. Denoting by the th root of unity, we have

because all of the terms will cancel out by the identity except for the terms in which the power of the exponent is divisible by , in which case . Similarly, using the polynomials we obtain

from and . Hence we have a system of equations in the variables
.
But if we have a system of equations for , we have a total of equations. Since the only repeated value in the polynomial was and it showed up times, once for each prime, there are distinct points on the polynomial that we now know. However, since a polynomial of degree is defined by at most points, it must be the zero polynomial, which means , as desired. QED.
——————–
Comment: This is an example of generating functions showing up when you least expect it, well not exactly, but it was cool anyway. The proof above is not completely rigorous because we would need to show that a polynomial of degree actually cannot pass through all of the points, but it’s almost there.
——————–
Practice Problem: Let denote the number of ways you can partition into parts. Show that
.
Also show that the number of ways can be partitioned into unequal parts is equal to the number of ways can be partitioned into odd parts.
|
Problem: (Stanford Putnam Practice) Let and for . Find .
Solution: Re-label starting with , instead. We will prove a much stronger statement, that, for .
First, we will show a lemma that if for positive integers then for . This is trivial by induction, since , , and .
We will prove the final result by induction as well, on . When this is , we clearly have .
Assume the property is true for . Now suppose divides with . We must have . But then by the lemma above we have . So then

with . But by our inductive hypothesis, we know that
, as desired. Shifting the indices in the problem statement, we have
. QED.
——————–
Comment: Pretty classic as far as GCD of terms in a sequence go. It follows a similar property that the Fibonnacci sequence also has. Instead of using induction on the last step, another option was to invoke Euclid’s Algorithm to arrive at but that didn’t seem quite as fulfilling.
——————–
Practice Problem: (Stanford Putnam Practice) Define a sequence by and for . Which integers between and occur as the last two digits of infinitely many ?
|
Problem: (Stanford Math 51H, Cauchy Root Test) Suppose there exists a and an integer such that for all . Prove that converges.
Solution: Well let’s just discard because it is finite and obviously converges. It remains to show that converges.
But then we have . So
.
The last summation, however, is a geometric series with common ratio , so it converges. Hence our sum does as well. QED.
——————–
Comment: The root test is, in effect, a comparison to a geometric series. The hypothesis is that we can bound by a geometric series for all large , implying convergence.
——————–
Practice Problem: (Stanford Math 51H) Discuss the convergence of
.
|
Problem: Evaluate where is an arbitrary positive real number.
Solution: Well in its current form the limit does not look very fun, so let’s take the natural log of it.

where is the limit in question. Let’s bound the summation term on the RHS using integrals. We see that


because . Plugging this back into the equation, we get
.
For , the coefficient of the term is negative and it dominates the term, so as both the upper and lower bounds approach , hence .
For , the coefficient on the term is positive, so both the upper and lower bounds approach so .
Now for the trickier case . Consider a midpoint approximation of the area under the curve from to . Since is concave, the midpoint approximation will be larger than the integral (draw a picture to see this). So
.
But the LHS turns out to be

which we can bound below by

for some arbitrary constant . Then
.
Plugging back into our original expression for , we obtain

so as well. Hence if , the limit converges to zero and if the limit diverges to . QED.
——————–
Comment: This limit it very interesting because it gives us an idea about Stirling’s approximation. In fact, from the last inequality, we see that and we have
.
A very good approximation is
.
|
|
|