Trajectory Calculations: Predicting Well Paths with Precision

Well Trajectory Calculation - Minimum Curvature, Radius of Curvature, and Survey-to-Position Engineering

Well trajectory calculation is the mathematical process of converting directional survey data (measured depth, inclination, azimuth) into three-dimensional position coordinates (Northing, Easting, True Vertical Depth) that define exactly where the wellbore is in space. It is simultaneously a geometric exercise and an operational decision tool: the same calculation that confirms a horizontal well has landed in a 10-ft thick reservoir target at 8,500 ft TVD also determines whether the wellbore has drifted into the 50-ft anti-collision envelope of an adjacent producer 4,200 ft below the surface. A trajectory error of 0.5° in inclination accumulated over 2,000 ft of measured depth translates to a horizontal position error of approximately 17 ft - enough to miss a thin reservoir target or to violate an anti-collision separation factor in a multi-well pad. Understanding the relationship between survey data, calculation method, and positional accuracy is the foundation of directional well planning and execution.


1. Trajectory Calculation Methods - The Complete Formulas

1.1 The Minimum Curvature Method - Industry Standard

The minimum curvature method assumes the wellbore follows a smooth circular arc of minimum curvature between two consecutive survey stations. It is the industry standard for trajectory calculation because it accounts for both inclination and azimuth changes simultaneously and produces the smallest position error compared to high-frequency continuous surveys.

Step 1 - Dogleg Angle (DL) between survey stations:
DL = arccos(cos(I2 - I1) - sin(I1) x sin(I2) x (1 - cos(dAz)))

Step 2 - Ratio Factor (RF) - the curvature correction:
RF = (2 / DL) x tan(DL / 2)
When DL = 0 (straight section): RF = 1.0

Step 3 - Position increments between stations:
dN = (dMD / 2) x [sin(I1) x cos(Az1) + sin(I2) x cos(Az2)] x RF
dE = (dMD / 2) x [sin(I1) x sin(Az1) + sin(I2) x sin(Az2)] x RF
dTVD = (dMD / 2) x [cos(I1) + cos(I2)] x RF

Where:
I1, I2 = inclination at upper and lower stations (degrees)
Az1, Az2 = azimuth at upper and lower stations (degrees)
dMD = measured depth interval between stations (ft)
dN, dE, dTVD = increments in Northing, Easting, and TVD (ft)

Worked example - first interval of the survey:
Station 1: MD = 0 ft, I1 = 0.0°, Az1 = 0.0°
Station 2: MD = 1,000 ft, I2 = 10.0°, Az2 = 45.0°
dMD = 1,000 ft, dAz = 45.0°

DL = arccos(cos(10°) - sin(0°) x sin(10°) x (1 - cos(45°)))
= arccos(0.9848 - 0) = arccos(0.9848) = 10.00°
DL (radians) = 0.1745
RF = (2 / 0.1745) x tan(0.0873) = 11.461 x 0.0875 = 1.0027

dTVD = (1000/2) x [cos(0°) + cos(10°)] x 1.0027
= 500 x [1.0 + 0.9848] x 1.0027 = 500 x 1.9848 x 1.0027 = 995.06 ft

dN = (1000/2) x [sin(0°)cos(0°) + sin(10°)cos(45°)] x 1.0027
= 500 x [0 + 0.1736 x 0.7071] x 1.0027 = 500 x 0.1228 x 1.0027 = 61.55 ft North

dE = (1000/2) x [sin(0°)sin(0°) + sin(10°)sin(45°)] x 1.0027
= 500 x [0 + 0.1736 x 0.7071] x 1.0027 = 61.55 ft East

1.2 The Radius of Curvature Method - Simpler Approximation

The radius of curvature method assumes the wellbore follows a circular arc between stations in both the vertical and horizontal planes independently. It produces results close to minimum curvature for moderate doglegs but diverges significantly when dogleg angle exceeds 10°/100 ft or when azimuth and inclination change simultaneously.

Position increments - Radius of Curvature:
dTVD = dMD x [sin(I2) - sin(I1)] / [(I2 - I1) x pi/180]
dHorizontal = dMD x [cos(I1) - cos(I2)] / [(I2 - I1) x pi/180]
dN = dHorizontal x [sin(Az2) - sin(Az1)] / [(Az2 - Az1) x pi/180]
dE = dHorizontal x [cos(Az1) - cos(Az2)] / [(Az2 - Az1) x pi/180]

Boundary condition: When I1 = I2 or Az1 = Az2, the formulas reduce to straight-line geometry (use balanced tangential method to avoid division by zero).

