In short

Multiple angle formulas express \sin 2A, \cos 2A, \tan 2A, and their triple- and half-angle counterparts in terms of \sin A, \cos A, or \tan A. They are all consequences of the compound angle formulas — set B = A and the double angle formulas appear; apply them again and the triple angle formulas appear; run them in reverse and the half angle formulas appear.

Take any angle A and double it. What is \sin 2A in terms of \sin A and \cos A?

A concrete case first. If A = 30°, then \sin 2A = \sin 60° = \sqrt{3}/2. And \sin 30° = 1/2. Doubling the angle does not double the sine — \sin 60° is not 2 \times \sin 30°. So the relationship between \sin A and \sin 2A is not simple multiplication. Something more interesting is happening.

You could reach for a calculator, but that only gives you a decimal for one specific angle. The real question is structural: is there a formula that works for every angle A, expressed purely in terms of the trigonometric ratios of A itself?

There is, and if you already know the compound angle formulas, it takes one line to find it. That is the pattern of this entire article: every formula here is a special case of compound angles. You are not memorising new identities — you are seeing familiar ones from a new perspective.

Double angle formulas

sin 2A

Start with the compound angle formula for sine:

\sin(A + B) = \sin A \cos B + \cos A \sin B

Set B = A:

\sin(A + A) = \sin A \cos A + \cos A \sin A = 2\sin A \cos A

Why: the two terms are identical — both are \sin A \cos A — so they add up to twice that.

\boxed{\sin 2A = 2\sin A \cos A}

That is the double angle formula for sine. One line, straight from compound angles.

cos 2A

The same move, applied to cosine:

\cos(A + B) = \cos A \cos B - \sin A \sin B

Set B = A:

\cos 2A = \cos A \cos A - \sin A \sin A = \cos^2 A - \sin^2 A
\boxed{\cos 2A = \cos^2 A - \sin^2 A}

Why: the compound angle formula gives a product minus a product, and when both angles are the same, each product becomes a square.

This formula has three equivalent forms, because \sin^2 A + \cos^2 A = 1 lets you eliminate either \sin^2 A or \cos^2 A:

Form 1: \cos 2A = \cos^2 A - \sin^2 A (the original)

Form 2: Replace \sin^2 A with 1 - \cos^2 A:

\cos 2A = \cos^2 A - (1 - \cos^2 A) = 2\cos^2 A - 1

Form 3: Replace \cos^2 A with 1 - \sin^2 A:

\cos 2A = (1 - \sin^2 A) - \sin^2 A = 1 - 2\sin^2 A

All three are the same identity wearing different clothes. Which one you use depends on what the problem gives you. If you only know \cos A, use Form 2. If you only know \sin A, use Form 3. If you know both, Form 1 is cleanest.

tan 2A

From the compound angle formula for tangent:

\tan(A + B) = \frac{\tan A + \tan B}{1 - \tan A \tan B}

Set B = A:

\tan 2A = \frac{\tan A + \tan A}{1 - \tan A \cdot \tan A} = \frac{2\tan A}{1 - \tan^2 A}
\boxed{\tan 2A = \frac{2\tan A}{1 - \tan^2 A}}

This formula blows up when \tan^2 A = 1, i.e. when A = 45° or A = 135° — which is correct, because \tan 90° and \tan 270° are undefined.

The solid red curve is $\tan 2A$ and the dashed black curve is $\frac{2\tan A}{1 - \tan^2 A}$. They are identical. The vertical asymptotes at $A = 45°$ and $A = 135°$ (dotted lines) are where $\tan^2 A = 1$, making the denominator zero.

All double angle formulas, collected

Double angle formulas

\sin 2A = 2\sin A \cos A
\cos 2A = \cos^2 A - \sin^2 A = 2\cos^2 A - 1 = 1 - 2\sin^2 A
\tan 2A = \frac{2\tan A}{1 - \tan^2 A}

Expressing sin 2A and cos 2A in terms of tan A alone

There is a useful variant: express double angle formulas entirely in terms of \tan A. Start with \sin 2A = 2\sin A \cos A. Divide numerator and denominator by \cos^2 A:

\sin 2A = \frac{2\sin A \cos A}{\cos^2 A + \sin^2 A} = \frac{2\tan A}{1 + \tan^2 A}

