Engineering Mechanics

Trigonometry Refresher for Engineering Mechanics

Every force problem you have seen so far has quietly used one thing: triangles. Resolving a force into parts, finding an angle, adding vectors, all of it comes back to the sides and angles of a right-angled triangle.

That toolkit is trigonometry, and this lesson is your quick refresher. No heavy theory, just the exact rules you need to handle forces with confidence.

In our recent lessons we used sin, cos, and tan again and again. Here we slow down and make sure those tools are solid, because a shaky grasp of trigonometry is the number one reason students get stuck on mechanics problems.

By the end of this lesson you will be comfortable with sin, cos, and tan, the SOH CAH TOA memory trick, the sine and cosine rules for non-right triangles, and the common angle values worth knowing by heart.

Why Trigonometry Matters in Mechanics

Trigonometry is the study of the relationships between the sides and angles of a triangle.

In mechanics, angles are everywhere. A force pulls at a slant, a ladder leans on a wall, a ramp rises at a gradient. Every one of these is a triangle waiting to be solved.

Trigonometry gives you the bridge between angles and lengths. If you know an angle and one side, you can find the others. That is exactly what you do when you split a slanted force into its horizontal and vertical parts.

So think of trigonometry not as a separate maths topic, but as the calculator behind every force you resolve. Get it right, and the mechanics follows smoothly.

The Right-Angled Triangle and Its Sides

Most mechanics trigonometry happens on a right-angled triangle, which is a triangle with one 90 degree corner.

Relative to a chosen angle θ (not the right angle), the three sides have names:

  • The hypotenuse is the longest side, always opposite the right angle.

  • The opposite is the side directly across from the angle θ.

  • The adjacent is the side next to the angle θ (not the hypotenuse).


The Right-Angled Triangle and Its Sides


Which side is "opposite" and which is "adjacent" depends on which angle you are looking at. The hypotenuse never changes, but opposite and adjacent swap if you switch to the other angle. Keeping these straight is half the battle.

The Three Ratios: Sin, Cos, and Tan

Trigonometry connects the angle θ to the ratios of these sides. There are three main ratios:

  • sin θ = opposite / hypotenuse

  • cos θ = adjacent / hypotenuse

  • tan θ = opposite / adjacent

Each ratio is just one side divided by another. Given an angle, these ratios are fixed numbers you can read from a calculator. Given two sides, you can work backward to find the angle.

The classic way to remember them is SOH CAH TOA:

  • SOH: Sin = Opposite / Hypotenuse

  • CAH: Cos = Adjacent / Hypotenuse

  • TOA: Tan = Opposite / Adjacent

Say it out loud a few times. Most engineers keep SOH CAH TOA in their head for life, and it is all you need for resolving forces.

Solved Mini-Example

A right triangle has an angle of 30 degrees, and the hypotenuse is 10. Find the opposite side.

  1. The opposite and hypotenuse are linked by sine (SOH).

  2. sin 30 = opposite / 10

  3. opposite = 10 × sin 30 = 10 × 0.5 = 5

So the opposite side is 5. This is the same maths as resolving a 10 N force at 30 degrees, which is why this refresher matters.

Finding an Angle from Two Sides

Sometimes you know the sides but need the angle. For that, you use the inverse trig functions, written as sin⁻¹, cos⁻¹, and tan⁻¹.

For example, if you know the opposite and adjacent sides, use:

θ = tan⁻¹(opposite / adjacent)

Solved Mini-Example

A force has a horizontal part of 3 and a vertical part of 4. Find the angle it makes with the horizontal.

  1. The vertical is opposite and the horizontal is adjacent, so use tangent.

  2. tan θ = 4 / 3

  3. θ = tan⁻¹(4 / 3), which is about 53 degrees.

This is exactly the step you used when finding a vector's direction in earlier lessons. Same tool, different name.

The Pythagoras Theorem

You have used this one throughout the vector lessons, but it belongs here too. For a right-angled triangle:

hypotenuse² = opposite² + adjacent²

  • The hypotenuse is the longest side.

  • The opposite and adjacent are the other two sides.

This lets you find the third side when you know two. It is the backbone of every vector magnitude formula. For a 3 and 4 triangle, the hypotenuse is √(3² + 4²) = √25 = 5, the famous 3-4-5 triangle.

Common Angles Worth Knowing

You will meet a handful of angles so often that knowing their values by heart saves real time. Here are the key ones:

  • sin 0 = 0, cos 0 = 1, tan 0 = 0

  • sin 30 = 0.5, cos 30 = 0.866, tan 30 = 0.577

  • sin 45 = 0.707, cos 45 = 0.707, tan 45 = 1

  • sin 60 = 0.866, cos 60 = 0.5, tan 60 = 1.732

  • sin 90 = 1, cos 90 = 0, tan 90 = undefined

Two quick patterns help you remember. As the angle grows from 0 to 90, sine rises from 0 to 1, while cosine falls from 1 to 0. And at 45 degrees, sine and cosine are equal, because the triangle is perfectly balanced. Spotting these patterns means you can often check an answer without a calculator.

When Triangles Are Not Right-Angled

Not every mechanics triangle has a 90 degree corner. When you add two forces at an odd angle using the triangle law, the triangle can be any shape. For those, two extra rules step in.

The Sine Rule

The sine rule links each side to the angle opposite it:

