Sine and Cosine- Trigonometric Functions Explained
What Are Sine and Cosine?
Sine and cosine are trigonometric functions that describe the relationship between the angles and sides of a right triangle. They show up everywhere—in physics, engineering, computer graphics, and even music theory.
Here's the blunt truth: if you can't work with sine and cosine, you're going to struggle with anything involving waves, circles, or angles. Period.
The Unit Circle: Your Best Friend
Forget memorizing endless tables. The unit circle is the key to understanding sine and cosine.
It's a circle with a radius of 1, centered at the origin of a coordinate plane. Every point on this circle has coordinates (cos θ, sin θ) where θ is the angle from the positive x-axis.
That's it. Cosine gives you the x-coordinate. Sine gives you the y-coordinate.
SOH CAH TOA: The Mnemonic That Actually Works
For a right triangle with an angle θ:
- SOH: Sine = Opposite / Hypotenuse
- CAH: Cosine = Adjacent / Hypotenuse
- TOA: Tangent = Opposite / Adjacent
Use this when you're working with actual triangles. Use the unit circle when you're dealing with angles beyond 90° or negative values.
Key Sine and Cosine Values You Need to Know
These values come up constantly. Memorize them:
| Angle | sin θ | cos θ |
|---|---|---|
| 0° | 0 | 1 |
| 30° | 1/2 | √3/2 |
| 45° | √2/2 | √2/2 |
| 60° | √3/2 | 1/2 |
| 90° | 1 | 0 |
All other angles follow from these. The functions repeat every 360°—that's called the period.
The Graphs: What They Actually Look Like
Sine graph: Starts at 0, rises to 1 at 90°, drops to 0 at 180°, falls to -1 at 270°, returns to 0 at 360°.
Cosine graph: Starts at 1, drops to 0 at 90°, falls to -1 at 180°, rises to 0 at 270°, returns to 1 at 360°.
Both graphs are wave functions. They oscillate between -1 and 1 forever if you let them.
Amplitude and Period
The amplitude is how tall the wave is. For basic sin(x) and cos(x), amplitude is 1.
The period is how long it takes to complete one full cycle. For basic sin(x) and cos(x), the period is 2π (or 360°).
Multiply the input by 2 and the period halves. Multiply the output and the amplitude doubles. Simple.
How to Calculate Sine and Cosine (Practical)
Using a calculator:
- Make sure your calculator is in the correct mode (DEG or RAD)
- Press SIN or COS, then enter your angle
- Get your answer
By hand:
- Draw the angle on the unit circle
- Find the x-coordinate → that's cosine
- Find the y-coordinate → that's sine
Using the Pythagorean identity:
sin²θ + cos²θ = 1
This is useful when you know one value and need the other. Just solve for what you need.
Real Applications
Here's where sine and cosine actually matter:
- Sound waves: Audio signals are modeled with sine waves
- Light waves: Electromagnetic radiation uses sinusoidal patterns
- Architecture: Calculating roof slopes and structural loads
- GPS and navigation: Triangulation depends on trig functions
- Game development: Rotating objects, simulating movement
- Signal processing: Fourier transforms break signals into sine and cosine components
Common Mistakes to Avoid
- Confusing degrees with radians. 180° = π radians. Most math uses radians.
- Forgetting that sine and cosine values are always between -1 and 1
- Using the wrong triangle side (adjacent vs opposite) when applying SOH CAH TOA
- Not checking your calculator mode before exams
Getting Started: Your First Problem
Problem: Find sin(45°) and cos(45°).
Solution:
- 45° is in the first quadrant where everything is positive
- sin(45°) = √2/2 ≈ 0.707
- cos(45°) = √2/2 ≈ 0.707
Problem: If sin θ = 3/5, find cos θ.
Solution:
- Use sin²θ + cos²θ = 1
- (3/5)² + cos²θ = 1
- 9/25 + cos²θ = 1
- cos²θ = 16/25
- cos θ = 4/5 or -4/5 (depends on which quadrant θ is in)
Bottom Line
Sine and cosine are not complicated. They're ratios that describe angles and circles. The unit circle makes everything visual. SOH CAH TOA handles triangles. The graphs show waves. Once you see how these pieces connect, trig stops being abstract and starts making sense.