Trigonometric Identities Cheat Sheet & Verifier

Every trig identity you need in one place, organized by category, with an interactive verifier that tests expressions numerically.

Home / Calculators / Trig Identity Sheet

Trig Identity Cheat Sheet & Verifier

Every trigonometric identity you'll ever need — organized by category. Plus an interactive verifier that tests expressions numerically across multiple angles to confirm they're equivalent.

Identity Verifier — Test Any Expression

=
Supported: sin(x), cos(x), tan(x), csc(x), sec(x), cot(x), ^, *, +, -, /, pi, sqrt(), abs()

Pythagorean Identities

Derived from x² + y² = 1 on the unit circle

sin²(θ) + cos²(θ) = 1Fundamental
1 + tan²(θ) = sec²(θ)Tangent form
1 + cot²(θ) = csc²(θ)Cotangent form

Reciprocal Identities

Each trig function has an inverse partner

csc(θ) = 1 / sin(θ)Cosecant
sec(θ) = 1 / cos(θ)Secant
cot(θ) = 1 / tan(θ)Cotangent

Quotient Identities

Express tangent and cotangent in terms of sine and cosine

tan(θ) = sin(θ) / cos(θ)Tangent
cot(θ) = cos(θ) / sin(θ)Cotangent

Double Angle Identities

Express trig functions of 2θ in terms of θ

sin(2θ) = 2·sin(θ)·cos(θ)Sine double
cos(2θ) = cos²(θ) - sin²(θ)Cosine double
cos(2θ) = 2·cos²(θ) - 1Cosine alt 1
cos(2θ) = 1 - 2·sin²(θ)Cosine alt 2
tan(2θ) = 2·tan(θ) / (1 - tan²(θ))Tangent double

Half Angle Identities

Express trig functions of θ/2 in terms of θ

sin(θ/2) = ±√((1 - cos(θ))/2)Sine half
cos(θ/2) = ±√((1 + cos(θ))/2)Cosine half
tan(θ/2) = sin(θ) / (1 + cos(θ))Tangent half

Sum & Difference Identities

Combine or decompose angles (using x and 1 as angle variables)

sin(A+B) = sin(A)cos(B) + cos(A)sin(B)Sine sum
sin(A-B) = sin(A)cos(B) - cos(A)sin(B)Sine diff
cos(A+B) = cos(A)cos(B) - sin(A)sin(B)Cosine sum
cos(A-B) = cos(A)cos(B) + sin(A)sin(B)Cosine diff

Product-to-Sum Identities

Convert products of trig functions into sums

sin(A)sin(B) = ½[cos(A-B) - cos(A+B)]sin·sin
cos(A)cos(B) = ½[cos(A-B) + cos(A+B)]cos·cos
sin(A)cos(B) = ½[sin(A+B) + sin(A-B)]sin·cos

Co-function Identities

Complementary angle relationships (π/2 = 90°)

sin(θ) = cos(π/2 - θ)sin/cos
cos(θ) = sin(π/2 - θ)cos/sin
tan(θ) = cot(π/2 - θ)tan/cot

Pro Tip: How to Memorize Identities

Start with just one: sin²θ + cos²θ = 1. Divide both sides by cos²θ and you get the tangent-secant identity. Divide by sin²θ and you get the cotangent-cosecant identity. Three identities from one!

What Are Trigonometric Identities?

Trigonometric identities are equations involving trigonometric functions that are true for every valid input value. Unlike equations that are true for only specific values of the variable (like 2x = 6 being true only when x = 3), an identity like sin²(θ) + cos²(θ) = 1 holds for every angle θ. Identities are powerful tools for simplifying expressions, solving equations, and proving mathematical results.

These identities are not arbitrary rules to memorize. They arise naturally from the geometry of the unit circle and the definitions of the trig functions. Once you understand the underlying connections, many identities can be derived from just a few foundational ones.

The Pythagorean Identities: The Foundation