a / sin A = b / sin B = c / sin C

  • a, b, c are the three side lengths.

  • A, B, C are the angles opposite those sides.

Use it when you know a side and its opposite angle, plus one more piece, and want to find another side or angle.

The Cosine Rule

The cosine rule finds a side when you know two sides and the angle between them:

c² = a² + b² − 2ab cos C

  • c is the side you want to find.

  • a and b are the two known sides.

  • C is the angle between a and b.

You may recognise this shape. It is the same formula that gave the resultant in the parallelogram law of vector addition. That is no coincidence, because adding two forces is really solving a triangle.

Solved Mini-Example

Two sides of a triangle are 5 and 7, with an angle of 60 degrees between them. Find the third side.

  1. Use the cosine rule: c² = 5² + 7² − 2 × 5 × 7 × cos 60

  2. c² = 25 + 49 − 70 × 0.5 = 74 − 35 = 39

  3. c = √39, which is about 6.24

So the third side is about 6.24. The same method finds the resultant of two forces at 60 degrees.

Where Engineers Use Trigonometry

Trigonometry is woven through all of mechanics and design:

  • Resolving forces: Every slanted force is split into components using sin and cos. This is the daily bread of statics.

  • Structural angles: Trusses, ramps, and braces are analysed with triangle rules, work that flows into tools like FEA with ANSYS.

  • CAD geometry: Angles, tapers, and slopes in tools like Fusion 360 are all trigonometry under the surface.

  • Robotics and motion: Joint angles and reach are calculated with trig, often coded in Python.

Common Mistakes to Avoid

  • Calculator in the wrong mode. Make sure it is set to degrees when your angles are in degrees, not radians. This causes more wrong answers than anything else.

  • Mixing up opposite and adjacent. These swap depending on which angle you use. Always identify θ first.

  • Using SOH CAH TOA on a non-right triangle. Those ratios only work when there is a 90 degree corner. Otherwise use the sine or cosine rule.

  • Forgetting the units. Sides carry length units; angles are in degrees. Keep them consistent.

Frequently Asked Questions

What is trigonometry used for in engineering mechanics? Mainly to resolve forces into components and to solve triangles formed by forces, ramps, and structures. It links angles to side lengths.

What is SOH CAH TOA? A memory trick for the three ratios: Sin = Opposite/Hypotenuse, Cos = Adjacent/Hypotenuse, Tan = Opposite/Adjacent.

When do you use the sine rule and cosine rule? Use them for triangles that are not right-angled. The cosine rule finds a side from two sides and the angle between them; the sine rule links sides to their opposite angles.

How do you find an angle from two sides? Use an inverse function. For opposite and adjacent sides, θ = tan⁻¹(opposite / adjacent).

Why do I keep getting wrong trig answers? The most common cause is the calculator being in radian mode instead of degree mode. Check the mode first.

Key Takeaways

  • Trigonometry links the angles and sides of a triangle, the base of all force resolution.

  • On a right triangle: sin = opp/hyp, cos = adj/hyp, tan = opp/adj (SOH CAH TOA).

  • Find angles with inverse functions like tan⁻¹(opp/adj).

  • The Pythagoras theorem finds the third side of a right triangle.

  • For non-right triangles, use the sine rule and cosine rule.

  • The cosine rule is the same formula as the parallelogram law of vector addition.

Quick Revision Box

  • sin θ = opposite / hypotenuse

  • cos θ = adjacent / hypotenuse

  • tan θ = opposite / adjacent

  • Pythagoras: hyp² = opp² + adj²

  • Sine rule: a/sin A = b/sin B = c/sin C

  • Cosine rule: c² = a² + b² − 2ab cos C

Practice Corner

  1. Write out what SOH CAH TOA stands for.

  2. A right triangle has an angle of 60 degrees and a hypotenuse of 20. Find the opposite side.

  3. Find the angle whose opposite is 5 and adjacent is 12.

  4. What is the value of cos 45?

  5. Two sides of a triangle are 4 and 6 with a 90 degree angle between them. Find the third side.

<details> <summary>Answers</summary>

  1. Sin = Opposite/Hypotenuse, Cos = Adjacent/Hypotenuse, Tan = Opposite/Adjacent.

  2. opposite = 20 × sin 60 = 20 × 0.866 = 17.32.

  3. θ = tan⁻¹(5 / 12), which is about 22.6 degrees.

  4. About 0.707.

  5. Using Pythagoras (or cosine rule with cos 90 = 0): c = √(4² + 6²) = √52, about 7.21.

</details>

Conclusion

Trigonometry is the quiet engine behind every force you resolve and every angle you find. Keep SOH CAH TOA, Pythagoras, and the sine and cosine rules sharp, and the maths side of mechanics stops being a hurdle and becomes a tool you trust.

Want to sharpen these skills? Visit the Mechanical Engineer learning hub at GaugeHow and try the practice questions before the next lesson.

What's Next

Next up: Geometry Basics, where we revisit areas, shapes, and angles that show up when working with beams, sections, and structures.

Internal links: FEA with ANSYS → https://gaugehow.com/course/fea-finite-element-analysis-with-ansys | 3D modelling in Fusion 360 → https://gaugehow.com/course/fusion-360 | Python for Mechanical Engineers → https://gaugehow.com/course/python-for-mechanical-engineers-robotics | Mechanical Engineer Hub → https://gaugehow.com/mech | Practice tests → https://gaugehow.com/practice