Skip to main content
Misconception BusterGELE · MathematicsReal content

GELE MathematicsPlane and Spherical TrigonometryMisconception Buster

Misconception buster for Plane and Spherical Trigonometry. Every concept has a shadow — the subtly wrong version that looks right on first glance. Professional Regulation Commission (PRC) — Board of Geodetic Engineering builds GELE questions around those shadows. This page shows you the truth behind the traps.

Exam context

On the GELE 2026, the Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Plane and Spherical Trigonometry lands at position 2nd out of 10 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Mathematics on a typical GELE paper.

Plane and Spherical Trigonometry - Misconception Buster

Trigonometry is one of the most heavily tested topics in the PRC Civil Engineer Licensure Examination, appearing in both the Mathematics and Engineering Sciences portions. Despite its foundational importance in surveying, structural analysis, and force resolution, it is also one of the richest sources of avoidable errors. Board exam statistics consistently show that examinees lose marks not because they lack knowledge, but because they hold subtle misconceptions that produce confidently wrong answers. This guide identifies the 10 most dangerous misconceptions in plane and spherical trigonometry — ranked from most exam-critical to least — and equips you with trap questions that mirror actual board exam item styles. Study each misconception carefully: the goal is not just to know the right answer, but to understand exactly why the wrong answer feels right so you can defeat that intuition under exam pressure.

Summary

Mastering trigonometry for the PRC Civil Engineer Licensure Examination requires not just knowing the formulas, but knowing WHERE the exam is designed to catch you. The ten misconceptions in this guide represent the most frequently exploited weaknesses in board exam items. Remember these key defenses: (1) ALWAYS verify your calculator is in DEG mode before starting — press sin 90, expect 1. (2) SSA is the AMBIGUOUS CASE — always check for two possible triangles by computing both arcsin(x) and 180° − arcsin(x). (3) In Heron's formula, s = (a+b+c)/2, the SEMI-perimeter — divide by 2. (4) The Law of Cosines applies to SAS regardless of angle size; the Law of Sines requires angle-opposite-side pairing. (5) sin(A+B) ≠ sin A + sin B; cos(2θ) ≠ 2 cos θ — trigonometric functions are non-linear. (6) Angles of elevation and depression are measured from the HORIZONTAL. (7) Spherical triangles have angle sums exceeding 180°; use E = (A+B+C) − 180° for spherical excess. (8) arcsin returns values in [−90°, 90°] only — always check the supplementary angle in triangle problems. Review each misconception's trap question until you can immediately identify both the wrong reasoning and the correct approach. That mental agility — spotting the trap before falling into it — is what separates board passers from repeaters.

Misconceptions

In the ambiguous case (SSA), there is always exactly one valid triangle.

Tags

  • ambiguous_case
  • law_of_sines
  • critical_error
  • two_solutions

Topic

Oblique Triangles — Ambiguous Case (SSA)

Severity

critical

Exam Impact

Board exam SSA problems often list answer choices for side or angle values from both possible triangles. Students who assume one solution pick the first answer and miss the question entirely, or fail to identify the second valid configuration when specifically asked.

The Reality

SSA (two sides and the angle opposite one of them) is the AMBIGUOUS CASE. The number of valid triangles can be 0, 1, or 2 depending on the relationship between the given sides and the given angle. Specifically: if a < b sin A → no triangle; if a = b sin A → exactly one (right triangle); if b sin A < a < b → two triangles; if a ≥ b → one triangle. Always check all cases before concluding.

Trap Question

Question

A triangle has a = 9 m, b = 12 m, and A = 40°. How many triangles are possible, and what are the possible values of angle B?

Explanation

Since b sin A = 12 × 0.6428 = 7.71 < a = 9 < b = 12, the ambiguous case applies and two triangles exist. The law of sines gives sin B = (12 sin 40°)/9 = 0.857, and arcsin(0.857) has two solutions in [0°, 180°]: 59.0° and 121.0°. Both must be checked against the triangle angle-sum rule.

Wrong Answer

B = arcsin(12 sin 40°/9) = arcsin(0.857) = 59.0°. One triangle, B = 59.0°.

Correct Answer

Two triangles are possible: B₁ = 59.0° and B₂ = 121.0°. Both are valid because A + B₂ = 40° + 121.0° = 161.0° < 180°.

Misconception Id

M1

Correct Vs Incorrect

