1 / 56

SmartPhone Geometry

SmartPhone Geometry. Jonathan Choate Groton School jchoate@groton.org www.zebragraph.com. WHAT’S COMING?. Why are they called Smart Cell phones? How do you figure out how far you are from home using your latitude and longitude?

ramiro
Download Presentation

SmartPhone Geometry

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SmartPhone Geometry Jonathan Choate Groton School jchoate@groton.org www.zebragraph.com

  2. WHAT’S COMING? • Why are they called Smart Cell phones? • How do you figure out how far you are from home using your latitude and longitude? • How does your phone figure out where you are if there is no GPS reception? • Given tower locations how can you predict the coverage?

  3. Part 1. Why are they called Cell Phones?

  4. http://www.google.com/patents?id=nO8tAAAAEBAJ&dq=martin+cooperhttp://www.google.com/patents?id=nO8tAAAAEBAJ&dq=martin+cooper

  5. Typical Cell Cluster

  6. http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol1/pr4/article1.html#Cellshttp://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol1/pr4/article1.html#Cells

  7. In order to serve the most customers the average cellsize is roughly 10 square miles. Each cell can service approximately 70-80 users at once because - Each cell is alloted 832 frequencies or channels - 42 channels are used for control issues- 790 are available for voice and data transmission.- Cell phones are duplex devises and need 2 frequencies per user unlike walkie talkies.

  8. - Each cell is surrounded by 6 other cells so in order to avoid interference issues there has to be seven separate sets of frequencies. - 395/7 is roughly 76 so for each cell there are 76 sets of frequencies so each cell can handle 76 users at once. - In a 7 cell cluster, 532 people can be handled.

  9. Hexagon Geometry R Cell Area =

  10. 2H 1H Ru 120 degrees

  11. Let H = distance between two centers of adjacent hexagons. Let Ru = Distance between two cells with same set of frequences. Using the law of cosines, you get

  12. C Rc B D Rc Rc Rc Rc E Ru A Let Rc be the cluster radius. Rc = AB =AD=DE and AE = Ru, <ADE=120

  13. The area of the cluster can be calculated in two ways. Let C be the number of cells in the cluster Therefore, C = 7

  14. This shows that the possible cluster configurations contain i2 + j2 +ij cells where i and j are the displacements used to get to the nearest cell that can have the same set of frequencies.

  15. I = 1, j =1 I = 2, j = 0 I = 2 , j =1 I = 3 , j = 0

  16. i=3, j = 2 9 + 4 + 6 = 19

  17. Part 2. How do you assign coordinates to locations on the surface of the Earth?

  18. <PCQ = your longitude <PCG = your latitude R is the radius of the Earth R = 3,959 Miles <GPR=<PQC=90 Z= GP = R sin(lat) PC=R cos(lat) X= PQ = PC sin(long) =Rcos(lat)sin(long) Y = CQ=PC cos(long) = Rcos(lat)cos(long)

  19. Activity 2. How do you calculate the distance between two points on the surface of the Earth given their latitude and longtitude? How far are you from home?

  20. Part 3: How does your phone figure out where you are? MA2029

  21. A possible arrangement of AT@T towers??? Tower maps can be found at http://www.towerco.com

  22. Activity 3 How does Assisted GPS determine your position? Method 1: Trilaterization

  23. To construct the Symmedian Point S for triangle ABC • Construct the centroid G 2. Reflect G about the angle bisector of angle BAC creating point G1. Create ray AG1 and hide the angle bisector. 3. Repeat for vertices B and C, creating rays BG2 and CG3. 4. Rays AG1, BG2 and CG3 are concurrent at the Symmedian point S

  24. Method 2: A Slick Construction

  25. How about an algorithm for a general solution?

  26. Part 4:Given Tower Locations How Can You Predict Coverage?

  27. One solution to this problem is to construct for each tower the region formed by all the points nearest to that tower. These are called Vornoi Regions.

  28. The 2 Tower Case

  29. The 3 Tower Case

  30. T1 T2 T3 T4 T5 Activity 4: Construct the Vornoi Regions for the five towers shown on the diagram below.

  31. Fortune’s Method • For more than 3 points, finding Vornoi Regions is very hard. In 1986, Steven Fortune came up with an ingenious way of finding them making use of parabolas.

  32. Given a line D, the directrix and a point F, the Focus, not on D, the set of points equidistant from F and D form a parabola.

  33. Here’s how to implement Fortune’s Algorithm using Geometer’s Sketchpad Step 1. Open a file and select the graph option. Plot the points which represent the tower locations Step 2. Construct a vertical line with a movable point D. Through D construct a horizontal line. This will serve as a movable Directrix. Step 3. Create the function which will plot the parabola with the upper most tower point and plot it.

More Related