Build Radius from Build Rate:
R (ft) = 5,729.58 / Build Rate (°/100 ft)
Example: Build rate = 8°/100 ft → R = 5,729.58 / 8 = 716 ft radius
This is the minimum turning radius the BHA must achieve to deliver the planned build section.

1.3 Method Comparison - When Each Method Applies

Method Accuracy Best Application Limitation
Minimum Curvature HIGH - industry standard All directional wells: ERD, horizontal, multilateral, anti-collision calculations Requires ratio factor calculation - undefined at DL=0 (handled by RF=1 limit)
Radius of Curvature MEDIUM - acceptable for moderate doglegs Initial trajectory planning, hand calculations, training exercises Undefined when I1=I2 or Az1=Az2; diverges from MCM at high DLS
Balanced Tangential LOW - legacy method Quick checks, hand verification of MCM output Assumes straight segments - error grows with dogleg angle
Average Angle LOW-MEDIUM Historical wells, simple vertical wells with minor deviation Not acceptable for modern anti-collision or target-hit calculations

2. Complete Worked Example - Four-Station Survey Calculation

2.1 Survey Data Input

Station MD (ft) Inclination (°) Azimuth (°) Interval Description
1 0 0.0 0.0 Surface - vertical reference
2 1,000 10.0 45.0 Kick-off point and initial build
3 2,000 30.0 60.0 Build section continuation
4 3,000 60.0 80.0 Approaching target inclination

2.2 Calculated Results - Minimum Curvature Method

Interval 1 → 2 (0 to 1,000 ft MD):
DL = 10.00°, DLS = 1.00°/100 ft, RF = 1.0027
dTVD = 995.06 ft, dN = 61.55 ft, dE = 61.55 ft

Interval 2 → 3 (1,000 to 2,000 ft MD):
DL = arccos(cos(20°) - sin(10°)sin(30°)(1-cos(15°)))
= arccos(0.9397 - 0.1736 x 0.5 x 0.0341) = arccos(0.9367) = 20.42°
DLS = 2.04°/100 ft, RF = 1.0108
dTVD = 500 x [cos(10°) + cos(30°)] x 1.0108 = 500 x 1.8508 x 1.0108 = 935.50 ft
dN = 500 x [sin(10°)cos(45°) + sin(30°)cos(60°)] x 1.0108 = 500 x [0.1228 + 0.2500] x 1.0108 = 188.41 ft
dE = 500 x [sin(10°)sin(45°) + sin(30°)sin(60°)] x 1.0108 = 500 x [0.1228 + 0.4330] x 1.0108 = 281.05 ft

Interval 3 → 4 (2,000 to 3,000 ft MD):
DL = arccos(cos(30°) - sin(30°)sin(60°)(1-cos(20°)))
= arccos(0.8660 - 0.5 x 0.8660 x 0.0603) = arccos(0.8399) = 32.86°
DLS = 3.29°/100 ft, RF = 1.0298
dTVD = 500 x [cos(30°) + cos(60°)] x 1.0298 = 500 x 1.3660 x 1.0298 = 703.36 ft
dN = 500 x [sin(30°)cos(60°) + sin(60°)cos(80°)] x 1.0298 = 500 x [0.2500 + 0.1504] x 1.0298 = 206.16 ft
dE = 500 x [sin(30°)sin(60°) + sin(60°)sin(80°)] x 1.0298 = 500 x [0.4330 + 0.8529] x 1.0298 = 662.20 ft

2.3 Cumulative Position - 3D Wellbore Coordinates

Station MD (ft) TVD (ft) Northing (ft) Easting (ft) DLS (°/100 ft) Horizontal Displacement (ft)
1 0 0.00 0.00 0.00 - 0.00
2 1,000 995.06 61.55 61.55 1.00 87.04
3 2,000 1,930.56 249.96 342.60 2.04 424.07
4 3,000 2,633.92 456.12 1,004.80 3.29 1,103.40

Key observation: Over 3,000 ft of measured depth, the well has displaced 1,103 ft horizontally while only reaching 2,634 ft TVD. The MD/TVD ratio of 1.14 confirms an aggressive build profile typical of a horizontal well kick-off section. The progressive DLS increase (1.00 → 2.04 → 3.29°/100 ft) shows the build rate accelerating, which must be monitored against drill pipe fatigue limits in subsequent intervals.

3. Mechanical and Operational Consequences of Trajectory Calculation

3.1 Target Accuracy and Reservoir Hit

Position uncertainty from survey tool error:
Inclination uncertainty (MWD): ±0.1° to ±0.2°
Azimuth uncertainty (MWD): ±0.5° to ±1.5° (latitude-dependent)

Accumulated horizontal position error:
dError ≈ dMD x sin(dI) for inclination error
At 10,000 ft MD with ±0.2° inclination uncertainty:
dError = 10,000 x sin(0.2°) = 10,000 x 0.00349 = 34.9 ft uncertainty

For a 20-ft thick reservoir target zone at 10,000 ft TVD:
±35 ft position uncertainty means the well could exit the target zone on either side without correction.
This is why gyro-while-drilling or continuous inclination surveys are mandatory in tight reservoir landings.

3.2 Anti-Collision Calculations - Multi-Well Pad Risk

Separation Factor (SF) Operational Status Required Action
SF > 1.5 Safe Continue drilling as planned; routine survey frequency
1.0 < SF < 1.5 Caution zone Increase survey frequency to 30 ft; run gyro check; daily anti-collision review
SF < 1.0 Stop drilling Operations halt; engineering review; sidetrack or revise trajectory before resuming

The separation factor is calculated as the center-to-center distance between two wells divided by the combined positional uncertainty envelope (ellipsoid of uncertainty, EOU). A trajectory calculation error or survey processing mistake can artificially inflate SF, leading to a false sense of safety. This is why minimum curvature method results must be verified against independent gyro surveys in pads with three or more wells.

3.3 Geosteering and Target Hit Verification

In horizontal wells targeting thin reservoirs (typically 8-30 ft thick), the trajectory calculation feeds the geosteering decision-making process. Each new survey station updates the wellbore position; the geosteering team compares actual TVD against the planned TVD relative to the reservoir model. If calculated TVD deviates by more than 50% of the reservoir thickness, an azimuth or inclination correction is initiated within 30-90 ft to bring the wellbore back inside the target window.

4. Survey Frequency and Calculation Accuracy

4.1 Survey Interval vs Position Error

Survey Interval Typical Position Error at 10,000 ft MD Recommended Application
Every 30 ft ±5-10 ft Reservoir landing, geosteering, anti-collision critical zones
Every 90 ft (standard) ±15-25 ft Build sections and tangent sections of standard directional wells
Continuous (LWD gyro) ±2-5 ft ERD wells, multilateral junctions, thin-reservoir horizontals

4.2 Common Calculation Errors and Their Operational Cost

  1. Using average angle instead of minimum curvature for build sections: Position error of 10-30 ft per 1,000 ft of build section. Can cause a horizontal well to land outside the target zone, requiring a sidetrack costing $300,000-1.5M.
  2. Failing to apply magnetic declination correction: Azimuth error of 5-15° depending on latitude. Causes the entire trajectory to rotate around the surface location, missing the target by hundreds of feet.
  3. Mixing grid north and true north references: Systematic azimuth offset. Identified only when post-drilling gyro survey contradicts MWD survey.
  4. Ignoring sag correction in high-inclination MWD surveys: Inclination underestimated by 0.1-0.3° at high angles. Accumulates to significant TVD error in horizontal sections.

Conclusion

The trajectory calculation in this article - 1,103 ft of horizontal displacement and 2,634 ft TVD after 3,000 ft of measured depth, with progressive DLS from 1.00 to 3.29°/100 ft - shows how survey data converts into actionable wellbore position. The minimum curvature method's ratio factor of 1.0298 in the final interval captures 1.4 ft of additional TVD that simpler methods would miss, and at 10,000 ft this error accumulation reaches dozens of feet - the difference between landing in a 20-ft reservoir target and missing it entirely.

Trajectory calculation is a forward-looking engineering activity. The position calculated at 3,000 ft MD defines where the build section must end, where the lateral must start, and where every subsequent survey must fall to keep the well on target. A 0.5° azimuth error introduced at the kick-off point becomes a 60-ft positional offset at 10,000 ft - enough to miss the reservoir window or trigger an anti-collision alarm in a multi-well pad. The cost of running a verification gyro at the kick-off point is 4-6 hours of rig time. The cost of a sidetrack to correct an unrecognized survey error discovered at TD is $500,000-2M.

Want to access our trajectory calculator with minimum curvature, anti-collision separation factor, and 3D wellbore visualization, or discuss trajectory planning for a specific well? Join our Telegram group for directional drilling discussions, or visit our YouTube channel for step-by-step tutorials on well trajectory calculation and survey analysis.

Post a Comment

0 Comments