2

Please can you help me with the following question

$$E(x) = \left\{ \left(1 + \frac{x}{n}\right)^n : n \in \mathbb N \right\}$$

Let a(x) = sup E(x) (least upper bound) without finding the sup of E(x)

prove that a(x) < a(y) if 0 < x < y and a(x)a(y) <= {a[ (x+y) / 2] } ^ 2 and a(x + y) = a(x).a(y)

thank you

Charlie
  • 71

2 Answers2

7

One Approach

Note that for $n\gt|x|$, $$ \left(1+\frac xn\right)^n\left(1-\frac xn\right)^n =\left(1-\frac{x^2}{n^2}\right)^n \le1\tag{1} $$ implies that $$ \left(1+\frac xn\right)^n\le\frac1{\left(1-\frac xn\right)^n}\tag{2} $$ Bernoulli's Inequality, proven at the end of this answer and generalized at the end of this answer, says that $\left(1-\frac xn\right)^n$ is an increasing sequence for $n\gt|x|$. Thus, the right hand side of $(2)$ is a decreasing, positive sequence for $n\gt|x|$, and therefore, bounded.


A Second Approach

Pick $k\ge\max(x,1)$. Then, for $n\ge\max(-x,1)$, $$ \begin{align} \left(1+\frac xn\right)^n &\le\left(1+\frac x{kn}\right)^{kn}\tag3\\ &=\left(1-\frac x{kn+x}\right)^{-kn}\tag4\\ &\le\left(1-\frac{nx}{kn+x}\right)^{-k}\tag5\\ &\le\left(1-\frac xk\right)^{-k}\tag6 \end{align} $$ Explanation:
$(3)$: Bernoulli's Inequality ($k\ge1$)
$(4)$: $x=(1/x)^{-1}$
$(5)$: Bernoulli ($n\ge1$)
$(6)$: $\frac{nx}{kn+x}\le\frac xk$

robjohn
  • 345,667
0

Note that $$\binom{n}{k}\frac{x^k}{n^k}=\frac{x^k}{k!}\frac{n(n-1)\cdots(n-k+1)}{n^k}\leq\frac{x^k}{k!}$$ Thus for each $n$, $(1+x/n)^n\leq\sum_{k=0}^n\frac{x^k}{k!}\leq e^x$. Thus the set $E(X)$ is bounded above by $e^x$.

QED
  • 12,644
  • 1
    thanks for the answer, but is e^x the least upper bound of E(x) if yes then how. – Charlie Sep 14 '13 at 10:01
  • If not then there should be a number, say $y$, such that $y<e^x$ and $y$ is an upper bound for your set $E(X)$. However the terms in $E(X)$ converges to $e^x$, so for every $\epsilon>0$, there is an $N\in\mathbb{N}$, such that for all $n\geq N$, $e^x-(1+x/n)^n<\epsilon$. However take $\epsilon<e^x-y$. The we get a contradiction. – QED Sep 14 '13 at 10:49
  • thank you could you please hep me with the other part of the question Let a(x) = sup E(x) (least upper bound) without finding the sup of E(x)

    prove that a(x) < a(y) if 0 < x < y and a(x)a(y) <= {a[ (x+y) / 2] } ^ 2 and a(x + y) = a(x).a(y)

    – Charlie Sep 15 '13 at 07:03