GELE Geodesy — Figure of the Earth and the Reference EllipsoidMisconception Buster
Avoid the most common Figure of the Earth and the Reference Ellipsoid mistakes made by GELE reviewers. Each misconception here has been pulled from real GELE Geodesy questions where Professional Regulation Commission (PRC) — Board of Geodetic Engineering used it to separate strong reviewers from weak ones. Learn these before your next mock.
Exam context
On the GELE 2026, the Geodesy subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Figure of the Earth and the Reference Ellipsoid lands at position 1st out of 6 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 Geodesy on a typical GELE paper.
Figure of the Earth and the Reference Ellipsoid - Misconception Buster
In the PRC Geodetic Engineer Licensure Examination, the topic of the Figure of the Earth and the Reference Ellipsoid is a consistent source of lost marks — not because students do not study, but because they carry wrong mental models into the exam room. Many of these errors are subtle: a swapped formula, a misidentified radius, a misread parameter. This guide identifies the most dangerous misconceptions Filipino geodetic engineering reviewees hold about this chapter, explains exactly why these wrong beliefs feel correct, and delivers trap questions that mirror real board exam items. Mastering this guide means you will not just know the right answer — you will recognize and reject the wrong one under exam pressure.
Summary
The most exam-damaging misconceptions in this chapter cluster around three areas: (1) PARAMETER ERRORS — confusing 1/f with f (M2), mixing e with e² (M5), and using the wrong eccentricity formula for e'² (M8); (2) RADIUS OF CURVATURE ERRORS — swapping N and M directions (M1), assuming N = M everywhere (M3), and using the arithmetic instead of geometric mean for R (M7); and (3) CONCEPTUAL GAPS — conflating the geoid, ellipsoid, and physical surface (M4), treating PRS92 and WGS84 as identical (M6), misidentifying the Clarke 1866 ellipsoid with modern Philippine surveys (M11), and confusing geodetic with geocentric latitude (M12). To avoid losing marks: always invert the given 1/f to get f before computing; always use e² (not e) in N and M formulas; always use M for north–south and N for east–west calculations; always use R = sqrt(MN) for the mean radius; know that PRS92 uses the WGS84 ellipsoid but differs by 1–2 m from WGS84 coordinates due to crustal motion; and remember that modern Philippine surveys under RA 8560 require PRS92, not the legacy Clarke 1866 Luzon Datum.
Misconceptions
The prime vertical radius N describes north–south curvature, and the meridian radius M describes east–west curvature.
Tags
- critical_swap
- formula_confusion
- common_error
Topic
Radii of Curvature
Severity
critical
Exam Impact
Board exam problems frequently ask for 'the radius of curvature in the direction of a given azimuth' or for the length of an arc along a parallel or meridian. Swapping N and M results in a numerically wrong answer. Because N > M everywhere, using N when M is required gives an overestimate, and vice versa.
The Reality
The prime vertical is the plane perpendicular to the meridian — it runs EAST–WEST at any given point. The radius N is the radius of curvature in the east–west (prime vertical) direction. The meridian runs NORTH–SOUTH, and M is the radius of curvature in the north–south direction. This distinction is critical: when computing arc lengths along parallels (east–west), you use N; when computing arc lengths along meridians (north–south), you use M.
Trap Question
Question
On WGS84 at latitude φ = 14°N (near Metro Manila), what radius of curvature would you use to compute the arc length of a 1° change in latitude along the meridian?
Explanation
The meridian radius M governs curvature along the north–south direction. 'Prime vertical' refers to the east–west plane, not the north–south direction. Remembering the mnemonic M = Meridian = N–S direction helps prevent this swap.
Wrong Answer
N, the prime vertical radius, because prime vertical sounds like a vertical (north–south) measurement.
Correct Answer
M, the meridian radius of curvature. At φ = 14°, M ≈ 6 362 000 m (approximately). Arc length = M × (π/180) ≈ 6 362 000 × 0.017453 ≈ 111 007 m.
Misconception Id
M1
Correct Vs Incorrect
Correct Approach
Arc length along the meridian uses M (meridian radius of curvature). Arc length = M × Δφ (in radians). Arc length along a parallel uses N cos φ × Δλ (in radians).
Incorrect Approach
Student reads 'find the arc length along the meridian between two latitudes' and uses N (thinking meridian = north–south = prime vertical radius N). Arc length = N × Δφ (in radians). Wrong.
Why Students Believe It
Students see 'prime vertical' and mentally picture a vertical line (which feels north–south on a map), and they associate 'meridian' with north–south lines. The naming seems to match the direction, so they swap the two without realizing it.
The flattening f of the Earth is approximately 0.298, since 1/f ≈ 298.
Tags
- arithmetic_error
- parameter_confusion
- common_error
Topic
Ellipsoid Parameters and Definitions
Severity
critical
Exam Impact
Using f = 298.257 in computing b = a(1 − f) gives a negative semi-minor axis, which immediately reveals the error numerically but only if the student checks. In e² = 2f − f², using f = 298.257 produces e² >> 1, which is also impossible (eccentricity squared must be between 0 and 1 for an ellipse). Exam items may present only the intermediate computation, where the student does not see the absurdity.
The Reality
The flattening f is the RECIPROCAL of 298.257223563, giving f ≈ 0.00335281. This is a very small number — the Earth is only about 0.335% flatter at the poles than at the equator. Using f = 298.257 would imply the Earth is 298 times flatter than it actually is, which is physically absurd.
Trap Question
Question
The WGS84 ellipsoid has a reciprocal flattening of 298.257223563. What is the correct value of the first eccentricity squared e²?
Explanation
The parameter given in ellipsoid tables is always 1/f (the inverse flattening), not f itself. Always compute f = 1/(given value) before substituting into any formula. WGS84 e² = 0.00669438 is a standard value to memorize.
Wrong Answer
e² = 2(298.257) − (298.257)² ≈ 596.514 − 88957 ≈ −88360 (obviously wrong, but a student using f = 298.257 produces this).
Correct Answer
f = 1/298.257223563 = 0.00335281. e² = 2f − f² = 2(0.00335281) − (0.00335281)² = 0.00670562 − 0.00001124 = 0.00669438.
Misconception Id
M2
Correct Vs Incorrect
Correct Approach
f = 1/298.257223563 = 0.003352811. Then b = 6 378 137 × (1 − 0.003352811) = 6 378 137 × 0.996647 = 6 356 752.31 m.
Incorrect Approach
Student computes b = a(1 − f) = 6 378 137(1 − 298.257) = 6 378 137(−297.257) = negative value. Clearly wrong, but the student may not notice if they only compute e².
Why Students Believe It
Students memorize '1/f = 298.257' and then, under exam pressure or inattention, use 298.257 directly as f instead of its reciprocal. The number 298 is so prominent in the definition that it becomes the value students associate with f.
N and M are equal everywhere on the ellipsoid.
Tags
- conceptual_gap
- sphere_vs_ellipsoid
- common_error
Topic
Radii of Curvature
Severity
critical
Exam Impact
Board problems may ask for both N and M separately at a given latitude. A student who believes they are equal will compute only one and use it for both, losing full marks. Problems involving ellipsoidal arc lengths in different directions require correct identification of which radius to use.
The Reality
N ≥ M everywhere on the ellipsoid, with equality only at the poles. At the equator, N = a (semi-major axis) while M = a(1 − e²), which is smaller. The difference is most pronounced at the equator. The ratio N/M = 1/(1 − e²sin²φ) is always ≥ 1. At φ = 14°N (typical Philippine latitude), N ≈ 6 388 250 m while M ≈ 6 362 050 m — a difference of over 26 km.
Trap Question
Question
At the equator (φ = 0°) on WGS84, what is the relationship between N and M?
Explanation
At the equator, N reduces to a (the equatorial radius), but M reduces to a(1−e²), which is the radius of curvature of the meridional ellipse at its widest point — a smaller value. The equator is the location of MAXIMUM difference between N and M.
Wrong Answer
N = M = a = 6 378 137 m, since all curvatures are equal at the equator.
Correct Answer
N = a = 6 378 137 m, but M = a(1 − e²) = 6 378 137 × (1 − 0.00669438) = 6 378 137 × 0.993306 = 6 335 439 m. They are NOT equal.
Misconception Id
M3
Correct Vs Incorrect
Correct Approach
At φ = 14° on WGS84: sin²14° = 0.05845. W² = 1 − e²sin²φ = 1 − 0.00669438(0.05845) = 0.999608. N = a/W^(1/2) = 6 378 137/0.999804 = 6 379 389 m (approximately). M = a(1−e²)/W^(3/2) = 6 378 137(0.993306)/0.999606 = 6 353 022 m (approximately). These are clearly different.
Incorrect Approach
At φ = 14°, student computes N ≈ 6 388 250 m and states M = N = 6 388 250 m. Uses N for all directions.
Why Students Believe It
For a sphere, there is only one radius of curvature — it is the same in every direction. Students who picture the Earth as 'nearly spherical' assume N ≈ M and treat the two radii as interchangeable in calculations.
The geoid, the ellipsoid, and the physical surface of the Earth are all the same thing.
Tags
- conceptual_gap
- height_systems
- common_error
Topic
Figure of the Earth — Three Surfaces
Severity
major
Exam Impact
Questions on height systems, orthometric height vs ellipsoidal height, and coordinate transformations require clear understanding of these three surfaces. Confusing them leads to errors in the relationship h = H + N_u (ellipsoidal height = orthometric height + geoid undulation).
The Reality
These are three distinct surfaces. The PHYSICAL SURFACE is the actual terrain — mountains, ocean floors, buildings. The GEOID is an equipotential surface of Earth's gravity field that approximates mean sea level — it is irregular because of mass anomalies. The ELLIPSOID is a smooth mathematical surface defined by a and f — no physical meaning except as a reference. The geoid-to-ellipsoid separation is the geoid undulation N (sometimes written as N_u to avoid confusion with the prime vertical radius). In the Philippines, geoid undulation varies from about −30 m to +10 m relative to WGS84.
Trap Question
Question
A GNSS survey in Quezon City yields an ellipsoidal height h = 62.5 m above WGS84. The geoid undulation at that point from PhilGEOID is N_u = −17.3 m. What is the orthometric height H of that point?
Explanation
The relationship is h = H + N_u, so H = h − N_u. Because the geoid in the Philippines typically lies BELOW the WGS84 ellipsoid (negative N_u), the orthometric height is actually LARGER than the ellipsoidal height at most Philippine locations.
Wrong Answer
H = 62.5 m, because the GNSS gives the height directly.
Correct Answer
H = h − N_u = 62.5 − (−17.3) = 62.5 + 17.3 = 79.8 m above mean sea level.
Misconception Id
M4
Correct Vs Incorrect
Correct Approach
h (ellipsoidal) = H (orthometric) + N_u (geoid undulation). In the Philippines, GNSS receivers give h above WGS84 ellipsoid; PRS92-based maps use H (above geoid/MSL). A correction using the Philippine geoid model (PhilGEOID) is necessary.
Incorrect Approach
Student assumes ellipsoidal height h equals orthometric height H (the height used in leveling and topographic maps). Uses H directly as h in GNSS-related computations.
Why Students Believe It
In everyday conversation, people say 'the surface of the Earth.' Beginning geodesy students do not immediately distinguish between the lumpy physical terrain, the smooth mathematical ellipsoid, and the equipotential geoid surface. These concepts are often introduced together, causing confusion.
e² and e are interchangeable in formulas — it doesn't matter which one you use.
Tags
- notation_error
- critical_error
- formula_confusion
Topic
Ellipsoid Parameters and Radii of Curvature
Severity
critical
Exam Impact
Board exam numerical problems on N and M require correct substitution of e². Using e instead of e² gives a wrong numerical answer that will not match any of the choices, causing the student to doubt their formula and waste time rechecking.
The Reality
e is the first eccentricity (e ≈ 0.08182 for WGS84), and e² is the square of that value (e² ≈ 0.006694 for WGS84). They differ by a factor of about 12. Every formula for N, M, and the associated geodetic computations uses e², not e. Using e (≈ 0.08182) instead of e² (≈ 0.006694) in the formula for N will produce a result that is off by nearly 1 part in 10, representing an error of over 600 km in the computed radius.
Trap Question
Question
Using WGS84 (e² = 0.00669438, e = 0.08182), compute N at φ = 0° (equator).
Explanation
At the equator, the sin term vanishes so the error is hidden. This is a dangerous trap: students may practice only at φ = 0° and never notice their e vs e² error. Always verify at φ = 45° or another non-zero latitude to catch this mistake.
Wrong Answer
N = 6 378 137 / sqrt(1 − 0.08182 × sin²0°) = 6 378 137 / sqrt(1 − 0) = 6 378 137 m. Student gets the right answer but only because sin²0° = 0, hiding the error.
Correct Answer
N = a / sqrt(1 − e²sin²0°) = a / sqrt(1 − 0) = a = 6 378 137 m. At the equator, both approaches coincidentally give the right answer because sin 0° = 0. The error only becomes visible at non-zero latitudes.
Misconception Id
M5
Correct Vs Incorrect
Correct Approach
N = a / sqrt(1 − e²sin²φ) with e² = 0.00669438. At φ = 45°: 1 − 0.00669438 × 0.5 = 0.99665281. N = 6 378 137 / sqrt(0.99665281) = 6 378 137 / 0.99832499 ≈ 6 388 838 m.
Incorrect Approach
Student uses N = a / sqrt(1 − e × sin²φ) with e = 0.08182 instead of e². At φ = 45°: 1 − 0.08182 × 0.5 = 1 − 0.04091 = 0.95909. N = 6 378 137 / sqrt(0.95909) = 6 378 137 / 0.97937 = 6 513 127 m. This is way off.
Why Students Believe It
Students often write 'e' when they mean 'e²' in their notes, or they see both symbols in references and assume they can substitute one for the other. The distinction seems like a minor notation detail rather than a fundamental mathematical difference.
PRS92 and WGS84 are the same coordinate reference system.
Tags
- legal_context
- conceptual_gap
- Philippine_specific
Topic
Reference Systems — PRS92 vs WGS84
Severity
major
Exam Impact
Board exam questions on coordinate systems, legal requirements, and GNSS data processing test whether students know that PRS92 ≠ WGS84 in practice even though the same ellipsoid underlies both. Answering that GNSS WGS84 output can be used directly for cadastral work is a wrong answer.
The Reality
PRS92 (Philippine Reference System of 1992) and WGS84 use the SAME ELLIPSOID but have DIFFERENT REALIZATIONS. PRS92 is defined by a network of geodetic control points established in the Philippines, while WGS84 is a global realization. Due to crustal motion (the Philippine Sea Plate moves about 10 cm/year) and realization differences, WGS84 coordinates from current GNSS observations differ from PRS92 coordinates at the same physical point by up to 1–2 meters. Under RA 8560 (Philippine Geodetic Engineering Act) and NAMRIA directives, cadastral surveys and land registration under PD 1529 must use PRS92, not raw WGS84 output.
Trap Question
Question
A geodetic engineer uses a GNSS receiver to obtain coordinates in WGS84 for a land survey in Batangas. Can these coordinates be directly submitted as PRS92 coordinates in the survey plan for the Registry of Deeds under PD 1529?
Explanation
The same ellipsoid does not mean the same coordinate reference system. The origin, orientation, and realization epoch differ. Plate motion has caused WGS84 and PRS92 to diverge by up to 1–2 m. RA 8560 requires geodetic engineers to use PRS92 for legal surveys, and NAMRIA provides the transformation parameters.
Wrong Answer
Yes, because PRS92 uses the same WGS84 ellipsoid, so the coordinates are identical.
Correct Answer
No. Although PRS92 and WGS84 share the same ellipsoid, they are different realizations. A coordinate transformation using NAMRIA-approved parameters is required before the coordinates can be used as PRS92 values in official cadastral documents.
Misconception Id
M6
Correct Vs Incorrect
Correct Approach
Apply a 7-parameter Helmert transformation (or the NAMRIA-prescribed transformation parameters) to convert WGS84 GNSS observations to PRS92. Then use the PRS92 coordinates for the PPCS/UTM projection required in cadastral surveys. Verify against existing PRS92 control monuments.
Incorrect Approach
Student takes GNSS WGS84 coordinates (φ, λ, h) and directly enters them as PRS92 coordinates for a land title application under PD 1529, assuming they are identical.
Why Students Believe It
PRS92 uses WGS84 as its underlying ellipsoid (a = 6 378 137 m, same f). Students see the same ellipsoid parameters and conclude the two systems are identical. GNSS receivers report WGS84 coordinates, which students then use directly as PRS92 without transformation.
The mean radius of curvature R = (M + N)/2 (arithmetic mean).
Tags
- formula_confusion
- arithmetic_vs_geometric
- common_error
Topic
Mean Radius of Curvature
Severity
major
Exam Impact
Board problems specifically ask for the 'mean radius of curvature' or the 'radius of the equivalent sphere' at a given latitude. Using the arithmetic mean (M+N)/2 gives a slightly different value that may not match the correct answer choice, costing marks.
The Reality
The correct mean radius of curvature (Gaussian mean) is the GEOMETRIC MEAN: R = sqrt(M × N). This is used to approximate the ellipsoid as a sphere for local geodetic computations. The arithmetic mean overestimates the correct value. The geometric mean arises from differential geometry of surfaces — the Gaussian curvature K = 1/(MN), and the radius of a sphere with the same Gaussian curvature is R = 1/sqrt(K) = sqrt(MN).
Trap Question
Question
At a point in the Philippines, the meridian radius M = 6 351 400 m and the prime vertical radius N = 6 387 500 m. What is the mean radius of curvature at this point?
Explanation
The mean radius of curvature in geodesy is specifically defined as the geometric mean R = sqrt(MN), derived from Gaussian curvature theory. The difference here is about 86 m — a meaningful discrepancy in precise geodetic work and in multiple-choice exams.
Wrong Answer
R = (6 351 400 + 6 387 500)/2 = 6 369 450 m (arithmetic mean).
Correct Answer
R = sqrt(6 351 400 × 6 387 500) = sqrt(4.0571 × 10^13) ≈ 6 369 364 m (geometric mean).
Misconception Id
M7
Correct Vs Incorrect
Correct Approach
R = sqrt(M × N) = sqrt(6 353 000 × 6 388 000) = sqrt(4.0579 × 10^13) ≈ 6 370 365 m. The difference is about 135 m — enough to select the wrong answer choice in a board exam.
Incorrect Approach
At φ = 14°, student computes M ≈ 6 353 000 m and N ≈ 6 388 000 m. Uses R = (M + N)/2 = (6 353 000 + 6 388 000)/2 = 6 370 500 m.
Why Students Believe It
Students know there are two principal radii M and N and logically average them arithmetically, as they would average any two quantities. The arithmetic mean is the most intuitive form of 'mean.'
The second eccentricity e' is computed using the semi-major axis a in the denominator, just like the first eccentricity e.
Tags
- formula_confusion
- notation_error
- common_error
Topic
Ellipsoid Parameters — Eccentricities
Severity
major
Exam Impact
Board items asking for e'² directly, or problems requiring the second eccentricity in a series formula, will yield incorrect results if the student uses a² instead of b² in the denominator.
The Reality
The first eccentricity e uses the semi-major axis a as the denominator of the reference: e² = (a² − b²)/a². The SECOND eccentricity e' uses the semi-minor axis b as the denominator: e'² = (a² − b²)/b². Since a > b, e'² > e². For WGS84: e² = 0.00669438 and e'² = 0.00673966. The second eccentricity appears in the formula for the reduced latitude and in some series expansions for the meridian arc.
Trap Question
Question
For WGS84 (a = 6 378 137 m, b = 6 356 752.314 m), which of the following correctly computes e'²? (A) e'² = (a²−b²)/a² (B) e'² = (a²−b²)/b² (C) e'² = e²/(1−e²) (D) Both B and C
Explanation
The second eccentricity e' uses b in the denominator. The useful identity e'² = e²/(1−e²) allows computation from e² directly. For WGS84: e'² = 0.00669438/(1 − 0.00669438) = 0.00669438/0.99330562 = 0.006739 ≈ 0.00673966.
Wrong Answer
(A), because the student confuses e' with e.
Correct Answer
(D) — Both (B) and (C) are correct. e'² = (a²−b²)/b² is the definition. Also, e'² = e²/(1−e²) is an equivalent relation, since (a²−b²)/b² = [(a²−b²)/a²] × [a²/b²] = e² × (a/b)² = e²/(1−e²) using the relation (b/a)² = 1−e².
Misconception Id
M8
Correct Vs Incorrect
Correct Approach
e'² = (a² − b²)/b². With a = 6 378 137 m, b = 6 356 752.31 m: a² − b² = (6378137)² − (6356752.31)² = 4.068 × 10^13 − 4.041 × 10^13 = 2.731 × 10^10. b² = 4.0409 × 10^13. e'² = 2.731 × 10^10 / 4.0409 × 10^13 = 0.006760 (approximately 0.00673966 for WGS84).
Incorrect Approach
Student computes e'² = (a² − b²)/a² = e² = 0.00669438. Wrong — this is e², not e'².
Why Students Believe It
Students memorize e² = (a² − b²)/a² and then apply the same denominator a² for e'², giving e'² = (a² − b²)/a². They do not notice that the 'second' eccentricity uses b in the denominator.
The radius of curvature N at the equator is the mean radius of the Earth, approximately 6 371 km.
Tags
- value_confusion
- common_error
- equator_special_case
Topic
Radii of Curvature — Special Values
Severity
minor
Exam Impact
If a problem provides a = 6 378.137 km and asks for N at the equator, the answer is a exactly (6 378.137 km). Using 6 371 km gives a different (wrong) answer. Similarly, if asked for the mean radius of curvature at the equator on WGS84, R = sqrt(MN) = sqrt(a × a(1−e²)) = a × sqrt(1−e²) ≈ 6 335.44 km × 6 378.14 km → R ≈ 6 356.75 km (approximately b), which is different from both 6 371 km and 6 378 km.
The Reality
N at the equator equals a, the SEMI-MAJOR AXIS = 6 378.137 km. This is the equatorial radius, NOT the mean radius. The commonly cited mean radius (for a sphere of equal volume) is approximately 6 371 km. The difference is about 7 km — not negligible in geodetic computation. Similarly, b = 6 356.752 km (polar radius). Exam items that ask you to distinguish these values require precise recall.
Trap Question
Question
On the WGS84 ellipsoid, what is the prime vertical radius of curvature N at the equator?
Explanation
At the equator, N reduces exactly to the semi-major axis a. The 'mean radius of 6 371 km' is a volumetric mean and does not equal any principal radius of the ellipsoid. Always substitute φ = 0° into the N formula rather than guessing from memory.
Wrong Answer
Approximately 6 371 km (mean radius of Earth).
Correct Answer
N = a = 6 378 137 m = 6 378.137 km exactly. At φ = 0°, sin²φ = 0, so N = a/sqrt(1−0) = a.
Misconception Id
M9
Correct Vs Incorrect
Correct Approach
N at equator = a = 6 378 137 m = 6 378.137 km exactly, because sin²(0°) = 0, so the denominator of N = 1.
Incorrect Approach
Student asked for N at equator on WGS84 answers 6 371 km (mean radius from general knowledge).
Why Students Believe It
Students memorize 'mean radius of Earth ≈ 6 371 km' from general science and associate it with the largest radius value they encounter in ellipsoid formulas — which is N at the equator (= a = 6 378.137 km). The numbers are close enough to cause confusion.
The Earth being 'oblate' means it is flattened at the equator and bulges at the poles.
Tags
- terminology_confusion
- conceptual_gap
- common_error
Topic
Shape of the Earth — Oblate Ellipsoid
Severity
minor
Exam Impact
Direct questions about the shape of the Earth or the relationship a > b (or a < b) test this concept. Confusion about oblate vs prolate leads to wrong qualitative answers and incorrect inequality statements between a and b.
The Reality
An OBLATE ellipsoid is flattened at the POLES and BULGES at the EQUATOR. The equatorial radius a > polar radius b. For WGS84: a = 6 378 137 m and b = 6 356 752.31 m, so the equatorial radius is about 21 385 m (≈ 21.4 km) larger. A PROLATE ellipsoid would be the opposite (elongated at the poles, like a rugby ball). The Earth is definitively oblate — the equatorial bulge is caused by Earth's rotation.
Trap Question
Question
For an oblate ellipsoid of revolution used as a model for the Earth: which statement is correct? (A) The semi-minor axis b is the equatorial radius. (B) The semi-major axis a is the equatorial radius and a > b. (C) Both axes are equal. (D) The semi-major axis a is the polar radius.
Explanation
By convention, for a solid of revolution about the polar axis, the semi-major axis a is the equatorial radius (the longer one) and the semi-minor axis b is the polar radius (the shorter one). Oblate = flattened at poles = a > b.
Wrong Answer
(A) or (D) — student confuses which axis is equatorial.
Correct Answer
(B). For an oblate ellipsoid, the semi-major axis a lies along the equatorial plane (a = 6 378 137 m for WGS84), and the semi-minor axis b is the polar radius (b = 6 356 752.31 m). Since a > b, the flattening f = (a−b)/a > 0.
Misconception Id
M10
Correct Vs Incorrect
Correct Approach
The Earth is oblate: a (equatorial) > b (polar). f = (a−b)/a > 0. For WGS84, a − b ≈ 21 385 m.
Incorrect Approach
Student writes: 'The Earth is oblate, so the polar radius b is larger than the equatorial radius a.' States b > a.
Why Students Believe It
The word 'oblate' is unfamiliar to many students, and some mix it up with 'prolate.' Since the Earth 'bulges' in news graphics showing Earth's irregular shape, students sometimes misremember which axis is longer.
The Clarke 1866 ellipsoid is the basis of WGS84 and is still used for all Philippine surveys.
Tags
- Philippine_specific
- historical_confusion
- legal_context
Topic
Reference Ellipsoids — Philippine Context
Severity
major
Exam Impact
Board exam items on Philippine geodetic history and current standards test whether students know PRS92 uses the WGS84 ellipsoid. Using Clarke 1866 parameters for modern Philippine computations gives significantly different coordinate values.
The Reality
Clarke 1866 (a = 6 378 206.4 m, b = 6 356 583.8 m) was the ellipsoid of the LUZON DATUM (pre-PRS92). WGS84 uses a different ellipsoid (a = 6 378 137 m, f = 1/298.257223563). PRS92 also uses the WGS84 ELLIPSOID (not Clarke 1866) but is a different realization. Under RA 8560 and NAMRIA regulations, all new Philippine geodetic control and cadastral surveys now use PRS92 (WGS84 ellipsoid). Clarke 1866 coordinates appear only in legacy data conversion.
Trap Question
Question
A geodetic engineer is establishing a new PRS92 control station in Cebu. What ellipsoid parameters should be used for all geodetic computations?
Explanation
RA 8560 mandates PRS92 as the national reference system. PRS92 uses the WGS84 (GRS80) ellipsoid. The Clarke 1866 ellipsoid is now a legacy datum used only for converting old records to PRS92.
Wrong Answer
Clarke 1866 (a = 6 378 206.4 m, b = 6 356 583.8 m), as this is the traditional Philippine geodetic ellipsoid.
Correct Answer
WGS84 ellipsoid parameters: a = 6 378 137 m, f = 1/298.257223563, because PRS92 is realized on the WGS84 (GRS80) ellipsoid. Clarke 1866 was used only for the old Luzon Datum, which was replaced by PRS92.
Misconception Id
M11
Correct Vs Incorrect
Correct Approach
PRS92 uses the GRS80/WGS84 ellipsoid: a = 6 378 137 m, f = 1/298.257222101 (GRS80) or 1/298.257223563 (WGS84) — effectively identical for most computations. Clarke 1866 applies only to the old Luzon Datum.
Incorrect Approach
Student uses a = 6 378 206.4 m (Clarke 1866) when computing ellipsoid parameters for a modern PRS92 survey.
Why Students Believe It
Philippine geodetic history is closely tied to Clarke 1866, which was the basis of the old Philippine Reference System (the Luzon Datum). Students who study historical geodetic control assume this carries forward to modern surveys.
Geodetic latitude φ and geocentric latitude φ_c are the same angle.
Tags
- conceptual_gap
- latitude_types
- common_error
Topic
Types of Latitude
Severity
major
Exam Impact
Problems that require you to convert between geodetic and geocentric latitudes, or that use the geocentric latitude in a formula where geodetic latitude is required (or vice versa), will produce errors. The 11-arcminute difference at mid-latitudes translates to position errors of several kilometers.
The Reality
GEODETIC (geographic) latitude φ is the angle between the equatorial plane and the NORMAL to the ellipsoid at a point — this is what GPS and maps use. GEOCENTRIC latitude φ_c is the angle between the equatorial plane and the line connecting the point to the center of the Earth. They are equal only at φ = 0° (equator) and φ = ±90° (poles). For intermediate latitudes: tan(φ_c) = (b²/a²) × tan(φ) = (1−e²) × tan(φ). At φ = 45°, the difference is approximately 11.5 arcminutes on WGS84. Geodetic latitude is used in all modern ellipsoidal computations; geocentric latitude is used in some celestial and satellite orbit problems.
Trap Question
Question
The geocentric latitude of a point is φ_c = 14°00'00". On WGS84 (e² = 0.00669438), what is the geodetic latitude φ?
Explanation
Because the ellipsoid curves more steeply than a sphere, the normal (which defines geodetic latitude) is tilted more toward the equator compared to the geocentric direction. Hence geodetic latitude > geocentric latitude for all intermediate latitudes in the northern hemisphere.
Wrong Answer
φ = 14°00'00" — the two are the same.
Correct Answer
tan(φ) = tan(φ_c) / (1 − e²) = tan(14°) / (1 − 0.00669438) = 0.24933 / 0.99331 = 0.25100. φ = arctan(0.25100) = 14°06'08" (approximately). The geodetic latitude is about 6'08" larger than the geocentric latitude.
Misconception Id
M12
Correct Vs Incorrect
Correct Approach
If the given latitude is geodetic φ = 14°, use φ in all ellipsoidal formulas (N, M). If the given latitude is geocentric φ_c = 14°, first convert: tan(φ) = tan(φ_c)/(1−e²) to get the geodetic latitude before computing N or M.
Incorrect Approach
Student uses φ_c = 14° directly in the formula for N at a point where the geodetic latitude is φ = 14°. Uses the same 14° for both without distinction.
Why Students Believe It
Students use the word 'latitude' uniformly in school without being told there are different definitions. All map coordinates are labeled 'latitude' without specifying which type, reinforcing the assumption that there is only one latitude.
Quick Self Check
298.257223563 is the INVERSE flattening (1/f). The actual flattening is f = 1/298.257223563 ≈ 0.003352811. Using 298.257 as f is one of the most dangerous numerical errors in ellipsoid computations.
Statement
For WGS84, the flattening f is equal to 298.257223563.
The prime vertical plane is the east–west plane at a given point. N is the radius of curvature in that direction. Arc lengths along parallels (east–west) are computed using N cosφ × Δλ. The meridian radius M governs north–south arc lengths.
Statement
The prime vertical radius of curvature N governs arc lengths measured in the east–west direction.
At the equator (φ = 0°), N = a = 6 378 137 m, but M = a(1−e²) = 6 378 137 × 0.993306 = 6 335 439 m. The difference is over 42 000 m. N = M only at the poles (φ = ±90°).
Statement
On WGS84, the meridian radius M and the prime vertical radius N are equal at the equator.
The Gaussian mean radius of curvature is the geometric mean R = sqrt(MN). This is the radius of a sphere with the same Gaussian curvature as the ellipsoid at that point. The arithmetic mean (M+N)/2 is a different (and incorrect) formula for this quantity.
Statement
The mean radius of curvature R at a given latitude is computed as R = sqrt(M × N).
PRS92 and WGS84 use the SAME ellipsoid (WGS84 / GRS80, a = 6 378 137 m). Their coordinate differences (typically 1–2 m in the Philippines) arise from different realizations and the effect of crustal motion, not from different ellipsoid shapes.
Statement
PRS92 and WGS84 use different ellipsoids, so coordinates in the two systems differ by large amounts.
e'² = (a²−b²)/b² while e² = (a²−b²)/a². Since a > b, we have a² > b², so (a²−b²)/b² > (a²−b²)/a², meaning e'² > e². The identity e'² = e²/(1−e²) also confirms this, since dividing by (1−e²) < 1 makes the quantity larger.
Statement
The second eccentricity squared e'² is always larger than the first eccentricity squared e² for any oblate ellipsoid.
Modern Philippine geodetic work under PRS92 uses the WGS84 (GRS80) ellipsoid (a = 6 378 137 m). Clarke 1866 was the basis of the old Luzon Datum and is now used only for converting legacy coordinate data. RA 8560 mandates PRS92 for all new surveys.
Statement
For geodetic (ellipsoidal) computations in the Philippines, the Clarke 1866 ellipsoid parameters should be used.
At φ = 0° (equator) and φ = ±90° (poles), the normal to the ellipsoid passes through the center of the Earth, so geodetic and geocentric latitudes coincide. At all other latitudes, geodetic latitude is greater than geocentric latitude in the northern hemisphere (and the reverse in the southern hemisphere).
Statement
Geodetic latitude and geocentric latitude are equal only at the equator and at the poles.
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.