Trigonometry Basics- A Beginner's Guide
What Trigonometry Actually Is
Trigonometry is the study of triangles. Specifically, it deals with the relationships between the angles and sides of triangles. That's it. No fancy definitions, no mystical applications—just geometry that helps you measure things you can't reach.
You use it in construction, engineering, physics, astronomy, video game graphics, and GPS systems. If you've ever wondered how your phone knows your exact location, trigonometry is the answer.
The Three Basic Trig Functions
Every triangle has three sides and three angles. Pick any angle that's not 90 degrees, and you have three ratios to work with:
Sine (sin)
The ratio of the opposite side to the hypotenuse.
Think of it as: "opposite over hypotenuse." If you have a right triangle and you're looking at one of the non-right angles, the side across from it is opposite. The longest side is always the hypotenuse.
Cosine (cos)
The ratio of the adjacent side to the hypotenuse.
"Adjacent" means the side next to your angle—but not the hypotenuse. So adjacent over hypotenuse.
Tangent (tan)
The ratio of the opposite side to the adjacent side.
You can also get tangent by dividing sine by cosine. Some people find that easier to remember.
A Memory Trick That Actually Works
Use SOH CAH TOA:
- Sine = Opposite / Hypotenuse
- Cosine = Adjacent / Hypotenuse
- Tangent = Opposite / Adjacent
The Unit Circle
The unit circle is a circle with a radius of exactly 1, centered at the origin of a coordinate plane. It makes trig calculations cleaner because the hypotenuse is always 1.
Every point on this circle has coordinates (cos θ, sin θ), where θ is the angle measured from the positive x-axis. This connects trig functions directly to coordinates on a graph.
Once you understand the unit circle, you can find the sine and cosine of any angle—not just the ones in right triangles. That's why it matters.
Common Trig Values You Need to Know
Memorize these angles and their values. You'll use them constantly:
| Angle | sin | cos | tan |
|---|---|---|---|
| 0° | 0 | 1 | 0 |
| 30° | 1/2 | √3/2 | 1/√3 |
| 45° | √2/2 | √2/2 | 1 |
| 60° | √3/2 | 1/2 | √3 |
| 90° | 1 | 0 | undefined |
These values repeat in each quadrant of the unit circle. Once you know the first quadrant, you can figure out the rest by checking whether sine, cosine, and tangent are positive or negative in each quadrant.
Reciprocal Functions
Three more functions exist because mathematicians like options. They're reciprocals of the main three:
- Cosecant (csc) = 1 / sin = hypotenuse / opposite
- Secant (sec) = 1 / cos = hypotenuse / adjacent
- Tangent (cot) = 1 / tan = adjacent / opposite
You won't use these as often, but they show up in calculus and advanced problems. Know they exist.
How To: Solve a Basic Trigonometry Problem
Here's the process for any right triangle problem:
Step 1: Identify What You Know
Write down the angle you're working with (or find it from given sides). Label the opposite, adjacent, and hypotenuse relative to that angle.
Step 2: Choose the Right Function
If you know the angle and need a side:
- Need opposite? Use sine.
- Need adjacent? Use cosine.
- Need hypotenuse? Use either sine or cosine, then solve.
Step 3: Set Up Your Equation
Example: You have a right triangle. The angle is 30°. The hypotenuse is 10. Find the opposite side.
sin(30°) = opposite / 10
sin(30°) = 0.5
0.5 = opposite / 10
opposite = 5
Step 4: Check Your Work
Does your answer make sense? A 30° angle should have a shorter opposite side than adjacent side. If you got the opposite longer than the hypotenuse, something went wrong.
Inverse Trig Functions
Sometimes you know the ratio and need the angle. That's when you use inverse functions:
- sin⁻¹(x) or arcsin — gives you the angle from a sine value
- cos⁻¹(x) or arccos — gives you the angle from a cosine value
- tan⁻¹(x) or arctan — gives you the angle from a tangent value
Your calculator has these. Look for "sin⁻¹", "cos⁻¹", and "tan⁻¹" buttons, usually accessed by pressing "2nd" or a similar shift key first.
Pythagorean Theorem Connection
In any right triangle:
a² + b² = c²
This is the relationship between the three sides. The hypotenuse (c) is always opposite the right angle.
This connects to trig because:
sin²θ + cos²θ = 1
This is called a Pythagorean identity. It always holds true, and you can rearrange it to solve for one function if you know the other.
Common Mistakes to Avoid
- Confusing which side is which. Opposite is across from your angle. Adjacent is next to your angle but not the hypotenuse. Draw it out if you have to.
- Using the wrong function. SOH CAH TOA only works for right triangles. If you don't have a right angle, you need the law of sines or law of cosines instead.
- Forgetting to check your calculator mode. Most calculators default to degrees, but some use radians. Set it correctly or your answers will be way off.
- Mixing up angles. The angle you're solving for determines which sides are opposite and adjacent. Change the angle, and those labels change too.
When You'll Actually Use This
Trigonometry shows up in real scenarios:
- Calculating roof slopes for construction
- Determining how high a ladder reaches against a wall
- Analyzing forces in physics problems
- Programming 3D graphics and animations
- Navigation and surveying land
You don't need to care about any of this to learn it. But if you go into engineering, architecture, game development, or anything technical, you'll be glad you did.