Sine, Cosine, and Tangent

You Already Know Two of Them

From the unit circle: any point P at angle θ\theta has coordinates (cosθ,sinθ)(\cos \theta, \sin \theta).

  • The x-coordinate is cosine
  • The y-coordinate is sine

That’s the definition. But where does it come from?


The Right Triangle Connection

Drop a line from P to the x-axis. You get a right triangle:

  • Hypotenuse = 1 (the radius)
  • Adjacent side (along x-axis) = cosθ\cos \theta
  • Opposite side (vertical) = sinθ\sin \theta

From any right triangle, not just the unit circle:

sinθ=oppositehypotenuse\sin \theta = \frac{\text{opposite}}{\text{hypotenuse}}

cosθ=adjacenthypotenuse\cos \theta = \frac{\text{adjacent}}{\text{hypotenuse}}

On the unit circle the hypotenuse is 1, so these simplify to just “opposite” and “adjacent”.


Tangent

The third trig function. It’s defined as:

tanθ=sinθcosθ\tan \theta = \frac{\sin \theta}{\cos \theta}

Or from the triangle:

tanθ=oppositeadjacent\tan \theta = \frac{\text{opposite}}{\text{adjacent}}


What Does Tangent Mean Geometrically?

sinθ\sin \theta over cosθ\cos \theta is the same as yy over xx, which is rise over run.

Tangent is the slope of the terminal side.

But there’s more. Draw a vertical line at the right edge of the unit circle, at x=1x = 1. This line is tangent to the circle. Extend the terminal side until it hits this line.

The length of that segment on the vertical line is tanθ\tan \theta. That’s where the name comes from.


When Tangent Breaks

At θ=90°\theta = 90°, the terminal side points straight up. It never hits the vertical tangent line, they’re parallel.

Algebraically: cos90°=0\cos 90° = 0, and tanθ=sinθ/cosθ\tan \theta = \sin \theta / \cos \theta. Dividing by zero is undefined.

The same happens at 270°270°, and at any angle where the terminal side is vertical.


The Three Functions Together

FunctionFormulaTriangle ratioUnit circle meaning
sinθ\sin \thetaopposite / hypotenusey-coordinate
cosθ\cos \thetaadjacent / hypotenusex-coordinate
tanθ\tan \thetasinθcosθ\frac{\sin \theta}{\cos \theta}opposite / adjacentslope of terminal side

The Pythagorean Identity

Every point on the unit circle satisfies x2+y2=1x^2 + y^2 = 1.

Since x=cosθx = \cos \theta and y=sinθy = \sin \theta:

cos2θ+sin2θ=1\cos^2 \theta + \sin^2 \theta = 1

This is always true, for any angle. It connects sine and cosine and will show up everywhere.