\documentclass{article} \usepackage{geometry} \usepackage[dutch]{babel} \usepackage{parskip} \usepackage{amsmath,amssymb} \geometry{ paperwidth=9cm, paperheight=7.5cm, margin=0.0cm, paperheight=3cm, paperheight=2cm, %paperwidth=4cm, paperheight=4cm } \begin{document} % De trigonometric identity is % $ \sin^2(\theta) + % \cos^2(\theta) = 1. $ % De trigonometric identity is % \begin{equation} % \sin^2(\theta) + \cos^2(\theta) = 1. % \end{equation} % The double-angle formula can now be rewritten as % \begin{align} % \cos(2\theta) = \cos^2(\theta)-\sin^2(\theta)\\ % = 2\cos^2(\theta)-1. % \end{align} % The double-angle formula can now be rewritten as % \begin{align} % \cos(2\theta) &= \cos^2(\theta)-\sin^2(\theta)\\ % &= 2\cos^2(\theta)-1. % \end{align} % The double-angle formula can now be rewritten as % \begin{align*} % \cos(2\theta) &= \cos^2(\theta) - \sin^2(\theta)\\%\nonumber\\ % &= 2\cos^2(\theta)-1.\tag{$ * $} % \end{align*} % AA \(\sqrt{2}\) % BB \[\sqrt{3}\] % CC $$ \sqrt{4} $$ We do this with the double-angle formula \begin{align*} \cos(2\theta) &= \cos^2(\theta) - \sin^2(\theta), % \end{align*} % which we can rewrite as % \begin{align*} \intertext{which we can rewrite as} &= \cos^2(\theta) - (1 - \cos^2(\theta))\\ &= 2\cos^2(\theta)-1. \end{align*} \end{document}