2

$\frac{51}{101} - \frac{50}{100} > \frac{52}{102} - \frac{51}{101}$

I get that by adding 1 to both the numerator and the denominator of the same fraction that has a numerator smaller than the denominator, the fraction gets bigger since proportionally the numerator grows quicker than the denominator.

But why does the difference between the fractions get smaller? I underline the term "why", since the focus here is talking about the logical principle, not about examples (even though those can be useful as a supplement to explain the principle).

user0102
  • 21,572
Pier
  • 83
  • It helps to think about extreme examples. If you start from 2/3 and keep adding $1$ to both sides the result will become close to .5. e.g., 1,000,002 / 1,000,003 is very close to 1/2, as is 1,000,0003/1,000,004, so their difference is very small. – Jair Taylor Mar 21 '20 at 19:31
  • @JairTaylor don't you mean the result is close to 1? – qwr Mar 22 '20 at 06:37
  • @qwr Yes, duh, thank you. – Jair Taylor Mar 22 '20 at 06:40

3 Answers3

3

$\frac{50}{100},\frac{51}{101},\frac{52}{102}$

The numerator grows bigger in proportion to itself compared to the denominator. Meaning the numerator was multiplied by a bigger number than the denominator. Hence the fractions grow in size as we add more terms to the sequence.

However, in proportion of multiplication the factor reduces, as for example from $1.0099$ to $1.0096$ since adding one to bigger numbers becomes less significant.

Bonus: The sequence is approaching one. I can't put up the plot here but for this specific sequence plot $f(x)=\dfrac{x}{x+50}$ and see what $\displaystyle \lim_{x \to \infty} f(x)$ is.

In addition, if you check the slope of the graph either by calculus or looking, it becomes less steep for bigger values of $x$ which also kinda answers your question.

0

Well, it can be proved from the point that you made.

$ \frac{m+1}{n+1} + \frac {m-1}{n-1}$

$= \frac {2(mn-1)}{n^2-1}< \frac{2mn}{n^2}$

$ \Rightarrow \frac {m+1}{n+1} -\frac{m}{n} < \frac {m}{n} - \frac {m-1}{n-1}$

0

Hint: Observe a sequence $$a_n = {50+n\over 100+n}- {49+n\over 99+n}$$

$$ a_n = {545\over (100+n)(99+n)}$$

It is now obviously that this sequence is decreasing.

nonuser
  • 90,026