Home » Blog » Establish a formula for (1-1/4)(1-1/9)…(1-1/n^2)

Establish a formula for (1-1/4)(1-1/9)…(1-1/n^2)

Claim:

    \[ \left( 1 - \frac{1}{4} \right)\left(1 - \frac{1}{9} \right) \cdots \left(1 - \frac{1}{n^2} \right) = \frac{n+1}{2n} \]

Proof. If n = 2, we have (1-1/4) = 3/4 on the left, and on the right we have (2+1)/(2\cdot 2) = 3/4. Thus, the formula is true for n = 2.
Assume then that the formula is true for some n = k \in \mathbb{Z}_{\geq 2}. Then,

    \begin{align*}  && \left(1 - \frac{1}{4} \right) \left(1 - \frac{1}{9}\right) \cdots \left(1 - \frac{1}{k^2}\right) &= \frac{k+1}{2k} & (\text{Ind. Hyp.}) \\ \implies && \left(1 - \frac{1}{4} \right) \left(1 - \frac{1}{9} \right) \cdots \left(1 - \frac{1}{(k+1)^2} \right) &= \left(\frac{k+1}{2k}\right) \left(1 - \frac{1}{(k+1)^2} \right) \\ &&&= \frac{k+1}{2k} - \frac{1}{2k(k+1)} \\ &&&= \frac{(k+1)^2 - 1}{2k(k+1)} \\ &&&= \frac{k^2 + 2k}{2k(k+1)} \\ &&&= \frac{k+2}{2(k+1)}. \end{align*}

Thus, if the formula is true for k then it is true for k+1. Since we have established that it is true for n = 2, we then have that it is true for all n \in \mathbb{Z}_{\geq 2}. \qquad \blacksquare

Update: From a request in the comments, we’ll add in a way to arrive at the formula (without just guessing).

First, we write,

    \[ 1 - \frac{1}{n^2} = \frac{n^2 - 1}{n^2} = \frac{(n+1)(n-1)}{n^2}. \]

Then, we consider the product

    \begin{align*}  \prod_{k=2}^n \left(1 - \frac{1}{k^2} \right) &= \prod_{k=2}^n \frac{k^2-1}{k^2} \\  &= \prod_{k=2}^n \frac{(k+1)(k-1)}{k^2} \\  &= \left( \frac{3 \cdot 1}{2^2} \right) \left( \frac{4 \cdot 2}{3^2} \right) \cdots \left( \frac{(n+1)(n-1)}{n^2}\right) \\  &= \frac{ (1 \cdot 2 \cdot \cdots \cdot (n-1))\cdot (3 \cdot 4 \cdot \cdots \cdot (n+1))}{(1 \cdot 2 \cdot \cdots \cdot n)^2} &(\text{Rearranging})\\  &= \frac{ 3 \cdot 4 \cdot \cdots \cdot (n+1)}{(1 \cdot 2 \cdot \cdots \cdot (n-1)) \cdot n^2} &(\text{cancelling some terms})\\  &= \frac{n+1}{2n}. \end{align*}

Where in the last line we cancelled terms again. The only things we are left with are the n+1 in the numerator and the 2 and n in the denominator. Of course, this is pretty much a proof that the formula is correct without using induction, but it doesn’t rely on us guessing the formula correctly.

As noted in the comments, often it is easier to guess the correct formula and use induction to prove the formula is correct than to derive the formula directly.

10 comments

  1. Anonymous says:

    alternatively, you can say that 1-1/4 = 1-(1/2) * 1+(1/2)= 1/2*3/2, and 1-1/9 = 1-(1/3)*(1+(1/3))= 2/3 * 4/3… then 3/2 * 2/3 = 1, and continue like that with the rest of the series, until finally all that is left is 1/2*(1+1/n) = 1/2 + 1/2/n = 1/2(1+1/n)= (1+n)/2n

    • Anonymous says:

      I just want to say thank you! After hours of trying to figure it out I finally get it. It’s amazing. Once again thank you!

    • Rori says:

      Sure, let me update the post (I’ll update it in the next 15-20 minutes) with an explanation for how you might come up with formula since other people might be curious also. Although, a lot of times in cases like this the easiest thing is to just write down the first few terms, guess the formula, and then prove your guess is right. It can be much easier to prove a formula you have is correct than to actually come up with the formula in the first place.

Point out an error, ask a question, offer an alternative solution (to use Latex type [latexpage] at the top of your comment):