Tips being coins and tricks being a magic trick to make a big coin.


How can you tell where something is with only an address given? Can you find distances given two addresses?


Last updated: around 2003

Type:              Tip
Reliability:       2.5 stars - Medium-low
Ease of learning:  3.5 stars - Easy-medium
Time saving:       no rating - Doesn't apply
Usefulness:        4.5 stars - Very useful
Difficulty:        3.5 stars - Easy-medium
Overall:           3.5 stars - Good


1 Introduction



To most, except post office workers, an address is just where you live and doesn't have much meaning. This applies mainly to US addresses and I don't know how this is in other places around the world. The whole system can vary from county to county, state to state, or even country to country so you'll need to figure out what your county does. This system, at least for the US, seems to be the case quite often. An address doesn't just tell where you live, they can also be used to calculate approximate distances within a town/city. When I don't know where something is, I can just get an address and, if the address is in the proper format, easily figure out where it is and how much further I need to go, whether by the road, or diagonally through the air. Next time you go driving around, take note of the street and avenue signs that tell what street or avenue you're on. If you were to study them carefully enough, you'll discover some big patterns. These two tricks have some moderately big limitations though, but are decent within a single town only.

2 Addresses tell location



2.1 The coordinate graph



Try this once, take out your home town's city map (usually in the local phone book or library) or use Google maps for other areas as well. Ever notice that all street and avenue numbers increase as you get further and further from the city's center? City center is defined as the point in which main street and central avenue intersect. On a coordinate graph, this would resemble the point (0,0), which is also called the origin. Look at your city map once. Find where Main Street and Central Avenue meet up at the intersection. We'll call this point (0,0). If you head north, the avenue numeric names increase. If you go south from the center, the values increase as well. East and West is where your Street values increase as you head away from city center.

Just for an example, picture a coordinate graph. At the center is where the x and y axes meet. If you go up on the coordinate graph, the y coordinate increases into the positive range, but go down and it increases in the negative range. Go right it increases positive and left for negative. Now note the same pattern with a city map. Addresses never use negative numbers [or I haven't seen one yet].

Next, note that there are four possible "extentions" to the address, NE, SE, SW, and NW. These are called "quadrants". Quad-, meaning four, gives you the hint. Sometimes, only N, E, S, or W are given. This usually means it's on the related axis. Though, addresses have something odd that the coordinate graph doesn't. When naming a point, say (3,-4), the x and y axes are varied in addresses.

Let's try to find the point (3,-4). In all ordered pairs, the x-axis is first, the horizontal one. If it's positive, you go right from the origin, but left if it's negative. Since that 3 is positive, you move right 3 points on the graph. The second coordinate is the y-axis, the vertical one. Go up if the value is positive and down if negative. -4 means to go four points down from the origin.

2.2 Coordinates as an address



This same principal works with addresses. The types of addresses that can be used for this trick to work are always in the format of 300 4th [street or avenue] [quadrant]. Let's take an example address of any city, 300 4th Street SE. Because "4th street" is already defined, the avenue's value doesn't exist yet. Though, if you remove the last two digits on the far right of the unnamed value, you get 3, which means 3rd avenue. Because street is previously defined. Note the quadrant, which can be of NE, SE, SW, or NW [or, on some addresses, just N, E, W, or S, but only if on main street or central avenue]. This means that this key location is in the SE quadrant. Find where 4th street and 3rd avenue intersect in the SE quadrant and that's the key location of your targetted destination.

You're not finished yet! Because of the fact that 4th street is already defined, you need to drive along 4th street where 3rd avenue is away from city center. If you're drivin' down a residential area and look at the house numbers, you may see something like 300, 302, 304, 306, ..., 318, 320, 400, 402, etc.. The number has changed to the 400 series because you just passed by 4th avenue. Continuing on, it may be 418, 420, then 500 when you pass the 5th avenue intersection.

If you were to picture a city map as a coordinate graph, you'd see something as this image demonstrates:



Do you see how closely addresses are related to a coordinate graph?

If you'd like to pinpoint the exact location more easily, the two dropped digits answer this. The address, 300 4th Street SE is just a bit to the south of where 3rd avenue and 4th street intersect in the SE quadrant. If the address was something like 308 4th Street SE, you'd head south a bit further from where 3rd avenue and 4th street intersect in the SE quadrant, but before 4th avenue comes.

Try this: if your home's address follows this same principal, in the US, apply this method then find it on your city map. Try it with your work place or school [you may have to find the address in your local phone book].

3 Finding distances



3.1 The plan



Because of the fact that addresses are related to a coordinate graph, you can easily calculate your distances. Let's say you want to travel from your home at 600 4th avenue NE to the grocery store at 300 7th street NW. We'll then return home with the groceries.

3.2 Convert address to coordinates



The first thing you need to do is convert the addresses into an ordered pair. The first thing to doing this is to break up the address into 3 parts, the avenue part, which is already defined, the street, which is indirectly defined, and the quadrant. The first thing to do is to define the streets and avenues, which should be easy to do. Unlike a coordinate graph, the x-axis is not always mentioned first. To be safe, always list the street value first. Next, find where the start destination is (home in the example), which is 600 4th avenue NE. Remember, streets are the X axis and avenues are the Y axis. If street is defined directly, the avenue is in the first number. If avenue is defined directly, the street is the first number.

After finding this, find the target destination's location, then give their locations on the coordinate graph. 600 4th avenue NE is the same as (6,4). Remember, avenues increase as you head north or south from city center. The other address, your target destination, is 300 7th street NW, which converts to (-7,3). Remember, W and S are of negative numbers while N and E are of positive numbers. Third, subtract both x-axes. 6--7 is 13. When you subtract a negative number, change it to adding a positive number. To get from (6,0) to (-7,0), you travel 13 units left. Next, subtract your y-coordinates. 4-3 is 1 as the distance from (0,4) to (0,3) is 1 unit. Finally, add your two values and that's the road distance you travel, or 14 units. In addresses, every 12th marker is one mile exactly, or 440 feet per intersection [it may vary, and doesn't include halves]. To find the direct distance (straight at it like an airplane would go), you need to use the Pythagorean Theorum. First, find the difference between the two x coordinates [13 in the example] then the two y coordinates [1 in the example]. Square each [by multiplying them by itself; 132=169; 12=1] and add your squared values [169+1=170]. Finally, take the square root of this answer and that's the most direct distance [170.5 is just over 13 intersections, or just about 1 1/12 miles].

Try this with your home and your work place or school. This assumes that there are no curves, including hills. Then, when you're driving to work, or riding with your parents to school, check the odometer. You'd be amazed to how accurate this can be.

I don't even know where much of anything is around my home town, however, given an address in the usable format, I can find just about any place, no matter how remote it may seem! In fact, without even knowing the "official" address, I can estimate what an address would be with great chance and considerable accuracy. I did this once and nailed it dead on (a neighbor).

4 The unfortunate weaknesses



This trick has it's weaknesses though. The first one is if the address doesn't have these two sets of numbers and specially named. An example is 1403 Spice Avenue SW. Because the special name "Spice" is used, you cannot figure out the distance without using a city map to estimate the coordinates of it.

The second weakness, which is quite obvious, is when curves are involved and the fact that not all streets are spaced evenly. Ever notice half streets or half avenues? This is due to the fact that they are spaced out half the normal distance between streets and avenues, or about 220 feet.

The third weakness deals with foreign countries especially those that use something completely different or use metrics instead. If metrics are used, but the same principal is used, the method is also just as effective, only with some slight changes.

A fourth and final weakness is that it doesn't work for measuring between cities as the values reset when you approach the next city.

Besides these four weaknesses, this method works quite well and can be very reliable and useful, even for things like pizza delivery.

Footnotes:
There are no footnotes for this page.

[an error occurred while processing this directive]