Analytic Trigonometry

Study Sheet

Analytic Trigonometry

Identities, verifications, trig equations, and the sum/difference & multiple-angle formulas

Fundamental Identities & Simplifying

Concept
The identities you build everything from

Reciprocal:cscθ=1sinθ\csc\theta=\dfrac{1}{\sin\theta},  secθ=1cosθ\sec\theta=\dfrac{1}{\cos\theta},  cotθ=1tanθ\cot\theta=\dfrac{1}{\tan\theta}.

Quotient:tanθ=sinθcosθ\tan\theta=\dfrac{\sin\theta}{\cos\theta},  cotθ=cosθsinθ\cot\theta=\dfrac{\cos\theta}{\sin\theta}.

Pythagorean:sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1,  1+tan2θ=sec2θ1+\tan^2\theta=\sec^2\theta,  1+cot2θ=csc2θ1+\cot^2\theta=\csc^2\theta.

Even/Odd:sin(θ)=sinθ\sin(-\theta)=-\sin\theta,  cos(θ)=cosθ\cos(-\theta)=\cos\theta,  tan(θ)=tanθ\tan(-\theta)=-\tan\theta.

Cofunction:sin ⁣(π2θ)=cosθ\sin\!\left(\tfrac{\pi}{2}-\theta\right)=\cos\theta,  tan ⁣(π2θ)=cotθ\tan\!\left(\tfrac{\pi}{2}-\theta\right)=\cot\theta.

Example
Simplify to one function: secθcosθtanθ\dfrac{\sec\theta-\cos\theta}{\tan\theta}
secθcosθtanθ=1cosθcosθsinθcosθ=1cos2θcosθsinθcosθ=1cos2θsinθ=sin2θsinθ=sinθ.\begin{aligned} \frac{\sec\theta-\cos\theta}{\tan\theta} &=\frac{\frac{1}{\cos\theta}-\cos\theta}{\frac{\sin\theta}{\cos\theta}} =\frac{\frac{1-\cos^2\theta}{\cos\theta}}{\frac{\sin\theta}{\cos\theta}}\\[2pt] &=\frac{1-\cos^2\theta}{\sin\theta} =\frac{\sin^2\theta}{\sin\theta}=\sin\theta. \end{aligned}
Example
Rewrite in terms of sinθ\sin\theta only: cos2θ1sinθ\dfrac{\cos^2\theta}{1-\sin\theta}
cos2θ1sinθ=1sin2θ1sinθ=(1sinθ)(1+sinθ)1sinθ=1+sinθ.\begin{aligned} \frac{\cos^2\theta}{1-\sin\theta} &=\frac{1-\sin^2\theta}{1-\sin\theta} =\frac{(1-\sin\theta)(1+\sin\theta)}{1-\sin\theta}\\[2pt] &=1+\sin\theta. \end{aligned}
Tip

Tip. To “rewrite in terms of one function,” turn everything into sin\sin and cos\cos first, combine over a common denominator, then use sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1 to collapse the result.

Verifying Identities

Concept
Strategy for a proof

Work one side only (usually the messier one) until it matches the other. Do not move terms across the == sign as if solving an equation. Useful moves:

  • [leftmargin=5mm,itemsep=1pt,topsep=2pt]
  • Convert to sin\sin and cos\cos.
  • Get a common denominator.
  • Use a Pythagorean identity, or multiply by a conjugate such as 1+sinθ1+sinθ\dfrac{1+\sin\theta}{1+\sin\theta}.
  • Factor, or split a fraction into separate terms.
Reminder — The Pythagorean identity:sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1
Example
Verify tanθsinθ+cosθ=secθ\tan\theta\sin\theta+\cos\theta=\sec\theta
tanθsinθ+cosθ=sinθcosθsinθ+cosθ=sin2θcosθ+cos2θcosθ=sin2θ+cos2θcosθ=1cosθ=secθ.\begin{aligned} \tan\theta\sin\theta+\cos\theta &=\frac{\sin\theta}{\cos\theta}\cdot\sin\theta+\cos\theta\\[2pt] &=\frac{\sin^2\theta}{\cos\theta}+\frac{\cos^2\theta}{\cos\theta}\\[2pt] &=\frac{\sin^2\theta+\cos^2\theta}{\cos\theta} =\frac{1}{\cos\theta}=\sec\theta.\quad\checkmark \end{aligned}
Example
Verify cosθ1sinθ=1+sinθcosθ\dfrac{\cos\theta}{1-\sin\theta}=\dfrac{1+\sin\theta}{\cos\theta} (conjugate trick)

Work the left side and multiply by 1+sinθ1+sinθ\dfrac{1+\sin\theta}{1+\sin\theta}:

cosθ1sinθ=cosθ1sinθ1+sinθ1+sinθ=cosθ(1+sinθ)1sin2θ=cosθ(1+sinθ)cos2θ=1+sinθcosθ.\begin{aligned} \frac{\cos\theta}{1-\sin\theta} &=\frac{\cos\theta}{1-\sin\theta}\cdot\frac{1+\sin\theta}{1+\sin\theta} =\frac{\cos\theta(1+\sin\theta)}{1-\sin^2\theta}\\[2pt] &=\frac{\cos\theta(1+\sin\theta)}{\cos^2\theta} =\frac{1+\sin\theta}{\cos\theta}.\quad\checkmark \end{aligned}
Tip

Tip. When a proof stalls, look at the other side for a clue about what form you are aiming for (a single fraction? a difference of squares?), then steer toward it.

Solving Trigonometric Equations

Concept
Method
  • [leftmargin=5mm,itemsep=1pt,topsep=2pt]
  • Isolate a single trig function, or move all terms to one side and factor.
  • Quadratic type (au2+bu+c=0a\,u^2+b\,u+c=0 with u=sinxu=\sin x, etc.): factor or use the quadratic formula.
  • Use identities to reduce to one function before factoring.
  • On [0,2π)[0,2\pi): list only the angles in that interval. All solutions: add the period: +2πn+2\pi n for sin,cos\sin,\cos; +πn+\pi n for tan\tan (here nn is any integer).
  • If you squared or divided, check for extraneous solutions in the original equation.
Reminder — The quadratic formula:x=b±b24ac2a(a0)x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}\qquad (a\neq 0)
Example
Solve 2cos2xcosx1=02\cos^2 x-\cos x-1=0 (quadratic type)

Let u=cosxu=\cos x: 2u2u1=(2u+1)(u1)=02u^2-u-1=(2u+1)(u-1)=0, so cosx=12\cos x=-\tfrac12 or cosx=1\cos x=1.

cosx=12:x=2π3, 4π3cosx=1:x=0\begin{aligned} \cos x=-\tfrac12:&\quad x=\tfrac{2\pi}{3},\ \tfrac{4\pi}{3}\\ \cos x=1:&\quad x=0 \end{aligned}

On [0,2π)[0,2\pi): x=0, 2π3, 4π3x=0,\ \tfrac{2\pi}{3},\ \tfrac{4\pi}{3}.  All solutions: x=2πn, 2π3+2πn, 4π3+2πnx=2\pi n,\ \tfrac{2\pi}{3}+2\pi n,\ \tfrac{4\pi}{3}+2\pi n.

Tip

Tip. cosx=12\cos x=\tfrac12 has two solutions per period (Quadrants I and IV); sinx=12\sin x=\tfrac12 has two as well (I and II). Never drop a quadrant.

Sum and Difference Formulas

Concept
Formulas
sin(A±B)=sinAcosB±cosAsinBcos(A±B)=cosAcosBsinAsinBtan(A±B)=tanA±tanB1tanAtanB\begin{aligned} \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\\ \tan(A\pm B)&=\frac{\tan A\pm\tan B}{1\mp\tan A\tan B} \end{aligned}

Watch the sign flip: cos\cos and tan\tan use the opposite sign of the one in (A±B)(A\pm B).

Example
Exact value of a non-special angle: cos15\cos 15^\circ

Write 15=453015^\circ=45^\circ-30^\circ:

cos15=cos(4530)=cos45cos30+sin45sin30=2232+2212=6+24.\begin{aligned} \cos 15^\circ&=\cos(45^\circ-30^\circ)\\ &=\cos45^\circ\cos30^\circ+\sin45^\circ\sin30^\circ\\ &=\frac{\sqrt2}{2}\cdot\frac{\sqrt3}{2}+\frac{\sqrt2}{2}\cdot\frac12 =\frac{\sqrt6+\sqrt2}{4}. \end{aligned}

Likewise sin75=sin(45+30)=6+24\sin75^\circ=\sin(45^\circ+30^\circ)=\dfrac{\sqrt6+\sqrt2}{4}.

Tip

Tip. Any multiple-of-1515^\circ angle can be split into two special angles: 15=453015=45-30, 75=45+3075=45+30, 105=60+45105=60+45. For tan\tan, rationalize the denominator to finish.

Double-Angle, Half-Angle & Power-Reducing

Concept
Formulas

Double-angle:

sin2θ=2sinθcosθcos2θ=cos2θsin2θ=2cos2θ1=12sin2θtan2θ=2tanθ1tan2θ\begin{aligned} \sin2\theta&=2\sin\theta\cos\theta\\ \cos2\theta&=\cos^2\theta-\sin^2\theta=2\cos^2\theta-1=1-2\sin^2\theta\\ \tan2\theta&=\frac{2\tan\theta}{1-\tan^2\theta} \end{aligned}

Power-reducing:sin2θ=1cos2θ2\sin^2\theta=\dfrac{1-\cos2\theta}{2},  cos2θ=1+cos2θ2\cos^2\theta=\dfrac{1+\cos2\theta}{2}.

Half-angle:sinθ2=±1cosθ2\sin\dfrac{\theta}{2}=\pm\sqrt{\dfrac{1-\cos\theta}{2}},  cosθ2=±1+cosθ2\cos\dfrac{\theta}{2}=\pm\sqrt{\dfrac{1+\cos\theta}{2}},  tanθ2=1cosθsinθ=sinθ1+cosθ\tan\dfrac{\theta}{2}=\dfrac{1-\cos\theta}{\sin\theta}=\dfrac{\sin\theta}{1+\cos\theta}.

The ±\pm is chosen by the quadrant of θ/2\theta/2.

Example
Half-angle exact value: sinπ12\sin\dfrac{\pi}{12}

Since π12=12π6\dfrac{\pi}{12}=\dfrac{1}{2}\cdot\dfrac{\pi}{6} and π12\dfrac{\pi}{12} is in Quadrant I (take ++):

sinπ12=1cosπ62=1322=234=232=624.\begin{aligned} \sin\frac{\pi}{12} &=\sqrt{\frac{1-\cos\frac{\pi}{6}}{2}} =\sqrt{\frac{1-\frac{\sqrt3}{2}}{2}}\\[2pt] &=\sqrt{\frac{2-\sqrt3}{4}} =\frac{\sqrt{2-\sqrt3}}{2}=\frac{\sqrt6-\sqrt2}{4}. \end{aligned}
Tip

Tip. cos2θ\cos2\theta has three forms; pick the one that matches what you already know. Given sinθ\sin\theta, use 12sin2θ1-2\sin^2\theta; given cosθ\cos\theta, use 2cos2θ12\cos^2\theta-1.

Product-to-Sum & Sum-to-Product

Concept
Formulas

Product-to-sum:

sinAcosB=12[sin(A+B)+sin(AB)]cosAcosB=12[cos(AB)+cos(A+B)]sinAsinB=12[cos(AB)cos(A+B)]\begin{aligned} \sin A\cos B&=\tfrac12\big[\sin(A+B)+\sin(A-B)\big]\\ \cos A\cos B&=\tfrac12\big[\cos(A-B)+\cos(A+B)\big]\\ \sin A\sin B&=\tfrac12\big[\cos(A-B)-\cos(A+B)\big] \end{aligned}

Sum-to-product:

sinA+sinB=2sinA+B2cosAB2cosA+cosB=2cosA+B2cosAB2cosAcosB=2sinA+B2sinAB2\begin{aligned} \sin A+\sin B&=2\sin\tfrac{A+B}{2}\cos\tfrac{A-B}{2}\\ \cos A+\cos B&=2\cos\tfrac{A+B}{2}\cos\tfrac{A-B}{2}\\ \cos A-\cos B&=-2\sin\tfrac{A+B}{2}\sin\tfrac{A-B}{2} \end{aligned}
Example
Product-to-sum value: sin75sin15\sin75^\circ\sin15^\circ
sin75sin15=12[cos(7515)cos(75+15)]=12[cos60cos90]=12[120]=14.\begin{aligned} \sin75^\circ\sin15^\circ &=\tfrac12\big[\cos(75^\circ-15^\circ)-\cos(75^\circ+15^\circ)\big]\\ &=\tfrac12\big[\cos60^\circ-\cos90^\circ\big] =\tfrac12\big[\tfrac12-0\big]=\frac14. \end{aligned}
Tip

Tip. Sum-to-product turns a sum of trig terms into a product, which is perfect for solving equations by factoring (set each factor to zero).

Combining Identities with Inverse Trig Functions

Concept
Approach

To evaluate something like sin(arccosu)\sin(\arccos u), let θ=arccosu\theta=\arccos u, so cosθ=u\cos\theta=u with θ\theta in the range of arccosine ([0,π][0,\pi]). Draw a right triangle (or use a Pythagorean identity) to find the other functions, respecting the sign forced by the range. The same idea handles sin(2arctanx)\sin(2\arctan x), cos(arcsina+arccosb)\cos(\arcsin a+\arccos b), etc.

Example
Evaluate sin ⁣(arccos35)\sin\!\big(\arccos\tfrac35\big) and cos(2arcsinx)\cos(2\arcsin x)

Let θ=arccos35\theta=\arccos\tfrac35, so cosθ=35\cos\theta=\tfrac35 with θ[0,π]\theta\in[0,\pi], hence sinθ0\sin\theta\ge0:

sinθ=1cos2θ=1925=45.\sin\theta=\sqrt{1-\cos^2\theta}=\sqrt{1-\tfrac{9}{25}}=\tfrac45.

For the second, let ϕ=arcsinx\phi=\arcsin x so sinϕ=x\sin\phi=x, then use the double-angle form of cosine:

cos(2arcsinx)=12sin2ϕ=12x2.\cos(2\arcsin x)=1-2\sin^2\phi=1-2x^2.
Tip

Tip. Always honor the range of the inverse function: arcsin,arctan\arcsin,\arctan give values in Quadrant I or IV, and arccos\arccos in Quadrant I or II. That range fixes the sign of your answer.

Going Deeper: Advanced Analytic Trig

Concept
Telescoping products of cosines
θ°adjopphyp

Repeatedly using sin2α=2sinαcosα\sin 2\alpha=2\sin\alpha\cos\alpha collapses a whole product of doubling-angle cosines into a single ratio of sines. For any θ\theta with sinθ0\sin\theta\neq0,

k=0n1cos ⁣(2kθ)=cosθcos2θcos4θcos ⁣(2n1θ)=sin ⁣(2nθ)2nsinθ.\prod_{k=0}^{n-1}\cos\!\big(2^k\theta\big) =\cos\theta\,\cos2\theta\,\cos4\theta\cdots\cos\!\big(2^{n-1}\theta\big) =\frac{\sin\!\big(2^n\theta\big)}{2^n\sin\theta}.

The trick: multiply the product by 2nsinθ2^n\sin\theta and peel off one factor at a time. This single identity powers a surprising number of “impossible-looking” exact values.

Opposite, adjacent and hypotenuse are named from the angle.

Example
Prove the telescoping cosine product formula

Let P=k=0n1cos ⁣(2kθ)P=\displaystyle\prod_{k=0}^{n-1}\cos\!\big(2^k\theta\big). Multiply by 2nsinθ2^n\sin\theta and absorb one power of 22 at a time using 2sinαcosα=sin2α2\sin\alpha\cos\alpha=\sin2\alpha:

2nsinθP=2n1(2sinθcosθ)cos2θcos ⁣(2n1θ)=2n1sin2θcos2θcos ⁣(2n1θ)=2n2(2sin2θcos2θ)cos4θcos ⁣(2n1θ)=2n2sin4θcos4θcos ⁣(2n1θ)  =2sin ⁣(2n1θ)cos ⁣(2n1θ)=sin ⁣(2nθ).\begin{aligned} 2^n\sin\theta\cdot P &=2^{n-1}\big(2\sin\theta\cos\theta\big)\cos2\theta\cdots\cos\!\big(2^{n-1}\theta\big)\\ &=2^{n-1}\sin2\theta\,\cos2\theta\cdots\cos\!\big(2^{n-1}\theta\big)\\ &=2^{n-2}\big(2\sin2\theta\cos2\theta\big)\cos4\theta\cdots\cos\!\big(2^{n-1}\theta\big)\\ &=2^{n-2}\sin4\theta\,\cos4\theta\cdots\cos\!\big(2^{n-1}\theta\big)\\ &\ \ \vdots\\ &=2\sin\!\big(2^{n-1}\theta\big)\cos\!\big(2^{n-1}\theta\big)=\sin\!\big(2^n\theta\big). \end{aligned}

Dividing by 2nsinθ2^n\sin\theta gives P=sin(2nθ)2nsinθP=\dfrac{\sin(2^n\theta)}{2^n\sin\theta}. 0MATH2xE0

Example
The famous value cosπ7cos2π7cos4π7=18\cos\dfrac{\pi}{7}\cos\dfrac{2\pi}{7}\cos\dfrac{4\pi}{7}=-\dfrac18

The angles π7, 2π7, 4π7\tfrac{\pi}{7},\ \tfrac{2\pi}{7},\ \tfrac{4\pi}{7} are exactly 20θ,21θ,22θ2^0\theta,\,2^1\theta,\,2^2\theta with θ=π7\theta=\tfrac{\pi}{7} and n=3n=3, so the telescoping formula applies directly:

cosπ7cos2π7cos4π7=sin ⁣(23π7)23sinπ7=sin8π78sinπ7.\begin{aligned} \cos\frac{\pi}{7}\cos\frac{2\pi}{7}\cos\frac{4\pi}{7} &=\frac{\sin\!\big(2^3\cdot\frac{\pi}{7}\big)}{2^3\,\sin\frac{\pi}{7}} =\frac{\sin\frac{8\pi}{7}}{8\,\sin\frac{\pi}{7}}. \end{aligned}

Now 8π7=π+π7\dfrac{8\pi}{7}=\pi+\dfrac{\pi}{7}, and sin(π+x)=sinx\sin(\pi+x)=-\sin x, so sin8π7=sinπ7\sin\dfrac{8\pi}{7}=-\sin\dfrac{\pi}{7}. Therefore

cosπ7cos2π7cos4π7=sinπ78sinπ7=18.\cos\frac{\pi}{7}\cos\frac{2\pi}{7}\cos\frac{4\pi}{7} =\frac{-\sin\frac{\pi}{7}}{8\,\sin\frac{\pi}{7}}=-\frac18.
Concept
cos36\cos 36^\circ from a cubic equation

Not every “nice” angle needs a sum/difference split --- some fall out of a polynomial. Let θ=36\theta=36^\circ, so 5θ=1805\theta=180^\circ, giving 2θ=1803θ2\theta=180^\circ-3\theta and hence cos2θ=cos3θ\cos2\theta=-\cos3\theta. With x=cosθx=\cos\theta and the identities cos2θ=2x21\cos2\theta=2x^2-1, cos3θ=4x33x\cos3\theta=4x^3-3x:

2x21=(4x33x)4x3+2x23x1=0(x+1)(4x22x1)=0.\begin{aligned} 2x^2-1&=-\big(4x^3-3x\big)\\ 4x^3+2x^2-3x-1&=0\\ (x+1)\big(4x^2-2x-1\big)&=0. \end{aligned}

Since x=cos36>0x=\cos36^\circ>0, discard x=1x=-1 and solve 4x22x1=04x^2-2x-1=0:

cos36=2+4+168=2+258=1+54.\cos36^\circ=\frac{2+\sqrt{4+16}}{8}=\frac{2+2\sqrt5}{8}=\frac{1+\sqrt5}{4}.

This is the golden-ratio value φ2\tfrac{\varphi}{2}, where φ=1+52\varphi=\tfrac{1+\sqrt5}{2}.

Concept
Summing equally spaced sines and cosines (Dirichlet kernel)

For an arithmetic progression of angles a,a+d,a+2d,a,\,a+d,\,a+2d,\dots, the telescoping idea from sum-to-product gives closed forms. For sind20\sin\tfrac{d}{2}\neq0,

k=0n1cos(a+kd)=sin ⁣(nd2)sin ⁣(d2)cos ⁣(a+(n1)d2),k=0n1sin(a+kd)=sin ⁣(nd2)sin ⁣(d2)sin ⁣(a+(n1)d2).\begin{aligned} \sum_{k=0}^{n-1}\cos(a+kd)&=\frac{\sin\!\big(\tfrac{nd}{2}\big)}{\sin\!\big(\tfrac{d}{2}\big)}\,\cos\!\Big(a+\tfrac{(n-1)d}{2}\Big),\\[2pt] \sum_{k=0}^{n-1}\sin(a+kd)&=\frac{\sin\!\big(\tfrac{nd}{2}\big)}{\sin\!\big(\tfrac{d}{2}\big)}\,\sin\!\Big(a+\tfrac{(n-1)d}{2}\Big). \end{aligned}

Why it works: multiply each term by 2sind22\sin\tfrac{d}{2} and apply 2sind2cos(a+kd)=sin ⁣(a+kd+d2)sin ⁣(a+kdd2)2\sin\tfrac{d}{2}\cos(a+kd)=\sin\!\big(a+kd+\tfrac{d}{2}\big)-\sin\!\big(a+kd-\tfrac{d}{2}\big). Consecutive terms cancel in pairs, leaving only the first and last.

Example
Solving with multiple angles and factoring: sin3x=sinx\sin 3x=\sin x on [0,2π)[0,2\pi)

Move everything to one side and apply sum-to-product (sinAsinB=2cosA+B2sinAB2\sin A-\sin B=2\cos\tfrac{A+B}{2}\sin\tfrac{A-B}{2}):

sin3xsinx=02cos ⁣(3x+x2)sin ⁣(3xx2)=02cos2xsinx=0.\begin{aligned} \sin3x-\sin x&=0\\ 2\cos\!\Big(\tfrac{3x+x}{2}\Big)\sin\!\Big(\tfrac{3x-x}{2}\Big)&=0\\ 2\cos2x\,\sin x&=0. \end{aligned}

Set each factor to zero on [0,2π)[0,2\pi):

sinx=0:x=0, πcos2x=0:2x=π2, 3π2, 5π2, 7π2  x=π4, 3π4, 5π4, 7π4.\begin{aligned} \sin x=0:&\quad x=0,\ \pi\\ \cos2x=0:&\quad 2x=\tfrac{\pi}{2},\ \tfrac{3\pi}{2},\ \tfrac{5\pi}{2},\ \tfrac{7\pi}{2} \ \Rightarrow\ x=\tfrac{\pi}{4},\ \tfrac{3\pi}{4},\ \tfrac{5\pi}{4},\ \tfrac{7\pi}{4}. \end{aligned}

Solutions on [0,2π)[0,2\pi): x=0, π4, 3π4, π, 5π4, 7π4x=0,\ \tfrac{\pi}{4},\ \tfrac{3\pi}{4},\ \pi,\ \tfrac{5\pi}{4},\ \tfrac{7\pi}{4}. Factoring beats expanding sin3x\sin3x into a cubic in sinx\sin x.

Concept
Arctangent sums and Machin-style identities

The addition law, read backward, adds arctangents:

arctana+arctanb=arctan ⁣a+b1ab(mod π),\arctan a+\arctan b=\arctan\!\frac{a+b}{1-ab}\quad(\text{mod }\pi),

valid outright when ab<1ab<1. This yields elegant collapses such as

arctan12+arctan13=arctan ⁣12+13116=arctan1=π4.\arctan\tfrac12+\arctan\tfrac13=\arctan\!\frac{\tfrac12+\tfrac13}{1-\tfrac16}=\arctan1=\frac{\pi}{4}.

Chaining the rule gives Machin's formula, historically used to compute π\pi:

π4=4arctan15arctan1239.\frac{\pi}{4}=4\arctan\frac15-\arctan\frac{1}{239}.
Tip

Conditional identities in a triangle. When A+B+C=πA+B+C=\pi (the angles of a triangle), extra relations hold that are false for arbitrary angles. Because C=π(A+B)C=\pi-(A+B):

tanA+tanB+tanC=tanAtanBtanC,sin2A+sin2B+sin2C=4sinAsinBsinC.\tan A+\tan B+\tan C=\tan A\,\tan B\,\tan C,\qquad \sin2A+\sin2B+\sin2C=4\sin A\sin B\sin C.

The first follows from tanC=tan ⁣(π(A+B))=tanA+tanB1tanAtanB\tan C=\tan\!\big(\pi-(A+B)\big)=-\dfrac{\tan A+\tan B}{1-\tan A\tan B}, then clearing the denominator. Always exploit the constraint C=πABC=\pi-A-B before pushing symbols around.

Formulas, Proofs & Tips

Tip
The Pythagorean identity
sin2θ+cos2θ=1\sin^2\theta+\cos^2\theta=1

What it means. Knowing one of sin\sin or cos\cos (plus the quadrant) determines the other.

Example. If sinθ=35\sin\theta=\tfrac35, then cosθ=1925=45\cos\theta=\sqrt{1-\tfrac{9}{25}}=\tfrac45.

Why it works. On the unit circle the point at angle θ\theta is (cosθ, sinθ)(\cos\theta,\ \sin\theta) and lies at distance 11 from the origin. The distance formula gives cos2θ+sin2θ=12\cos^2\theta+\sin^2\theta=1^2 — it is Pythagoras on a radius.

Tip. Dividing through by cos2θ\cos^2\theta gives 1+tan2θ=sec2θ1+\tan^2\theta=\sec^2\theta; by sin2θ\sin^2\theta gives 1+cot2θ=csc2θ1+\cot^2\theta=\csc^2\theta. Use the quadrant to pick the sign when you take the square root.

Tip
Sum, difference and double-angle formulas
sin(A±B)=sinAcosB±cosAsinB,cos(A±B)=cosAcosBsinAsinB,sin2A=2sinAcosA\sin(A\pm B)=\sin A\cos B\pm\cos A\sin B,\quad \cos(A\pm B)=\cos A\cos B\mp\sin A\sin B,\quad \sin 2A=2\sin A\cos A

What it means. Angles do not distribute — these say what really happens.

Example. cos2θ=12sin2θ\cos 2\theta=1-2\sin^2\theta; if sinθ=12\sin\theta=\tfrac12, then cos2θ=12\cos2\theta=\tfrac12.

Why it works. The double-angle results are the sum formulas with B=AB=A: sin2A=sinAcosA+cosAsinA=2sinAcosA\sin 2A=\sin A\cos A+\cos A\sin A=2\sin A\cos A, and cos2A=cos2Asin2A\cos 2A=\cos^2A-\sin^2A, which the Pythagorean identity rewrites as 2cos2A12\cos^2A-1 or 12sin2A1-2\sin^2A.

Tip. sin(A+B)sinA+sinB\sin(A+B)\neq\sin A+\sin B. Note the sign flip: cos\cos of a sum takes a minus.