Why: dividing top and bottom by \cos^2 A turns every \sin A into \tan A and every \cos A into 1, while the denominator becomes 1 + \tan^2 A = \sec^2 A.

Similarly:

\cos 2A = \frac{\cos^2 A - \sin^2 A}{\cos^2 A + \sin^2 A} = \frac{1 - \tan^2 A}{1 + \tan^2 A}

These forms are useful when \tan A is the only ratio you have, and they connect to the t-substitution covered in the going-deeper section below.

A visual check

The formula \sin 2A = 2\sin A \cos A says that doubling the angle does not double the sine. Instead, the relationship involves a product of sine and cosine.

The dashed curve is $\sin A$, the solid red curve is $\sin 2A$. At $A = 45°$, $\sin A = 1/\sqrt{2} \approx 0.707$ but $\sin 2A = \sin 90° = 1$. The red curve oscillates twice as fast — it completes a full cycle in $180°$ instead of $360°$.

Triple angle formulas

Set B = 2A in the compound angle formula to express \sin 3A and \cos 3A in terms of A alone.

sin 3A

\sin 3A = \sin(2A + A) = \sin 2A \cos A + \cos 2A \sin A

Substitute \sin 2A = 2\sin A \cos A and \cos 2A = 1 - 2\sin^2 A:

= 2\sin A \cos A \cdot \cos A + (1 - 2\sin^2 A) \cdot \sin A
= 2\sin A \cos^2 A + \sin A - 2\sin^3 A

Why this form of \cos 2A? Because the goal is to express everything in terms of \sin A. Using \cos 2A = 1 - 2\sin^2 A gives that; any other form would leave \cos A terms that need further conversion.

Replace \cos^2 A with 1 - \sin^2 A:

= 2\sin A(1 - \sin^2 A) + \sin A - 2\sin^3 A
= 2\sin A - 2\sin^3 A + \sin A - 2\sin^3 A
= 3\sin A - 4\sin^3 A
\boxed{\sin 3A = 3\sin A - 4\sin^3 A}

cos 3A

\cos 3A = \cos(2A + A) = \cos 2A \cos A - \sin 2A \sin A

Substitute \cos 2A = 2\cos^2 A - 1 and \sin 2A = 2\sin A \cos A:

= (2\cos^2 A - 1) \cos A - 2\sin A \cos A \cdot \sin A
= 2\cos^3 A - \cos A - 2\sin^2 A \cos A

Replace \sin^2 A with 1 - \cos^2 A:

= 2\cos^3 A - \cos A - 2(1 - \cos^2 A)\cos A
= 2\cos^3 A - \cos A - 2\cos A + 2\cos^3 A
= 4\cos^3 A - 3\cos A
\boxed{\cos 3A = 4\cos^3 A - 3\cos A}

tan 3A

Apply the tangent addition formula with A and 2A:

\tan 3A = \tan(2A + A) = \frac{\tan 2A + \tan A}{1 - \tan 2A \cdot \tan A}

Substitute \tan 2A = \frac{2\tan A}{1 - \tan^2 A} and let t = \tan A for brevity:

= \frac{\dfrac{2t}{1 - t^2} + t}{1 - \dfrac{2t}{1 - t^2} \cdot t} = \frac{\dfrac{2t + t(1 - t^2)}{1 - t^2}}{\dfrac{1 - t^2 - 2t^2}{1 - t^2}} = \frac{2t + t - t^3}{1 - 3t^2} = \frac{3t - t^3}{1 - 3t^2}
\boxed{\tan 3A = \frac{3\tan A - \tan^3 A}{1 - 3\tan^2 A}}

Triple angle formulas

\sin 3A = 3\sin A - 4\sin^3 A
\cos 3A = 4\cos^3 A - 3\cos A
\tan 3A = \frac{3\tan A - \tan^3 A}{1 - 3\tan^2 A}

Sanity check. Verify \sin 3A = 3\sin A - 4\sin^3 A at A = 30°:

Left side: \sin 90° = 1.

Right side: 3 \cdot \frac{1}{2} - 4 \cdot \frac{1}{8} = \frac{3}{2} - \frac{1}{2} = 1. Correct.

And \cos 3A = 4\cos^3 A - 3\cos A at A = 30°:

