Top Banner
8/29/11
16

Math in the News: 8/29/11

Jul 06, 2015

Download

Education

Media4math

In this issue of Math in the News we look at how to develop computer models for tracking the path of a hurricane.

For more media resources go to http://www.media4math.com.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Math in the News: 8/29/11

8/29/11

Page 2: Math in the News: 8/29/11

Hurricanes

• The specific path that a hurricane takes can’t be accurately predicted because of the many variables involved.

• But the general path that a hurricane takes is in a northwestern direction.

Page 3: Math in the News: 8/29/11

Hurricanes

• One way to model the behavior of a hurricane is to use a “random walk” simulation.

• Imagine an ant on a coordinate grid and the random walk it would take across it.

Page 4: Math in the News: 8/29/11

Hurricanes

• You can create a random walk using an Excel spreadsheet.

• The data in the table, represented in the graph, was generated using a random number formula.

Page 5: Math in the News: 8/29/11

Hurricanes• Add two column

headings, x and y, to A1 and B1.

• Start at the origin. Enter 0 in A2 and B2.

• Enter this formula (shown for A3) in subsequent rows:

=A2+RANDBETWEEN(-2,2)

• Do the same for Column B.

• Graph the data.

Page 6: Math in the News: 8/29/11

Hurricanes

• But this random walk needs to be a bit less random if we want the path to generally go along a northwest path.

Page 7: Math in the News: 8/29/11

Hurricanes

• If we place an x-y coordinate grid as shown on a map, then the random path should start in quadrant 4 and move along a negatively sloped path.

Page 8: Math in the News: 8/29/11

Hurricanes

• In other words, the randomization should favor a step to left than one to the right, and a step upward than one downward.

• How can we influence the randomization this way?

Page 9: Math in the News: 8/29/11

Hurricanes• Add two column

headings, x and y, to A1 and B1.

• Input the coordinates (10, -10) in A2 and B2.

Page 10: Math in the News: 8/29/11

Hurricanes• Add this formula to

cell A3.

• Then input this formula into cell B3

Page 11: Math in the News: 8/29/11

Hurricanes• Copy and paste the

formulas in cells A3 and B3 to enough cells to create 20 ordered pairs.

Page 12: Math in the News: 8/29/11

Hurricanes

• Graph the data.

Page 13: Math in the News: 8/29/11

Hurricanes

• Overlay a map of the region to see the simulated path of the hurricane.

Page 14: Math in the News: 8/29/11

Hurricanes

• Run different simulations to model different paths.

Page 15: Math in the News: 8/29/11

Hurricanes

• Tweak the randomization formulas to affect the amount of northern and western tracking.

Page 16: Math in the News: 8/29/11

Hurricanes

• Scientists use sophisticated computer models to predict the path of a hurricane.

• But because of the many variables involved, predicting a hurricane’s path with a high degree of accuracy is difficult.