5.3 Horizontal Sight Distance and Obstructions
Key Takeaways
- Horizontal Sightline Offset (HSO) is the lateral clearance required from the centerline of the inside travel lane to the obstruction.
- For S <= L, the formula is HSO = R_v * (1 - cos(28.65 * S / R_v)), with the cosine argument in degrees.
- The vehicle path radius (R_v) is smaller than the centerline radius (R_CL) by half the lane width for the inside lane.
- For S > L, the formula is HSO = L * (2S - L) / (8 * R_v), as the line of sight extends onto the tangents.
5.3 Horizontal Sight Distance and Obstructions
Roadway safety depends heavily on providing drivers with an unobstructed view of the road ahead. The distance required for a driver to see, react to, and bring their vehicle to a complete stop before reaching a hazard is known as the Stopping Sight Distance (SSD). When a horizontal curve is designed, physical obstructions located on the inside of the curve—such as retaining walls, bridge piers, buildings, utility poles, rock cut slopes, or dense vegetation—can block the driver's line of sight. Engineers must calculate the required clearance to these obstructions to ensure that the available sight distance meets or exceeds the design SSD.
Horizontal Sightline Offset (HSO) and the Middle Ordinate
The clearance distance from the centerline of the inside travel lane to a lateral obstruction is defined as the Horizontal Sightline Offset (HSO), historically referred to as the middle ordinate (M).
For a simple horizontal curve where the required sight distance (S) is less than or equal to the total length of the curve (L), the geometric relationship between the curve radius, the sight distance, and the HSO is derived using circular geometry:
HSO = R_v * (1 - cos((28.65 * S) / R_v))
Where:
- HSO = Horizontal Sightline Offset (feet), measured radially from the centerline of the inside lane to the obstruction.
- R_v = Radius of the vehicle path (feet), which is the radius to the centerline of the inside lane.
- S = Required sight distance (feet), typically the Stopping Sight Distance (SSD).
[!IMPORTANT] The Radius Trap: A frequent error on the PE exam is using the centerline radius of the overall roadway (R_CL) in place of the vehicle path radius (R_v). The critical vehicle is traveling in the center of the inside lane, which has a smaller radius. For a standard two-lane undivided highway with lane width W, the vehicle path radius is:
R_v = R_CL - (W / 2)
If the lane width is 12 feet, R_v = R_CL - 6 ft. Using R_CL instead of R_v under-predicts the required offset, which can lead to unsafe designs.
Angular Argument of the Cosine
The constant 28.65 in the formula is a conversion factor that converts the arc angle from radians to degrees. It is derived as:
Angle in degrees = (180 * S) / (2 * pi * R_v) => 28.6479 * S / R_v
Ensure that your calculator is set to Degrees mode when evaluating this trigonometric function on the exam.
Sight Distance Greater Than Curve Length (S > L)
When the required stopping sight distance (S) is greater than the horizontal curve length (L), the driver's line of sight extends beyond the PC or PT and onto the straight tangents. In this scenario, the standard HSO formula over-predicts the required clearance because the line of sight does not follow a pure circular arc.
Under these conditions, engineers use the following standard approximation formula to calculate the HSO at the midpoint of the curve:
HSO = (L * (2 * S - L)) / (8 * R_v)
Where:
- L = Length of the horizontal curve (feet)
- S = Required stopping sight distance (feet)
- R_v = Radius of the inside lane vehicle path (feet)
For maximum precision, the exact trigonometric equation for S > L can be written as:
HSO = R_v * (1 - cos((28.65 * L) / R_v)) + ((S - L) / 2) * sin((28.65 * L) / R_v)
On the PE Civil exam, if S > L, check the reference handbook. The handbook typically presents the approximation formula HSO = L * (2 * S - L) / (8 * R_v) as the primary tool. Applying the S <= L formula when S > L is conservative but economically inefficient, as it requires clearing more right-of-way than mathematically necessary.
AASHTO Stopping Sight Distance Guidelines
The stopping sight distance (S) used in horizontal clearance calculations is based on the design speed (V). AASHTO defines SSD using a standard perception-reaction time of 2.5 seconds and a comfortable deceleration rate of 11.2 ft/s^2 on level grades:
SSD = 1.47 * V * t + V^2 / (30 * (a / g +/- G)) = 3.67 * V + V^2 / (30 * (0.35 +/- G))
Where:
- V = Design speed (mph)
- t = Perception-reaction time (2.5 s)
- a = Deceleration rate (11.2 ft/s^2)
- g = Acceleration due to gravity (32.2 ft/s^2)
- G = Grade expressed as a decimal (positive for upgrade, negative for downgrade)
The standard level-grade SSD values from AASHTO are:
| Design Speed (V, mph) | Stopping Sight Distance (SSD, ft) |
|---|---|
| 30 | 200 |
| 40 | 305 |
| 50 | 425 |
| 60 | 570 |
| 70 | 730 |
| 80 | 910 |
Mitigation Strategies for Sight Obstructions
If a physical obstruction cannot be relocated and does not meet the required HSO clearance, transportation engineers must implement one of the following mitigation strategies:
- Increase the Curve Radius (R): A larger radius flattens the curve, which reduces the required offset for the same sight distance.
- Add Inside Shoulders: Adding a wide paved shoulder on the inside of the curve pushes the inside travel lane (and thus the vehicle path centerline) further away from the obstruction, effectively increasing the physical clearance.
- Reduce the Design Speed (V): Lowering the speed reduces the required SSD (S), which decreases the required HSO. This requires posting advisory speed plaques and installing warning signs.
- Acquire Right-of-Way: Clear the obstructing vegetation, excavate the rock cut slope, or purchase the property containing the obstruction.
A horizontal curve on a two-lane highway has a centerline radius of 800 feet. The lane widths are 12 feet. The design speed is 50 mph, which corresponds to a standard stopping sight distance of 425 feet. A retaining wall is proposed on the inside of the curve. What is the minimum horizontal sightline offset (HSO) from the centerline of the inside lane to the retaining wall, assuming the sight distance is less than the curve length?
A highway curve has a vehicle path radius (R_v) of 1,000 feet and a curve length (L) of 300 feet. The design speed requires a stopping sight distance (S) of 400 feet. Because S > L, the line of sight extends onto the tangents. What is the minimum horizontal sightline offset (HSO) using the standard approximation formula for this case?