Left side: \cos 90° = 0.

Right side: 4 \cdot \left(\frac{\sqrt{3}}{2}\right)^3 - 3 \cdot \frac{\sqrt{3}}{2} = 4 \cdot \frac{3\sqrt{3}}{8} - \frac{3\sqrt{3}}{2} = \frac{3\sqrt{3}}{2} - \frac{3\sqrt{3}}{2} = 0. Correct.

The coefficient pattern — 3 and 4 appearing in both sine and cosine, but with different signs — is not a coincidence. It comes from the binomial expansion of (\cos A + i\sin A)^3 via De Moivre's theorem. For higher multiples (4A, 5A, ...), the pattern continues with binomial coefficients.

A useful observation: \sin 3A = 0 when 3\sin A - 4\sin^3 A = 0, i.e. when \sin A(3 - 4\sin^2 A) = 0. This factors as \sin A = 0 or \sin^2 A = 3/4, i.e. \sin A = \pm\sqrt{3}/2. So 3A is a multiple of 180° exactly when A = 0°, 60°, 120°, 180°, \ldots — which is geometrically obvious but algebraically satisfying to confirm.

Half angle formulas

The double angle formulas run in one direction: from A to 2A. Reverse them, and you go from A down to A/2. The half angle formulas are the double angle formulas, read backwards.

Why would you want formulas for half an angle? One reason: you know the trigonometric ratios of 45°, but what about 22.5°? That is 45°/2. You know \cos 60° = 1/2, but what about \cos 30°? That is 60°/2. Half angle formulas let you compute the exact values of new angles from angles you already know — extending your table of known values in a different direction from compound angles.

Deriving sin(A/2)

Start with \cos 2\theta = 1 - 2\sin^2\theta (Form 3 of the double angle formula for cosine). Solve for \sin^2\theta:

\sin^2\theta = \frac{1 - \cos 2\theta}{2}

Now replace \theta with A/2, so that 2\theta = A:

\sin^2\frac{A}{2} = \frac{1 - \cos A}{2}
\boxed{\sin\frac{A}{2} = \pm\sqrt{\frac{1 - \cos A}{2}}}

Why the \pm? Because the square root could be positive or negative — the sign depends on which quadrant A/2 falls in. If A/2 is in the first or second quadrant, take the positive root. If it is in the third or fourth, take the negative.

Deriving cos(A/2)

Start with \cos 2\theta = 2\cos^2\theta - 1 (Form 2). Solve for \cos^2\theta:

\cos^2\theta = \frac{1 + \cos 2\theta}{2}

Replace \theta with A/2:

\boxed{\cos\frac{A}{2} = \pm\sqrt{\frac{1 + \cos A}{2}}}

Deriving tan(A/2)

Divide:

\tan\frac{A}{2} = \frac{\sin(A/2)}{\cos(A/2)} = \pm\sqrt{\frac{1 - \cos A}{1 + \cos A}}

There is a cleaner form that avoids the \pm ambiguity. Multiply numerator and denominator inside the square root by (1 - \cos A):

\tan\frac{A}{2} = \frac{1 - \cos A}{\sin A}

Why does this work? The numerator comes from \sqrt{(1 - \cos A)^2} = |1 - \cos A| = 1 - \cos A (since 1 - \cos A \geq 0 always). The denominator comes from \sqrt{(1 + \cos A)(1 - \cos A)} = \sqrt{1 - \cos^2 A} = |\sin A|. The signs of \sin A and \tan(A/2) agree when A is between 0 and 2\pi, so the formula works without a \pm.

Alternatively, multiply by (1 + \cos A) instead:

\tan\frac{A}{2} = \frac{\sin A}{1 + \cos A}

Both forms are useful. The first is better when \cos A is known but \sin A is not. The second is better in the opposite case.

Half angle formulas

\sin\frac{A}{2} = \pm\sqrt{\frac{1 - \cos A}{2}}
\cos\frac{A}{2} = \pm\sqrt{\frac{1 + \cos A}{2}}
\tan\frac{A}{2} = \frac{1 - \cos A}{\sin A} = \frac{\sin A}{1 + \cos A}

The sign of the square root in the sine and cosine formulas depends on the quadrant of A/2.

Power reduction formulas

