PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 3 of 'derivation of half-angle formulae for tangent'
[ view 'derivation of half-angle formulae for tangent' | back to history ]

Title of object: derivation of half-angle formulae for tangent
Canonical Name: DerivationOfHalfAngleFormulaeForTangent
Type: Derivation

Created on: 2007-04-27 23:57:46
Modified on: 2007-04-28 00:13:00

Creator: rspuzio
Modifier: rspuzio
Author: rspuzio
Author: CWoo

Classification: msc:26A09

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

Start with the angle duplication formula
\[
\tan (x) = {2 \tan (x/2) \over 1 - \tan^2 (x/2)}.
\]
Cross-multiply and move terms around:
\[
\tan (x) \tan^2 (x/2) + 2 \tan (x/2) = \tan (x)
\]
Divide by $\tan (x)$:
\[
\tan^2 (x/2) + {2 \tan (x/2) \over \tan x} = 1
\]
Add $1 / tan^2 (x)$ to both sides:
\[
\tan^2 (x/2) + {2 \tan (x/2) \over \tan x} + {1 \over \tan^2 (x)} = 1 + {1 \over \tan^2 (x)}
\]
\PMlinkname{Complete the square}{CompletingTheSquare}:
\[
\left (\tan (x/2) + {1 \over \tan (x)} \right)^2 = 1 + {1 \over \tan^2 (x)}
\]
Take a square root and move a term to obtain the half-angle formula:
\[
\tan (x/2) + \sqrt{ 1 + {1 \over \tan^2 (x)} } - {1 \over \tan (x)}
\]