JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Identities, Periodicity, and Polar Coordinates

The unit circle turned sine and cosine into the height and width of a spinning point. This guide cashes that in: the one identity every other identity grows from, the wave-like repetition that follows from going around and around, and a brand-new way to name points by angle and distance instead of by left-and-up.

The One Identity Underneath All the Others

Guide 2 set trigonometry free by moving it onto the unit circle: an angle theta picks out a point on the circle of radius 1, and its coordinates are exactly (cos theta, sin theta). That single picture quietly contains the most important identity in all of trigonometry, and you have actually known it since the right-triangle rung — it is just the Pythagorean theorem wearing a new hat. The point sits on a circle of radius 1, so its distance from the centre is 1, which means cos theta and sin theta are the legs of a right triangle with hypotenuse 1.

Write that out with a^2 + b^2 = c^2 and the legs cos theta and sin theta and the hypotenuse 1, and you get the Pythagorean identity: cos^2 theta + sin^2 theta = 1, true for every angle theta with no exceptions. (Here cos^2 theta is the standard shorthand for (cos theta)^2 — the square of the cosine, not the cosine of theta^2.) It says the height and width of the spinning point are always balanced so that their squares add to one. Tilt the point up and sin theta grows while cos theta shrinks; the trade is exact, governed by this equation at every instant of the turn.

Going Around Again: Periodicity

On the unit circle, what happens when you keep turning past one full revolution? You land on exactly the same point. An angle of theta and an angle of theta + 2 pi (one extra lap, measured in radians) point to the identical spot, so they must have identical coordinates: cos(theta + 2 pi) = cos theta and sin(theta + 2 pi) = sin theta. This is periodicity — the values repeat every 2 pi, forever, in both directions. It is not a special trick of trigonometry; it is the plain fact that a circle has no end and going once around brings you home.

Now unroll that repetition onto a graph. Put the angle theta on the horizontal axis and the value sin theta on the vertical axis, and as theta sweeps forward the height of the point rises to 1 at a quarter turn, falls back through 0 at a half turn, dips to -1 at three-quarters, and returns to 0 at a full turn — then does it all again. The result is the smooth, endlessly rolling sine wave, and the cosine graph is the very same wave shifted left by a quarter turn, because cos theta is just sin theta read a quarter-lap ahead. These are the curves that describe a swinging pendulum, a sound wave, an alternating current — anything that cycles.

Combining Angles: The Sum Formulas

A natural question grows out of the spinning point: if you know the sine and cosine of two angles separately, can you find the sine and cosine of their sum? Intuition warns you the answer is not simply sin alpha + sin beta — turning by alpha and then by beta does not just add the heights, because the second turn happens from a tilted position, not from flat. The true relationships are the angle-sum identities, and they are the workhorses behind nearly every further formula in trigonometry.

sin(alpha + beta) = sin alpha cos beta + cos alpha sin beta
cos(alpha + beta) = cos alpha cos beta - sin alpha sin beta
The two core angle-sum identities. Replace beta by -beta (using sin(-beta) = -sin beta and cos(-beta) = cos beta) to get the difference versions.

These are not arbitrary strings of symbols to be feared; they can be read straight off a rotation. Spinning a point through angle alpha and then through angle beta is the same as spinning it through alpha + beta in one go, and matching up the coordinates of the two descriptions hands you exactly these formulas. (The neat machinery for that match — rotation matrices, or complex numbers, where multiplying by cos theta + i sin theta rotates the plane — is waiting in the linear-algebra and complex-analysis rungs. The geometry of why the formulas are true is fully visible now; the slickest proof simply has better tools.) From these two lines flow the angle-sum and difference identities, the double-angle formulas (set beta = alpha), and the half-angle formulas in turn.

  1. Want cos 75 degrees exactly? Write 75 = 45 + 30, two angles whose sine and cosine you know from the special right triangles.
  2. Apply cos(alpha + beta) = cos alpha cos beta - sin alpha sin beta with alpha = 45, beta = 30.
  3. Substitute the known values: cos 75 = (sqrt 2 / 2)(sqrt 3 / 2) - (sqrt 2 / 2)(1/2).
  4. Simplify to cos 75 = (sqrt 6 - sqrt 2) / 4, an exact value no calculator was needed to find — the identity did the work.

A New Address System: Polar Coordinates

Everything so far has lived on the Cartesian plane, where you name a point by how far right and how far up it is: the ordered pair (x, y). That is a fine address system, but it was built for grids and straight streets, and it makes circles awkward. Polar coordinates offer a different address: name a point by how far it is from the origin and in which direction. The distance is r (a radius), the direction is an angle theta measured from the positive x-axis, and the point's address is (r, theta).

The bridge between the two systems is built entirely from the trigonometry you already own — it is the unit circle scaled up to radius r. A point at distance r and angle theta sits at horizontal position x = r cos theta and vertical position y = r sin theta; those two equations convert polar to Cartesian. Going back the other way, the distance is r = sqrt(x^2 + y^2) (the distance formula, which is Pythagoras yet again) and the direction is theta = arctan(y/x), with care taken about which quadrant the point is in. The same Pythagorean theorem that gave us the core identity now stitches the two coordinate systems together.

Why Polar Is Worth It: Curves That Want to Spin

The payoff is that shapes built around a centre become breathtakingly simple. In Cartesian coordinates a circle of radius a centred at the origin is x^2 + y^2 = a^2 — passable, but it carries two variables tangled in squares. In polar coordinates that same circle is just r = a: every point at distance a, in every direction, for the whole sweep of theta. One letter equals one number. The grid-based address strained against the circle; the angle-based address fits it like a glove, because a circle is the set of points at one fixed distance — which is precisely what r = a says out loud.

Once r is allowed to depend on theta, a whole garden of polar curves blooms that would be monstrous in x and y. Let r grow steadily with the angle, r = theta, and the point spirals outward like a coiled rope (the spiral of Archimedes). Let r = 1 + cos theta and you trace a heart-shaped cardioid; let r = cos(3 theta) and out comes a perfect three-petalled rose, the petal count locked to the number inside the cosine. These polar curves are not curiosities — orbits, antenna patterns, and spiral galaxies all speak this language, because nature so often organises itself around a centre rather than a grid.

Step back and see the whole rung in one frame. You began with SOHCAHTOA and three ratios trapped inside a right triangle; the unit circle freed those ratios to spin through every angle; radians gave the angle its natural measure; the laws of sines and cosines stretched the ratios to triangles with no right angle at all. Now identities and periodicity reveal the deep structure binding the functions, and polar coordinates turn that structure into a new way of mapping the plane. Trigonometry started as a tool for measuring triangles, and it has quietly become the mathematics of everything that turns, waves, and repeats.