Dan Schlosser / writing /

Optimal Usage of the NYC Subway System

Optimal Usage of the NYC Subway System
Published on February 22, 2020.

There are many unavoidable mistakes a tourist can make in New York City. Visiting Times Square, walking too slow on the sidewalk, and eating the Nuts 4 Nuts nuts from a street vendor, for example, are intrinsic to any person's first experiences in the city.

But not all New York mistakes are inevitable. Un-optimal use of the New York City subway is tragically common and easily preventable. As a public service to all New Yorkers and to help you on your next trip, I’ll offer some tips on how to make so that you can do a little better next time.

If you follow these simple rules, you’ll speed through your next subway session.

Warning! The post contains some math equations that may not be suitiable to all readers. Click to hide equations that follow:

Show Math Equations Hide Math Equations

Math hidden

Getting an estimate

You probably saw this coming, but your first step will be to plug your destination into your favorite transit app: Google Maps, Transit, myMTA, and Citymapper are all viable options.

But what you might not know is to never put blind trust in an app’s estimate or route preference. Some apps only use the “scheduled” train times (which are made up, to be clear), and others use “live” data from the MTA. While live data is better, you should know that even the live data from the MTA doesn’t necessarily represent the facts on the ground. Even apps like Pigeon that crowdsource delays from other riders can be too little, too late.

Instead of relying on an app, you’ll learn to rely on your instincts. Or in my case, a series of simple equations. Let’s walk through some factors to consider.

Transfers

Transfers are treaturous. Every transfer has the possibility of screwing you up somehow. With each transfer you get both a new station to navigate, and another train line whose delays will affect your trip. For this reason, they should not be taken lightly.

An average transfer is worth a five minute difference in transit time estimate, meaning that a route with 2 transfers has to be 10 minutes faster than a direct route to be worth your while.

[ Math redacted ]

Show Math Hide Math

Or more simply,

$$f(L)=e_{app}+5(L-1)$$

Where...

$$\begin{align} f(L) =& \text{ The actual time in minutes of a route} \\ e_{app} =& \text{ The estimate your app gave you for the entire trip} \\ L =& \text{ Number of legs in this route, implies } L-1 \text{ transfers } \end{align}$$

Bus or Train?

NYC Busses are fraught. There are two main types: regular and SBS (Select Bus Service). During the day, SBS busses are consistently at least 3 minutes late and will ride at 75% of their projected speed. At night, they’ll be more late (by at least 5 minutes), but will travel at more or less their projected speed.

Regular busses are way, way worse. Count on them being 5+ minutes late during the day and traveling at ~60% of their projected speed. At night, they’re faster, maybe 80% of their projected speed, but reliably 10-15 minutes late.

In almost all situations, walking is better than taking a non-SBS bus.

Similarly, all train lines are not created equal. Some lines are notorious for being more or less reliable. It’s not an exact science, despite what The New York Times will tell you, but here are some guidelines:

  • Tier 1: The , , , , , , , , , , and are usually reliable, even at night.
  • Tier 2: The , , , , , , , and are often delayed, but passable. At night they become especially risky.
  • Tier 3: The , , , and are to be avoided if at all possible. These lines may as well not exist at night. Sorry, Williamsburg.

[ Math redacted ]

Show Math Hide Math

Or more simply,

$$f(L,t)= \sum\limits_{l=0}^L \left(\frac{1}{r_{tl}} \cdot e_l + d_{tl} \right)+5(L-1)$$

Where...

$$\begin{align} f(L,t) =& \text{ The actual time in minutes of a route} \\ e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ r_{tl} =& \text{ reliability of train leg } l \text{ at time } t \\ d_{tl} =& \text{ universally understood delay of the mode of transit for leg } l \text{ at time } t \\ L =& \text{ Number of legs in this route, implies } L-1 \text{ transfers } \end{align}$$

Using lookup tables...

$$\begin{alignat*}{7} & \textbf{Transit Mode} \quad && \textbf{Day} \enspace && \qquad && \textbf{Night} \enspace && \\ & \text{Bus} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 5 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 15 \\ & \text{SBS} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \qquad && r_{tl} = 1.0, \enspace && d_{tl} = 5 \\ & \text{Tier 1 Train} \quad && r_{tl} = 1.0, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \\ & \text{Tier 2 Train} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.5, \enspace && d_{tl} = 5 \\ & \text{Tier 3 Train} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 3 \qquad && r_{tl} = 0.3, \enspace && d_{tl} = 15 \\ \end{alignat*}$$

