Maximum value of expression in geometric progression

576 Views Asked by At

Let $S_{k}$ is defined as $\sum^{\infty}_{n=1}\bigg(\frac{1}{k}\bigg)^n$ where $k$ is positive integer $>1$. Then minimum and maximum value of $\displaystyle \frac{S_{k}S_{k+2}}{(S_{k+1})^2}$

Try: $$\sum^{\infty}_{n=1}\bigg(\frac{1}{k}\bigg)^n=\frac{1}{k-1}$$

So $$\displaystyle \frac{S_{k}S_{k+2}}{(S_{k+1})^2}=\frac{k^2}{k^2-1}$$ Then minimum value of $$f(k)=1$$ when $k{\rightarrow \infty}$.

Could some help me how to find maximum value, Thanks

2

There are 2 best solutions below

0
On BEST ANSWER

Let $f(x):= \frac{x^2}{x^2-1}$ for $x \ge 2$. Then $f'(x)<0$, hence $f$ is decreasing. Thus

$\max \{f(x): x \ge 2\}=f(2) = \frac{4}{3}$.

$\min \{f(x): x \ge 2\}$ does not exist, but $\inf \{f(x): x \ge 2\}=1$.

2
On

Rewrite it as $$\frac{k^2}{k^2-1}=1+\frac 1{k^2-1}$$ so the maximum value is attained at the minimum value of $k$, i.e. the maximum value is $\:1+\dfrac1{4-1}=\dfrac43$.