What is a unit circle in trigonometry, and how is it used to define the trigonometric functions?
A unit circle is a circle with a radius of 1 unit, centered at the origin of a coordinate plane. The equation of the unit circle is given by:
$$ x^2 + y^2 = 1 $$
In trigonometry, the unit circle is used to define the trigonometric functions sine and cosine. For a given angle $ \theta $, measured from the positive x-axis, the coordinates of the corresponding point on the unit circle are $(\cos(\theta), \sin(\theta))$. These definitions can be extended to all real numbers by considering the angle $ \theta $ to be the result of wrapping the real line around the unit circle.
Furthermore, the unit circle allows us to define the other trigonometric functions as follows:
- Tangent: $$ \tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)} $$
- Cosecant: $$ \csc(\theta) = \frac{1}{\sin(\theta)} $$
- Secant: $$ \sec(\theta) = \frac{1}{\cos(\theta)} $$
- Cotangent: $$ \cot(\theta) = \frac{\cos(\theta)}{\sin(\theta)} $$