Difficulty: Easy
Correct Answer: both length and bearing of one side
Explanation:
Introduction / Context:
A closed traverse geometrically returns to its starting point. This closure condition enables recovery of missing data using coordinate computations when one side’s measurements are lost or omitted, provided the rest are reliable.
Given Data / Assumptions:
Concept / Approach:
Compute departures (D) and latitudes (L) of all known sides. Because ΣD = 0 and ΣL = 0 for a closed traverse, the unknown side must supply departures and latitudes equal to the negative of the sums of the known sides. From these (Du, Lu), compute the unknown length and bearing: length = √(Du² + Lu²) and bearing = arctan(Du/Lu) adjusted to the proper quadrant.
Step-by-Step Solution:
Verification / Alternative check:
Plotting the traverse by independent coordinates will visually confirm that the computed side closes the figure accurately.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
both length and bearing of one side
Discussion & Comments