Maths Olympiad Prep

Track / Stage 6 / 167 of 400 #1167 of 1964

Problem 1167

National olympiad, first round
Algebra Difficulty 6.3 Prove it

## Task 12/65

A well-usable iteration formula for the approximate calculation of a\sqrt{a} is

un+1=12(un+aun) u_{n+1}=\frac{1}{2}\left(u_{n}+\frac{a}{u_{n}}\right)

where unu_{n} is an n-th approximation value. It is to be proven:

1. If u00u_{0} \neq 0 is an underestimated approximation for a\sqrt{a}, then u1=12(u0+au0)u_{1}=\frac{1}{2}\left(u_{0}+\frac{a}{u_{0}}\right) is an overestimated approximation.
2. If unu_{n} is an overestimated approximation for a\sqrt{a}, then un+1=12(un+aun)u_{n+1}=\frac{1}{2}\left(u_{n}+\frac{a}{u_{n}}\right) is a better overestimated approximation.

3. The sequence {un}\left\{u_{n}\right\}, obtained by repeated application of the iteration formula, converges to a\sqrt{a}.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

Let a=x\sqrt{a}=x, thus a=x2a=x^{2}.

1.) To prove: If 0<x0<x, then u0xΔxu_{0} x-\Delta x with x>Δx>0x>\Delta x>0 (by assumption). Then,

u1=12(u0+au0)=(xΔx+x2xΔx)=x+Δx22(xΔx) u_{1}=\frac{1}{2}\left(u_{0}+\frac{a}{u_{0}}\right)=\left(x-\Delta x+\frac{x^{2}}{x-\Delta x}\right)=x+\frac{\Delta x^{2}}{2(x-\Delta x)}

Since x>Δxx>\Delta x, it follows that xΔx>0x-\Delta x>0, and thus

Δx22(xΔx)>0 \frac{\Delta x^{2}}{2(x-\Delta x)}>0

and therefore u1>x=au_{1}>x=\sqrt{a}.

2.) To prove: If un>xu_{n}>x, then un+1=12(un+aun)>xu_{n+1}=\frac{1}{2}\left(u_{n}+\frac{a}{u_{n}}\right)>x.

Proof: Let un=x+Δxu_{n}=x+\Delta x with Δx>0\Delta x>0 (by assumption). Then,

un+1=12(un+aun)=(x+Δx+x2x+Δx)=x+Δx22(x+Δx) u_{n+1}=\frac{1}{2}\left(u_{n}+\frac{a}{u_{n}}\right)=\left(x+\Delta x+\frac{x^{2}}{x+\Delta x}\right)=x+\frac{\Delta x^{2}}{2(x+\Delta x)}

Now,

0<Δx22(x+Δx)(since Δx>0xΔx>0), thus 0<\frac{\Delta x^{2}}{2(x+\Delta x)} \quad \text{(since $\Delta x>0$, $\frac{x}{\Delta x}>0$)}, \text{ thus}

un=x+Δx>un+1=x+Δx22(x+Δx)>x=a u_{n}=x+\Delta x>u_{n+1}=x+\frac{\Delta x^{2}}{2(x+\Delta x)}>x=\sqrt{a}

3.) With these proofs, it is shown that the sequence {un}\left\{u_{n}\right\} approaches a=x\sqrt{a}=x (at least from the second term onwards from above), but it is not yet proven that it actually converges to this value (i.e., that it approaches it arbitrarily closely). It could be that it converges to a value x+cx+c, where cc is a positive constant.

If un=x+Δxnu_{n}=x+\Delta x_{n} (so Δxn>0\Delta x_{n}>0), then

un+1=12(x+Δxn+x2x+Δxn)=x+Δxn22(x+Δxn)=x+Δxn+1 u_{n+1}=\frac{1}{2}\left(x+\Delta x_{n}+\frac{x^{2}}{x+\Delta x_{n}}\right)=x+\frac{\Delta x_{n}^{2}}{2\left(x+\Delta x_{n}\right)}=x+\Delta x_{n+1}

Now,

0<Δxn+1=Δxn22(x+Δxn)<Δxn22x<Δxn2(since x>Δxn and Δxn>0) 0<\Delta x_{n+1}=\frac{\Delta x_{n}^{2}}{2(x+\Delta x_{n})}<\frac{\Delta x_{n}^{2}}{2x}<\frac{\Delta x_{n}}{2} \quad \text{(since $x>\Delta x_{n}$ and $\Delta x_{n}>0$)}

Thus, Δxn+1<Δxn2\Delta x_{n+1}<\frac{\Delta x_{n}}{2}, and by induction, Δxn<Δx12n1\Delta x_{n}<\frac{\Delta x_{1}}{2^{n-1}} for all n1n \geq 1. Therefore, the sequence {Δxn}\left\{\Delta x_{n}\right\} is decreasing and bounded below by 0, so it converges to 0.

Consider the sequence {vn}={x+Δx12n1}\left\{v_{n}\right\}=\left\{x+\frac{\Delta x_{1}}{2^{n-1}}\right\}. This is a majorant for the sequence {un}\left\{u_{n}\right\}. Since

limnvn=limn(x+Δx12n1)=x \lim _{n \rightarrow \infty} v_{n}=\lim _{n \rightarrow \infty}\left(x+\frac{\Delta x_{1}}{2^{n-1}}\right)=x

and un>xu_{n}>x for every nn, by the majorant criterion, it follows that limnun=x=a\lim _{n \rightarrow \infty} u_{n}=x=\sqrt{a}.

Conclusion: For every a>0a>0 and for every Δx0>0\Delta x_{0}>0, the sequence {un}\left\{u_{n}\right\} with un+1=12(un+aun)u_{n+1}=\frac{1}{2}\left(u_{n}+\frac{a}{u_{n}}\right) converges to a\sqrt{a}.

Thus, one can start from any initial approximation (even seemingly nonsensical ones like a1\sqrt{a} \approx 1 or aa\sqrt{a} \approx a). The approximation will approach the correct value from above, at the latest from the second term onwards.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.