Unit 2 Trigonometric Identities
Unit 2 Trigonometric Identities
2 Trigonometric Identities
We have already seen most of the fundamental trigonometric identities. There are several other useful
identities that we will introduce in this section. We will see many applications of the trigonometric
identities via examples in this section.
Reciprocal Identities
1 1
sin u = csc u
csc u = sin u
,
1 1
cos u = sec u
sec u = cos u
,
1 1
tan u = cot u
cot u = tan u
.
Remark. Observe that the equations in each row are not actually different.
Quotient Identities
sin u
tan u = cos u
,
cos u
cot u = sin u
.
Pythagorean Identities
sin2 u + cos2 u = 1,
1 + tan2 u = sec2 u,
1 + cot2 u = csc2 u.
Cofunction Identities
sin( π2 − u) = cos u cos( π2 − u) = sin u,
π
Remark. These also work with degrees, i.e. by replacing 2
with 90.
Even/Odd Identities
sin(−u) = − sin u csc(−u) = − csc u,
page 1
Math 1523 Spring 2015 Andrew Lutz
Remark. The only identities we have not seen previously are the cofunction identities. These are easily
seen by drawing a right triangle. A the sum of all angles in a triangle is 180◦ . Hence in a triangle you
have the right angle R, an acute angle θ, and that means that the third angle must be 90 − θ (or π2 − θ
in radians). From this you should be able to convince yourself that the cofunction identities are true.
Example 1
√
2
Solve cos x = 2
for x ∈ [0, 2π).
√
Solution: We know that cos π4 = 22 so x = π4 is a solution. However, an angle with reference an- √
gle π4 and terminating in a quadrant where cosine is positive (quadrant IV) will also have a value of 22 .
This is x = 7π4
which is the other solution. Thus the solution set is x ∈ { π4 , 7π
4
}.
Example 2
Solve 4 sin2 x = 1 for x ∈ [0, 2π).
Solution: We have
1 1
4 sin2 x = 1 =⇒ sin2 x = =⇒ sin x = ± .
4 2
1 π 5π
Now using the same logic as in example 1, we conclude that sin x = 2 at x = 6
and x = 6
. Also,
sin x = − 21 at x = 7π
6
and x = 11π
6
. Hence the solution set is x ∈ { π6 , 5π
6
, 7π
6
, 11π
6
}.
Example 3
Solve cos2 x − 7 cos x + 12 = 0 for x ∈ [0, 2π).
Solution: Observe that this is a quadratic equation in cosine. Hence we can factor it using the usual
factoring procedure for quadratics. That is, find numbers whose product is 12 and sum is −7. We have
Therefore we get the equations cos x − 4 = 0 or cos x − 3 = 0. The first equation gives cos x = 4 and
the second equation gives cos x = 3. Since −1 ≤ cos x ≤ 1 there is no solution to these equations.
Example 4
Solve the equation tan 2x = 1 for x ∈ [0, 2π).
Solution: We will use the inverse tangent function to solve this equation as follows: we assume that
tan 2x lies in the domain of the inverse tangent function so that tan−1 (tan 2x) = 2x. Therefore
π
tan 2x = 1 =⇒ tan−1 (tan 2x) = tan−1 (1) =⇒ 2x = .
4
Using the inverse functions only give us one of the solutions to this equation, but the inverse function
tells us in this case that the angle 2x must have reference angle π4 . Additionally, tan 2x must be positive
in the quadrant that 2x terminates in. This is quadrant III, so we get the second solution is 2x = 5π 4
.
π 5π
Solving these equations for x we get the solution set x ∈ { 8 , 8 }.
page 2
Math 1523 Spring 2015 Andrew Lutz
Example 5
1+sin x
Solve the equation cos x
= 1 for x ∈ [0, 2π).
Finally, remember that whenever you square equations you can introduce extraneous solutions. There-
fore, you should substitute the values of x that you found back into the original equation to see if
they are actually solutions to the equation. If you get an answer like 1 = −1, then that value is not a
solution and should be disregarded.
But also,
ei(u+v) = eiu+iv = eiu eiv = (cos u + i sin u)(cos v + i sin v)
= (cos u cos v − sin u sin v) + (cos u cos v + sin u sin v)i (2.3)
Recall that two complex numbers are equal if and only if their real and imaginary parts are equal.
Since equation ?? is equal to equation ?? above, this means that cos(u + v) = cos u cos v − sin u sin v
and sin(u + v) = cos u cos v + sin u sin v.
page 3
Math 1523 Spring 2015 Andrew Lutz
But also,
ei(u−v) = eiu−iv = eiu ei(−v) = (cos u + i sin u)(cos(−v) + i sin(−v))
= (cos u + i sin u)(cos v − i sin(v))
= (cos u cos v + sin u sin v) + (sin u sin v − cos u sin v)i. (2.5)
Hence comparing equation ?? to ?? we have cos(u − v) = cos u cos v + sin u sin v and sin(u − v) =
sin u sin v − cos u sin v.
tan u±tan v
tan(u ± v) = 1∓tan u tan v
sin(u±v)
Remark. Since tan(u ± v) = cos(u±v)
you can obtain the formula for tangent by dividing identity the
first identity by the last one.
We will mostly use these identities to find values of trigonometric functions of angles that are not
on the unit circle (i.e. angles that are not “special angles”. For example, the angle 15◦ is not on the
unit circle, but 15◦ = 45◦ − 30◦ and both 45◦ and 30◦ are on the unit circle. Therefore, we can find
the exact value of sine and cosine of 15◦ by using sin(45 − 30) and cos(45 − 30) and using the sum and
difference formulas.
Similarly,
cos 2u = sin(u + u) = cos u cos u − sin u sin u = cos2 u − sin2 u. (2.7)
Since cos2 u = 1 − sin2 u by the Pythagorean identity, substituting this value in for cos2 u in (7) we get
cos 2u = cos2 u − sin2 u = cos2 1 − 2 sin2 u. Also, by the Pythagorean identity sin2 u = 1 − cos2 u so we
also have cos 2u = cos2 u − sin2 u = 2 cos2 u − 1. As usual tan 2u = cos
sin 2u
2u
.
Double-Angle Formulas
sin 2u = 2 sin u cos u,
2 tan u
tan 2u = 1−tan2 u
.
From the above equations you can easily obtain the so called power-reducing formulas which will
be particularly useful in calculus. The sine power reducing formulas is obtained by solving the second
page 4
Math 1523 Spring 2015 Andrew Lutz
double-angle formula for sin2 u and the cosine power-reducing formulas are obtained from the double
sin2 u
angle formulas by solving the second double-angle formula for cos2 u, and tan2 u = cos2 u gives the power
Power-Reducing Formulas
sin2 u = 1−cos 2u
2
,
1+cos 2u
cos2 u = 2
,
1−cos 2u
tan2 u = 1+cos 2u
.
The last trigonometric identities that we need for this course are the half-angle formulas. They are
obtained by replacing the angle u in the power-reducing formulas by half of the angle u, that is, the
angle u2 . The half angle formulas allow us to find the values of some additional angles that are not on
the unit circle.
Half-Angle Formulas
q
sin u2 = ± 1−cos
2
u
,
q
cos u2 = ± 1+cos
2
u
,
tan u2 = 1−cos u
sin u
= sin u
1+cos u
.
Whether you use the “plus” or “minus” version of the half-angle formulas is determined by which
quadrant the angle u2 lies in. For example, if u lies in quadrant four, then we know that 270◦ < u <
360◦ =⇒ 135◦ < u2 < 180◦ , hence the angle u2 lies in qudrant two. Therefore we know to use the
positive version of the sine half-angle formula and the negative version of the cosine half-angle formula.
page 5