1 / 19

A River Runs Through It

A River Runs Through It. Team Members:. Carrie Hawkins Kendal Hathaway Mandie Manning Tyler Merrill. Project Overview. Why we did project What is involved equipment equations programming. Radiation. Harmful to environment

dylan-hunt
Download Presentation

A River Runs Through It

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. A River Runs Through It

  2. Team Members: • Carrie Hawkins • Kendal Hathaway • Mandie Manning • Tyler Merrill

  3. Project Overview • Why we did project • What is involved • equipment • equations • programming

  4. Radiation • Harmful to environment • Measurement (CPM and Nanocuries)

  5. Cosmic radiation is high-energy gamma radiation that originates in outer space and filters through our atmosphere. Sea Level -- 26(Increases about 1/2 mrem for each additional 100 feet in elevation) Atlanta, Georgia -- 31 (1,050 feet) Denver, Colorado -- 50 (5,300 feet) Minneapolis, Minnesota -- 30 (815 feet) Salt Lake City, Utah -- 46 (4,400 feet) Cosmic Radiation(MEASURED IN MREM/YEAR)

  6. United States (avg.) -- 26 Denver, Colorado -- 63 Nile Delta, Egypt -- 350 Paris, France -- 350 Coast of Kerala, India -- 400 McAipe, Brazil -- 2,558 Pacos De Caldas, Brazil -7,000 Terrestrial sources are naturally radioactive elements in the soil and water such as uranium, radium,and thorium. Average levels of these elements are 1 pCi/gram of soil. Terrestrial Sources(MEASURED IN MREM/YEAR)

  7. GPS UNIT • What is it? (Geographical Positioning System) • How does it work? • How is it involved in our project?

  8. GPS Satellite • History • when was it invented • use today

  9. Interpolation • Definition • C++ program • Sample

  10. Sample: f(b) - f(a) f(c) - f(a) ------------- = ------------- b - a c - a

  11. C++ Program • cout<<"Input point you want to know(x1): "; • cin>>x1; • cout<<"Input point you want to know(x2): "; • cin>>x2; • cout<<"Input point you want to know(x1): "; • cin>>x1; • cout<<"Input point you want to know(x2): "; • cin>>x2;

  12. C++ Program (cont.) if ((x1>=a1)&&(x2>=a2)&&(x1<=b1)&&(x2<=b2)) { w=a3-b3;//difference radiation content y=b1-a1;//run larger z=b2-a2;//rise larger m=sqrt((y*y)+(z*z));//slope larger y1=x1-a1;//run smaller z1=x2=a2;//rise smaller m1=sqrt((y1*y1)+(z1*z1));//slope smaller result=((w*m1)-(a3*m))/-m; cout<<"The result is: "<<result<<endl; }

  13. Gathering Data • GPS unit • Average radiation content

  14. Results (measured in CPM)

  15. Interpolated values:

  16. Actual results:

  17. Actual vs. Interpolated Values:

  18. THE END

More Related