The half angle derivation passed through an intermediate step that is important in its own right. Rearranging the double angle formulas gives you a way to express \sin^2 A and \cos^2 A in terms of \cos 2Areducing the power from 2 down to 1.

Power reduction formulas

\sin^2 A = \frac{1 - \cos 2A}{2}
\cos^2 A = \frac{1 + \cos 2A}{2}
\tan^2 A = \frac{1 - \cos 2A}{1 + \cos 2A}

These are the same equations used to derive the half angle formulas, just without the substitution \theta = A/2. They are indispensable in integration (when you study calculus, every integral of \sin^2 x or \cos^2 x uses exactly these formulas) and in simplifying expressions that involve even powers of trigonometric functions.

The solid red curve is $\sin^2 A$ and the dashed curve is $(1 - \cos 2A)/2$. They are identical — the two curves sit exactly on top of each other. Power reduction converts a squared trig function (which oscillates between $0$ and $1$) into a shifted cosine of double the angle.

Worked examples

Example 1: Find cos 2A given sin A = 3/5

A classic board exam problem. You are given \sin A = 3/5 with A in the first quadrant, and you need \cos 2A.

Step 1. Choose the right form of the double angle formula.

You know \sin A but not \cos A directly. Use \cos 2A = 1 - 2\sin^2 A.

Why: this form uses only \sin A, which is exactly what the problem gives you. The other forms would require computing \cos A first.

Step 2. Substitute \sin A = 3/5.

\cos 2A = 1 - 2\left(\frac{3}{5}\right)^2 = 1 - 2 \cdot \frac{9}{25} = 1 - \frac{18}{25}

Step 3. Simplify.

\cos 2A = \frac{25 - 18}{25} = \frac{7}{25}

Why: the denominator stays 25 and the arithmetic is clean — a sign that the problem was designed to work out neatly.

Step 4. Verify using the other form. Since \sin A = 3/5 and A is in the first quadrant, \cos A = 4/5 (from the 3-4-5 triangle). Then:

\cos 2A = \cos^2 A - \sin^2 A = \frac{16}{25} - \frac{9}{25} = \frac{7}{25} \checkmark

Why: checking with a different form of the same formula is the fastest way to catch arithmetic mistakes.

Result: \cos 2A = \dfrac{7}{25} = 0.28.

Right triangle with sin A = 3/5 and the double angleA right triangle with hypotenuse 5, opposite side 3, and adjacent side 4, showing angle A. An arc indicates the double angle 2A, and the result cos 2A = 7/25 is displayed. 4 3 5 A sin A = 3/5, cos A = 4/5 cos 2A = 7/25
The $3$-$4$-$5$ right triangle. With $\sin A = 3/5$ and $\cos A = 4/5$, the double angle formula gives $\cos 2A = 16/25 - 9/25 = 7/25$. The result is positive, meaning $2A$ is an acute angle — which makes sense, since $A = \arcsin(3/5) \approx 36.87°$, so $2A \approx 73.74°$ is still in the first quadrant.

Example 2: Find the exact value of sin 22.5°

This problem uses half angle formulas. Since 22.5° = 45°/2, you can express \sin 22.5° in terms of known values of 45°.

Step 1. Identify the half angle relationship.

22.5° = \frac{45°}{2}, \quad \text{so } A = 45° \text{ in the half angle formula}

Why: you need an angle whose half is 22.5°. That angle is 45°, whose cosine you know exactly.

Step 2. Apply \sin\frac{A}{2} = +\sqrt{\frac{1 - \cos A}{2}}.

\sin 22.5° = \sqrt{\frac{1 - \cos 45°}{2}}

Why the positive root? Because 22.5° is in the first quadrant, where sine is positive.

Step 3. Substitute \cos 45° = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}.

= \sqrt{\frac{1 - \frac{\sqrt{2}}{2}}{2}} = \sqrt{\frac{\frac{2 - \sqrt{2}}{2}}{2}} = \sqrt{\frac{2 - \sqrt{2}}{4}}

Why: write 1 = 2/2 to get a common denominator in the numerator, then simplify the compound fraction.

Step 4. Simplify.

\sin 22.5° = \frac{\sqrt{2 - \sqrt{2}}}{2}

Why: \sqrt{a/4} = \sqrt{a}/2.

Result: \sin 22.5° = \dfrac{\sqrt{2 - \sqrt{2}}}{2} \approx 0.3827.

The sine curve from $0°$ to $90°$, with $\sin 22.5° \approx 0.383$ marked. This value is $\sqrt{2 - \sqrt{2}}/2$ — a nested radical that is nonetheless an *exact* value, computed without any decimal approximation. The half angle formula converts the known value $\cos 45° = \sqrt{2}/2$ into an exact value at half that angle.

Verify with the power reduction formula: \sin^2 22.5° = (1 - \cos 45°)/2 = (1 - \sqrt{2}/2)/2 = (2 - \sqrt{2})/4. Taking the square root gives \sqrt{2 - \sqrt{2}}/2. The same answer, confirming the computation.

Common confusions

Going deeper

If you came here for the formulas and how to derive them, you have everything — you can stop here. The material below explores the algebra further: expressing everything in terms of \tan(A/2), and the connection to Chebyshev polynomials.

The t-substitution

Let t = \tan(A/2). Then every trigonometric function of A can be written as a rational function of t:

\sin A = \frac{2t}{1 + t^2}, \qquad \cos A = \frac{1 - t^2}{1 + t^2}, \qquad \tan A = \frac{2t}{1 - t^2}

Here is why. Start with \sin A = 2\sin(A/2)\cos(A/2). Divide numerator and denominator by \cos^2(A/2):

\sin A = \frac{2\sin(A/2)\cos(A/2)}{\cos^2(A/2) + \sin^2(A/2)} = \frac{2\tan(A/2)}{1 + \tan^2(A/2)} = \frac{2t}{1 + t^2}

The cosine derivation is similar, starting from \cos A = \cos^2(A/2) - \sin^2(A/2) and dividing by \cos^2(A/2) + \sin^2(A/2).

This substitution — called the Weierstrass substitution or t-substitution — is a powerful tool in calculus. It converts any integral involving trigonometric functions into an integral involving a rational function of t, which can always be computed (in principle) using partial fractions.

Chebyshev polynomials

The triple angle formulas \sin 3A = 3\sin A - 4\sin^3 A and \cos 3A = 4\cos^3 A - 3\cos A express \sin 3A and \cos 3A as cubic polynomials in \sin A and \cos A respectively. This pattern continues: \cos nA can always be written as a polynomial of degree n in \cos A. These polynomials are called Chebyshev polynomials (of the first kind), and they appear in numerical analysis, approximation theory, and physics.

The first few are:

n \cos nA in terms of c = \cos A
1 c
2 2c^2 - 1
3 4c^3 - 3c
4 8c^4 - 8c^2 + 1

Each row can be computed from the previous two using the recurrence T_{n+1}(c) = 2c \cdot T_n(c) - T_{n-1}(c), which itself follows from the compound angle identity \cos(n+1)A = 2\cos A \cos nA - \cos(n-1)A.

Visualising cos 2A: three forms, one curve

It is worth seeing that the three forms of \cos 2A really do agree everywhere.

All three forms of $\cos 2A$ plotted as functions of $A$: solid red is $\cos^2 A - \sin^2 A$, dashed is $2\cos^2 A - 1$, dotted is $1 - 2\sin^2 A$. The three curves sit exactly on top of each other — they are the same function wearing three different algebraic costumes.

The Kerala school and infinite series

The multiple angle formulas played a role in one of the most remarkable achievements of Indian mathematics. In the 14th century, Madhava of the Kerala school used relationships between \sin A and \sin nA (for large n) to derive infinite series for \sin A and \cos A:

\sin A = A - \frac{A^3}{3!} + \frac{A^5}{5!} - \cdots
\cos A = 1 - \frac{A^2}{2!} + \frac{A^4}{4!} - \cdots

These are the same Taylor series that would be independently discovered in Europe two centuries later. The path from multiple angle formulas to infinite series is not obvious — it involves letting the number of angle subdivisions grow without bound — but it shows how deeply the formulas in this article are connected to the foundations of calculus.

Where this leads next

Multiple angle formulas sit at a crossroads. In one direction, they combine with each other to produce the transformation formulas. In another, they lead to equations and identities. In a third, they generalise to complex exponents.