Correct Approach

sin B = 0.7143 yields B₁ = 45.6° OR B₂ = 180° − 45.6° = 134.4°. Check B₂: A + B₂ = 30° + 134.4° = 164.4° < 180° ✓ — valid! So TWO triangles exist. Triangle 1: C₁ = 180° − 30° − 45.6° = 104.4°; Triangle 2: C₂ = 180° − 30° − 134.4° = 15.6°. Both must be solved and reported.

Incorrect Approach

Given a = 7, b = 10, A = 30°. Student applies law of sines: sin B = (10 × sin 30°)/7 = (10 × 0.5)/7 = 0.7143. B = arcsin(0.7143) = 45.6°. Student concludes B = 45.6° and moves on — ONE triangle assumed.

Why Students Believe It

Students are taught that given three pieces of information about a triangle, a unique triangle is determined. They extrapolate this to SSA without realizing that SSA is the one exception. The law of sines gives sin B = (b sin A)/a, and since sine is positive in both Q1 and Q2, two different angles (B and 180° − B) can satisfy the equation, potentially yielding two valid triangles.

The Law of Cosines formula c² = a² + b² − 2ab cos C requires C to be the largest angle.

Tags

  • law_of_cosines
  • formula_misapplication
  • angle_pairing
  • common_error

Topic

Oblique Triangles — Law of Cosines

Severity

critical

Exam Impact

When students incorrectly identify which angle is 'the one to use,' they may apply the formula with the wrong angle-side pairing, getting a completely wrong value. Board problems sometimes give the triangle with a small included angle specifically to test whether students apply the formula correctly regardless of angle size.

The Reality

The Law of Cosines c² = a² + b² − 2ab cos C is valid for ANY angle C in a triangle — acute, obtuse, or right — as long as c is the side OPPOSITE to angle C. The formula is symmetric in its structure: you can write it for any side. The critical rule is that C must be the angle INCLUDED between sides a and b (i.e., c is opposite C). There is NO restriction that C be the largest angle.

Trap Question

Question

In triangle ABC, a = 6 m, b = 8 m, and the included angle C = 25°. What is side c?

Explanation

The law of cosines applies for ANY included angle. C = 25° is perfectly valid. The formula c² = a² + b² − 2ab cos C directly gives c when C is the angle between sides a and b. No preliminary steps are needed.

Wrong Answer

C is too small to use the law of cosines directly. I need to find the other angles first.

Correct Answer

c² = 6² + 8² − 2(6)(8) cos 25° = 36 + 64 − 96(0.9063) = 100 − 87.01 = 12.99. c = √12.99 = 3.60 m.

Misconception Id

M2

Correct Vs Incorrect

Correct Approach

c² = a² + b² − 2ab cos C = 5² + 7² − 2(5)(7) cos 35° = 25 + 49 − 70(0.8192) = 74 − 57.34 = 16.66. c = √16.66 = 4.08 m. The formula works perfectly with the given small angle C = 35° as long as c is the side opposite C.

Incorrect Approach

Triangle with a = 5, b = 7, C = 35° (small angle). Student hesitates: 'C is small, so I should use the largest angle instead.' Student identifies the largest angle as B (opposite b = 7) and writes an incorrect setup mixing up sides and angles.

Why Students Believe It

Students misremember the Pythagorean theorem context where C = 90° makes the term 2ab cos C vanish. They also confuse a rule of thumb ('use law of cosines for large angles') with a restriction, incorrectly believing C must be the largest angle for the formula to be valid.

s in Heron's formula is the full perimeter: s = a + b + c.

Tags

  • heron_formula
  • semi_perimeter
  • formula_confusion
  • arithmetic_error

Topic

Triangle Area — Heron's Formula

Severity

critical

Exam Impact

Heron's formula is a frequent board exam item. Using s = a + b + c instead of s = (a+b+c)/2 causes an error in every term inside the radical, making the computed area roughly 2–3 times the correct value. The wrong answer typically matches one of the distractors in the multiple-choice options.

The Reality

In Heron's formula, s is the SEMI-perimeter: s = (a + b + c)/2. The area is A = √[s(s−a)(s−b)(s−c)]. Using the full perimeter instead of the semi-perimeter produces a massively inflated (and wrong) area. This is one of the most common computational errors in PRC board problems on triangle area.

Trap Question

Question

