The unit circle is a circle with radius 1. If we have an angle θ, we can draw this picture:
In the image above, the coordinate of the black dot is (cosθ,sinθ)by definition. Once you have cosθ and sinθ, we can define every other trig function that we care about:
So the moral of the story is that if you know what to do with cosθ and sinθ, you essentially know what to do with every trig function.
Example 1.
Calculate tan32π.
Solution.
If you're not comfortable with radians, it'll be helpful to convert things to degrees (though I recommend that you try to get comfortable with radians eventually). 2πrad=360∘ (both represent one full rotation), so
32πrad⋅2πrad360∘=120∘.
This gives us the following triangle:
This is a 30,60,90 triangle, which has ratios 1,3,2. Since the hypotenuse is 1, we need to divide everything by 2 to get the lengths of the sides of the triangle: 21,23,1. So, the coordinate of the point is (−21,23), which means
cos32πsin32π=−21=23.
Looking at the definition above, we can calculate tan32π from these:
tan32π=cos32πsin32π=−2123=−3.
Identities
From the first picture above, we can use the Pythagorean theorem to get
cos2θ+sin2θ=12.
If we divide everything by cos2θ, we then get
1+cos2θsin2θ=cos2θ1⟺tan2θ+1=sec2θ.
Similarly, if we divide everything by sin2θ, we get the identity
cot2θ+1=csc2θ.
These are called the Pythagorean identities because they all come from the Pythagorean theorem. In addition to these, we have the double-angle identities:
sin2θcos2θ=2sinθcosθ=2cos2θ−1=1−2sin2θ.
The first one isn't super useful, but the second one is. If we solve for cos2θ and sin2θ, we get
cos2θsin2θ=21+cos2θ=21−cos2θ.
These are very useful identities. When my previous students were stuck on a trig-related integral, these identities were usually what they were missing.
Calculus
Differentiation
For this section, I basically followed my notes from a previous class up to the Integration section. I added a few examples, though:
Example 2.
Let f(x)=x2. Calculate f′(x) using the definition.
Solution.
We can essentially plug everything into the formula for the definition and simplify: