GELE Mathematics — Plane and Spherical TrigonometryStudy Notes
Full study notes for Plane and Spherical Trigonometry — built specifically for the GELE 2026. These notes cover every concept, definition, formula, and worked example you need for the Mathematics subtest of the GELE, structured in the order Professional Regulation Commission (PRC) — Board of Geodetic Engineering typically tests them.
Exam context
The Geodetic Engineer Licensure Examination is conducted by Professional Regulation Commission (PRC) — Board of Geodetic Engineering and is scheduled for September 2026. The Mathematics subtest is marked as "Core" in the official pattern, and Plane and Spherical Trigonometry appears in position 2nd of 10 in the GELE Mathematics review rotation. Passing mark: 70% weighted average, no sub-test below 50%. Recent GELE 2026 papers have drawn roughly a meaningful share of questions from this subject.
Plane and Spherical Trigonometry - Study Notes
Trigonometry is fundamental to civil engineering practice. Surveyors use trigonometric functions to measure angles and distances; structural engineers apply them to resolve forces and design members; geotechnical engineers employ them in slope stability analysis. This chapter covers plane trigonometry (functions, identities, and oblique-triangle solutions) and introduces spherical trigonometry used in geodesy and large-scale surveying. The PRC board examination typically includes 2–4 questions testing the law of sines, law of cosines, angle of elevation/depression, and area calculations. Mastery requires not just formula memorization but understanding when and how to apply each tool—and recognizing common pitfalls such as the ambiguous case (SSA) and calculator degree/radian settings.
Summary
Plane and spherical trigonometry form the mathematical foundation for civil engineering practice. Plane trigonometry—covering functions, identities, and oblique-triangle solutions—is essential for force resolution, geometric calculations, and surveying. The law of sines and law of cosines are the primary tools; mastering when to apply each is critical. The ambiguous case (SSA) frequently appears on the PRC board exam and demands careful analysis to determine if 0, 1, or 2 valid triangles exist. Heron's formula provides an elegant area calculation when all three sides are known, but students must remember that s is the **semi-perimeter**, not the full perimeter. Angles of elevation and depression are central to surveying and structural analysis; always measure these angles from the horizontal baseline, not from the slant line. Spherical trigonometry, while less frequently tested, becomes important in large-scale geodetic work where Earth's curvature is significant; the spherical excess formula directly yields the area of a spherical triangle. Common pitfalls include degree/radian confusion, failing to recognize the ambiguous case, confusing the included angle in the law of cosines, and premature rounding of intermediate results. A systematic problem-solving approach—classify the given case, select the appropriate tool, compute step-by-step, and verify using alternate methods—minimizes errors and builds the confidence needed for licensure-level problem-solving. Board examination success in this topic comes from deep understanding of **why** and **when** to apply each formula, combined with careful attention to setup, calculation precision, and final-answer verification.
Sections
In a right triangle with angle θ opposite side a, adjacent side b, and hypotenuse c: • sin θ = a/c (opposite / hypotenuse) • cos θ = b/c (adjacent / hypotenuse) • tan θ = a/b (opposite / adjacent) • cot θ = b/a, sec θ = c/b, csc θ = c/a **Fundamental Pythagorean Identity:** sin²θ + cos²θ = 1 From this, three derived identities follow: 1 + tan²θ = sec²θ 1 + cot²θ = csc²θ tan θ = sin θ / cos θ **Double-Angle Formulas (critical for many board problems):** sin 2θ = 2 sin θ cos θ cos 2θ = cos²θ − sin²θ = 1 − 2 sin²θ = 2 cos²θ − 1 tan 2θ = 2 tan θ / (1 − tan²θ) **Sum and Difference Formulas:** sin(A ± B) = sin A cos B ± cos A sin B cos(A ± B) = cos A cos B ∓ sin A sin B tan(A ± B) = (tan A ± tan B) / (1 ∓ tan A tan B) These identities form the algebraic backbone for simplifying trigonometric expressions and solving equations—essential for structural analysis and force resolution problems in design.
Heading
1. Trigonometric Functions and Fundamental Identities
Examples
Problem
Simplify: sin²30° + cos²30°
Solution
By the Pythagorean identity, sin²θ + cos²θ = 1 for any angle. Therefore, sin²30° + cos²30° = 1. (Numerical check: sin 30° = 0.5, cos 30° = √3/2 ≈ 0.866. Then 0.5² + (0.866)² = 0.25 + 0.75 = 1.0 ✓)
Problem
Find sin 60° using the double-angle formula, given sin 30° = 0.5 and cos 30° = √3/2.
Solution
Use sin 2θ = 2 sin θ cos θ with θ = 30°: sin 60° = sin(2 × 30°) = 2 sin 30° cos 30° = 2 × 0.5 × (√3/2) = √3/2 ≈ 0.866 This matches the known value of sin 60°.
Problem
Resolve a 100 kN force at 35° above horizontal into components. (This is a common civil engineering task.)
Solution
Horizontal component: Fx = 100 cos 35° = 100 × 0.8192 = 81.92 kN Vertical component: Fy = 100 sin 35° = 100 × 0.5736 = 57.36 kN Verification: √(81.92² + 57.36²) = √(6710.69 + 3290.17) = √10000.86 ≈ 100 kN ✓
Problem
Prove that tan θ (1 + cot²θ) = csc θ.
Solution
LHS = tan θ (1 + cot²θ) = tan θ csc²θ = (sin θ / cos θ) × (1 / sin²θ) = 1 / (cos θ sin θ) Alternatively, use 1 + cot²θ = csc²θ, so: LHS = tan θ csc²θ = (sin θ / cos θ) × (1 / sin²θ) = 1 / (cos θ sin θ) Actually, let me recalculate more carefully: LHS = tan θ × csc²θ = (sin θ / cos θ) × (1 / sin²θ) = 1 / (cos θ sin θ) Hmm, that gives 1 / (cos θ sin θ), not csc θ. Let me re-examine: Actually, 1 + cot²θ = csc²θ is correct. tan θ (1 + cot²θ) = tan θ csc²θ = (sin θ / cos θ)(1/sin²θ) = 1/(cos θ sin θ) But csc θ = 1/sin θ. So the identity as stated may need verification. Let me work differently: tan θ (1 + cot²θ) = tan θ + tan θ cot²θ = tan θ + (sin θ / cos θ) × (cos²θ / sin²θ) = tan θ + cos θ / sin θ = (sin²θ + cos²θ)/(sin θ cos θ) = 1/(sin θ cos θ) This is not equal to csc θ = 1/sin θ in general, so the original identity may have been misstated. For board exam purposes, verify any identity given and flag suspicious ones.
Key Points
- The six trigonometric functions are defined as ratios in a right triangle; their reciprocals must be known.
- sin²θ + cos²θ = 1 is the master identity from which others derive.
- Double-angle formulas are frequently tested on the board; practice their application in both forward and reverse directions.
- Sum/difference formulas appear in more complex surveying problems (e.g., finding a bearing angle composed of two component angles).
- Always verify identities and simplifications—algebra errors are the most common cause of incorrect answers.
An **oblique triangle** has no right angle. Three cases arise in solving them: **Case 1: Given two angles and a side (AAS or ASA)** Use the law of sines: a / sin A = b / sin B = c / sin C **Case 2: Given two sides and the included angle (SAS)** Use the law of cosines: c² = a² + b² − 2ab cos C where C is the angle between sides a and b. **Case 3: Given all three sides (SSS)** Use the law of cosines to find one angle, then the law of sines (or law of cosines again) for the others: cos C = (a² + b² − c²) / (2ab) **Case 4: Given two sides and an angle opposite one of them (SSA) — the Ambiguous Case** Use the law of sines. Watch for zero, one, or two solutions depending on the relative sizes of the sides and angle: b sin A / a compared to b: • If b sin A > b, no solution. • If b sin A = b, one solution (right triangle). • If b sin A < b and b < a, two solutions. • If b sin A < b and b ≥ a, one solution. This is a **common board-exam pitfall**: the examiner may ask "how many triangles exist?" or expect you to find both solutions without prompting. **Area Formulas for Oblique Triangles:** Using two sides and included angle: Area = (1/2) ab sin C Using Heron's formula (when all three sides are known): Area = √[s(s−a)(s−b)(s−c)] where s = (a + b + c) / 2 is the **semi-perimeter**. Using one side and all angles: Area = a² sin B sin C / (2 sin A) **Engineering Application:** In surveying, the law of sines and cosines solve for distances and angles from measured data. For example, if you measure a baseline and two angles from its endpoints to a distant point, you use the law of sines to find the distances to that point.
Heading
2. Oblique Triangle Solutions: Law of Sines and Law of Cosines
Examples
Problem
A surveying crew measures a distance of 120 m along a baseline AB. From point A, the angle to a distant tree T is 65°; from point B, the angle to T is 48°. Find the distance from A to T (use law of sines).
Solution
Sketch: baseline AB = 120 m horizontal. Angle TAB = 65° (at A), angle TBA = 48° (at B). The angle at T: angle ATB = 180° − 65° − 48° = 67°. Apply law of sines to triangle ABT: AB / sin(∠ATB) = AT / sin(∠ABT) 120 / sin 67° = AT / sin 48° AT = 120 × sin 48° / sin 67° AT = 120 × 0.7431 / 0.9205 AT = 120 × 0.8073 AT ≈ 96.88 m Distance from A to tree T is approximately 96.88 m.
Problem
Two sides of a triangle are 8 m and 6 m, with an included angle of 60°. Find the third side and the area.
Solution
Let a = 8 m, b = 6 m, C = 60°. **Finding side c** (opposite angle C): c² = a² + b² − 2ab cos C c² = 64 + 36 − 2(8)(6) cos 60° c² = 100 − 96(0.5) c² = 100 − 48 = 52 c = √52 ≈ 7.211 m **Finding area:** Area = (1/2) ab sin C Area = (1/2)(8)(6) sin 60° Area = 24 × (√3/2) Area = 12√3 ≈ 20.78 m² The third side is 7.211 m and the area is 20.78 m².
Problem
A triangle has sides a = 5, b = 7, c = 9. Find all three angles and the area using Heron's formula.
Solution
**Finding angles using law of cosines:** cos A = (b² + c² − a²) / (2bc) = (49 + 81 − 25) / (2×7×9) = 105 / 126 ≈ 0.8333 A = arccos(0.8333) ≈ 33.56° cos B = (a² + c² − b²) / (2ac) = (25 + 81 − 49) / (2×5×9) = 57 / 90 ≈ 0.6333 B = arccos(0.6333) ≈ 50.77° cos C = (a² + b² − c²) / (2ab) = (25 + 49 − 81) / (2×5×7) = −7 / 70 ≈ −0.1 C = arccos(−0.1) ≈ 95.74° Check: 33.56° + 50.77° + 95.74° ≈ 180.07° ✓ (rounding difference) **Finding area using Heron's formula:** s = (a + b + c) / 2 = (5 + 7 + 9) / 2 = 10.5 Area = √[s(s−a)(s−b)(s−c)] = √[10.5 × 5.5 × 3.5 × 1.5] = √[10.5 × 5.5 × 3.5 × 1.5] = √[303.1875] ≈ 17.41 m² Angles: A ≈ 33.56°, B ≈ 50.77°, C ≈ 95.74°; Area ≈ 17.41 m²
Problem
Determine whether the following SSA case has 0, 1, or 2 triangle solutions: a = 5, b = 8, A = 30°.
Solution
In SSA, we have two sides (a and b) and an angle A opposite side a. For a valid triangle to exist, we use the sine rule: a / sin A = b / sin B ⟹ sin B = b sin A / a sin B = 8 × sin 30° / 5 = 8 × 0.5 / 5 = 4/5 = 0.8 Since 0 < sin B < 1, angle B exists. Now: B₁ = arcsin(0.8) ≈ 53.13° B₂ = 180° − 53.13° ≈ 126.87° **For B₁ = 53.13°:** C₁ = 180° − 30° − 53.13° = 96.87° > 0 ✓ (valid) **For B₂ = 126.87°:** C₂ = 180° − 30° − 126.87° = 23.13° > 0 ✓ (valid) **Both are valid: two triangles exist.** This is the ambiguous case at work. A board examiner might ask "find both triangles" or "state whether the configuration is ambiguous."
Problem
An engineer measures a slope angle of 18° from the horizontal. A point on the slope is 50 m away (measured along the slope). What is the vertical rise?
Solution
This is a right-triangle problem (not oblique), but common in civil work. Vertical rise = distance along slope × sin(angle) = 50 × sin 18° = 50 × 0.3090 = 15.45 m The vertical rise is approximately 15.45 m (or about 15.5 m for practical purposes).
Key Points
- Law of sines: a/sin A = b/sin B = c/sin C applies to all oblique triangles.
- Law of cosines: c² = a² + b² − 2ab cos C is essential when you know two sides and the included angle.
- The angle in the law of cosines MUST be the one between the two known sides; a common error is using the wrong angle.
- The ambiguous case (SSA) can yield 0, 1, or 2 valid triangles—always check the discriminant (b sin A vs. a and b).
- Heron's formula requires the semi-perimeter s = (a+b+c)/2, not the full perimeter. A sign error here causes complete failure.
- Area = (1/2)ab sin C is faster than Heron when you know two sides and the included angle.
- For board exams, always round intermediate results to at least 4 decimal places to minimize rounding error in final answers.
In surveying and structural design, **angles of elevation** and **depression** are measured from the horizontal: • **Angle of elevation:** the angle above the horizontal, looking upward at an object. • **Angle of depression:** the angle below the horizontal, looking downward at an object. **Key Property:** By alternate interior angles (parallel lines cut by a transversal), the angle of depression from point A to point B equals the angle of elevation from point B to point A. **Solution Method:** 1. Sketch the scenario, identifying the horizontal baseline and the object. 2. Mark the angle of elevation (or depression) and identify the right triangle formed. 3. Use tan θ = opposite / adjacent (or sin, cos as needed). 4. Solve for the unknown distance or height. **Practical Applications:** • Finding tower or building heights from ground measurements. • Surveying vertical distances in terrain measurement. • Calculating sight distances in roadway design (NSCP 2015 visibility requirements). **Common Pitfall:** Students often confuse the angle measured from horizontal with angles in the triangle itself. Always draw and label carefully.
Heading
3. Angles of Elevation and Depression
Examples
Problem
A vertical tower stands 75 m tall. An observer 100 m away (horizontally) measures the angle of elevation to the top. What is this angle?
Solution
Sketch: Observer on ground, tower at horizontal distance 100 m, tower height 75 m. tan(angle of elevation) = opposite / adjacent = 75 / 100 = 0.75 angle of elevation = arctan(0.75) ≈ 36.87° The angle of elevation is approximately 36.87° (or about 36°52').
Problem
From the top of a 30 m cliff, a sailor observes a boat at sea. The angle of depression to the boat is 20°. How far is the boat from the cliff (measured horizontally)?
Solution
Sketch: Observer at top of cliff (height 30 m), boat at sea level, angle of depression 20°. By alternate interior angles, the angle of elevation from the boat to the cliff top is also 20°. tan(20°) = height / horizontal distance = 30 / d d = 30 / tan(20°) d = 30 / 0.3640 d ≈ 82.41 m The boat is approximately 82.41 m from the base of the cliff (measured horizontally).
Problem
Two observers on the same horizontal ground are 200 m apart. A hot-air balloon is directly above a point midway between them. Observer A measures an angle of elevation of 35° to the balloon; observer B measures 42°. Find the height of the balloon.
Solution
Sketch: Observers A and B are 200 m apart. Balloon is at the midpoint horizontally, so each observer is 100 m away horizontally. Let h = balloon height. From Observer A: tan(35°) = h / 100 ⟹ h = 100 tan(35°) = 100 × 0.7002 ≈ 70.02 m From Observer B: tan(42°) = h / 100 ⟹ h = 100 tan(42°) = 100 × 0.9004 ≈ 90.04 m These don't match, which means the balloon is NOT directly above the midpoint. **Corrected approach:** Let balloon be at horizontal distance x from A and (200 − x) from B. tan(35°) = h / x ⟹ h = x tan(35°) tan(42°) = h / (200 − x) ⟹ h = (200 − x) tan(42°) Set them equal: x tan(35°) = (200 − x) tan(42°) x × 0.7002 = (200 − x) × 0.9004 0.7002x = 180.08 − 0.9004x 0.7002x + 0.9004x = 180.08 1.6006x = 180.08 x ≈ 112.51 m Substitute back: h = 112.51 × tan(35°) = 112.51 × 0.7002 ≈ 78.78 m Verify with observer B: h = (200 − 112.51) × tan(42°) = 87.49 × 0.9004 ≈ 78.77 m ✓ The balloon height is approximately 78.78 m.
Key Points
- The angle of elevation/depression is always measured from the horizontal, not from the slant line.
- In a right triangle formed by the horizontal, the vertical rise, and the line of sight, the angle of elevation/depression becomes one of the acute angles.
- For a person at height h looking at an object at height H > h, the angle of elevation θ satisfies tan θ = (H − h) / d, where d is the horizontal distance.
- For angles of depression, use the same formula but mentally 'flip' to see both the upper observer and lower object.
- Most board problems use either tan (easiest) or sin/cos if distances along slopes are involved.
**Spherical trigonometry** deals with triangles drawn on the surface of a sphere (where the sides are arcs, measured as angles from the sphere's center). This is essential in geodesy (large-scale surveying), astronomy, and navigation. **Key Differences from Plane Trigonometry:** • **Sides are arcs:** The sides of a spherical triangle are measured in angular units (degrees, radians), not linear units. • **Sum of angles ≠ 180°:** In plane geometry, the angles of a triangle sum to 180°. On a sphere, they sum to more than 180°, and the excess is related to the area. • **Spherical excess:** E = A + B + C − 180°, where A, B, C are the triangle's angles (in degrees). **Spherical Law of Sines:** sin a / sin A = sin b / sin B = sin c / sin C where a, b, c are the side lengths (in angular measure) and A, B, C are the opposite angles. **Spherical Law of Cosines (for sides):** cos a = cos b cos c + sin b sin c cos A where a is opposite angle A, and b, c are the adjacent sides. **Spherical Law of Cosines (for angles):** cos A = −cos B cos C + sin B sin C cos a **Area of a Spherical Triangle:** Area = (R² × E) / (180°) where R is the sphere's radius and E is the spherical excess in degrees. (For radians: Area = R² × E_radians.) **When is Spherical Trigonometry Used in Civil Engineering?** • **Geodetic surveying:** When baseline or survey areas are so large (>10 km) that Earth's curvature matters. • **GPS and coordinate transformations:** Modern surveying relies on spherical (or ellipsoidal) coordinates. • **Large engineering projects:** Dams, bridges spanning large distances, and regional infrastructure require spherical corrections to ensure precision. **Note for the Board:** Spherical trig is tested infrequently on the PRC exam, but when it appears, it is usually a 1–2 point question asking for the area or a side length. Understanding the excess formula and basic application of the spherical law of sines is sufficient for most board reviews.
Heading
4. Spherical Trigonometry
Examples
Problem
A spherical triangle on a sphere of radius 6 m has angles A = 95°, B = 85°, C = 100°. Find the area.
Solution
**Step 1: Calculate the spherical excess.** E = A + B + C − 180° E = 95° + 85° + 100° − 180° E = 280° − 180° = 100° **Step 2: Apply the area formula.** Area = (R² × E) / 180° Area = (6² × 100°) / 180° Area = (36 × 100) / 180 Area = 3600 / 180 Area = 20 m² The area of the spherical triangle is 20 m².
Problem
On Earth (radius ≈ 6371 km), a spherical triangle has sides a = 10° (angular measure), b = 15°, and included angle C = 60°. Find the angle A using the spherical law of cosines, then find the area assuming angles A = 70°, B = 72° (rounded).
Solution
**Step 1: Use the spherical law of cosines to find angle A.** cos a = cos b cos c + sin b sin c cos A Wait, we need side c, not angle A. Let me re-approach: We know a = 10°, b = 15°, C = 60°. To find angle A, use: cos A = (−cos B cos C + sin B sin C cos a) — but we don't know B yet. Alternatively, use the spherical law of cosines for sides: cos c = cos a cos b + sin a sin b cos C cos c = cos(10°) cos(15°) + sin(10°) sin(15°) cos(60°) cos c = 0.9848 × 0.9659 + 0.1736 × 0.2588 × 0.5 cos c = 0.9518 + 0.0224 cos c = 0.9742 c = arccos(0.9742) ≈ 12.99° ≈ 13° **Step 2: Find the other angles using the spherical law of sines.** sin A / sin a = sin C / sin c sin A = sin a × sin C / sin c sin A = sin(10°) × sin(60°) / sin(13°) sin A = 0.1736 × 0.8660 / 0.2250 sin A = 0.1503 / 0.2250 ≈ 0.668 A = arcsin(0.668) ≈ 41.9° Similarly, find B: sin B / sin b = sin C / sin c sin B = sin(15°) × sin(60°) / sin(13°) sin B = 0.2588 × 0.8660 / 0.2250 sin B = 0.2240 / 0.2250 ≈ 0.996 B = arcsin(0.996) ≈ 85.2° **Step 3: Find the area.** E = A + B + C − 180° = 41.9° + 85.2° + 60° − 180° = 7.1° Area = (R² × E in radians) × conversion to square km E in radians = 7.1° × (π/180°) ≈ 0.124 rad Area = (6371)² × 0.124 ≈ 5.03 × 10⁶ km² This is a large regional area (roughly the size of a large country), which makes sense for a 10° × 15° triangle on Earth's surface.
Problem
On a small sphere of radius 2 m, a spherical triangle has sides a = 30°, b = 45°, c = 40°. Verify that this is a valid spherical triangle (angles sum > 180°) and estimate the excess.
Solution
For a spherical triangle with known sides, use the spherical law of cosines to find angles: cos A = (cos a − cos b cos c) / (sin b sin c) cos A = (cos 30° − cos 45° cos 40°) / (sin 45° sin 40°) cos A = (0.8660 − 0.7071 × 0.7660) / (0.7071 × 0.6428) cos A = (0.8660 − 0.5419) / 0.4547 cos A = 0.3241 / 0.4547 ≈ 0.7128 A ≈ arccos(0.7128) ≈ 44.4° cos B = (cos b − cos a cos c) / (sin a sin c) cos B = (cos 45° − cos 30° cos 40°) / (sin 30° sin 40°) cos B = (0.7071 − 0.8660 × 0.7660) / (0.5 × 0.6428) cos B = (0.7071 − 0.6637) / 0.3214 cos B = 0.0434 / 0.3214 ≈ 0.135 B ≈ arccos(0.135) ≈ 82.2° cos C = (cos c − cos a cos b) / (sin a sin b) cos C = (cos 40° − cos 30° cos 45°) / (sin 30° sin 45°) cos C = (0.7660 − 0.8660 × 0.7071) / (0.5 × 0.7071) cos C = (0.7660 − 0.6124) / 0.3536 cos C = 0.1536 / 0.3536 ≈ 0.434 C ≈ arccos(0.434) ≈ 64.3° **Sum of angles:** A + B + C ≈ 44.4° + 82.2° + 64.3° = 190.9° > 180° ✓ (valid spherical triangle) **Spherical excess:** E = 190.9° − 180° = 10.9° **Area:** Area = (2² × 10.9°) / 180° = (4 × 10.9) / 180 ≈ 0.242 m² This is a small triangular region on the 2 m-radius sphere.
Key Points
- Spherical triangles have sides measured as angles (arcs) from the sphere's center, not as linear distances.
- The angle sum of a spherical triangle is always greater than 180°; the excess is E = A + B + C − 180°.
- Spherical excess directly gives area: Area = (R² × E in degrees) / 180°.
- The spherical law of sines and law of cosines are analogous to their plane versions but use different trigonometric arguments.
- For small spheres or very tiny triangles, spherical formulas reduce to plane formulas.
- Board problems usually ask for area or a missing angle; practice these two problem types.
**Pitfall 1: The Ambiguous Case (SSA) Not Recognized** When you know two sides and an angle opposite one of them (SSA), the law of sines can yield two possible angles for the third vertex. Many students find only one solution or forget to check if a second exists. **Strategy:** Always compute sin B = (b sin A) / a. If 0 < sin B < 1, check whether B₁ = arcsin(sin B) and B₂ = 180° − B₁ both yield valid triangles (C > 0 in each case). **Pitfall 2: Degree vs. Radian Mode** A calculator left in radian mode when a problem is given in degrees (or vice versa) produces completely wrong answers. **Strategy:** Write the angle unit explicitly (e.g., 35°, 0.6109 rad). Verify the first calculation: sin(30°) should be 0.5, not 0.5 rad. **Pitfall 3: Confusing Semi-perimeter with Perimeter** Heron's formula uses s = (a + b + c) / 2, not s = a + b + c. Using the full perimeter gives a nonsense result. **Strategy:** Memorize: "s is half the perimeter" or write s = p / 2 before applying Heron's formula. **Pitfall 4: Wrong Angle in Law of Cosines** The law of cosines c² = a² + b² − 2ab cos C requires C to be the **included angle** between a and b. Using a non-included angle is a common error. **Strategy:** Before applying the law of cosines, sketch the triangle and confirm that the angle you're using is opposite the side you're solving for (or vice versa). **Pitfall 5: Rounding Too Early** If you round an intermediate result (e.g., an angle) and then use that rounded value for further calculations, errors accumulate. For a multi-step problem, rounding in the final answer only is best. **Strategy:** Carry at least 4 decimal places through intermediate steps. Round only the final answer as required. **Pitfall 6: Forgetting to Check Triangle Inequality** For any triangle, the sum of any two sides must exceed the third: a + b > c. If the problem or your answer violates this, the triangle doesn't exist. **Strategy:** Always verify that a + b > c, a + c > b, and b + c > a before finalizing your answer. **Pitfall 7: Angle of Elevation/Depression Confusion** Students often measure from the slant line instead of the horizontal, or confuse which angle is which. **Strategy:** Draw the horizontal as a reference line. Mark the angle measured from the horizontal. Identify the right triangle formed and use tan θ = opposite / adjacent from that baseline. **Pitfall 8: Using Law of Sines Without Checking Validity** The law of sines works for any triangle, but if you compute an angle and get sin θ > 1, you've made an arithmetic error (or the given data are inconsistent). **Strategy:** If sin θ ≤ 1, the solution exists. If sin θ > 1, recalculate; an error is present. **Problem-Solving Strategy for Oblique Triangles:** 1. **Classify the case:** Determine whether you have AAS, SAS, SSS, or SSA. 2. **Choose the tool:** AAS/ASA → law of sines; SAS → law of cosines first; SSS → law of cosines; SSA → law of sines with ambiguity check. 3. **Compute systematically:** Find one unknown, then use that to find the next. 4. **Verify:** Check that angles sum to 180° and that the triangle inequality holds. 5. **Calculate area:** Use (1/2)ab sin C if two sides and the included angle are known; use Heron's if all three sides are known. **Board-Exam Time Management:** Trigonometry problems are often multi-part. If stuck on one part, move on and return later. A 2-point problem might have 5–10 minutes available; allocate your time accordingly.
Heading
5. Common Board Exam Pitfalls and Problem-Solving Strategies
Examples
Problem
Given a = 3, b = 5, A = 30°, determine the number of valid triangles (SSA case) and solve each if multiple exist.
Solution
**Step 1: Check the number of solutions.** sin B = (b sin A) / a = (5 × sin 30°) / 3 = (5 × 0.5) / 3 = 2.5 / 3 ≈ 0.8333 Since 0 < sin B < 1, angle B exists. We get two possible angles: B₁ = arcsin(0.8333) ≈ 56.44° B₂ = 180° − 56.44° = 123.56° **For B₁ = 56.44°:** C₁ = 180° − 30° − 56.44° = 93.56° > 0 ✓ (valid triangle 1) **For B₂ = 123.56°:** C₂ = 180° − 30° − 123.56° = 26.44° > 0 ✓ (valid triangle 2) Both are valid: **two triangles exist.** **Step 2: Solve Triangle 1.** Use law of sines: c₁ / sin C₁ = a / sin A c₁ = a sin C₁ / sin A = 3 × sin(93.56°) / sin(30°) c₁ = 3 × 0.9982 / 0.5 ≈ 5.989 Triangle 1: A = 30°, B₁ ≈ 56.44°, C₁ ≈ 93.56°, c₁ ≈ 5.989 **Step 3: Solve Triangle 2.** c₂ / sin C₂ = a / sin A c₂ = 3 × sin(26.44°) / sin(30°) c₂ = 3 × 0.4450 / 0.5 ≈ 2.670 Triangle 2: A = 30°, B₂ ≈ 123.56°, C₂ ≈ 26.44°, c₂ ≈ 2.670 **Conclusion:** Two triangles are possible; side c is either ≈ 5.989 or ≈ 2.670 depending on which triangle applies.
Problem
A surveyor measures a baseline AB = 100 m and angles at A and B of 55° and 63°, respectively, to a distant point P. Calculate the distance AP (use both law of sines and verify with a direct method).
Solution
**Given:** AB = 100 m, angle at A (angle PAB) = 55°, angle at B (angle PBA) = 63°. **Step 1: Find angle at P.** Angle APB = 180° − 55° − 63° = 62° **Step 2: Apply law of sines.** AB / sin(∠APB) = AP / sin(∠ABP) 100 / sin(62°) = AP / sin(63°) AP = 100 × sin(63°) / sin(62°) AP = 100 × 0.8910 / 0.8829 AP ≈ 100.92 m **Verification via law of sines again (finding BP):** BP / sin(∠PAB) = AB / sin(∠APB) BP = 100 × sin(55°) / sin(62°) BP = 100 × 0.8192 / 0.8829 ≈ 92.78 m **Check using law of cosines:** AB² = AP² + BP² − 2(AP)(BP) cos(∠APB) 100² = (100.92)² + (92.78)² − 2(100.92)(92.78) cos(62°) 10000 = 10185.0 + 8608.1 − 18724.3 × 0.4695 10000 ≈ 10185.0 + 8608.1 − 8781.5 10000 ≈ 10011.6 ✓ (close enough, with rounding) **Answer:** Distance AP is approximately **100.92 m**.
Problem
A triangle has sides 7 m, 10 m, and 12 m. Use Heron's formula to find the area, then verify by calculating the area a second way (using law of cosines to find an angle).
Solution
**Step 1: Apply Heron's formula.** s = (7 + 10 + 12) / 2 = 29 / 2 = 14.5 Area = √[s(s−a)(s−b)(s−c)] = √[14.5 × (14.5−7) × (14.5−10) × (14.5−12)] = √[14.5 × 7.5 × 4.5 × 2.5] = √[1222.3438] ≈ 34.96 m² **Step 2: Verify using law of cosines and Area = (1/2)ab sin C.** Find angle C opposite side c = 12: cos C = (a² + b² − c²) / (2ab) = (49 + 100 − 144) / (2 × 7 × 10) cos C = 5 / 140 = 1/28 ≈ 0.0357 C = arccos(0.0357) ≈ 87.95° sin C ≈ sin(87.95°) ≈ 0.9994 Area = (1/2) × 7 × 10 × sin(87.95°) = 35 × 0.9994 ≈ 34.98 m² **Comparison:** Heron gives 34.96 m²; the cosine method gives 34.98 m² (difference due to rounding). Both agree. **Answer:** Area is approximately **34.96 m²** (or 35 m² for engineering practice).
Key Points
- The ambiguous case (SSA) is tested frequently; always check for 0, 1, or 2 solutions.
- Degree/radian confusion is preventable: verify your calculator mode immediately.
- Heron's formula uses the semi-perimeter (half the perimeter), not the full perimeter.
- The angle in the law of cosines must be the included angle; review the given data carefully.
- Carry 4+ decimal places through intermediate calculations; round only the final answer.
- Verify the triangle inequality: a + b > c, a + c > b, b + c > a.
- For angles of elevation/depression, always measure from the horizontal baseline.
- If sin θ > 1 when applying the law of sines, recalculate—an error is present.
Ready to practise for the GELE 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target GELE exam date.