A triangular lot has sides of 13 m, 14 m, and 15 m. Using Heron's formula, compute its area.

Explanation

s is the SEMI-perimeter = (a+b+c)/2 = 21, not 42. The correct area is exactly 84 m² — a well-known integer result for this 13-14-15 triangle. The wrong approach inflates every factor inside the radical.

Wrong Answer

s = 13 + 14 + 15 = 42. Area = √[42(42−13)(42−14)(42−15)] = √[42(29)(28)(27)] = √920,664 ≈ 959.5 m².

Correct Answer

s = (13+14+15)/2 = 21. Area = √[21(21−13)(21−14)(21−15)] = √[21(8)(7)(6)] = √7056 = 84 m².

Misconception Id

M3

Correct Vs Incorrect

Correct Approach

s = (5 + 7 + 8)/2 = 20/2 = 10. Area = √[10(10−5)(10−7)(10−8)] = √[10(5)(3)(2)] = √300 = 17.32 m². Always divide by 2 first.

Incorrect Approach

Triangle with a = 5, b = 7, c = 8. Wrong: s = 5 + 7 + 8 = 20. Area = √[20(20−5)(20−7)(20−8)] = √[20(15)(13)(12)] = √46800 = 216.3 m². (WRONG — distractor value)

Why Students Believe It

The letter 's' appears in many geometry formulas where it represents the full side length or perimeter. Students who encounter Heron's formula without careful reading assume 's' follows the same convention. The word 'semi-perimeter' is often glossed over during lecture, especially under time pressure.

Calculator is always in the correct angle mode (degrees vs radians), so you don't need to check.

Tags

  • calculator_error
  • degree_vs_radian
  • exam_technique
  • critical_error

Topic

Calculator Usage — Angle Mode

Severity

critical

Exam Impact

This error silently corrupts every trigonometric calculation in the problem. The student follows correct procedure, applies correct formulas, but obtains a numerically wrong answer. Since the method appears sound, the student cannot easily detect the error during exam review.

The Reality

Board exam trigonometry problems are almost always in degrees, but scientific calculators default to or can be accidentally switched to radian mode. sin(30°) = 0.5 in degree mode, but sin(30) in radian mode = sin(30 rad) ≈ −0.988, a completely different value. ALWAYS verify your calculator mode before solving. A quick check: if sin(90°) ≠ 1.000 on your display, you are in radian mode.

Trap Question

Question

A student computes the height of a tower using h = 50 tan(30°) and gets h ≈ −24.7 m. What went wrong?

Explanation

tan(30°) = 0.5774 in degree mode. In radian mode, tan(30) = tan(30 rad) ≈ −6.405, giving a negative, physically meaningless height. Always check: press sin 90 ENTER — if result ≠ 1, switch to DEG mode immediately.

Wrong Answer

The student made an arithmetic error in the multiplication.

Correct Answer

The calculator was in radian mode. tan(30 radians) ≈ −6.405 (not 0.5774). In degree mode: h = 50 × tan(30°) = 50 × 0.5774 = 28.87 m.

Misconception Id

M4

Correct Vs Incorrect

Correct Approach

Calculator in DEG mode. cos(60°) = 0.5000. c² = 64 + 36 − 2(8)(6)(0.5) = 100 − 48 = 52. c = √52 = 7.21 m. Before starting: verify sin(90) = 1 on your calculator.

Incorrect Approach

Calculator accidentally in RAD mode. cos(60°) is entered as cos(60) = cos(60 radians) ≈ −0.9524. Law of cosines: c² = 8² + 6² − 2(8)(6)(−0.9524) = 64 + 36 + 91.43 = 191.43. c = 13.84. (COMPLETELY WRONG)

Why Students Believe It

Students use their calculators daily in degree mode and assume it stays that way. During exams, they may have recently solved a calculus problem requiring radian mode and forgot to switch back. The resulting numerical output looks plausible but is completely wrong.

The Law of Sines can be used whenever you know two sides and one angle (any angle).

Tags

  • law_of_sines
  • law_of_cosines
  • SAS_case
  • formula_selection

Topic

Oblique Triangles — Choosing the Right Law

Severity

major

Exam Impact

Students who attempt law of sines on an SAS triangle set up an equation with two unknowns and cannot solve it. They then either guess or use an incorrect shortcut. Problems that clearly call for law of cosines are missed because students default to law of sines.

The Reality

The Law of Sines a/sin A = b/sin B = c/sin C requires that each side be PAIRED with its OPPOSITE angle. For SAS (two sides + included angle), you CANNOT directly use the law of sines because you don't know any angle that is opposite a known side. You must first use the Law of Cosines to find the third side (or use the area formula), and then apply the law of sines if needed.

Trap Question

Question

Triangle ABC has a = 10 m, c = 7 m, and included angle B = 50°. A student applies the law of sines first: 10/sin A = 7/sin C. Is this correct?

Explanation

The law of sines requires a known angle OPPOSITE a known side. Angle B (50°) is opposite side b, which is unknown. Since B is the INCLUDED angle between sides a and c, this is SAS — law of cosines must be applied first.

Wrong Answer

Yes. We know two sides and an angle, so the law of sines applies.

Correct Answer

No. This is an SAS case (B is between sides a and c). Angle B is not opposite side a or c in the known pairing. Use law of cosines first: b² = 10² + 7² − 2(10)(7)cos50° = 100 + 49 − 89.9 = 59.1; b = 7.69 m. Then apply law of sines.

Misconception Id

M5

Correct Vs Incorrect

Correct Approach

Step 1 (Law of Cosines): c² = 8² + 6² − 2(8)(6)cos60° = 100 − 48 = 52; c = 7.21. Step 2 (now use Law of Sines if needed): sin A/8 = sin 60°/7.21 → A = arcsin(8 × 0.8660/7.21) = arcsin(0.9605) = 73.8°. Then B = 180° − 60° − 73.8° = 46.2°.

Incorrect Approach

Given: a = 8, b = 6, C = 60° (SAS). Wrong attempt: 8/sin A = 6/sin B = c/sin 60°. But A and B are both unknown, and c is unknown too. Student is stuck with three unknowns in the ratio — cannot proceed correctly.

Why Students Believe It

Students memorize 'law of sines for angles and opposite sides' but do not internalize the pairing requirement. When given SAS (two sides and the INCLUDED angle), some students attempt to apply the law of sines directly because they see two sides and one angle, not recognizing that the angle must be OPPOSITE one of the known sides for direct application.

sin(A + B) = sin A + sin B (sine distributes over addition).

Tags

  • sum_formula
  • identity_error
  • distributive_law_misuse
  • conceptual_gap

Topic

Trigonometric Identities — Sum Formulas

Severity

major

Exam Impact

Board problems on simplifying trigonometric expressions, proving identities, or solving equations involving compound angles will all yield wrong answers if this misconception is held. Students confidently simplify sin(A+B) → sin A + sin B and obtain non-equivalent expressions.

The Reality

Trigonometric functions are NOT linear. The correct identity is: sin(A + B) = sin A cos B + cos A sin B. A simple numerical counterexample destroys the misconception: sin(30° + 60°) = sin 90° = 1, but sin 30° + sin 60° = 0.5 + 0.866 = 1.366 ≠ 1. The sum-to-product identities are essential for solving many board exam problems.

Trap Question

Question

If sin A = 3/5 and sin B = 4/5, where A and B are acute angles, find sin(A + B).

Explanation

Sine does not distribute over addition. The sum formula sin(A+B) = sin A cos B + cos A sin B must be used. Note also that the wrong answer of 7/5 > 1 is a physical impossibility for a sine value — always use this as a sanity check.

Wrong Answer

sin(A + B) = sin A + sin B = 3/5 + 4/5 = 7/5 = 1.4. (Impossible — sine cannot exceed 1, which should signal an error.)

Correct Answer

cos A = 4/5, cos B = 3/5 (both acute). sin(A+B) = sin A cos B + cos A sin B = (3/5)(3/5) + (4/5)(4/5) = 9/25 + 16/25 = 25/25 = 1. So A + B = 90°.

Misconception Id

M6

Correct Vs Incorrect

Correct Approach

sin(45° + 45°) = sin 45° cos 45° + cos 45° sin 45° = (0.7071)(0.7071) + (0.7071)(0.7071) = 0.5 + 0.5 = 1.000. Or simply: sin(90°) = 1. The identity gives the correct result.

Incorrect Approach

Simplify sin(45° + 45°). Wrong: sin(45°) + sin(45°) = 0.7071 + 0.7071 = 1.4142. Student says sin 90° = 1.414. (WRONG — sin 90° = 1.000)

