Sin Cos Formulas — Full List, Identities, Examples

#Math Formula
TL;DR
The sin cos formulas are the family of trigonometric identities relating sine and cosine — the Pythagorean identity, the sum and difference formulas, the double-angle and half-angle identities, and the product-to-sum conversions. This article organises all of them into one map, proves the ones the others are built from, works six examples in degrees and radians, and shows which two formulas you actually have to memorise.
BT
Bhanzu TeamLast updated on June 22, 20268 min read

What Are the Sin Cos Formulas?

The sin cos formulas are the set of trigonometric identities that express relationships between the sine and cosine functions — and, through them, every other trig function. At the foundation is the right-triangle definition: for an acute angle $\theta$,

$$\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}}, \qquad \cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}}, \qquad \tan\theta = \frac{\sin\theta}{\cos\theta}.$$

On the unit circle, a point at angle $\theta$ has coordinates exactly $(\cos\theta, \sin\theta)$ — cosine is the $x$-coordinate, sine is the $y$-coordinate. These two anchors, the triangle and the circle, are the same fact in two costumes, and every formula below respects both.

The Pythagorean Identity — The One You Must Know Cold

Everything starts here:

$$\boxed{;\sin^2\theta + \cos^2\theta = 1;}$$

It is the Pythagorean theorem written in trig: on the unit circle the point $(\cos\theta, \sin\theta)$ sits at distance $1$ from the origin, so $x^2 + y^2 = 1$ becomes $\cos^2\theta + \sin^2\theta = 1$. Dividing through by $\cos^2\theta$ gives $1 + \tan^2\theta = \sec^2\theta$; dividing by $\sin^2\theta$ gives $1 + \cot^2\theta = \csc^2\theta$. Our Pythagorean identities page proves all three in full. If you know this one identity cold, you can rebuild the cosine-from-sine relationship any time: $\cos\theta = \pm\sqrt{1 - \sin^2\theta}$.

Sum and Difference Formulas

These give the sine and cosine of a combined angle:

$$\boxed{;\sin(A \pm B) = \sin A\cos B \pm \cos A\sin B;}$$ $$\boxed{;\cos(A \pm B) = \cos A\cos B \mp \sin A\sin B;}$$

Read the cosine sign carefully: the sign between the two products is the opposite of the sign between the angles ($\cos(A+B)$ takes a minus). Sine keeps the same sign. These are the formulas the double- and half-angle identities are built from.

Double Angle Formulas

Set $A = B = \theta$ in the sum formulas and the double-angle identities drop out:

$$\boxed{;\sin 2\theta = 2\sin\theta\cos\theta;}$$ $$\boxed{;\cos 2\theta = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1 = 1 - 2\sin^2\theta;}$$

Cosine has three equivalent forms because $\sin^2\theta + \cos^2\theta = 1$ lets you trade one squared term for the other. The companion sin 2x derivation and cos2x formula pages each work one of these in depth.

Half Angle Formulas

Solve the cosine double-angle forms backwards (let $\theta \to \frac{\theta}{2}$) and you get the half-angle identities:

$$\boxed{;\sin\frac{\theta}{2} = \pm\sqrt{\dfrac{1 - \cos\theta}{2}}, \qquad \cos\frac{\theta}{2} = \pm\sqrt{\dfrac{1 + \cos\theta}{2}};}$$

The $\pm$ is fixed by the quadrant of $\frac{\theta}{2}$ — see the full half angle formula walk-through, including the sign chart.

Product-to-Sum and Sum-to-Product Formulas

Adding and subtracting the sum and difference formulas turns products into sums:

$$\sin A\cos B = \tfrac{1}{2}\big[\sin(A+B) + \sin(A-B)\big], \qquad \cos A\cos B = \tfrac{1}{2}\big[\cos(A-B) + \cos(A+B)\big].$$

Running the algebra the other direction gives the sum-to-product forms, e.g. $\sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2}$. These conversions are what make wave-on-wave physics — beats, interference, AM radio — tractable.

A Quick-Reference Table

Family

Sine form

Cosine form

Pythagorean

$\sin^2\theta + \cos^2\theta = 1$

Sum / difference

$\sin(A\pm B) = \sin A\cos B \pm \cos A\sin B$

$\cos(A\pm B) = \cos A\cos B \mp \sin A\sin B$

Double angle

$\sin 2\theta = 2\sin\theta\cos\theta$

$\cos 2\theta = 1 - 2\sin^2\theta$

Half angle

$\sin\frac{\theta}{2} = \pm\sqrt{\frac{1-\cos\theta}{2}}$

$\cos\frac{\theta}{2} = \pm\sqrt{\frac{1+\cos\theta}{2}}$

Negative angle

$\sin(-\theta) = -\sin\theta$

$\cos(-\theta) = \cos\theta$

The full identity catalogue, including reciprocal and cofunction relations, lives in our trigonometric identities reference.

Examples of Sin Cos Formulas

Example 1

Given $\sin\theta = \dfrac{3}{5}$ with $\theta$ in Quadrant I, find $\cos\theta$.

Use the Pythagorean identity, solved for cosine. In Quadrant I cosine is positive:

$$\cos\theta = \sqrt{1 - \sin^2\theta} = \sqrt{1 - \tfrac{9}{25}} = \sqrt{\tfrac{16}{25}} = \frac{4}{5}.$$

Final answer: $\cos\theta = \dfrac{4}{5}$.

Example 2

Given $\sin\theta = \dfrac{3}{5}$ with $\theta$ in Quadrant II, find $\cos\theta$.

A natural reflex is to repeat Example 1 exactly and report $\cos\theta = \frac{4}{5}$.

Wrong path. Writing $\cos\theta = +\sqrt{1 - \frac{9}{25}} = +\frac{4}{5}$. The magnitude is right, but the sign is wrong: in Quadrant II, sine is positive while cosine is negative. A positive cosine puts the angle in Quadrant I, contradicting the given.

The break. The Pythagorean identity only ever fixes $\cos^2\theta$, never the sign of $\cos\theta$. The square root's $\pm$ is settled by the quadrant, not by the algebra. Skip that step and the formula can only ever return a positive cosine.

The rescue. Quadrant II forces the negative root:

$$\cos\theta = -\sqrt{1 - \tfrac{9}{25}} = -\frac{4}{5}.$$

Final answer: $\cos\theta = -\dfrac{4}{5}$.

Example 3

Compute $\sin 75°$ exactly using a sum formula.

Write $75° = 45° + 30°$ and apply $\sin(A+B)$:

$$\sin 75° = \sin 45°\cos 30° + \cos 45°\sin 30° = \frac{\sqrt2}{2}\cdot\frac{\sqrt3}{2} + \frac{\sqrt2}{2}\cdot\frac12 = \frac{\sqrt6 + \sqrt2}{4}.$$

In radians, $75° = \frac{5\pi}{12}$. Final answer: $\sin 75° = \dfrac{\sqrt6 + \sqrt2}{4} \approx 0.966$.

Example 4

Given $\sin\theta = \dfrac{12}{13}$ with $\theta$ acute, find $\sin 2\theta$ and $\cos 2\theta$.

First $\cos\theta = \sqrt{1 - \frac{144}{169}} = \frac{5}{13}$. Then apply the double-angle identities:

$$\sin 2\theta = 2\sin\theta\cos\theta = 2\cdot\frac{12}{13}\cdot\frac{5}{13} = \frac{120}{169},$$ $$\cos 2\theta = 1 - 2\sin^2\theta = 1 - 2\cdot\frac{144}{169} = 1 - \frac{288}{169} = -\frac{119}{169}.$$

Final answer: $\sin 2\theta = \dfrac{120}{169}$, $\cos 2\theta = -\dfrac{119}{169}$. (Check: $\left(\frac{120}{169}\right)^2 + \left(\frac{119}{169}\right)^2 = \frac{14400 + 14161}{169^2} = 1$.)

Example 5

Verify $\cos 2\theta = 2\cos^2\theta - 1$ at $\theta = 60°$ ($\frac{\pi}{3}$).

Left side: $\cos 120° = -\frac12$. Right side: $2\cos^2 60° - 1 = 2\left(\frac12\right)^2 - 1 = 2\cdot\frac14 - 1 = -\frac12$. Both equal $-\frac12$. Final answer: identity verified, $-\frac12 = -\frac12$.

Example 6

Rewrite $2\sin 3\theta\cos\theta$ as a sum.

Use the product-to-sum formula $2\sin A\cos B = \sin(A+B) + \sin(A-B)$ with $A = 3\theta$, $B = \theta$:

$$2\sin 3\theta\cos\theta = \sin(3\theta + \theta) + \sin(3\theta - \theta) = \sin 4\theta + \sin 2\theta.$$

Final answer: $2\sin 3\theta\cos\theta = \sin 4\theta + \sin 2\theta$ — a product turned into a sum, the move that linearises wave interference.

Where Sin and Cos Formulas Carry Real Weight

Sine and cosine are how every periodic thing in the universe gets described, and these identities are the algebra that makes the description usable.

  • Sound and music — beats. When two notes of nearly equal frequency play together, the sum-to-product formula rewrites $\sin(\omega_1 t) + \sin(\omega_2 t)$ as a single tone amplitude-modulated at the difference frequency. That throb you hear when tuning a guitar is a sin-cos identity made audible.

  • Electrical engineering — AC power. Alternating current is $V_0\cos(\omega t)$; computing power means multiplying two cosines, and the product-to-sum identity is what separates the average (real) power from the oscillating part.

  • Optics and interferometry. Overlapping light waves combine through the sum formulas — the foundation of everything from anti-reflective coatings to LIGO's gravitational-wave detection.

  • Computer graphics. Rotating a point by angle $\theta$ multiplies it by a matrix of $\sin\theta$ and $\cos\theta$; composing two rotations uses the sum formulas directly.

For Class 11 students, the immediate payoff is exact-value computation and identity proofs — but the same five families reappear in calculus (the derivative of sine needs the sum formula), physics, and signal processing.

Tripping Points to Avoid

Mistake 1: Writing (sin θ)² as sin θ²

Where it slips in: Reading or writing $\sin^2\theta$ — which means $(\sin\theta)^2$ — as $\sin(\theta^2)$.

Don't do this: Square the angle. $\sin^2\theta$ squares the output of sine, not the input.

The correct way: $\sin^2\theta = (\sin\theta)(\sin\theta)$. The exponent sits on the function value. In the McKinney TX Grade 11 cohort, this notation slip surfaces on close to half of first attempts when the Pythagorean identity is first introduced — the second-guesser archetype writes it correctly, then "fixes" it into $\sin\theta^2$ because the spacing looks ambiguous.

Mistake 2: Confusing sin²θ + cos²θ = 1 with (sin θ + cos θ)² = 1

Where it slips in: Squaring the sum of sine and cosine and expecting $1$.

Don't do this: Assume $(\sin\theta + \cos\theta)^2 = \sin^2\theta + \cos^2\theta$. The cross term is missing.

The correct way: $(\sin\theta + \cos\theta)^2 = \sin^2\theta + 2\sin\theta\cos\theta + \cos^2\theta = 1 + \sin 2\theta$. The $2\sin\theta\cos\theta$ middle term is exactly $\sin 2\theta$ — so the squared sum equals $1 + \sin 2\theta$, not $1$.

Mistake 3: Copying the cosine sum sign from the angle operation

Where it slips in: Writing $\cos(A + B) = \cos A\cos B + \sin A\sin B$ — matching the inner $+$ to the expansion.

Don't do this: Let the sign inside the cosine dictate the sign in the expansion. For cosine they are opposite.

The correct way: $\cos(A + B) = \cos A\cos B - \sin A\sin B$ — a minus for a sum. The memorizer archetype, fluent at sine's same-sign rule, carries that habit into cosine and reverses the one sign that flips.

Conclusion

  • The sin cos formulas are five families: Pythagorean, sum and difference, double angle, half angle, and product-to-sum.

  • The Pythagorean identity $\sin^2\theta + \cos^2\theta = 1$ is the one to know cold — the cosine-from-sine relationship rebuilds from it.

  • The sum and difference formulas generate the double- and half-angle identities by substitution.

  • The most common errors are notation ($\sin^2\theta$ vs $\sin\theta^2$), the missing cross term, and copying the cosine sum sign.

  • These identities power beats in music, AC power analysis, interferometry, and the rotation math in computer graphics.

Practice These Before Moving On

  1. Given $\cos\theta = \frac{8}{17}$ with $\theta$ acute, find $\sin\theta$, $\sin 2\theta$, and $\cos 2\theta$.

  2. Compute $\cos 15°$ exactly using a difference formula.

  3. Rewrite $2\cos 5\theta\cos 3\theta$ as a sum.

If Problem 2 returned a minus sign between the products, return to Mistake 3 — the cosine difference formula takes a plus.

Want a live Bhanzu trainer to walk your child through the trigonometric identities and the Class 11 chapter? Book a free demo class — online globally.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What are the sin cos formulas?
They are the trigonometric identities relating sine and cosine: the Pythagorean identity, the sum and difference formulas, the double- and half-angle identities, and the product-to-sum conversions.
What is sin θ / cos θ equal to?
It equals $\tan\theta$. The quotient of sine over cosine is the definition of the tangent function.
How do you find cos from sin?
Use the Pythagorean identity: $\cos\theta = \pm\sqrt{1 - \sin^2\theta}$. Pick the sign from the quadrant $\theta$ lives in.
How many sin cos formulas do I actually need to memorise?
Two, really — the Pythagorean identity and the cosine difference formula. Everything else (double angle, half angle, the rest of sum/difference) can be rebuilt from those two in under a minute.
Are the sin cos formulas the same in degrees and radians?
Yes. $\sin\frac{\pi}{3}$ and $\sin 60°$ are the same number. The identities never change form; only your calculator's mode does.
What is the difference between sin²θ and sin 2θ?
$\sin^2\theta = (\sin\theta)^2$ — sine squared. $\sin 2\theta = 2\sin\theta\cos\theta$ — the sine of a doubled angle. Different quantities that look similar in print.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →