Tutorials

Complete Trigonometric Formulas Cheat Sheet: Identities, Double Angle, Half Angle & More

A comprehensive, well-organized reference of all essential trigonometric formulas — from basic identities and angle sum/difference to product-to-sum, power reduction, and the universal substitution. Perfect for students, engineers, and developers.

Trigonometric formulas form the backbone of mathematics, physics, and engineering. Whether you’re preparing for exams, tackling complex calculus problems, or writing code for signal processing, having a solid grasp of these formulas is essential. This article provides a systematic and complete collection of all key trigonometric formulas, along with memory tips and practical applications.

Need to quickly verify a calculation? Use our 👉 Online Trigonometric Calculator — supporting all six trig functions, degree/radian toggling, and real-time high-precision results.


1. Basic Definitions and Reciprocal Relations

1.1 Right Triangle Definitions

In a right triangle, let θ\theta be one of the acute angles, with opposite side aa, adjacent side bb, and hypotenuse cc:

sinθ=ac,cosθ=bc,tanθ=ab\sin\theta = \frac{a}{c}, \quad \cos\theta = \frac{b}{c}, \quad \tan\theta = \frac{a}{b}

cotθ=ba,secθ=cb,cscθ=ca\cot\theta = \frac{b}{a}, \quad \sec\theta = \frac{c}{b}, \quad \csc\theta = \frac{c}{a}

1.2 Reciprocal Identities

The six trigonometric functions come in three reciprocal pairs:

  • sinθcscθ=1\sin\theta \cdot \csc\theta = 1
  • cosθsecθ=1\cos\theta \cdot \sec\theta = 1
  • tanθcotθ=1\tan\theta \cdot \cot\theta = 1

1.3 Quotient Identities

  • tanθ=sinθcosθ\tan\theta = \dfrac{\sin\theta}{\cos\theta}
  • cotθ=cosθsinθ\cot\theta = \dfrac{\cos\theta}{\sin\theta}

2. Pythagorean Identities

These are the most fundamental identities in trigonometry, derived directly from the Pythagorean theorem:

sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1

From this, two more identities are obtained:

1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta

1+cot2θ=csc2θ1 + \cot^2\theta = \csc^2\theta

Memory Tip: The first identity is the base. Dividing both sides by cos2θ\cos^2\theta gives the second; dividing by sin2θ\sin^2\theta gives the third.


3. Co-function and Symmetry Identities

These identities allow us to convert trig functions of related angles:

Common Angle Transformations

Original Anglesin\sincos\costan\tan
θ-\thetasinθ-\sin\thetacosθ\cos\thetatanθ-\tan\theta
πθ\pi - \thetasinθ\sin\thetacosθ-\cos\thetatanθ-\tan\theta
π+θ\pi + \thetasinθ-\sin\thetacosθ-\cos\thetatanθ\tan\theta
π2θ\frac{\pi}{2} - \thetacosθ\cos\thetasinθ\sin\thetacotθ\cot\theta
π2+θ\frac{\pi}{2} + \thetacosθ\cos\thetasinθ-\sin\thetacotθ-\cot\theta
2πθ2\pi - \thetasinθ-\sin\thetacosθ\cos\thetatanθ-\tan\theta

Key Insight: For angles involving π2\frac{\pi}{2} (90°), the function name changes (sin ↔ cos); for angles involving π\pi (180°) or 2π2\pi (360°), it stays the same. The sign is determined by the quadrant.


4. Angle Sum and Difference Formulas

These formulas are the foundation from which double angle, half angle, and many other formulas are derived:

4.1 Sine Sum/Difference

sin(α±β)=sinαcosβ±cosαsinβ\sin(\alpha \pm \beta) = \sin\alpha\cos\beta \pm \cos\alpha\sin\beta

4.2 Cosine Sum/Difference

cos(α±β)=cosαcosβsinαsinβ\cos(\alpha \pm \beta) = \cos\alpha\cos\beta \mp \sin\alpha\sin\beta

Note: The sign on the right side of the cosine formula is opposite to the sign of the angle operation.

4.3 Tangent Sum/Difference

tan(α±β)=tanα±tanβ1tanαtanβ\tan(\alpha \pm \beta) = \frac{\tan\alpha \pm \tan\beta}{1 \mp \tan\alpha\tan\beta}


5. Double Angle Formulas

The double angle formulas are a special case of the sum formulas, setting α=β\alpha = \beta:

5.1 Double Angle

sin2θ=2sinθcosθ\sin 2\theta = 2\sin\theta\cos\theta

cos2θ=cos2θsin2θ=2cos2θ1=12sin2θ\cos 2\theta = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1 = 1 - 2\sin^2\theta

tan2θ=2tanθ1tan2θ\tan 2\theta = \frac{2\tan\theta}{1 - \tan^2\theta}

Memory Tip: The cosine double angle has three equivalent forms, each obtained by substituting sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1.

5.2 Triple Angle Formulas

sin3θ=3sinθ4sin3θ\sin 3\theta = 3\sin\theta - 4\sin^3\theta

cos3θ=4cos3θ3cosθ\cos 3\theta = 4\cos^3\theta - 3\cos\theta


6. Half Angle Formulas

Half angle formulas are derived from the double angle formulas by replacing 2θ2\theta with θ\theta and θ\theta with θ2\frac{\theta}{2}:

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

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

tanθ2=±1cosθ1+cosθ=sinθ1+cosθ=1cosθsinθ\tan\frac{\theta}{2} = \pm\sqrt{\frac{1 - \cos\theta}{1 + \cos\theta}} = \frac{\sin\theta}{1 + \cos\theta} = \frac{1 - \cos\theta}{\sin\theta}

Note: The ± sign in the radical forms depends on the quadrant in which θ2\frac{\theta}{2} lies.


7. Product-to-Sum and Sum-to-Product Formulas

7.1 Product-to-Sum

These convert a product of trig functions into a sum or difference:

sinαcosβ=12[sin(α+β)+sin(αβ)]\sin\alpha\cos\beta = \frac{1}{2}[\sin(\alpha+\beta) + \sin(\alpha-\beta)]

cosαsinβ=12[sin(α+β)sin(αβ)]\cos\alpha\sin\beta = \frac{1}{2}[\sin(\alpha+\beta) - \sin(\alpha-\beta)]

cosαcosβ=12[cos(αβ)+cos(α+β)]\cos\alpha\cos\beta = \frac{1}{2}[\cos(\alpha-\beta) + \cos(\alpha+\beta)]

sinαsinβ=12[cos(α+β)cos(αβ)]\sin\alpha\sin\beta = -\frac{1}{2}[\cos(\alpha+\beta) - \cos(\alpha-\beta)]

7.2 Sum-to-Product

These convert a sum or difference into a product:

sinA+sinB=2sinA+B2cosAB2\sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2}

sinAsinB=2cosA+B2sinAB2\sin A - \sin B = 2\cos\frac{A+B}{2}\sin\frac{A-B}{2}

cosA+cosB=2cosA+B2cosAB2\cos A + \cos B = 2\cos\frac{A+B}{2}\cos\frac{A-B}{2}

cosAcosB=2sinA+B2sinAB2\cos A - \cos B = -2\sin\frac{A+B}{2}\sin\frac{A-B}{2}


8. Weierstrass Substitution (Universal Formula)

The Weierstrass substitution (also called the tangent half-angle substitution) expresses all trig functions as rational functions of t=tanθ2t = \tan\frac{\theta}{2}, which is extremely useful in integration:

sinθ=2t1+t2\sin\theta = \frac{2t}{1 + t^2}

cosθ=1t21+t2\cos\theta = \frac{1 - t^2}{1 + t^2}

tanθ=2t1t2\tan\theta = \frac{2t}{1 - t^2}

where t=tanθ2t = \tan\dfrac{\theta}{2}.


9. Auxiliary Angle Formula (Harmonic Addition)

The auxiliary angle formula combines expressions of the form asinθ+bcosθa\sin\theta + b\cos\theta into a single sinusoidal function, which is very helpful for finding extreme values and solving equations:

asinθ+bcosθ=a2+b2sin(θ+φ)a\sin\theta + b\cos\theta = \sqrt{a^2 + b^2}\sin(\theta + \varphi)

where tanφ=ba\tan\varphi = \dfrac{b}{a}.

Equivalent form:

asinθ+bcosθ=a2+b2cos(θψ)a\sin\theta + b\cos\theta = \sqrt{a^2 + b^2}\cos(\theta - \psi)

where tanψ=ab\tan\psi = \dfrac{a}{b}.

Example: What is the maximum value of y=3sinx+4cosxy = 3\sin x + 4\cos x? Using the auxiliary angle formula, 32+42=5\sqrt{3^2+4^2} = 5, so the maximum value is 55.


10. Power Reduction Formulas

Power reduction formulas lower the degree of trigonometric expressions, which is particularly useful for integration:

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

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

sin2θcos2θ=1cos4θ8\sin^2\theta \cdot \cos^2\theta = \frac{1 - \cos 4\theta}{8}


11. Common Special Angle Values

Angle0°30°30°45°45°60°60°90°90°120°120°180°180°
Radians00π6\frac{\pi}{6}π4\frac{\pi}{4}π3\frac{\pi}{3}π2\frac{\pi}{2}2π3\frac{2\pi}{3}π\pi
sin\sin0012\frac{1}{2}22\frac{\sqrt{2}}{2}32\frac{\sqrt{3}}{2}1132\frac{\sqrt{3}}{2}00
cos\cos1132\frac{\sqrt{3}}{2}22\frac{\sqrt{2}}{2}12\frac{1}{2}0012-\frac{1}{2}1-1
tan\tan0033\frac{\sqrt{3}}{3}113\sqrt{3}Undefined3-\sqrt{3}00

12. Law of Sines and Law of Cosines

These two laws apply to any triangle (not just right triangles) and relate sides to angles.

12.1 Law of Sines

asinA=bsinB=csinC=2R\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} = 2R

where RR is the circumradius (radius of the circumscribed circle).

12.2 Law of Cosines

c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C

Equivalent form:

cosC=a2+b2c22ab\cos C = \frac{a^2 + b^2 - c^2}{2ab}

Application: Given three sides, find the angles; or given two sides and the included angle, find the third side.


Verify Your Calculations Online

Formulas are powerful, but manual computation is error-prone. We recommend using the following tool to instantly verify your results:

👉 Online Trigonometric Calculator — Supports sin, cos, tan, cot, sec, and csc with seamless degree/radian switching and real-time results.

Whether you’re studying for exams, developing software, or tackling engineering problems, this comprehensive trigonometric formula reference has you covered. Bookmark this page and never let trig formulas slow you down again!