The most important trigonometric identity is the Pythagorean identity, which comes directly from the equation of the unit circle: x² + y² = 1. Since x = cos(θ) and y = sin(θ) on the unit circle, we get:

sin²(θ) + cos²(θ) = 1

By dividing both sides by cos²(θ), you obtain 1 + tan²(θ) = sec²(θ). Dividing by sin²(θ) instead yields 1 + cot²(θ) = csc²(θ). This demonstrates how three seemingly separate identities are really one identity in disguise.

Double Angle and Half Angle Formulas

The double angle formulas express trig functions of 2θ in terms of θ. They are derived from the sum formulas by setting both angles equal. The most commonly used are:

sin(2θ) = 2 sin(θ) cos(θ)     cos(2θ) = cos²(θ) - sin²(θ)

The cosine double angle formula has two alternate forms: cos(2θ) = 2cos²(θ) - 1 and cos(2θ) = 1 - 2sin²(θ). These alternate forms are obtained by substituting the Pythagorean identity, and they give rise to the half-angle formulas when solved for sin(θ/2) and cos(θ/2).

Worked Example: Simplifying an Expression

Simplify the expression (1 - cos(2x)) / sin(2x):

  1. Apply the double angle identity cos(2x) = 1 - 2sin²(x), so 1 - cos(2x) = 2sin²(x).
  2. Apply the double angle identity sin(2x) = 2sin(x)cos(x).
  3. Substitute: 2sin²(x) / (2sin(x)cos(x)) = sin(x) / cos(x) = tan(x).

The entire expression simplifies to tan(x). You can verify this using the interactive verifier above by entering the left and right sides.

How to Use the Identity Verifier

The verifier tests whether two expressions are equivalent by evaluating both sides at 10 different angles and checking whether the results match to within a small tolerance. Enter any expression using the supported syntax: sin(x), cos(x), tan(x), csc(x), sec(x), cot(x), with standard arithmetic operators. Use ^ for powers and pi for the constant π. Click "Test It" on any identity in the reference sheet to load it directly into the verifier.

Why Identities Matter Beyond the Classroom

Frequently Asked Questions

How many trig identities do I need to memorize?
You really only need to memorize the Pythagorean identity (sin² + cos² = 1), the sum formulas for sine and cosine, and the reciprocal/quotient definitions. Everything else -- double angle, half angle, product-to-sum, and the other Pythagorean forms -- can be derived from these fundamentals with a few algebraic steps.
What is the difference between an identity and an equation?
An identity is true for ALL valid values of the variable. For example, sin²(x) + cos²(x) = 1 holds for every real number x. An equation is true only for specific values; for example, sin(x) = 0.5 is only true when x = π/6 + 2πn or x = 5π/6 + 2πn. Identities are tools for simplification; equations are problems to be solved.
How does the numeric verifier work?
The verifier evaluates both sides of the proposed identity at 10 different test angles (like 0.3, 0.7, 1.1, etc.). If the numerical results match at every test point within a tolerance of 0.0001, the identity is considered verified. While this is not a formal mathematical proof, it provides strong numerical evidence that the expressions are equivalent.
Why are co-function identities useful?
Co-function identities like sin(θ) = cos(π/2 - θ) show that sine and cosine are complementary: one function's value at angle θ equals the other's value at the complement of θ. This is useful when you need to convert between trig functions, and it explains why "cosine" literally means "complement's sine."
When would I use product-to-sum identities?
Product-to-sum identities convert products like sin(A)cos(B) into sums of trig functions. This is essential in calculus for integrating products of trig functions, in signal processing for demodulation, and in physics for analyzing interference patterns. They are the reverse of the more commonly taught sum-to-product identities.
Can identities help me solve trig equations?
Absolutely. Identities are the primary tool for solving complex trig equations. The general strategy is to use identities to rewrite the equation in terms of a single trig function, then solve that simpler equation. For example, you can use sin²(x) = 1 - cos²(x) to convert a mixed equation into one involving only cosine, which is then solvable by standard methods.