Hacker News new | ask | show | jobs
by haser_au 2454 days ago
Fun facts: Average radius (from city centre) of top 20 US cities by population [1]: 15km

Top speed of the latest racing drone [2]: 265 km/h

Top speed allowed under FAA rules [3]: 160 km/h

Average Flight time for a delivery (7.5km @ 160 km/h): 2 min 48 seconds

Assume additional time for loading, take-off, speed ramp, speed slow, landing and unloading: Door-to-door in less than 5 minutes (average).

Sources:

[1] https://en.wikipedia.org/wiki/List_of_United_States_cities_b...

[2] https://thedroneracingleague.com/racerx/

[3] https://www.faa.gov/news/fact_sheets/news_story.cfm?newsId=2...

1 comments

If you want to model a city as a circle, you should probably instead use a radius where half of the area of the circle lies within that radius. When you halve the radius, you divide the area by four!

For example, the area of a circle with radius 15 km is about 707 km², while the area of a circle with radius 7.5 km is only about 177 km². If the population density by unit land area is evenly distributed, this circle will only enclose a quarter of the city's population, rather than half.

I think an interesting future limiting factor is air traffic from delivery drones. Right now it seems absurd to worry about that because there are no delivery drones flying, but if this method becomes popular, the presence of other drones in the airspace could limit delivery drones' mobility.

You make a good point about circles.

I'd like to add that the pi r^2 circle we know and love isn't the only one. It depends on the "metric" which in that case is Euclidean ("as the crow flies"). If you have have traffic rules, like only flying certain routes you get a different shape circle and a different area as a function of radius. A famous example is the "Manhattan" metric where you drive around on a square grid. In this case the "circle" looks just like a square and has area 4 r^2.