Fibonacci Sequence and series limits
1) Let $F_1 = 1$, $F_2 = 1$, and $F_n = F_{n-1} + F_{n-2}$ for $n \geq 3$.
How do you prove that
$$\sum_{n=2}^\infty \frac1{F_{n-1} F_{n+1}} = 1$$
$$\sum_{n=2}^\infty \frac{F_n}{F_{n-1} F_{n+1}} = 1$$
Do you even use the formula $n(n+1)/2$?
I tried using $F_{n-1} = F_n - F_{n-2}$ and $F_{n+1} = F_n + F_{n-1}$ and then trying to figure out how to substitute those, but I've been going around in circles. How would you solve this? What tips can you give me to solve this? Is there any website that teaches this? I tried searching google and youtube but none were helpful.
2) Let $s_x = \tan(2/x)$. Where does this become nonincreasing? While using monotonic limits to establish there is a limit.
I was guessing you need to use upperbound and lowerbound but doesn't it go to infinity?
For the first one, note that $F_n = F_{n+1} - F_{n-1}$. Hence, $$\dfrac1{F_{n-1} F_{n+1}} = \dfrac1{F_n F_{n-1}} - \dfrac1{F_n F_{n+1}}$$ and similarly $$\dfrac{F_n}{F_{n+1} F_{n-1}} = \dfrac1{F_{n-1}} - \dfrac1{F_{n+1}}$$ Now use telescopic summation and cancel terms to get what you want.
For the second one, note that $\tan(x)$ is increasing in the region $[0,\pi/2)$. Hence, $\tan(2/x)$ is decreasing for $x>0$. Hence, you sequence $s_n = \tan(2/n)$ is a monotone decreasing sequence and the limit is $0$ since $\tan(x)$ is continuous near origin and $\tan(0) = 0$.