Cosine and Sine- Trigonometric Functions Explained
What Sine and Cosine Actually Are
Forget what your textbook told you. Here's the deal: sine and cosine are just ratios. They're numbers that describe the relationship between the sides of a right triangle and its angles. That's it. No magic, no mystery.
Specifically:
- Sine (sin) = opposite side ÷ hypotenuse
- Cosine (cos) = adjacent side ÷ hypotenuse
These ratios stay the same for any right triangle that has the same angle. That's why they're useful. You find one angle, you know the ratio, you can solve for missing sides.
The Unit Circle Method
Most people learn the triangle method first. It's fine for right triangles. But it breaks down when you need angles over 90° or negative angles. The unit circle fixes that.
Draw a circle with radius 1, centered at the origin. Pick any angle θ. Draw a line from the center at that angle. The line hits the circle at some point (x, y). Here's the payoff:
- x = cos(θ)
- y = sin(θ)
That's the unit circle definition. Cosine gives you the x-coordinate, sine gives you the y-coordinate. This works for any angle—positive, negative, huge, whatever. The triangle method only handles 0° to 90°.
The Identity You Must Memorize
There's one equation that ties sine and cosine together forever:
sin²θ + cos²θ = 1
This is called the Pythagorean Identity. It comes straight from the unit circle (x² + y² = 1, remember?). You'll use this constantly when solving trig problems.
Two useful variations:
- sin²θ = 1 - cos²θ
- cos²θ = 1 - sin²θ
The Key Values Table
Stop looking these up every time. Memorize the common angles in the first quadrant:
| Angle (θ) | sin(θ) | cos(θ) |
|---|---|---|
| 0° | 0 | 1 |
| 30° (π/6) | 1/2 | √3/2 |
| 45° (π/4) | √2/2 | √2/2 |
| 60° (π/3) | √3/2 | 1/2 |
| 90° (π/2) | 1 | 0 |
The rest of the unit circle just repeats these values with sign changes. Quadrant II? Sine stays positive, cosine goes negative. Quadrant III? Both negative. Quadrant IV? Sine negative, cosine positive.
What the Graphs Look Like
Both sine and cosine produce wave patterns. They're periodic, meaning they repeat forever.
sin(θ) graph: Starts at 0, rises to 1 at 90°, drops to 0 at 180°, falls to -1 at 270°, returns to 0 at 360°. Then it repeats.
cos(θ) graph: Starts at 1, drops to 0 at 90°, falls to -1 at 180°, rises to 0 at 270°, returns to 1 at 360°. Same wave, just shifted.
Cosine is literally just sine shifted 90° to the left. That's why it's called a phase shift.
Both functions max out at 1 and bottom out at -1. That range applies everywhere on the unit circle.
Phase Shift and Amplitude
Real trig isn't just sin(θ). You get coefficients that change the graph:
- y = A·sin(θ): A changes the amplitude. If A = 2, the wave goes from -2 to +2 instead of -1 to +1.
- y = sin(θ - φ): φ shifts the wave horizontally. Positive φ shifts right, negative shifts left.
- y = sin(θ) + D: D shifts the wave vertically.
General form: y = A·sin(Bθ - C) + D. Each coefficient does one specific thing. Break it down that way.
How to Actually Calculate Sine and Cosine
Here's the practical part:
Method 1: Scientific Calculator
Most calculators have sin and cos buttons. Make sure you're in the right mode:
- DEG mode: Use for degrees (0° to 360°)
- RAD mode: Use for radians (0 to 2π)
Mix these up and your answers will be wildly wrong. Check before you start.
Method 2: Right Triangle (for acute angles)
If you know the angle and one side:
- Identify opposite, adjacent, and hypotenuse relative to your angle
- Pick sin or cos based on which sides you know
- Set up the ratio: sin(θ) = opposite/hypotenuse or cos(θ) = adjacent/hypotenuse
- Solve algebraically for the missing side
Method 3: Unit Circle (for any angle)
- Find your angle on the unit circle
- Read the coordinates at that point
- x-coordinate = cosine, y-coordinate = sine
When to Use Sine vs. Cosine
Pick based on what information you have:
- Use sine when you know the angle and the hypotenuse, or when you need the vertical component
- Use cosine when you need the horizontal component, or when the adjacent side is the known value
In real-world problems like physics or engineering, sine usually handles "up/down" or "rise" components. Cosine handles "left/right" or "run" components. The angle typically measures from the horizontal baseline.
Common Mistakes That Waste Time
- Wrong calculator mode: Degrees vs radians. This is the #1 error. Always verify first.
- Wrong angle reference: Make sure your angle is measured from the correct baseline in your diagram.
- Confusing sine and cosine: Check which side is opposite vs adjacent to your specific angle. That changes depending on which angle you're using.
- Forgetting the identity: sin²θ + cos²θ = 1. Use it to find one value if you know the other.
Inverse Functions: arcsin and arccos
If you know the ratio and need the angle, use inverse functions:
- arcsin(x) or sin⁻¹(x): gives you the angle whose sine equals x
- arccos(x) or cos⁻¹(x): gives you the angle whose cosine equals x
Be careful: sin⁻¹(x) is not the same as csc(x). It's a completely different operation.
Where You'll Actually Use This
Trigonometry shows up in:
- Physics: Breaking vectors into components, analyzing waves, circular motion
- Engineering: Signal processing, structural analysis, alternating current circuits
- Computer graphics: Rotation, animation, 3D projection
- Navigation: GPS uses these calculations constantly
- Architecture: Angles, slopes, structural loads
If you're going into any STEM field, sine and cosine will follow you. The basics here apply everywhere.
Quick Reference Summary
- sin(θ) = opposite ÷ hypotenuse
- cos(θ) = adjacent ÷ hypotenuse
- On the unit circle: x = cos(θ), y = sin(θ)
- sin²θ + cos²θ = 1 always
- Both functions range from -1 to +1
- Both are periodic with period 2π (360°)
- Cosine is sine shifted by 90°
That's sine and cosine. Two ratios, one identity, a handful of values to memorize, and a graph that repeats forever. The rest is practice.