5.2 Sight Distance Principles: Stopping, Decision, & Passing (AASHTO)

Key Takeaways

  • AASHTO Stopping Sight Distance (SSD) is the minimum distance required for a driver traveling at design speed to detect a 2.0-ft stationary object and stop safely before impact; it assumes a perception-reaction time t = 2.5 s and deceleration rate a = 11.2 ft/s².
  • The governing AASHTO SSD formulation incorporates grade effects: SSD = 1.47 × V × t + V² / [30 × ((a / 32.2) ± G)], where downgrade steepness (-G) substantially lengthens stopping distance due to gravitational acceleration.
  • Standard AASHTO sight distance observer eye height is 3.5 ft (1,080 mm); the target object height is 2.0 ft (600 mm) for SSD, and 3.5 ft (1,080 mm) for Passing Sight Distance (PSD) and Intersection Sight Distance (ISD).
  • Decision Sight Distance (DSD) provides extended sightlines where information is complex or unexpected maneuvers are necessary, categorized into five Avoidance Maneuvers (A and B for stops; C, D, and E for speed/path/direction changes).
  • Passing Sight Distance (PSD) applies to two-lane rural highways, incorporating a four-phase overtaking kinematic model to ensure safe passing maneuvers without conflicting with oncoming vehicles.
Last updated: August 2026

5.2 Sight Distance Principles: Stopping, Decision, & Passing (AASHTO)

PTOE Exam Focus: Sight distance is the fundamental safety criterion in geometric design. Candidates must be fully prepared to calculate Stopping Sight Distance ($SSD$) on upgrades and downgrades, select the proper Decision Sight Distance ($DSD$) Avoidance Maneuver (A through E), apply Passing Sight Distance ($PSD$) criteria, and recall standard AASHTO observer eye and target object heights.


1. Stopping Sight Distance (SSD) Kinematics & Formulation

Stopping Sight Distance ($SSD$) is the distance traversed by a vehicle from the instant a driver detects a stationary hazard in the travel path to the instant the vehicle comes to a complete stop. By AASHTO policy, every point along every public road must provide continuous sight distance at least equal to the design $SSD$.

SSD comprises two distinct kinematic components:

  1. Brake Reaction Distance ($d_r$): Distance traveled during the driver's perception-reaction time ($PRT$).
  2. Braking Distance ($d_b$): Distance required to decelerate the vehicle to a full stop once braking force is applied.
  [ Hazard Sighted ] ──── PRT (t = 2.5 s) ────► [ Brakes Applied ] ──── Deceleration (a = 11.2 ft/s²) ────► [ Full Stop ]
  |◄─────────────── Reaction Distance (d_r) ──────────────►|◄─────────────── Braking Distance (d_b) ──────────────►|
  |◄──────────────────────────────────────── TOTAL STOPPING SIGHT DISTANCE (SSD) ──────────────────────────────────►|

The Governing AASHTO Equation

In US Customary units, the exact AASHTO formulation is expressed as:

SSD=dr+db=1.47Vt+1.075V2a±32.2G=1.47Vt+V230(a32.2±G)SSD = d_r + d_b = 1.47 V t + \frac{1.075 V^2}{a \pm 32.2 G} = 1.47 V t + \frac{V^2}{30 \left( \frac{a}{32.2} \pm G \right)}

Where:

  • $V$ = Initial vehicle speed / design speed (mph).
  • $t$ = Perception-reaction time ($PRT$). AASHTO standard is $t = 2.5\text{ seconds}$, representing the 90th percentile of the driving population under unexpected roadside hazard conditions.
  • $a$ = Vehicle deceleration rate. AASHTO standard is $a = 11.2\text{ ft/s}^2$ (approximately $0.348 g$). This represents a comfortable, controlled deceleration rate on wet pavement without antilock brake lockup.
  • $g$ = Acceleration due to gravity ($32.2\text{ ft/s}^2$). Note that $\frac{a}{g} = \frac{11.2}{32.2} = 0.348$.
  • $G$ = Longitudinal roadway grade expressed as a decimal ($G = \text{percent grade} / 100$). Use $+G$ for upgrades and $-G$ for downgrades.
  • $1.47$ = Conversion factor from mph to ft/s (exact: $5280 / 3600 = 1.4667$).
  • $30$ = Dimensional constant ($2 \times 32.2 \times 1.4667^2 \approx 30.0$).

Level Grade AASHTO Design Standards

On level grade ($G = 0$), the braking term simplifies to $d_b = \frac{V^2}{30 \times 0.348} = \frac{V^2}{10.44} \approx 0.096 V^2$:

SSDlevel=1.47V(2.5)+1.075V211.2=3.675V+0.096V2SSD_{\text{level}} = 1.47 V (2.5) + \frac{1.075 V^2}{11.2} = 3.675 V + 0.096 V^2

Design Speed (mph)Brake Reaction Distance (ft)Braking Distance on Level (ft)Calculated SSD (ft)AASHTO Design Standard SSD (ft)
2073.538.4111.9115
30110.386.4196.7200
40147.0153.6300.6305
50183.8240.0423.8425
60220.5345.6566.1570
70257.3470.4727.7730
80294.0614.4908.4910

Grade Effects on SSD

Downgrades significantly increase braking distance because gravity opposes deceleration force. On steep downgrades, failure to adjust SSD results in severe sightline deficiencies:

+-----------------------------------------------------------------------------+
|                        WORKED CALCULATION EXAMPLE                           |
+-----------------------------------------------------------------------------+
|  Problem: Calculate required SSD for a design speed V = 65 mph on a 5%      |
|  downgrade (G = -0.05). Compare to level grade SSD.                         |
|                                                                             |
|  Step 1: Calculate Reaction Distance (d_r)                                  |
|          d_r = 1.47 * 65 mph * 2.5 s = 238.88 ft                            |
|                                                                             |
|  Step 2: Calculate Braking Distance on -5% Downgrade (d_b)                  |
|          d_b = (65)^2 / [30 * (11.2 / 32.2 - 0.05)]                         |
|          d_b = 4225 / [30 * (0.3478 - 0.05)] = 4225 / [30 * 0.2978]         |
|          d_b = 4225 / 8.9348 = 472.87 ft                                    |
|                                                                             |
|  Step 3: Total Graded SSD                                                   |
|          SSD = 238.88 + 472.87 = 711.75 ft -> Design Standard = 715 ft     |
|                                                                             |
|  Comparison: Level grade SSD at 65 mph is 645 ft. The 5% downgrade adds    |
|  70 ft (approx 11%) of required stopping sight distance!                    |
+-----------------------------------------------------------------------------+

2. Decision Sight Distance (DSD)

Standard SSD is often insufficient when drivers must process complex information, navigate high-density interchanges, evaluate lane drops, or make decisions in areas with visual clutter. Decision Sight Distance ($DSD$) provides an extended visual buffer allowing drivers to detect an unexpected hazard, recognize its threat potential, select an appropriate speed and path, and execute the maneuver safely.

AASHTO DSD Avoidance Maneuver Typologies

AASHTO classifies Decision Sight Distance into five specific operational maneuvers:

ManeuverRoadway EnvironmentPrescribed Driver ActionTotal Pre-Maneuver & Maneuver Time ($t$)Governing DSD Formula
Maneuver ARural RoadwayStop to avoid hazard$t = 3.0\text{ s}$ pre-maneuver + brake$DSD = 1.47 V (3.0) + \frac{1.075 V^2}{a}$
Maneuver BUrban RoadwayStop to avoid hazard$t = 9.1\text{ s}$ pre-maneuver + brake$DSD = 1.47 V (9.1) + \frac{1.075 V^2}{a}$
Maneuver CRural RoadwaySpeed / Path / Direction Change$t = 10.2\text{ to } 11.2\text{ s}$$DSD = 1.47 V t$
Maneuver DSuburban RoadwaySpeed / Path / Direction Change$t = 12.1\text{ to } 12.9\text{ s}$$DSD = 1.47 V t$
Maneuver EUrban RoadwaySpeed / Path / Direction Change$t = 14.0\text{ to } 14.5\text{ s}$$DSD = 1.47 V t$

Exam Rule: For Maneuvers A & B, the vehicle comes to a complete stop ($DSD = d_r + d_b$). For Maneuvers C, D, and E, the driver performs an evasive lane change or speed adjustment without stopping, so the distance is calculated entirely as pre-maneuver travel distance ($DSD = 1.47 V t$).

Recommended DSD Values by Speed (AASHTO Table 3-3)

Design Speed ($V$)Maneuver A (Rural Stop)Maneuver B (Urban Stop)Maneuver C (Rural Change)Maneuver D (Suburban Change)Maneuver E (Urban Change)
30 mph220 ft490 ft450 ft535 ft620 ft
45 mph360 ft800 ft675 ft800 ft930 ft
60 mph610 ft1,280 ft990 ft1,180 ft1,365 ft
70 mph820 ft1,610 ft1,150 ft1,445 ft1,650 ft

3. Passing Sight Distance (PSD)

On two-lane, two-way rural highways, safe overtaking of slower vehicles requires the passing driver to enter the opposing lane of travel. Passing Sight Distance ($PSD$) is the minimum sight distance required to complete this maneuver safely without cutting off the passed vehicle or encountering an oncoming vehicle.

Kinematic Phases of Passing Maneuver (AASHTO 4-Distance Model):

  1. $d_1$ (Initial Maneuver Distance): Traveled during initial acceleration while evaluating the opposing lane ($t_1 = 3.7\text{--}4.5\text{ s}$): d1=1.47t1(vm+at12)d_1 = 1.47 t_1 \left(v - m + \frac{a t_1}{2}\right) Where $v$ is passing vehicle speed, $m$ is speed difference (typically $10\text{ mph}$), and $a$ is acceleration rate ($1.4\text{--}1.5\text{ mph/s}$).
  2. $d_2$ (Left-Lane Occupation Distance): Traveled while the passing vehicle occupies the opposing lane ($t_2 = 9.3\text{--}10.4\text{ s}$): d2=1.47vt2d_2 = 1.47 v t_2
  3. $d_3$ (Clearance Distance): Safety buffer between passing vehicle completing maneuver and opposing vehicle ($100\text{--}300\text{ ft}$).
  4. $d_4$ (Opposing Vehicle Distance): Distance traveled by the oncoming vehicle during the passing vehicle's left-lane occupation ($d_4 = \frac{2}{3} d_2$).

Total AASHTO Passing Sight Distance: $PSD = d_1 + d_2 + d_3 + d_4$.

+-----------------------------------------------------------------------------+
|                   AASHTO DESIGN PSD VS. MUTCD MARKING PSD                   |
+-----------------------------------------------------------------------------+
|  AASHTO Design PSD:  Determines where passing sections should be provided.  |
|                      At 60 mph, AASHTO Design PSD = 1,000 ft.               |
|  MUTCD Marking PSD:  Governs warrant for painting solid yellow No-Passing    |
|                      zones (MUTCD no-passing zone criteria). At 60 mph, MUTCD PSD = 865 ft.|
|  Key Distinction:    AASHTO provides for a comfortable, complete maneuver; |
|                      MUTCD represents the minimum distance to safely abort.  |
+-----------------------------------------------------------------------------+

4. Observer Eye Height & Object Height Criteria

A critical set of memorization items on the PTOE exam is the exact standard heights used for vertical sightline geometry:

Sight Distance ParameterObserver Eye Height ($h_1$)Target Object Height ($h_2$)Physical Basis / Rationale
Stopping Sight Distance (SSD)3.5 ft ($1,080\text{ mm}$)2.0 ft ($600\text{ mm}$)Represents passenger car driver eye and vehicle taillight / object
Decision Sight Distance (DSD)3.5 ft ($1,080\text{ mm}$)2.0 ft or 0.0 ft$2.0\text{ ft}$ for hazard; $0.0\text{ ft}$ for pavement marking / lane drop
Passing Sight Distance (PSD)3.5 ft ($1,080\text{ mm}$)3.5 ft ($1,080\text{ mm}$)Represents driver eye seeing roofline of oncoming passenger car
Intersection Sight Distance (ISD)3.5 ft ($1,080\text{ mm}$)3.5 ft ($1,080\text{ mm}$)Represents minor street driver seeing approaching vehicle roofline
Loading diagram...
Kinematic Comparison of Stopping, Decision, and Passing Sight Distance Models
AASHTO Sight Distance Comparison at 60 mph Design Speed (ft)
Test Your Knowledge

A roadway reconstruction project on a rural multilane arterial has a design speed of 60 mph and traverses a sustained 4.0% downgrade (G = -0.04). Assuming standard AASHTO perception-reaction time (2.5 seconds) and deceleration rate (11.2 ft/s²), what is the calculated Stopping Sight Distance (SSD)?

A
B
C
D
Test Your Knowledge

An operations engineer is reviewing a high-speed urban freeway corridor where an upcoming lane drop occurs immediately following an overhead guide sign bridge. Drivers must detect the lane drop, evaluate surrounding traffic, and execute an evasive lane change maneuver at 60 mph without coming to a complete stop. Which AASHTO Decision Sight Distance maneuver and design value apply?

A
B
C
D
Test Your Knowledge

In AASHTO geometric design criteria, what are the standard observer eye height and target object height values utilized for Stopping Sight Distance (SSD) versus Passing Sight Distance (PSD) calculations?

A
B
C
D