Walking

Most transit trips involve walking. For the most part, your app will account for this, but there are a few exceptions. By positioning yourself on the correct part of the platform to board at the correct car (closest to staircase), you can save 1-2 minutes of walking down the platform at your destination. There’s nothing quite like having the doors open at your destination station and being the very first person to ascend to the street.

Memorizing station layouts is the most reliable way to pick your car, but there are other strategies. The Google Maps app displays all station exits, and it’s often easy to pick the right car by looking there.

Subway exit locations
When taking the 1 train to Christopher Street or transferring to the 7 at Times Square, riders should choose in the middle car to cut down on wasted time.

If you want to be even more confident, Exit Strategy or CityMapper can be used to determine which car is best to nail your transfer or exit swiftly.

[ Math redacted ]

Show Math Hide Math

This gives us:

$$f(L,t)= \sum\limits_{l=0}^L \left(\frac{1}{r_{tl}} \cdot e_l + d_{tl}\right) + 5(L-1) - o_w$$

Where...

$$\begin{align} f(L,t) =& \text{ The actual time in minutes of a route} \\ e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ r_{tl} =& \text{ reliability of train leg } l \text{ at time } l \\ d_{tl} =& \text{ universally understood delay of the mode of transit for leg } l \text{ at time } t \\ L =& \text{ Number of legs in this route, implies } L-1 \text{ transfers} \\ o_w =& \text{ The number of minutes to be saved with walking optimizations,} \\ & \text{ usually } 1 \text{ minute, but depends on station layouts.} \end{align}$$

Using lookup tables...

$$\begin{alignat*}{7} & \textbf{Transit Mode} \quad && \textbf{Day} \enspace && \qquad && \textbf{Night} \enspace && \\ & \text{Bus} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 5 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 15 \\ & \text{SBS} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \qquad && r_{tl} = 1.0, \enspace && d_{tl} = 5 \\ & \text{Tier 1 Train} \quad && r_{tl} = 1.0, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \\ & \text{Tier 2 Train} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.5, \enspace && d_{tl} = 5 \\ & \text{Tier 3 Train} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 3 \qquad && r_{tl} = 0.3, \enspace && d_{tl} = 15 \\ \end{alignat*}$$

Managing express trains

Once you have your route planned, you may find that you’re riding on a line that has local and express trains. So which do you take? Well, it depends. Imagine you’re standing at a station that has both express and local trains departing towards your destination. You look at the arrivals board.

If the express train will arrive first, it’s almost always a good idea to take it. Even if your final destination is a local stop and you need to transfer back to the local, taking the express could get you onto a local train that arrives sooner.

If the local train comes first, though, you have a predicament. The correct train to take depends on how many local stops you could skip on the express, which each train is arriving, and the periodicity of (or distance between) local trains. The time between trains varies greatly, depending on train line and time of day. Go ahead and memorize this chart, or just look up how frequently your line is running on Google Maps.

Subway local train periodicity
Tapping on the station in the transit overview in Google Maps displays departure times. Here, the 1 train runs every 4-5 minutes.

That said, in general it’s never worth waiting for an express train to skip 2 or fewer local stops. Waiting 2 minutes to skip 3 stops is acceptable, and waiting 3 minutes to skip 4 stops makes sense. Beyond 3 minutes though, the trade off becomes less favorable. I’d be willing to wait 5 minutes to skip 8 stops.

[ Math redacted ]

Show Math Hide Math

This simplified general rule can be modeled as:

Subway tradeoff graph

$$6 \log(s_l-1)$$

Where...

$$s_l = \text{ The number of skippable local-only stops on the express line for leg } l $$

If your final destination is an express stop, the total transit time, adjusting for express trains is:

$$e_l+\min(w_{loc},w_{exp} - 6 \log(s_l-1))$$

Where...

$$\begin{align} e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ s_l =& \text{ The number of skippable local-only stops on express line on leg } l \\ w_{loc} =& \text{ The wait for local train at the first express stop} \\ & \text{ (0 if departing from a local-only station)} \\ w_{exp} =& \text{ The wait for express train at the first express stop } \end{align}$$

If your final destination is a local-only stop, however, the total transit time will depend on the periodicity:

$$e_l+w_{loc}-\left \lfloor{\tfrac{6 \log(s_l-1)-w_{exp}}{p_t}}\right \rfloor p_t$$

Where...

$$\begin{align} e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ s_l =& \text{ The number of skippable local-only stops on express line on leg } l \\ w_{loc} =& \text{ The wait for local train at the first express stop} \\ & \text{ (0 if departing from a local-only station)} \\ w_{exp} =& \text{ The wait for express train at the first express stop} \\ p_t =& \text{ The periodicity of the local train at time} t \end{align}$$

Expressed together, we get:

$$ \begin{align} X_l & \Big[e_l+\min(w_{loc},w_{exp} - 6 \log(s_l-1))\Big] + \\ (1-X_l) & \Big[e_l+w_{loc}-\left \lfloor{\tfrac{6 \log(s_l-1) - w_{exp}}{p_t}}\right \rfloor p_t\Big] \end{align} $$

Where...

$$\begin{align} e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ s_l =& \text{ The number of skippable local-only stops on express line on leg } l \\ w_{loc} =& \text{ The wait for local train at the first express stop} \\ & \text{ (0 if departing from a local-only station)}\\ w_{exp} =& \text{ The wait for express train at the first express stop} \\ p_t =& \text{ The periodicity of the local train at time } t \\ X_l =& \begin{cases}1 & \text{if leg } l \text{ ends at an express stop} \\ 0 & otherwise\end{cases} \end{align}$$

This yields our final equtation:

$$ \begin{alignat*}{3} f(L,t) = \sum\limits_{l=0}^L \bigg\{ & \frac{1}{r_{tl}} \cdot \bigg( && X_l \Big[ e_l+\min(w_{loc},w_{exp} - 6 \log(s_l-1)) \Big] + \\ & && (1-X_l) \Big[ e_l+w_{loc}-\left \lfloor{ \tfrac{6 \log(s_l-1)-w_{exp}}{p_t}}\right \rfloor p_t \Big] \bigg) \\ & + d_{tl} && \bigg \} + 5(L-1) - o_w \end{alignat*} $$

Where...

$$\begin{align} f(L,t) =& \text{ The actual time in minutes of a route} \\ d_{tl} =& \text{ universally understood delay of the mode of transit for leg } l \text{ at time } t \\ e_l =& \text{ The estimate your app gave for leg } l \text{, on the local train} \\ L =& \text{ Number of legs in this route, implies } L-1 \text{ transfers} \\ o_w =& \text{ The number of minutes to be saved with walking optimizations,} \\ & \text{ usually 1 minute, but depends on station layouts.} \\ p_t =& \text{ The periodicity of the local train at time } t \\ r_{tl} =& \text{ reliability of train leg } l \text{ at time } t \\ s_l =& \text{ The number of skippable local-only stops on express line on leg } l \\ w_{exp} =& \text{ The wait for express train at the first express stop} \\ w_{loc} =& \text{ The wait for local train at the first express stop} \\ & \text{ (0 if departing from a local-only station)}\\ X_l =& \begin{cases}1 & \text{if leg } l \text{ ends at an express stop} \\ 0 & \text{otherwise}\end{cases} \end{align}$$

Using lookup tables...

$$\begin{alignat*}{7} & \textbf{Transit Mode} \quad && \textbf{Day} \enspace && \qquad && \textbf{Night} \enspace && \\ & \text{Bus} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 5 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 15 \\ & \text{SBS} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \qquad && r_{tl} = 1.0, \enspace && d_{tl} = 5 \\ & \text{Tier 1 Train} \quad && r_{tl} = 1.0, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.75, \enspace && d_{tl} = 3 \\ & \text{Tier 2 Train} \quad && r_{tl} = 0.75, \enspace && d_{tl} = 0 \qquad && r_{tl} = 0.5, \enspace && d_{tl} = 5 \\ & \text{Tier 3 Train} \quad && r_{tl} = 0.6, \enspace && d_{tl} = 3 \qquad && r_{tl} = 0.3, \enspace && d_{tl} = 15 \\ \end{alignat*}$$

Try it out

For those of you that prefer apps and websites to good old fashioned math, I also made this handy calculator to determine the real length of your predicted trip.

    Add Leg

    0 minutes

    You’ve got this

    It can be a lot to take in, I know. But I promise by following my advice you’ll shave seconds, perhaps even low single-digit minutes off of your journey. Happy riding!

    Does my math not add up? Shoot me a tweet or email and let me know.