0

I don't understand what's written here:

enter image description here

The point I don't understand is: $\cos (s+t)$. How can we consider the cosine of $s+t$ when triangle $\triangle P_1OP_0$ is not even a right triangle? As far as I understand, a cosine (as well as sine, tangent, etc.) is a property of a right triangle; that is, a triangle, in which one corner is equal to $90$ degrees. But none of the angles in $\triangle P_1OP_0$ is a right angle.

brilliant
  • 818
  • 1
    $\cos(s+t)$ makes perfect sense, it's just not anything about the ratios of the $P_1-O-P_0$ triangle. – Randall Feb 14 '23 at 14:58
  • 1
    @Randall - Why not? Angle O is the central angle of that triangle! And that angle is equal to s+t. – brilliant Feb 14 '23 at 15:00

2 Answers2

3

We originally define sine and cosine as working on right triangles. But that limits us to only considering them as functions from $0$ to $\frac \pi 2$. We then expand our definition of them as the coordinates of the point on the unit circle where the the ray formed between the positive x axis and then input as a counterclockwise rotation is the point used, with $\cos \theta$ being the x-coordinate and $\sin \theta$ being the y-coordinate. This perfectly coincides with the original definition in the first quadrant but now allows us to input any real number into the functions, using the fact that every angle separated by a multiple of $2 \pi$ is going to form the same ray.

So for example, $\cos \pi=-1$ and $\sin \pi=0$ because $\pi$ is the equivalent to 180 degrees, thus the ray is going along the negative x-axis, where you meet the unit circle at $(-1,0)$.

Basically, you need to let go of the original inspiration of defining them only for acute angles in right triangles and look at the functions as for any angle, giving us the x and y coordinates of the projection of that angle onto the unit circle.

Alan
  • 16,582
  • Comments have been moved to chat; please do not continue the discussion here. Before posting a comment below this one, please review the purposes of comments. Comments that do not request clarification or suggest improvements usually belong as an answer, on [meta], or in [chat]. Comments continuing discussion may be removed. – Xander Henderson Feb 16 '23 at 22:56
1

All definitions in mathematics are a matter of consensus, and not some divinely-inspired set of principles handed down from Olympus. We mathematicians are allowed to define any word to mean whatever we like it to mean. There is nothing holy about the right triangle definition of the cosine function, and we shouldn't be afraid to slaughter that sacred cow and adopt a different definition of it helps.

To that end, I am going to define two distinct functions:

  1. Let $\triangle ABC$ be a triangle in which the angle at $C$ is a right angle. Let $a$ denote the length of the side which is opposite the angle $A$, let $b$ denote the length of the site which is opposite $B$, and let $c$ denote the length of the hypotenuse. See the figure, below.

    enter image description here

    Let $\theta$ denote the measure of the angle $A$, and note that $\theta$ must be between $0$ and $\pi/2$, exclusive. Define the function $f : (0,\pi/2) \to \mathbb{R}$ by $$ f(\theta) = \frac{b}{c}. $$ Note that this ratio depends only on $\theta$, as any two right triangles with an angle measuring $\theta$ will be similar, and the similarity constant will cancel in the division.

    You might notice that $f$ is precisely the cosine function, as defined in the question. However, I am very intentionally not calling it "the" cosine function, and am giving it an entirely different name in order to avoid confusion.

  2. Let $\ell$ be a ray which originates at the origin and meets the positive $x$-axis at an angle $\theta$, where $\theta$ could be any real number. The ray $\ell$ will intersect the unit circle at a point $(x,y)$.

    enter image description here

    Define a function $g : \mathbb{R} \to \mathbb{R}$ by $$ g(\theta) = x. $$ That is, $g(\theta)$ is the $x$-coordinate of the point where the ray $\ell$ meets the unit circle.

A priori, the two functions $f$ and $g$ appear to have nothing to do with each other. One is defined for all real numbers, while the other is only defined on a small interval; one is defined to be the ratio of two lengths in a right triangle, while the other is defined to be the $x$-coordinate of a point on the unit circle. These two functions seem to be completely different.

However, it can be shown (by putting $A$ at the origin and $\ell$ along the hypotenuse—see the figure, below) that these two definitions give exactly the same result for any angle between $0$ and $\pi/2$. That is $$ \theta \in (0,\pi/2) \implies f(\theta) = g(\theta). $$

enter image description here

As such, it is entirely reasonable to say that $g$ is an extension of $f$ into a larger domain: whenever both functions are defined, they agree with each other, but $g$ is defined for a larger set of values. Because $g$ extends $f$, there is no real reason to think of them as distinct functions, and so we sneakily give them the same name, and define $$ \cos(\theta) = \begin{cases} \text{your choice of $f(\theta)$ or $g(\theta)$} & \text{if $\theta \in (0,\pi/2)$, and} \\ g(\theta) & \text{if $\theta \in (-\infty,0] \cup [\pi/2,\infty)$.} \end{cases} $$ Note that this definition of the cosine function does not require any appeal to a right triangle. We can choose to think about right triangles in the part of the domain where it might make sense to do so, but we are not required to do so. And for angles outside of this narrow interval where right triangles make sense, we completely discard any notion related to triangles, and work with the more general function.