Why Students Believe It

Students apply the distributive property of algebra mechanically to trigonometric functions. They are used to f(a + b) = f(a) + f(b) for linear functions f(x) = kx, and incorrectly generalize this to non-linear functions like sine. This is a fundamental algebraic misconception applied to a transcendental context.

The angle of elevation and angle of depression are measured from the vertical (plumb line).

Tags

  • elevation_depression
  • reference_angle
  • applied_trigonometry
  • word_problem_error

Topic

Angle of Elevation and Depression

Severity

major

Exam Impact

Using the wrong reference produces answers where tan is replaced by cot (or sin/cos are swapped), typically yielding the reciprocal of the correct distance or height. In a problem asking for tower height given a 30° angle of elevation at 50 m horizontal distance, the error gives h = 50/tan30° = 86.6 m instead of the correct h = 50 tan30° = 28.87 m.

The Reality

By definition, the angle of elevation is the angle measured UPWARD from the horizontal to the line of sight. The angle of depression is measured DOWNWARD from the horizontal to the line of sight. Both are always referenced to the horizontal plane, NOT the vertical. This directly determines which trigonometric ratio to use: tan(angle) = vertical height / horizontal distance.

Trap Question

Question

From the top of a 40-m building, the angle of depression to a car on the ground is 25°. How far is the car from the base of the building?

Explanation

The angle of depression is measured downward from the horizontal at the observer's eye level. In the right triangle formed, the building height (40 m) is the side opposite the 25° angle, and the horizontal distance d is the adjacent side. Therefore tan(25°) = 40/d.

Wrong Answer

tan 25° = horizontal/40 → No wait, measured from vertical: sin 25° = 40/d → d = 40/sin25° = 94.6 m.

Correct Answer

Angle of depression is from the horizontal. tan(25°) = 40/d (opposite = building height, adjacent = horizontal distance). d = 40/tan(25°) = 40/0.4663 = 85.8 m.

Misconception Id

M7

Correct Vs Incorrect

Correct Approach

Angle of elevation measured from horizontal. In the right triangle: opposite = height (vertical), adjacent = horizontal distance. tan(30°) = height/50. height = 50 × tan(30°) = 50 × 0.5774 = 28.87 m.

Incorrect Approach

Angle of elevation = 30°, horizontal distance = 50 m. Wrong (measuring from vertical): tan(30°) = horizontal/height → height = horizontal/tan(30°) = 50/0.5774 = 86.6 m. (Using complementary angle convention — WRONG)

Why Students Believe It

In structural engineering contexts, students frequently work with angles measured from the vertical (e.g., slope angles in geotechnical work, or zenith angles in surveying). They transpose this convention onto standard trigonometry word problems, where the reference is always the horizontal.

cos 2θ = 2 cos θ (the double-angle factor applies only to the coefficient, not the argument).

Tags

  • double_angle
  • identity_error
  • formula_confusion
  • function_argument

Topic

Trigonometric Identities — Double Angle

Severity

major

Exam Impact

Board problems on simplifying identities, proving equations, or evaluating expressions like cos(2θ) given cos θ = k will all fail. The wrong formula also leads to domain errors since 2 cos θ can exceed 1 (the valid range of cosine), which should trigger an alarm.

The Reality

cos(2θ) ≠ 2 cos θ. The correct double-angle identities are: cos(2θ) = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ. The factor of 2 is inside the argument of cosine, which fundamentally changes the function's value. Numerically: cos(60°) = 0.5, but 2 cos(30°) = 2(0.866) = 1.732 ≠ 0.5. The double-angle formulas are essential for integration, simplification, and solving trig equations.

Trap Question

Question

If cos θ = 5/13, find cos 2θ.

Explanation

The double-angle formula cos(2θ) = 2cos²θ − 1 must be applied. The argument is doubled, not the function value. Note that 10/13 ≈ 0.769 is numerically plausible (within range of cosine) but incorrect — this is what makes this misconception dangerous: the wrong answer does not trigger an obvious error signal.

Wrong Answer

cos 2θ = 2 cos θ = 2(5/13) = 10/13 ≈ 0.769.

Correct Answer

cos 2θ = 2cos²θ − 1 = 2(5/13)² − 1 = 2(25/169) − 1 = 50/169 − 169/169 = −119/169 ≈ −0.704.

