Find the smallest A satisfying the inequality

  • Context:
  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Let $a_1 = 1$, $a_2 = 1$ and $a_n = a_{n-1}+a_{n-2}$ for each $n > 2$. Find the smallest real number, $A$, satisfying

\[\sum_{i = 1}^{k}\frac{1}{a_{i}a_{i+2}} \leq A\]

for any natural number $k$.
 
Mathematics news on Phys.org
lfdahl said:
Let $a_1 = 1$, $a_2 = 1$ and $a_n = a_{n-1}+a_{n-2}$ for each $n > 2$. Find the smallest real number, $A$, satisfying

\[\sum_{i = 1}^{k}\frac{1}{a_{i}a_{i+2}} \leq A\]

for any natural number $k$.

we have
$\frac{1}{a_{i}a_{i+2}}= \frac{1}{a_{i+1}}\frac{a_{i+1}}{a_{i}a_{i+2}}$
$= \frac{1}{a_{i+1}}\frac{a_{i+2}- a_i}{a_{i}a_{i+2}}$ (from given condition)
$= \frac{1}{a_{i+1}}(\frac{1}{a_i} - \frac{1} {a_{i+2}})$
above term is positive and telescopic sum so maximum sum is sum at infinite and adding we get
$\frac{1}{a_1a_2} + \frac{1}{a_2a_3}$ and se get putting the values $\frac{3}{2}$
 
kaliprasad said:
we have
$\frac{1}{a_{i}a_{i+2}}= \frac{1}{a_{i+1}}\frac{a_{i+1}}{a_{i}a_{i+2}}$
$= \frac{1}{a_{i+1}}\frac{a_{i+2}- a_i}{a_{i}a_{i+2}}$ (from given condition)
$= \frac{1}{a_{i+1}}(\frac{1}{a_i} - \frac{1} {a_{i+2}})$
above term is positive and telescopic sum so maximum sum is sum at infinite and adding we get
$\frac{1}{a_1a_2} + \frac{1}{a_2a_3}$ and se get putting the values $\frac{3}{2}$

Hi, kaliprasad

With your telescoping sum, I get:
\[\sum_{i=1}^{k}\frac{1}{a_{i}a_{i+2}} = \sum_{i=1}^{k}\left ( \frac{1}{a_{i}a_{i+1}}-\frac{1}{a_{i+1}a_{i+2}} \right )\\ =\frac{1}{a_{1}a_{2}}-\frac{1}{a_2a_3}+\frac{1}{a_2a_3}-...+ \frac{1}{a_{k-1}a_k}-\frac{1}{a_ka_{k+1}}+\frac{1}{a_ka_{k+1}}-\frac{1}{a_{k+1}a_{k+2}} \\ = \frac{1}{a_{1}a_{2}}-\frac{1}{a_{k+1}a_{k+2}} = 1-\frac{1}{a_{k+1}a_{k+2}}.\]

So the smallest possible $A$, that satisfies the inequality is:
\[\lim_{k\rightarrow \infty }\left ( 1-\frac{1}{a_{k+1}a_{k+2}} \right ) = 1.\]
 
lfdahl said:
Hi, kaliprasad

With your telescoping sum, I get:
\[\sum_{i=1}^{k}\frac{1}{a_{i}a_{i+2}} = \sum_{i=1}^{k}\left ( \frac{1}{a_{i}a_{i+1}}-\frac{1}{a_{i+1}a_{i+2}} \right )\\ =\frac{1}{a_{1}a_{2}}-\frac{1}{a_2a_3}+\frac{1}{a_2a_3}-...+ \frac{1}{a_{k-1}a_k}-\frac{1}{a_ka_{k+1}}+\frac{1}{a_ka_{k+1}}-\frac{1}{a_{k+1}a_{k+2}} \\ = \frac{1}{a_{1}a_{2}}-\frac{1}{a_{k+1}a_{k+2}} = 1-\frac{1}{a_{k+1}a_{k+2}}.\]

So the smallest possible $A$, that satisfies the inequality is:
\[\lim_{k\rightarrow \infty }\left ( 1-\frac{1}{a_{k+1}a_{k+2}} \right ) = 1.\]

it is my mistake.
Your telescopic sum and hence limit is right.
 
Last edited by a moderator: