3.1: Basic Trigonometric Identities
( \newcommand{\kernel}{\mathrm{null}\,}\)
So far we know a few relations between the trigonometric functions. For example, we know the reciprocal relations:
- cscθ = 1sinθ when sinθ≠0
- secθ = 1cosθ when cosθ≠0
- cotθ = 1tanθ when tanθ is defined and not 0
- sinθ = 1cscθ when cscθ is defined and not 0
- cosθ = 1secθ when secθ is defined and not 0
- tanθ = 1cotθ when cotθ is defined and not 0
Notice that each of these equations is true for all angles θ for which both sides of the equation are defined. Such equations are called identities, and in this section we will discuss several trigonometric identities, i.e. identities involving the trigonometric functions. These identities are often used to simplify complicated expressions or equations. For example, one of the most useful trigonometric identities is the following:
tanθ = sinθcosθwhen cosθ≠0
To prove this identity, pick a point (x,y) on the terminal side of θ a distance r>0 from the origin, and suppose that cosθ≠0. Then x≠0 (since cosθ=xr), so by definition
sinθcosθ = yr xr = yx = tanθ .
Note how we proved the identity by expanding one of its sides (sinθcosθ) until we got an expression that was equal to the other side (tanθ). This is probably the most common technique for proving identities. Taking reciprocals in the above identity gives:
cotθ = cosθsinθwhen sinθ≠0

We will now derive one of the most important trigonometric identities. Let θ be any angle with a point (x,y) on its terminal side a distance r>0 from the origin. By the Pythagorean Theorem, r2=x2+y2 (and hence r=√x2+y2). For example, if θ is in QIII as in Figure 3.1.1, then the legs of the right triangle formed by the reference angle have lengths |x| and |y| (we use absolute values because x and y are negative in QIII). The same argument holds if θ is in the other quadrants or on either axis. Thus,
r2 = |x|2 + |y|2 = x2 + y2 ,
so dividing both sides of the equation by r2 (which we can do since r>0) gives
r2r2 = x2 + y2r2 = x2r2 + y2r2 = (xr)2 + (yr)2 .
Since r2r2=1, xr=cosθ, and yr=sinθ, we can rewrite this as:
cos2θ + sin2θ = 1
You can think of this as sort of a trigonometric variant of the Pythagorean Theorem. Note that we use the notation sin2θ to mean (sinθ)2, likewise for cosine and the other trigonometric functions. We will use the same notation for other powers besides 2.
From the above identity we can derive more identities. For example:
sin2θ = 1 − cos2θ
cos2θ = 1 − sin2θ
from which we get (after taking square roots):
sinθ = ±√1 − cos2θ
cosθ = ±√1 − sin2θ
Also, from the inequalities 0≤sin2θ=1 − cos2θ≤1 and 0≤cos2θ=1 − sin2θ≤1, taking square roots gives us the following bounds on sine and cosine:
−1 ≤ sinθ ≤ 1
−1 ≤ cosθ ≤ 1
The above inequalities are not identities (since they are not equations), but they provide useful checks on calculations. Recall that we derived those inequalities from the definitions of sine and cosine in Section 1.4.
In Equation ???, dividing both sides of the identity by cos2θ gives
cos2θcos2θ + sin2θcos2θ = 1cos2θ ,
so since tanθ=sinθcosθ and secθ=1cosθ, we get:
1 + tan2θ = sec2θ
Likewise, dividing both sides of Equation ??? by sin2θ gives
cos2θsin2θ + sin2θsin2θ = 1sin2θ ,
so since cotθ=cosθsinθ and cscθ=1sinθ, we get:
cot2θ + 1 = csc2θ
Simplify cos2θ tan2θ.
Solution
We can use Equation ??? to simplify:
cos2θ tan2θ = cos2θ ⋅ sin2θcos2θ= sin2θ
Simplify 5sin2θ + 4cos2θ.
Solution
We can use Equation ??? to simplify:
5sin2θ + 4cos2θ = 5sin2θ + 4(1 − sin2θ)= 5sin2θ + 4 − 4sin2θ= sin2θ + 4
Prove that tanθ + cotθ = secθ cscθ.
Solution
We will expand the left side and show that it equals the right side:
tanθ+cotθ = sinθcosθ + cosθsinθ(by ??? and ???)= sinθcosθ⋅sinθsinθ + cosθsinθ⋅cosθcosθ(multiply both fractions by 1)= sin2θ + cos2θcosθ sinθ(after getting a common denominator)= 1cosθ sinθ(by ???)= 1cosθ ⋅ 1sinθ= secθ cscθ
In the above example, how did we know to expand the left side instead of the right side? In general, though this technique does not always work, the more complicated side of the identity is likely to be easier to expand. The reason is that, by its complexity, there will be more things that you can do with that expression. For example, if you were asked to prove that
secθ − sinθ tanθ = cosθ ,
there would not be much that you could do with the right side of that identity; it consists of a single term (cosθ) that offers no obvious means of expansion.
Prove that 1 + cot2θsecθ = cscθ cotθ.
Solution
Of the two sides, the left side looks more complicated, so we will expand that:
1 + cot2θsecθ = csc2θsecθ(by ???)= cscθ ⋅ 1sinθ1cosθ= cscθ ⋅ cosθsinθ= cscθ cotθ(by ???)
When trying to prove an identity where at least one side is a ratio of expressions, cross-multiplying can be an effective technique:
ab = cdif and only ifad = bc
Prove that 1 + sinθcosθ = cosθ1 − sinθ.
Solution
Cross-multiply and reduce both sides until it is clear that they are equal:
(1 + sinθ)(1 − sinθ) = cosθ ⋅ cosθ1 − sin2θ = cos2θ
By ??? both sides of the last equation are indeed equal. Thus, the original identity holds.
Suppose that acosθ=b and csinθ=d for some angle θ and some constants a, b, c, and d. Show that a2c2=b2c2+a2d2.
Solution
Multiply both sides of the first equation by c and the second equation by a:
accosθ = bcacsinθ = ad
Now square each of the above equations then add them together to get:
(accosθ)2 + (acsinθ)2 = (bc)2 + (ad)2(ac)2(cos2θ + sin2θ) = b2c2 + a2d2a2c2 = b2c2 + a2d2(by ???)
Notice how θ does not appear in our final result. The trick was to get a common coefficient (ac) for cosθ and sinθ so that we could use cos2θ+sin2θ=1. This is a common technique for eliminating trigonometric functions from systems of equations.