\documentclass[12pt,landscape]{amsart}
\usepackage{geometry}
\topmargin-.8in\textheight8in
\oddsidemargin-.8in\textwidth10.5in
\thispagestyle{empty}
\parskip12pt\parindent0pt
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds}
\begin{document}
\begin{center}
\Huge\sf \textbf{A Pythagorean-style proof of the sine sum-of-angles formula}
\end{center}
\begin{center}\large
\begin{tikzpicture}[thick,scale=2]
\draw(0,0)--node[midway, below]{1}(5,0)--node[midway, below]{\ 1}(8,4)--node[midway, above]{1}(3,4)--node[midway, above]{1\ \ }(0,0)--(13/4,1);
\node at(.9,.13){$x$};
\node at(4.1,-.13){$x$};
\node at(3.9,4.13){$x$};
\node at(.7,.5){$y$};
\node at(5.7,.5){$y$};
\node at(2.3,3.5){$y$};
\draw(3,4)--node[midway, right]{$\sin(x+y)$}(3,0);
\draw(8-280/37,-26+13*70/37)
--node[midway,left]{$\sin x$}(0,0)
--node[midway,left]{$\sin y$}(-32/37,104/37)
--node[midway,above]{$\cos y$}(3,4)
--node[midway,above]{$\cos x$}(280/37,-13*70/37+30)
--node[midway,right]{$\sin x$}(8,4)
--node[midway,right]{$\sin y$}(8+32/37,4-104/37)
--node[midway,below]{$\quad\cos y$}(5,0)
--node[midway,below]{$\quad\cos x$}(8-280/37,-26+13*70/37); 
\end{tikzpicture}

Area of rhombus $=1\sin(x+y)=(\sin x +\sin y)(\cos x+\cos y)\ -$ area of 4 triangles\\[10pt]
$=\sin x\cos x+\sin x\cos y+\sin y\cos x+\sin y\cos y-2\cdot\frac12\sin x\cos x-2\cdot\frac12\sin y\cos y$\\[10pt]
\Large\bf Therefore \boldmath{$\sin(x+y)=\sin x\cos y+\cos x\sin y$}
\end{center}
\begin{center}\tiny 
Peter Jipsen --- Andrew Moshier --- Math Poster 2011 --- math.chapman.edu
\end{center}
\end{document}
