The Wallis product is the infinite product representation of Pi|:

:<math>\begin{align}

\frac{\pi}{2} & = \prod_{n=1}^{\infty} \frac{ 4n^2 }{ 4n^2 - 1 } = \prod_{n=1}^{\infty} \left(\frac{2n}{2n-1} \cdot \frac{2n}{2n+1}\right) \\[6pt]

& = \Big(\frac{2}{1} \cdot \frac{2}{3}\Big) \cdot \Big(\frac{4}{3} \cdot \frac{4}{5}\Big) \cdot \Big(\frac{6}{5} \cdot \frac{6}{7}\Big) \cdot \Big(\frac{8}{7} \cdot \frac{8}{9}\Big) \cdot \; \cdots \\

\end{align}</math>

It was published in 1656 by John Wallis.

Proof using integration

Wallis derived this infinite product using interpolation, though his method is not regarded as rigorous. A modern derivation can be found by examining <math>\int_0^\pi \sin^n x\,dx</math> for even and odd values of <math>n</math>, and noting that for large <math>n</math>, increasing <math>n</math> by 1 results in a change that becomes ever smaller as <math>n</math> increases. Let

:<math>I(n) = \int_0^\pi \sin^n x\,dx.</math>

(This is a form of Wallis' integrals.) Integrate by parts:

:<math>\begin{align}

u &= \sin^{n-1}x \\

\Rightarrow du &= (n-1) \sin^{n-2}x \cos x\,dx \\

dv &= \sin x\,dx \\

\Rightarrow v &= -\cos x

\end{align}</math>

:<math>\begin{align}

\Rightarrow I(n) &= \int_0^\pi \sin^n x\,dx \\[6pt]

{} &= -\sin^{n-1}x\cos x \Biggl|_0^\pi - \int_0^\pi (-\cos x)(n-1) \sin^{n-2}x \cos x\,dx \\[6pt]

{} &= 0 + (n-1) \int_0^\pi \cos^2x \sin^{n-2}x\,dx, \qquad n > 1 \\[6pt]

{} &= (n - 1) \int_0^\pi (1-\sin^2 x) \sin^{n-2}x\,dx \\[6pt]

{} &= (n - 1) \int_0^\pi \sin^{n-2}x\,dx - (n - 1) \int_0^\pi \sin^{n}x\,dx \\[6pt]

{} &= (n - 1) I(n-2)-(n-1) I(n) \\[6pt]

{} &= \frac{n-1}{n} I(n-2) \\[6pt]

\Rightarrow \frac{I(n)}{I(n-2)}

&= \frac{n-1}{n} \\[6pt]

\end{align}</math>

Now, we make two variable substitutions for convenience to obtain:

:<math>I(2n) = \frac{2n-1}{2n}I(2n-2)</math>

:<math>I(2n+1) = \frac{2n}{2n+1}I(2n-1)</math>

We obtain values for <math>I(0)</math> and <math>I(1)</math> for later use.

:<math>\begin{align}

I(0) &= \int_0^\pi dx = x\Biggl|_0^\pi = \pi \\[6pt]

I(1) &= \int_0^\pi \sin x\,dx = -\cos x \Biggl|_0^\pi = (-\cos \pi)-(-\cos 0) = -(-1)-(-1) = 2 \\[6pt]

\end{align}</math>

Now, we calculate for even values <math>I(2n)</math> by repeatedly applying the recurrence relation result from the integration by parts. Eventually, we end get down to <math>I(0)</math>, which we have calculated.

:<math>I(2n)=\int_0^\pi \sin^{2n}x\,dx = \frac{2n-1}{2n}I(2n-2) = \frac{2n-1}{2n} \cdot \frac{2n-3}{2n-2}I(2n-4)</math>

:<math>=\frac{2n-1}{2n} \cdot \frac{2n-3}{2n-2} \cdot \frac{2n-5}{2n-4} \cdot \cdots \cdot \frac{5}{6} \cdot \frac{3}{4} \cdot \frac{1}{2} I(0)=\pi \prod_{k=1}^n \frac{2k-1}{2k}</math>

Repeating the process for odd values <math>I(2n+1)</math>,

:<math>I(2n+1)=\int_0^\pi \sin^{2n+1}x\,dx=\frac{2n}{2n+1}I(2n-1)=\frac{2n}{2n+1} \cdot \frac{2n-2}{2n-1}I(2n-3)</math>

:<math>=\frac{2n}{2n+1} \cdot \frac{2n-2}{2n-1} \cdot \frac{2n-4}{2n-3} \cdot \cdots \cdot \frac{6}{7} \cdot \frac{4}{5} \cdot \frac{2}{3} I(1)=2 \prod_{k=1}^n \frac{2k}{2k+1}</math>

We make the following observation, based on the fact that <math>\sin{x} \leq 1</math>

:<math>\sin^{2n+1}x \le \sin^{2n}x \le \sin^{2n-1}x, 0 \le x \le \pi</math>

:<math>\Rightarrow I(2n+1) \le I(2n) \le I(2n-1)</math>

Dividing by <math>I(2n+1)</math>:

:<math>\Rightarrow 1 \le \frac{I(2n)}{I(2n+1)} \le \frac{I(2n-1)}{I(2n+1)}=\frac{2n+1}{2n}</math>, where the equality comes from our recurrence relation.

By the squeeze theorem,

:<math>\Rightarrow \lim_{n\rightarrow\infty} \frac{I(2n)}{I(2n+1)}=1</math>

:<math>\lim_{n\rightarrow\infty} \frac{I(2n)}{I(2n+1)}=\frac{\pi}{2} \lim_{n\rightarrow\infty} \prod_{k=1}^n \left(\frac{2k-1}{2k} \cdot \frac{2k+1}{2k}\right)=1</math>

:<math>\Rightarrow \frac{\pi}{2}=\prod_{k=1}^\infty \left(\frac{2k}{2k-1} \cdot \frac{2k}{2k+1}\right)=\frac{2}{1} \cdot \frac{2}{3} \cdot \frac{4}{3} \cdot \frac{4}{5} \cdot \frac{6}{5} \cdot \frac{6}{7} \cdot \cdots</math>

Proof using Laplace's method

See the main page on Gaussian integral.

Proof using Euler's infinite product for the sine function

While the proof above is typically featured in modern calculus textbooks, the Wallis product is, in retrospect, an easy corollary of the later Euler infinite product for the sine function.

:<math>\frac{\sin x}{x} = \prod_{n=1}^\infty\left(1 - \frac{x^2}{n^2\pi^2}\right)</math>

Let <math>x = \frac{\pi}{2}</math>:

:<math>\begin{align}

\Rightarrow\frac{2}{\pi} &= \prod_{n=1}^\infty \left(1 - \frac{1}{4n^2}\right) \\[6pt]

\Rightarrow\frac{\pi}{2} &= \prod_{n=1}^\infty \left(\frac{4n^2}{4n^2 - 1}\right) \\[6pt]

&= \prod_{n=1}^\infty \left(\frac{2n}{2n-1}\cdot\frac{2n}{2n+1}\right) = \frac{2}{1} \cdot \frac{2}{3} \cdot \frac{4}{3} \cdot \frac{4}{5} \cdot \frac{6}{5} \cdot \frac{6}{7} \cdots

\end{align}

</math>&nbsp;&nbsp;&nbsp;