GELE Adjustment Computations (Least Squares) — Error Propagation, Variance-Covariance and Error EllipsesSummary
The Error Propagation, Variance-Covariance and Error Ellipses chapter sits at position 5th in the GELE Adjustment Computations (Least Squares) review, and it is a topic you cannot leave to exam week. Professional Regulation Commission (PRC) — Board of Geodetic Engineering's recent GELE papers show a clear preference for Error Propagation, Variance-Covariance and Error Ellipses questions that mix definition recall with applied problem-solving. This summary gives you the overview you need before diving into the full study notes.
Exam context
For the Geodetic Engineer Licensure Examination, Professional Regulation Commission (PRC) — Board of Geodetic Engineering tests Adjustment Computations (Least Squares) under a "Core" label, with Error Propagation, Variance-Covariance and Error Ellipses in the 5th slot across 5 chapters. GELE candidates must clear the 70% weighted average, no sub-test below 50% cut on the 2026 paper, which draws about a meaningful share of Adjustment Computations (Least Squares) questions. Date to watch: September 2026.
Error Propagation, Variance-Covariance and Error Ellipses - Summary
In geodetic engineering and surveying, all measurements contain errors. When these observations are used to compute positions, distances, or areas through mathematical functions, those errors propagate into the final results. Understanding how errors flow through calculations is fundamental to assessing the quality and reliability of survey work. This chapter equips you with the mathematical frameworks to quantify that error propagation, analyze the correlations between adjusted coordinates, and visually represent positional uncertainty through error ellipses. These concepts are essential for professional practice under Philippine surveying standards (RA 4374, RA 8560, PD 1529) and international conventions (WGS84, PRS92, PPCS/UTM).
Key Concepts
When a computed quantity y = f(x₁, x₂, …, xₙ) depends on measured quantities with independent errors, the variance of y is given by: σₑ² = Σᵢ(∂f/∂xᵢ)² σᵢ². Each term (∂f/∂xᵢ)² is a partial derivative squared, weighted by the variance of that observation. This fundamental law describes how measurement uncertainties combine and amplify (or reduce) in calculations. The key insight is that errors are added in quadrature (squares sum, not absolute values), and each partial derivative acts as a sensitivity weighting factor. For independent errors, correlations vanish; for correlated errors, cross-product covariance terms appear in the full matrix expansion.
Concept
Law of Propagation of Variances (General Form)
Importance
This is the cornerstone principle for all error analysis in surveying. Without mastering this law, you cannot assess whether survey specifications are achievable or whether computed results meet accuracy standards. It appears in nearly every PRC Geodetic Engineer exam question involving uncertainty.
Several practical cases simplify the general law: (1) Sum or difference (y = x₁ ± x₂): σₑ = √(σ₁² + σ₂²)—errors always add in quadrature regardless of sign. (2) Scaled quantity (y = kx, constant k): σₑ = |k| σₓ—the error scales proportionally with the coefficient. (3) Sum of n equal independent observations: σ_sum = σ√n (not σ/√n; that applies to the mean). These shortcuts avoid repeated partial-derivative algebra and appear frequently in field computations and exam problems.
Concept
Special Cases of Propagation: Sums, Differences, and Scaling
Importance
Exam boards often test these special cases because they reflect common survey operations: combining measured segments, scaling coordinates from map to ground, and repeated observations. Distinguishing σ√n (for sums) from σ/√n (for means) is a classic exam pitfall.
The matrix formulation generalizes propagation to multi-variable functions. If y = f(x) is a vector function and J is the Jacobian matrix (∂f/∂x), then the covariance matrix of y is Σₑ = J Σₓ Jᵀ, where Σₓ is the covariance matrix of the input measurements. This elegant form automatically handles correlations: the off-diagonal elements of Σₓ (covariances between x₁ and x₂, etc.) propagate into Σₑ through matrix multiplication. Diagonal elements of Σₓ are variances; off-diagonal elements are covariances σᵢⱼ. The beauty of this notation is that it scales from 2 variables to hundreds and naturally incorporates geometric strength from least-squares adjustments.
Concept
Matrix Form of Error Propagation: Σₑ = J Σₓ Jᵀ
Importance
Essential for professional software and least-squares networks. The PRC exam may present a Jacobian matrix and ask you to propagate covariance through a coordinate transformation or a multi-station trilateration. This form is used in all modern geodetic software (e.g., processing GNSS networks, adjusting leveling loops in PRS92 datum).
After a least-squares adjustment of survey observations, the estimated parameter covariance matrix is Σ_hat_x = σ₀² (AᵀPA)⁻¹, where σ₀² is the reference variance (unit weight variance), A is the design matrix (partial derivatives), P is the weight matrix (inverse of measurement covariance), and the term (AᵀPA)⁻¹ is the matrix inverse of the normal equations. The diagonal of Σ_hat_x holds parameter variances (σ²ₓ, σ²ᵧ, σ²ᵤ for coordinates); the off-diagonal elements are covariances (e.g., σₓᵧ between E and N coordinates). A large diagonal element indicates high uncertainty in that parameter; a large off-diagonal covariance indicates strong correlation (if one coordinate is over-estimated, the other tends to be as well).
Concept
Variance-Covariance Matrix from Least-Squares Adjustment
Importance
This matrix is the output of every least-squares adjustment and is your primary tool for assessing survey quality. Under Philippine standards (RA 4374 cadaster rules, RA 8560 boundary surveys, PD 1529 general surveying), survey reports must include uncertainty quantification—the variance-covariance matrix provides exactly that. Understanding its structure and interpretation is mandatory for professional practice.
A 2-D position (E, N or X, Y coordinates) has uncertainty represented geometrically as an error ellipse. This ellipse is centered on the computed position and oriented according to the covariance between E and N. The semi-axes of the ellipse are derived from the eigenvalues λ₁ and λ₂ of the 2×2 covariance submatrix Σ_2D = [[σ²ₓ, σₓᵧ], [σₓᵧ, σ²ᵧ]]. The semi-major axis a = √λ_max and semi-minor axis b = √λ_min. The orientation angle α is found from the eigenvector of λ_max. A circular ellipse (a ≈ b) indicates well-balanced uncertainty in all directions—strong geometric control. An elongated ellipse (a >> b) indicates weakness in one direction: poor geometry, weak intersections, or correlated systematic errors. The standard error ellipse corresponds to approximately 39% probability; scaling by 2.45 gives the 95% confidence ellipse (following the χ² distribution with 2 degrees of freedom).
Concept
Error Ellipse: Geometry and Interpretation
Importance
Error ellipses are the visual language of geodetic quality. They communicate uncertainty to project managers, clients, and surveyors. A narrow ellipse along a traverse direction means the traverse is well-constrained in that direction but weak perpendicular to it. Under Philippine cadastral work, error ellipses must fit within legal precision requirements (typically ±0.05 m at the 95% level for urban areas). Modern GNSS processing software and Leica, Trimble, and Sokkia survey packages all report error ellipses; interpreting them correctly is a professional skill.
The standard error ellipse from the eigenvalues of the covariance matrix Σ corresponds to one standard deviation in the principal directions. Statistically, this contour encloses approximately 39% of the probability distribution for a bivariate normal position. To achieve a 95% confidence region (the confidence level most commonly used in engineering and legal surveys), the semi-axes must be scaled by the factor k = √(χ²₂, 0.95) ≈ 2.45. Thus, the 95% confidence ellipse has semi-axes a₉₅ = 2.45 √λ_max and b₉₅ = 2.45 √λ_min. Some older references use a factor of 2 or 2.2 (corresponding to ~86% confidence), so always clarify which confidence level applies in a project specification. Philippine professional standards and international geodetic practice favor the 95% level.
Concept
Standard vs. Scaled Error Ellipses and Confidence Regions
Importance
Exam questions often ask: 'If a survey reports a 95% error ellipse with semi-major axis 0.08 m, what is the standard error?' Students must know to divide by 2.45. Conversely, 'What is the 95% error ellipse if the standard semi-major axis is 0.02 m?' multiply by 2.45. This scaling concept bridges theoretical statistics and practical survey reporting.
The off-diagonal covariance σₓᵧ (or σ_EN) in the variance-covariance matrix quantifies linear correlation between two parameters. If σₓᵧ = 0, the parameters are uncorrelated (independent errors). If σₓᵧ ≠ 0, they are correlated: positive covariance means if x is over-estimated, y tends also to be over-estimated; negative means they tend to compensate. The correlation coefficient ρₓᵧ = σₓᵧ / (σₓ σᵧ) ranges from -1 to +1 and measures correlation strength normalized by standard deviations. High positive correlation (ρ ≈ 0.9) creates an elongated ellipse tilted ±45°; zero correlation creates axes aligned with the coordinate system. Understanding covariance structure reveals geometric deficiencies: for example, in a poorly-formed traverse, all stations tend to shift together (high positive covariance), whereas in a well-braced network, errors are more independent.
Concept
Correlation and Covariance Interpretation
Importance
Professional survey networks (GNSS processing, triangulation adjustment) often exhibit correlation due to common-mode errors (e.g., all stations shift slightly in the vertical if the datum shift is uncertain). Recognizing high covariance and understanding its cause (weak tie-in, shared systematic error, or geometric limitation) is critical for diagnosis and improvement of survey design.
Error propagation applies to nearly all survey calculations: (1) Traverse distance: if each taped segment d₁, d₂, … has error σ, total distance D = Σdᵢ has σ_D = σ√n. (2) Area: for a rectangle with length L (σ_L) and width W (σ_W), area A = LW, so σ_A = √((W σ_L)² + (L σ_W)²). (3) Coordinate transformation: converting from raw measurements to UTM or PRS92 datum introduces Jacobian-based errors. (4) Height network: closing misclosure δ ≈ √(Σ σᵢ²) for segments with variances σᵢ². (5) Angle sum: if three angles each have σ = 5″, their sum has σ_sum = √3 × 5″ ≈ 8.66″. These recurring patterns appear on every professional exam and in daily fieldwork.
Concept
Application to Common Geodetic Operations
Importance
Mastery of these applications separates competent surveyors from licensure-ready engineers. The PRC exam expects you to identify the propagation formula, substitute values, and report uncertainty in terms appropriate to the work (e.g., ±0.03 m for construction staking under RA 4374).
Important Points
- Errors always add in quadrature (√(Σσᵢ²)), not linearly, for independent measurements. This is the most common student mistake.
- The partial derivative ∂f/∂xᵢ acts as a sensitivity multiplier; a small coefficient reduces error propagation, a large one amplifies it.
- For sums of n equal observations: use σ√n for the total error; use σ/√n only for the mean or average.
- The variance-covariance matrix's off-diagonal elements reveal parameter correlation—essential for understanding network strength.
- An error ellipse is elongated (a >> b) when survey geometry is weak in one direction; improve tie-ins or intersection geometry to reduce it.
- Scaling from standard (39%) to 95% confidence ellipse requires multiplication by ~2.45; verify which confidence is specified in your project.
- Matrix propagation Σₑ = J Σₓ Jᵀ automatically includes covariance effects; scalar formulas apply only to independent errors.
- Correlation coefficient ρ = σₓᵧ / (σₓ σᵧ); values near ±1 indicate strong dependence, values near 0 indicate independence.
- In least-squares adjustment, a large inverse normal matrix (AᵀPA)⁻¹ signals poorly-conditioned geometry; red flag for survey redesign.
- Always verify units: if observations are in meters with σ in mm, propagate carefully to avoid orders-of-magnitude errors.
- Philippine standards (RA 4374, RA 8560, PD 1529) require uncertainty quantification in survey reports; variance-covariance matrices provide formal evidence.
- Board exams frequently ask: 'What σ measurement is needed to achieve a target tolerance?'—invert the propagation formula to solve for required σ.
Chapter Objectives
- Master the Law of Propagation of Variances and apply it to simple and complex functions
- Understand and construct the variance-covariance matrix from least-squares adjustments
- Interpret covariance matrices to assess correlation between adjusted parameters
- Derive and compute error ellipses from variance-covariance data
- Apply error propagation to typical geodetic problems: distance sums, area calculations, coordinate transformations
- Distinguish between standard (39% probability) and scaled (95% confidence) error ellipses
- Identify geometric weakness through elongated error ellipses and improve survey design accordingly
- Solve board-style problems involving error propagation in traverses, triangulation, and height networks
Concept Relationships
- Error Propagation → Variance-Covariance Matrix: The propagation law (scalar or matrix form) generates the elements of the variance-covariance matrix. Each diagonal element is a propagated variance; each off-diagonal is a propagated covariance.
- Variance-Covariance Matrix → Error Ellipse: The 2×2 covariance submatrix (σ²ₓ, σₓᵧ) is eigenvalue-decomposed to extract semi-axes (√λ_max, √λ_min) and orientation (eigenvector angle), forming the error ellipse.
- Least-Squares Adjustment → Variance-Covariance: The normal equations (AᵀPA)⁻¹ produce the adjustment covariance; the structure of the design matrix A determines correlation patterns.
- Jacobian Matrix ↔ Partial Derivatives: The Jacobian is the organized collection of all partial derivatives; it enables matrix-form propagation and automatically handles multi-variable correlations.
- Survey Geometry ↔ Condition Number of (AᵀPA)⁻¹: A well-designed survey (strong geometry, good tie-ins) produces a small, well-conditioned normal matrix inverse, yielding small variances and uncorrelated parameters. Weak geometry inflates the inverse, leading to large variances and high covariances.
- Confidence Level ↔ Ellipse Scaling Factor: The scaling factor (1.0 for 39%, 2.45 for 95%) is determined by the χ² distribution; it relates confidence probability to the size of the ellipse.
- Correlation ↔ Ellipse Elongation: High covariance (high correlation) stretches the ellipse along a diagonal; zero covariance (no correlation) aligns the ellipse axes with the coordinate system.
Practical Applications
A project requires X, Y coordinates staked to ±0.05 m at 95% confidence. Using error ellipse theory, surveyors compute the required standard deviation (divide 0.05 m by 2.45 ≈ 0.02 m standard error). From this, the design specifies which measurement methods (GNSS, total station, tape) and network configuration achieve this precision. The variance-covariance matrix from the proposed adjustment is checked: if the semi-major axis of the 95% error ellipse exceeds 0.05 m, the design is revised (additional tie-ins, higher-accuracy instruments, etc.).
Application
Specification of Survey Accuracy for Construction Staking (RA 4374 Cadastral Work)
A precision leveling network closing a loop has segments with variances σᵢ². The closing misclosure δ is expected to be approximately δ ≈ √(Σσᵢ²). If the observed misclosure exceeds, say, 3√(Σσᵢ²), the fieldwork contains a gross error or systematic bias and must be re-surveyed. Error propagation quantifies the tolerance; post-adjustment, the variance-covariance matrix confirms that each height's uncertainty meets the PRS92 datum requirements.
Application
Quality Control of Leveling Networks (Height Datum PRS92)
After adjusting a triangulation network, the error ellipse at each station is plotted on a map. An ellipse is nearly circular at well-tied stations but elongated perpendicular to a poorly-constrained direction. For example, an island chain measured by trilateration from shore may show ellipses stretched in the offshore direction if the shore tie-in is weak. This visual feedback guides re-measurement of critical angles or distances, or repositioning of control points to strengthen weak geometry.
Application
Triangulation or Trilateration Network Diagnosis
Modern GNSS processing software (e.g., Trimble Business Center, Leica LGO) outputs a variance-covariance matrix for each solved position in WGS84. When transforming to PRS92 using the Helmert or affine transformation, the Jacobian matrix method (Σ_PRS92 = J Σ_WGS84 Jᵀ) propagates errors through the transformation. The resulting 95% error ellipse defines the confidence region in the Philippine datum, essential for compliance with RA 4374 and international standards.
Application
GNSS Network Processing and Datum Transformation (WGS84 → PRS92)
A closed traverse with n legs, each measured to an accuracy σ_d for distance and σ_θ for angle, accumulates error roughly as σ_closure ∝ √n. The Law of Propagation allows surveyors to compute the expected closure misclosure and set acceptable tolerances (typically ±0.05 m/√n in Philippines). If observed misclosure exceeds this, systematic error (e.g., compass variation unaccounted, tripod settling) is suspected and corrected before coordinate adjustment.
Application
Traverse Closure Tolerance and Error Propagation
A parcel boundary is measured with coordinates having covariance matrix Σ. The area A is computed from the coordinates (shoelace formula or cross-product). Using the Jacobian ∂A/∂(x_i, y_i) for each vertex, error propagation yields σ_A, the uncertainty in the computed area. This is critical for real estate transactions where valuation depends on area; clients must be informed: 'The lot is 500 m² ± 2 m² at 95% confidence,' demonstrating professional rigor under Philippine property law (PD 1529).
Application
Area Calculation Uncertainty for Land Valuations
Repeated surveys of an infrastructure (bridge, dam, building foundation) measure coordinates over time. Error ellipses from each epoch are compared. If a structure's position shifts beyond the 95% error ellipse of the previous epoch, movement is statistically significant; otherwise, the shift may be just measurement noise. Error propagation correctly sets the decision threshold, enabling early warning of structural distress.
Application
Deformation Monitoring and Movement Detection
A survey manager must justify whether a high-accuracy total station (σ ± 2 mm) or a standard instrument (σ ± 5 mm) is required. Error propagation to the final deliverable (e.g., building floor coordinates ±20 mm at 95%) answers this: if σ ± 2 mm propagates to ±18 mm final but σ ± 5 mm to ±25 mm, the high-accuracy instrument is justified to stay within tolerance. This cost-benefit analysis uses variance-covariance mathematics to make equipment purchasing decisions.
Application
Instrument Specification and Procurement Justification
In summary
Error propagation, variance-covariance matrices, and error ellipses form the mathematical and practical foundation of modern surveying quality assurance. Whether you are designing a network, interpreting GNSS processing results, or justifying measurement tolerances to a client, these concepts govern your decisions. The Law of Propagation of Variances—in both scalar (partial derivative) and matrix (Jacobian) forms—quantifies how measurement uncertainties flow into computed results. The variance-covariance matrix, extracted from least-squares adjustments, reveals both parameter precision (diagonal variances) and inter-parameter correlation (off-diagonal covariances), enabling diagnosis of geometric strength. Error ellipses translate covariance into a visual language: circular means well-distributed control, elongated signals geometric weakness requiring remediation. Mastery of these concepts is not merely academic; it is essential for compliance with Philippine surveying standards (RA 4374, RA 8560, PD 1529), professional communication with clients, and preparation for the PRC Geodetic Engineer Licensure Examination. Modern surveying practice—from boundary delineation to infrastructure monitoring to GNSS datum transformation—depends entirely on rigorous uncertainty analysis. By understanding error propagation and interpreting error ellipses, you demonstrate the technical competence and professional integrity expected of a licensed geodetic engineer in the Philippines.
Next steps
1. **Master the Propagation Formula in Context**: For each of the five common geodetic operations (traverse distance, area, angle sum, coordinate transformation, height closure), work through a full propagation example. Write out the partial derivatives, substitute values, and report the result with units and significance. 2. **Construct and Interpret Error Ellipses**: Using freely available data or a textbook example, compute the 2×2 covariance submatrix, find its eigenvalues and eigenvector, and draw the standard and 95% confidence ellipses. Observe how the ellipse orientation reflects correlation and elongation reflects geometric imbalance. 3. **Practice Board-Style Exam Problems**: Solve at least 10 past PRC exam questions on error propagation, variance, and ellipses. Common question types: (a) 'Given σ for three observations summed, find the total error'; (b) 'If you need final uncertainty ±0.02 m and propagation yields σ = 0.008 m per observation, how many observations are required?'; (c) 'Interpret this error ellipse: semi-major 0.10 m, semi-minor 0.02 m. What does the elongation suggest?' 4. **Study Real-World Case Studies**: Examine a published GNSS network adjustment report (e.g., from the National Mapping and Resource Information Authority, NAMRIA) and extract the variance-covariance matrix, error ellipses, and accuracy claims. Verify the propagation: do the reported errors match the theoretical predictions? 5. **Implement Propagation in Spreadsheet or Code**: Build a simple Excel or Python tool that computes σ_result given a formula and input σ values. Test it on the special cases (sum, scaling, mean vs. sum). Later, expand to matrix propagation (Σ_y = J Σ_x J^T) for coordinate transformations. 6. **Prepare for Datum and Transformation Questions**: Understand how error propagates through WGS84 to PRS92 transformation, UTM to local coordinate conversion, and height datum shifts. The Jacobian method and error ellipse scaling are frequently tested. 7. **Strengthen Geometric Intuition**: Sketch error ellipses for various network geometries (e.g., a triangle with one short side, a traverse closing on distant control, a GNSS network with poor sky view in one direction). Correlate elongation to your geometric intuition about which directions are weakly constrained. 8. **Review Philippine Standards**: Consult RA 4374 (Land Registration), RA 8560 (Boundary Survey), and PD 1529 (General Surveying) for accuracy specifications. Verify that your propagation calculations align with stated tolerances (e.g., ±0.05 m for cadastral work at 95% confidence). 9. **Engage with Software**: Familiarize yourself with least-squares adjustment software (e.g., Leica LGO, Trimble Business Center, or open-source tools like RTKLIB). Review the output variance-covariance matrices and error ellipses; understand how to export and interpret them for your own calculations. 10. **Consolidate Through Teaching**: Explain error propagation and error ellipses to a colleague or classmate. If you can clearly teach the concepts, you have truly mastered them—a valuable preparation strategy for the exam and for professional practice as a geodetic engineer.
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.