4
$\begingroup$

Prove the $\frac {2r+5}{r+2}$ is always a better approximation of $\sqrt {5}$ than $r$.

SOURCE : Inequalities (Page Number 4 ; Question Number 207)

I tried a lot of approaches, but without success.

I rewrote $\frac {2r+5}{r+2}$ as $2 + \frac {1}{r+2}$.

$\sqrt {5} \approx2.2360679775$

Equating $\frac {1}{r+2}$ and $0.2360679774$ , I get $r=2.23606797929$.

So, $\frac {2r+5}{r+2}$ is a still a better approximation than $r$.

How to proceed ?

Any hints/ideas/pointers ?

  • 3
    You must show that $$\left|\frac{2r+5}{r+2}-\sqrt5\right|\le|r-\sqrt 5|$$2017-02-02
  • 0
    ... thus you need to square this inequation in order to work properly...2017-02-02
  • 6
    Presumably "always" doesn't include when $r$ is close to $-2$.2017-02-02
  • 1
    @RobertIsrael yes, you are right... we must assume that $r$ must be positive, using calculus it doesnt hold for $r$ close to $-2$.2017-02-02
  • 0
    More generally, to show that the fixed-point iteration converges, simply show that $|g'(x)| \leq k$ for some constant $k < 1$, where $x$ belongs to some sufficiently small neighbourhood around $\sqrt 5$ and $g(x) = \frac{2x + 5}{x + 2}$.2017-02-02
  • 0
    Might want to put the page number of the problem in the body of the question....2017-02-02
  • 0
    @TheCount I always add the page number of the problem. I don't know how I forgot to do so in this case...... Sorry for any inconvenience caused. I wish to say that you could have just searched the word "better" in the pdf and you could have got the question in 2 or 3 tries.....2017-02-03
  • 0
    @Nirbhay Oh it's no problem. Just a suggestion.2017-02-03

4 Answers 4

5

$$\frac{2r+5}{r+2} - \sqrt{5} = \frac{2r+5-\sqrt{5}r-2\sqrt{5}}{r+2} = \frac{(2-\sqrt{5})r - (2-\sqrt{5})\sqrt{5}}{r+2} = \frac{2-\sqrt{5}}{r+2}(r-\sqrt{5})$$

That means as long as $$\left|\frac{2-\sqrt{5}}{r+2}\right| < 1$$ holds, the proposition is true. If we assume $r > 0$ as reasonable for an approximation of a square root of a positve integer, then the proposition always holds.

3

Observe if $r<\sqrt{5}$, then there exists $\epsilon>0$ such that \begin{align} r+\epsilon<\sqrt{5} \ \ \Leftrightarrow& \ \ (r+\epsilon)^2 <5\\ \Leftrightarrow& \ \ r^2-5+2\epsilon r+ \epsilon^2=P(\epsilon)<0 \end{align} which is true if we sketch $P(\epsilon)$ as a function of $\epsilon$. In particular, we see that the positive root of $P(\epsilon)$ is \begin{align} \epsilon = \frac{-2r+\sqrt{20}}{2} = -r+\sqrt{5}= \frac{-r^2+5}{r+\sqrt{5}}>\frac{-r^2+5}{r+2}=\epsilon_0>0 \end{align} since $\sqrt{5}>2$. Hence \begin{align} r

Remark: The idea is to find $\epsilon_0>0$ rational such that $(r+\epsilon_0)^2<5$.

1

The function $$T:\quad z\mapsto T(z):={2z+5\over z+2}\qquad(z\in\bar{\mathbb C})$$ is a Moebius transformation with the two fixed points $\pm\sqrt{5}$. One computes $$T'\bigl(\sqrt{5}\bigr)={-1\over\bigl(\sqrt{5}+2\bigr)^2}=-0.05573\ .$$ It follows that the fixed point $\sqrt{5}$ is attracting, and more: For all initial points $z_0\ne-\sqrt{5}$ we have $\lim_{n\to\infty} z_n=\sqrt{5}$, whereby in the final stage the error is multiplied by about $0.055$ at each step.

1

Rather than doing manipulations with $\sqrt{5}$ it is better to use just the rationals. We can see that $$\left(\frac{2r+5}{r+2}\right)^{2}-5=\frac{4r^{2}+20r+25-5r^{2}-20r-20}{(r+2)^{2}}=\frac{5-r^{2}}{(r+2)^{2}}$$ Since $r>0$ it follows that $(2r+5)/(r+2)$ is a better approximation to $\sqrt{5}$ than $r$, but in a different direction.

The real benefit comes from iterating this procedure two times to get $$\dfrac{2\cdot\dfrac{2r+5}{r+2}+5}{\dfrac{2r+5}{r+2}+2}=\frac{9r +20}{4r+9}$$ so that $(9r+20)/(4r+9)$ is a better approximation to $\sqrt{5}$ and that too in same direction.

  • 0
    Cool (+unity) !!! Where did you come across this old question of mine ??? Anyways thanks a lot for the different approach. :-)2017-02-27
  • 1
    @Nirbhay: as a side note I have seen the word unity in maths only being used in the context of "cube roots of unity" or more generally nth roots of unity". Nice to see a slightly different usage. :)2017-02-27