Misconception Id

M8

Correct Vs Incorrect

Correct Approach

cos 2θ = 2cos²θ − 1 = 2(0.6)² − 1 = 2(0.36) − 1 = 0.72 − 1 = −0.28. This is physically valid (within [−1,1]). Alternatively: sin θ = √(1−0.36) = 0.8. cos 2θ = cos²θ − sin²θ = 0.36 − 0.64 = −0.28. ✓

Incorrect Approach

Given cos θ = 0.6, find cos 2θ. Wrong: cos 2θ = 2 cos θ = 2(0.6) = 1.2. (WRONG — cosine cannot exceed 1 in magnitude, immediate error signal ignored.)

Why Students Believe It

Students conflate scalar multiplication with the double-angle identity. They see '2θ' and think 'multiply cosine by 2.' This is the same error as thinking that cos(2θ) = 2 cos(θ), analogous to the distributive-property misconception. It reflects a misunderstanding of how function arguments work.

In a spherical triangle, the sum of angles equals 180°, same as a plane triangle.

Tags

  • spherical_trigonometry
  • angle_sum
  • spherical_excess
  • conceptual_gap

Topic

Spherical Trigonometry — Angle Sum and Excess

Severity

major

Exam Impact

PRC board problems on spherical triangles (common in surveying-related items) that ask for spherical excess, missing angles, or area of spherical triangles are completely botched if the student assumes A + B + C = 180°. With that assumption, a single unknown angle problem becomes trivial (and wrong).

The Reality

In a spherical triangle, the sum of interior angles is ALWAYS GREATER than 180°. The spherical excess E = (A + B + C) − 180° is always positive (0° < E < 360°). The area of the spherical triangle is A = πR²E/180° (when E is in degrees). This excess is what makes spherical trigonometry fundamentally different from plane trigonometry and why the law of cosines for spherical triangles involves cos a = cos b cos c + sin b sin c cos A instead of the plane version.

Trap Question

Question

A spherical triangle on a sphere of radius R = 6371 km (Earth's radius) has angles A = 70°, B = 80°, C = 90°. What is the spherical excess and the area of this triangle?

Explanation

Spherical triangles always have angle sums exceeding 180°. The excess E = 60° is perfectly valid. The formula A = πR²E/180° gives the spherical triangle area directly. This result is approximately 8.3% of Earth's surface area — physically sensible for a triangle with a 60° excess on a sphere.

Wrong Answer

A + B + C = 70 + 80 + 90 = 240° ≠ 180°. This is impossible for a triangle — the problem has an error.

Correct Answer

Spherical excess E = 70° + 80° + 90° − 180° = 60°. Area = πR²E/180° = π(6371)²(60°)/180° = π(40,589,641)(1/3) = 42,496,895 km².

Misconception Id

M9

Correct Vs Incorrect

Correct Approach

For a spherical triangle: A + B + C > 180°. Spherical excess E = (95 + 85 + 100) − 180° = 280° − 180° = 100°. Area = πR²E/180°. For R = 6 m: Area = π(36)(100)/180 = 3600π/180 = 20π = 62.83 m².

Incorrect Approach

Spherical triangle with A = 95°, B = 85°, C = 100°. Wrong: A + B + C = 95 + 85 + 100 = 280°. Student says 'this is impossible since angles must sum to 180°' and concludes there's an error in the problem. (WRONG — the problem is correct.)

Why Students Believe It

Students deeply internalize the plane triangle angle-sum theorem (A + B + C = 180°) from years of geometry study. When spherical trigonometry is introduced late in the review, they apply the familiar rule without adjusting for the curved surface geometry.

arcsin(sin θ) = θ for all values of θ.

Tags

  • inverse_trig
  • arcsin_range
  • supplementary_angle
  • equation_solving

Topic

Inverse Trigonometric Functions

Severity

major

Exam Impact

When solving for angles in the ambiguous case or in inverse trig problems, students who assume arcsin always returns the angle they expect will miss the supplementary angle solution. They will also make errors when computing angles in obtuse triangles using the law of sines.

The Reality

arcsin is defined with a restricted range of [−90°, 90°] (or [−π/2, π/2]). Therefore arcsin(sin θ) = θ ONLY when θ is within [−90°, 90°]. For angles outside this range, arcsin returns the reference angle equivalent in [−90°, 90°]. For example: arcsin(sin 150°) = arcsin(0.5) = 30°, NOT 150°. This is critical in the ambiguous case and in solving trigonometric equations.

Trap Question

Question

In solving a triangle, you find sin B = 0.866. Your calculator gives arcsin(0.866) = 60°. Is B = 60° the only possibility?

Explanation

The sine function is positive in both Q1 (0°–90°) and Q2 (90°–180°). A calculator's arcsin always returns the Q1 value (within its restricted range [−90°, 90°]). The supplementary angle 120° must always be considered in triangle problems. This is the mathematical basis of the ambiguous case.

Wrong Answer

Yes. arcsin(0.866) = 60°, so B = 60°. Unique solution.

Correct Answer

No. B could also be 180° − 60° = 120°. Both satisfy sin B = 0.866. Check which (or both) are geometrically valid given the other angles in the triangle.

Misconception Id

M10

Correct Vs Incorrect

Correct Approach

sin B = 0.5. arcsin(0.5) = 30°. But sin is also positive in Q2: B could also be 180° − 30° = 150°. Both B = 30° and B = 150° satisfy sin B = 0.5. The context (triangle angle sum) determines which is valid. Never rely on arcsin alone for oblique triangle problems — always check the supplementary angle.

Incorrect Approach

Solve for B: sin B = sin 150° = 0.5. Wrong: B = arcsin(0.5) = 30°, and student concludes B = 30° is the ONLY solution, missing B = 150° entirely.

Why Students Believe It

Students treat arcsin as the 'undo' of sin, similar to how division undoes multiplication. They conclude arcsin(sin θ) = θ always — just as log(10^x) = x always. They do not account for the restricted domain of the arcsin function.

The area formula A = ½ab sin C works for any two sides a and b and any angle C of the triangle.

Tags

  • area_formula
  • included_angle
  • formula_misapplication
  • minor_error

Topic

Triangle Area — Included Angle Formula

Severity

minor

Exam Impact

While the formula is often used correctly, problems that provide two sides and a NON-included angle (for variety) catch students who don't verify the angle-side pairing. The wrong answer is computed quickly and confidently, matching a distractor in the multiple-choice options.

The Reality

The area formula A = ½ab sin C is valid ONLY when C is the angle INCLUDED between sides a and b — meaning C is the angle at the vertex where sides a and b meet. If you use a different angle (not between a and b), the formula gives the wrong area. The correct pairings are: A = ½ab sin C, A = ½bc sin A, A = ½ac sin B — each with the angle between the two named sides.

Trap Question

Question

A triangle has sides a = 8 m, b = 10 m, and angle A = 38° (opposite side a). Compute the area using A = ½ab sin A.

Explanation

In the formula Area = ½ab sin C, the angle C MUST be the angle formed at the vertex where sides a and b intersect — i.e., the angle OPPOSITE side c. Angle A (opposite side a) is NOT between sides a and b; it is between sides b and c.

Wrong Answer

Area = ½(8)(10) sin 38° = 40 × 0.6157 = 24.6 m².

Correct Answer

This formula cannot be directly applied as stated — angle A is NOT the included angle between sides a and b. The included angle between a and b is C (opposite side c). You must first find the complete triangle before applying the area formula correctly. Using the law of sines and solving gives a different area than 24.6 m².

Misconception Id

M11

Correct Vs Incorrect

Correct Approach

For sides a = 5 and b = 7, the included angle is C (the angle opposite side c, at the vertex between a and b). Find C using law of cosines: c² = 25+49−70cosC → 81=74−70cosC → cosC = −7/70 = −0.1 → C = 95.74°. Area = ½(5)(7)sin(95.74°) = 17.5 × 0.9950 = 17.41 m².

Incorrect Approach

Triangle with a = 5, b = 7, c = 9. Angle A = 33.6° (opposite side a). Wrong: Student uses Area = ½ × a × b × sin A = ½(5)(7) sin(33.6°) = 17.5 × 0.554 = 9.7 m². (Incorrect pairing — A is not between sides a and b.)

Why Students Believe It

Students memorize 'area = half times two sides times sine of the angle' without specifying which angle. They then apply it with any angle they know, even if it is not the angle BETWEEN (included by) the two given sides.

tan θ = sin θ / cos θ means tan θ is undefined only at θ = 90°.

Tags

  • tangent_period
  • general_solution
  • domain_error
  • minor_error

Topic

Trigonometric Functions — Domain and General Solutions

Severity

minor

Exam Impact

Problems asking for all solutions of a tangent equation within a given interval, or problems on the domain/range of tangent, are answered incompletely if the student only identifies the principal value or only the 90° discontinuity.

The Reality

tan θ is undefined wherever cos θ = 0, which occurs at θ = 90° + n(180°) for any integer n — that is: 90°, 270°, 450°, −90°, etc. Furthermore, tan θ = −1 has infinitely many solutions (135°, 315°, −45°, etc.), not just one. On board exams, solving tan θ = k for a general solution requires θ = arctan(k) + n(180°). The period of tangent is 180°, not 360°.

Trap Question

Question

Solve for all values of θ in [0°, 360°] such that tan θ = −√3.

Explanation

The tangent function is negative in Q2 (90°–180°) and Q4 (270°–360°). Since tan has period 180°, both Q2 and Q4 solutions exist within [0°, 360°]. The general solution is θ = 120° + n(180°). In [0°, 360°]: 120° and 300°.

Wrong Answer

arctan(−√3) = −60°. Since this is negative, adjust to 360° − 60° = 300°. One solution: θ = 300°.

Correct Answer

tan θ = −√3 → reference angle = 60°. Tangent is negative in Q2 and Q4. θ = 180° − 60° = 120° (Q2) and θ = 360° − 60° = 300° (Q4). Two solutions: 120° and 300°.

Misconception Id

M12

Correct Vs Incorrect

Correct Approach

tan has period 180°. tan θ = 1 → θ = 45° + n(180°). In [0°, 360°]: θ = 45° (Q1) and θ = 45° + 180° = 225° (Q3). Two solutions. Always add 180°k for tangent, not 360°k.

Incorrect Approach

Find all θ in [0°, 360°] where tan θ = 1. Wrong: arctan(1) = 45°. Student says: 'Only θ = 45°.' Misses the second solution at 225°.

Why Students Believe It

Students know cos 90° = 0, making tan 90° undefined (division by zero). They stop there, without recognizing that cosine equals zero at ALL odd multiples of 90°, and that the period of tangent is 180°, not 360°.

Quick Self Check

SSA is the ambiguous case. There can be 0, 1, or 2 valid triangles depending on whether the given side opposite the known angle is shorter than, equal to, or longer than the altitude from that angle.

Statement

Given SSA (two sides and the angle opposite one of them), there is always exactly one valid triangle.

s is the SEMI-perimeter: s = (a + b + c)/2. Using the full perimeter produces a dramatically wrong area answer.

Statement

In Heron's formula A = √[s(s−a)(s−b)(s−c)], the variable s equals the full perimeter (a + b + c).

In spherical geometry, the angle sum A + B + C > 180° always. The excess E = (A+B+C) − 180° is the spherical excess, which is always positive and is used to compute the area of the spherical triangle.

Statement

The sum of interior angles of any spherical triangle always exceeds 180°.

The Law of Cosines is valid for any angle C (acute, right, or obtuse). The only requirement is that C is the angle OPPOSITE side c, i.e., C is included between sides a and b.

Statement

For the Law of Cosines c² = a² + b² − 2ab cos C, angle C must be at least 90° for the formula to be valid.

This is the correct angle addition formula for sine. sin(A+B) ≠ sin A + sin B. Trigonometric functions are non-linear and do not distribute over addition.

Statement

sin(A + B) = sin A cos B + cos A sin B is the correct sum identity.

Angle of elevation is measured UPWARD from the HORIZONTAL to the line of sight. The reference is always horizontal, not vertical. The complementary angle (measured from vertical) would be the zenith angle used in astronomy.

Statement

Angle of elevation is measured from the vertical line (plumb line) up to the line of sight.

arcsin has a restricted range of [−90°, 90°]. arcsin(sin 150°) = arcsin(0.5) = 30°, not 150°. The arcsin function returns the angle in Q1 or Q4 whose sine matches the given value.

Statement

arcsin(sin 150°) = 150°.

This is one of three equivalent correct forms: cos(2θ) = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ. The form cos(2θ) = 2 cos θ is WRONG — it confuses the argument scaling with coefficient scaling.

Statement

cos(2θ) = 2cos²θ − 1 is a correct form of the double-angle identity.

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

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.