Trigonometric Functions
1Introduction
This lecture defines trigonometric functions for every real angle as coordinates on the unit circle. Unlike a definition restricted to acute angles of right triangles, the unit-circle definition treats signs, symmetry, and periodicity uniformly.
2Definition on the Unit Circle
On the unit circle, define radian measure as signed arc length traveled along the circle from . Counterclockwise length is positive, clockwise length is negative, and repeated circuits allow every real number to represent an angle. Let be the point reached after signed arc length . Define {cosine} and {sine} by
When , define {tangent} by
The equation of the unit circle immediately gives, for every ,
3Basic Values
Placing the -- and -- triangles in the unit circle gives:
| undefined |
4Symmetry and Periodicity
Reflection across the -axis and one complete rotation give
Whenever both sides are defined,
The signs in each quadrant are likewise determined by the - and -coordinates of .
5Connection to Rotation Matrices
Write a point at distance from the origin and with argument as . Define the geometric rotation by . Addition of signed arc lengths gives independently of any trigonometric addition formula. A rotation fixes the origin and maps the parallelogram spanned by two vectors to the congruent parallelogram spanned by their images, so . It also preserves directed distance along each line, so for every . Thus is linear.
The standard basis is the pair , . A linear map preserves vector addition and multiplication by real scalars, and its matrix has the images of as its columns. The map is linear and preserves lengths, orthogonality, and orientation. It sends to . The image of must be the unique unit vector perpendicular to for which has positive orientation, namely . Hence is represented by
Matrix multiplication represents composition of linear maps. The geometric fact that two successive rotations compose to rotation through the sum of their angles therefore gives . The next lecture derives the addition formulas by comparing entries.
data/lecture/math/trigonometry/trigonometric-addition-formulas.lecture.n.md6Advanced Topics and Prerequisites
- Euler's formula belongs after complex numbers and the complex exponential have been introduced. A proof by Taylor series also requires convergence of power series.
- Derivative formulas require the definition of a derivative, the addition formulas, and .
- Inverse trigonometric functions require restricting domains so that the trigonometric functions become one-to-one, together with the concept of an inverse function.
None of these topics is a prerequisite for the unit-circle definition.
7Summary
- The values and are coordinates of a point on the unit circle.
- The fundamental identity, symmetry, and periodicity follow from the unit circle.
- Rotation matrices provide the algebraic connection to the addition formulas.