- 3,488
- 257
Homework Statement
This is problem 2.4.11 from Thomson, Bruckner, and Bruckner, "Elementary Real Analysis." It is from the "Challenging Problems" section of Chapter 2, Sequences. Note that differentiation and continuity have not been covered at this point, but it is presumed that the reader knows how to differentiate elementary functions from a previous calculus course. Five of the 19 problems in this section are from old Putnam exams, but this isn't one of them.
Let f(x) = x^3 - 3x + 3. Apply Newton's method to obtain a sequence
x_1 = \theta
x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}
Show that for any positive integer N there is a starting value \theta such that the sequence (x_n) is periodic with period N.
Homework Equations
f'(x) = 3x^2 + 3
The Attempt at a Solution
We shall have x_{N+1} = x_{1} if and only if x_{N+1} - x_{1} = 0 if and only if
y_N = \sum_{n = 1}^N \frac{p(x_n)}{q(x_n)} = 0
where
p(x) = f(x)
q(x) = f'(x)
Define
h(x) = x - \frac{p(x)}{q(x)} = \frac{xq(x) - p(x)}{q(x)} = \frac{r(x)}{q(x)}
where
r(x) = xq(x) - p(x).
Then
x_{n+1} = h(x_n)
and
x_{n+1} = h^n(x_1) = h^n(\theta)
where the notation h^n is defined inductively as
h^n = h^{n-1} \circ h = h \circ h^{n-1}
Now,
x_2 = h(x_1) = h(\theta) = \frac{r(\theta)}{q(\theta)}
where r is a polynomial of order 3, and q is a polynomial of order 2.
More generally, x_n is a rational function of \theta:
x_n = \frac{r_{n-1}(\theta)}{q_{n-1}(\theta)}
where r_{n-1} is a polynomial of order 3^{n-1} and q_{n-1} is a polynomial of order 2^{n-1}.
Then
\frac{p(x_n)}{q(x_n)}
is also a rational function of \theta, and a bit of algebra yields that the numerator is a polynomial of order 3^n and the denominator is a polynomial of order 2(3^{n-1}) + 2^{n+1}. In particular, the order of the denominator is even, and strictly less than the order of the numerator.
It follows that
y_N = \sum_{n=1}^N \frac{p(x_n)}{q(x_n)}
is also a rational function of \theta. Its numerator has odd order, and its denominator has even order less than the order of the numerator.
Since the numerator has odd order, it has a real root. Thus, there is a x_1 = \theta that yields
y_N = \sum_{n=1}^N \frac{p(x_n)}{q(x_n)} = 0
It follows that this choice of \theta results in a periodic sequence (x_n) whose period divides N.
What remains to show is that it is possible to choose \theta such that the following two additional things are true:
1.
y_M = \sum_{n=1}^M \frac{p(x_n)}{q(x_n)} \neq 0
for M < N
i.e., I have only shown that the period of (x_n) will divide N, not that it will equal N.
2.
q(x_n) = f'(x_n) \neq 0
for all 1 \leq n \leq N. Otherwise, the recurrence is ill-defined due to division by zero, and everything I have written above is bogus.
I don't see any obvious way to prove 1 and 2, and my instinct is that there must be another way of looking at this problem that will be less grungy and more enlightening. Any ideas?
Last edited: