I tried doing this, but I got stuck.
I am supposed to show that:
$\prod_{k=2}^{N} \left(1+\frac{1}{k^2} \right)< 2$
I tested for N = 2
1.25 < 2
Then, assuming the statement is true, I have to prove that:
$\prod_{k=2}^{N+1} \left(1+\frac{1}{k^2} \right)< 2$
I tried expanding the assumption I made true, then I multiplied both sides by $1+\frac{1}{(N+1)^2}$
$(1+\frac{1}{2^2})\cdot(1+\frac{1}{3^2})\cdot\cdot\cdot(1+\frac{1}{N^2})$ < 2
$(1+\frac{1}{2^2})\cdot(1+\frac{1}{3^2})\cdot\cdot\cdot(1+\frac{1}{N^2})\cdot(1+\frac{1}{(N+1)^2}) < 2(1+\frac{1}{(N+1)^2})$
$\prod_{k=2}^{N+1} 1+\frac{1}{k^2} < 2(1+\frac{1}{(N+1)^2})$
But because $2(1+\frac{1}{(N+1)^2})$ is always larger than 2, I cannot show the statement I wanted to prove. Or in other words, knowing that $\prod_{k=2}^{N+1} 1+\frac{1}{k^2} < 2 < 2(1+\frac{1}{(N+1)^2})$ doesn't help because $2(1+\frac{1}{(N+1)^2})$ is not less than 2, making me not able to take any conclusions.
I tried putting it to wolframalpha to get an approximate answer as N approaches infinity, and it gave me an approximation of 1.838, so this question should be solvable.
Can someone help me?
Hint: Take the log of the product. Using the Taylor series for $\ln(1+x)$, we have $\ln(1+\frac{1}{k^2})\leq\frac{1}{k^2}$. Now use the infinite sum of $\frac{1}{k^2}$ as an upper bound (remember to exclude the term $k=1$).