Do you remember a time when you got that first calculator with the extra functions?
I remember entering a value and hitting the cosine key for example until the numbers stopped changing.
That is I solved by iteration:
Suppose I started with , and I hit the cosine key (in radians mode). I get 0.5403. Plug this back into cosine and do it all over again.
The idea is .
Suppose as we find for some ,
Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As stated in the problem (which can be formally proved by Banach's fixed point theorem) x n → x ∗ , where x ∗ is the solution of the fixed point equation x ∗ = cos ( x ∗ ) . Numerically, x ∗ ≈ 0 . 7 3 9 0 8 5 .
Now, for large enough N , we write ∣ cos ( x m ) − cos ( x n ) ∣ = 2 ∣ sin ( 2 x m + x n ) ∣ ∣ sin ( 2 x n − x m ) ∣ ≤ ( a ) sin ( x ∗ ) ∣ x m − x n ∣ , where the inequality (a) follows from the fact sin ( z ) ≤ z and x m , x n → x ∗ .
Thus, we conclude that k = sin ( x ∗ ) ≈ 0 . 6 7 3 6 1 2 and q = 1 .