Difficulty: Medium
Correct Answer: Normal equation
Explanation:
Introduction / Context:
In surveying and geodesy, least-squares adjustment is used to estimate unknowns (e.g., coordinates) from redundant observations while minimizing the sum of squared residuals. Understanding the formation of the core equations is fundamental for reliable network adjustment.
Given Data / Assumptions:
Concept / Approach:
Setting the derivative of the objective with respect to the unknowns to zero yields the normal equations: (Aᵀ W A) x = Aᵀ W l. Conceptually, this is equivalent to multiplying each observation equation by its coefficients and summing to collect terms in the unknowns.
Step-by-Step Solution:
Start from observation equations relating measurements to unknowns.Form the least-squares objective and differentiate with respect to unknowns.Set derivatives to zero to obtain the normal equations.Recognize that the described algebraic process corresponds to constructing the normal equations.
Verification / Alternative check:
Textbook derivations show equivalence between matrix normal equations and coefficient-weighted summations.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing conditional constraints with observation models; ignoring weighting in forming normal equations.
Final Answer:
Normal equation
Discussion & Comments