I’ll try to explain this as simple as possible. Hopefully someone else can show me where I’m wrong as simply as possible.
Common wisdom tells us that the shortest distance between two points is a straight line. My question is how does this work?
Picture a graph and I need to get from Point ‘A’ at (0,5) to Point ‘B’ at (5,0). If I were to go from (0,5) --> (0,0) --> (5,0) my total distance would equal 10. But lets say I take a “more direct” rout. (0,5) --> (1,5) --> (1,4) --> (2,4) … (5,0) going in a zig-zag pattern. My distance traveled is still the same. It’s still 10. Even if I took a huge number of microscopic tiny zig zags the rise will always equal the run. It will always equal 10.
So how come the distance from ‘A’ to ‘B’ is 7.071? What does it stop equaling 10 and start equaling 7.071?
I’m guessing “line” and “infinitely small zig-zag” is comparing apples to oranges, but I’d still expect maybe some point where it starts approaching 7.071. Does it just change instantaneous? Is “zig-zag” approaching “line” just a visual illusion?