SlideShare a Scribd company logo
1 of 10
Download to read offline
1	
	
Earthquake Intensity Calculator
Zoe Zontos
2	
	
Table of Contents
I. Introduction 3
II. Background Information 3-4
III. Solving the Problem 4-5
IV. Using the Program 5-6
V. Input/Output Diagram 6
VI. How the Program Works 7-9
VII. Conclusion 9
VIII. Future Versions 9
IX. Advice to EGR 115 Students 10
3	
	
I. Introduction
Geologist, seismologists, and other scientists who study the earth, how it works, and what
goes on inside and outside of it would utilize this sort of program. The program looks to take the
data that is given (in this case, between the years 2000-2010) in order to find the largest and
smallest magnitude earthquakes and then calculating the intensity between those two
earthquakes. This information is calculated and then displayed in an easy way for anyone to
understand.
The Earthquake Intensity Calculator Program will be very beneficial to any earth-
oriented scientist looking to see how different magnitude earthquakes affect the intensity
between the two. Instead of having to sit and look through a database full of numbers and data
and then having to calculate it, one can simply pick a range of years and find how the intensities
change depending on what range of years he or she picks.
II. Background Information
Earthquakes are an everyday part of the natural world. Every day the earth’s tectonic
plates are moving and causing hundreds of earthquakes worldwide; many of which no one can
even feel. However, these earthquakes are still detected and recorded. Many people in the world
may think that the recording and detection of every earthquake that occurs daily is unnecessary
information that will never be used. However, in fact, many scientific organizations such as the
USGS (United States Geological Survey) use this information so that they can attempt to predict
the probability of future earthquakes and even be able to calculate where and when a certain
magnitude earthquake will occur at any given time on the planet. Because earthquakes are such
unpredictable natural occurrences, the importance of studying them and recording details about
their magnitudes, locations, and intensities allows seismologists to figure out future possible
occurrences so that, if need be, the government can alert the people of a certain area to evacuate
and escape death and disaster that accompanies very strong earthquakes. New devices that can
sense the movement of the earth’s tectonic plates can now be built in order to help gather
important information about earthquakes and detect when movement is going to occur or is
occurring. Early scientists used information about earthquakes to figure out the history of the
earth and how the continents drifted apart and such. It was in 1935 that Charles Richter defined
the magnitude of an earthquake as being
𝑴 = 𝒍𝒐𝒈
𝑰
𝑺
4	
	
Where I is the intensity of an earthquake and S is the intensity of any standard earthquake on
earth. This constant is measured with an amplitude of 1 micron (or 10-4
cm). Using this
definition, one can find that the magnitude for any standard earthquake is
𝑴 = 𝒍𝒐𝒈
𝑺
𝑺
= 𝒍𝒐𝒈𝟏 = 𝟎
The importance of Richter’s finding later led to the scale by which magnitudes are measured to
be named after him (the Richter Scale).
When looking to find the intensity between two past earthquakes, one can use Richter’s
definition and manipulate it to find intensity. By having a the magnitude of a first and second
earthquake, a seismologist would set these equal to logarithmic variables such as these:
𝐹𝑖𝑟𝑠𝑡	𝐸𝑎𝑟𝑡ℎ𝑞𝑢𝑎𝑘𝑒 = 𝒍𝒐𝒈
𝑰 𝟏
𝑺
𝑆𝑒𝑐𝑜𝑛𝑑	𝐸𝑎𝑟𝑡ℎ𝑞𝑢𝑎𝑘𝑒 = 𝒍𝒐𝒈
𝑰 𝟐
𝑺
When the two magnitudes are found or chosen, one now is looking for the ratio of the intensities
in order to find the numerical value. Once the logarithmic math is calculated, the intensity
between the two earthquakes can be found.
Spanning from then until now, the importance of knowing how intense an earthquake can
be is crucial for detecting future occurrences and to help prevent a major loss of life or
destruction such as has happened in recent decades in Asia, Australia, and South America. The
importance of earthquakes and the data they offer is more beneficial to humans than one may
think.
III. Showing and Solving a Problem
In order to gain a better understanding of how the the Earthquake Intensity Calculator works, an
example of how it works is show below:
Given two earthquakes of magnitudes 7.4 and 3.5, calculate the intensity between the two.
First Earthquake = 7.4 = 𝒍𝒐𝒈
𝑰 𝟏
𝑺
Second Earthquake = 3.5= 𝒍𝒐𝒈
𝑰 𝟐
𝑺
5	
	
𝒍𝒐𝒈
𝑰 𝟏
𝑺
− (𝒍𝒐𝒈
𝑰 𝟐
𝑺
) = 𝟕. 𝟒 − 𝟑. 𝟓
𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑺 − 𝒍𝒐𝒈𝑰 𝟐 − 𝒍𝒐𝒈𝑺 = 𝟑. 𝟗
𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑺 − 𝒍𝒐𝒈𝑰 𝟐 + 𝒍𝒐𝒈𝑺 = 𝟑. 𝟗
𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑰 𝟐 = 𝟑. 𝟗
𝒍𝒐𝒈
𝑰 𝟏
𝑰 𝟐
= 𝟑. 𝟗
Once the ratio of the intensities is isolated, the only thing left to do is follow the rule of logs and
solve for the intensity.
𝟏𝟎 𝟑.𝟗
=
𝑰 𝟏
𝑰 𝟐
𝑰 𝟏
𝑰 𝟐
= 𝟕𝟗𝟒𝟑. 𝟐𝟖
The first earthquake (7.4) is 7,943.28 times more intense than the second earthquake (3.5).
The result such as the one calculated in this example helps to see that as the magnitude
difference between the two earthquakes increases, so does the intensity.
IV. Using the Program
This specific program is very easy to use and is made with simplicity for anyone to
understand the data being calculated and the data being shown. In order to fully understand how
to utilize it, this section will help give an overall idea and view of each part of the program and
how to operate it followed by visuals and what each part of the program does.
NOTE: In using this specific program, an excel data sheet such as the one shown below is used
to import the numbers and variables that are to be used when calculating what intensities and
finding the specific magnitudes for whichever range of years is chosen.
6	
	
This is a display of how the excel data sheet with the data for the earthquakes between the years
2000 and 2010 is situated before the program calls on it to extract the numbers for the program to
operate.
V. Input/Output Diagram
	 	 Two	chosen	years	 	 																		Largest/smallest	magnitude	 	
	 	 	 	 	 	 	 				earthquakes	for	given	range	of	years																																					
	 	 Dates	(m/dd/yyyy)	 	 	 				Intensity	between	the	two	magnitudes	
	 	 	 	 	 	 	 	 	 	 	 	 	
	 	 Magnitudes	 	 	 	 	 	 	 	 	 	
	 	 	 	 	 	 	 	 	
	
Keyboard	
	
	
	
Monitor	
	
	
Richter’s	
formulas	of	
seismology	
	
.xlsx	file
7	
	
VI. How the Program Works	
After initiating the program, a welcome, pop-up dialog box will come up displaying a general
message about what the program will be doing.	 	
	
After the user clicks OK, the program will then prompt them to choose two years off of a list
determining which two years the user wants the program to calculate the intensity of the largest
and smallest earthquakes within that specific range of years.
8	
	
If the user does not choose two years as is specified, an error message will pop up telling the user
that only two years must be chosen in order for the program to work.
As shown previously, the user chooses two years between 2000 and 2010 and then selects OK to
continue or Cancel to cancel the program. Once they click OK and continue, the program will
proceed to determine what the smallest and largest magnitude earthquakes were within the
specifically chosen range of years. Another pop-up box will present itself with the two
magnitudes.
After this, the user can either choose to continue finding the intensity between these two
magnitude earthquakes or click the X in the corner. Either choice will cause the program to
proceed on to calculate what the actual intensity between the largest magnitude earthquake and
the smallest magnitude earthquake intensity is.
9	
	
Once the program has finished the calculation and displayed the result for the user, they can click
OK to proceed to a pop-up box that will question the user whether they would like to retry the
program with another range of years or to terminate the program.
The user is lastly greeted with a goodbye message if they choose to terminate the program.
VII. Conclusion
This featured program can be used with simplicity and efficiency by virtually anyone,
seismologists, geologists, students, earth scientists, physicists, or anyone who is merely curious
to see how intensities of two earthquakes are calculated. It is efficient and saves the time that it
would normally take one to go through pages and pages of data, calculations and other research
in order to figure out the magnitudes and then the intensities. More specifically, this program
goes one step further for the user and it specifically calculates the intensity between the intensity
of the largest earthquake and smallest earthquake between a certain range of years.
VIII. Future Versions
Future ideas for the Earthquake Intensity Calculator are prospective and will include
many different options and ideas. The option to import earthquake data from different years will
be one so as to not limit the program to only one decade as is in this version. Graphs that will
help show visualizations of how the data all correlates together will also be available. Other
options will be that the user will be able to decide what kind of intensity they wish to calculate
instead of centralizing it to only the largest and smallest magnitudes. The user may want to
calculate the two smallest magnitude earthquakes or the two largest.
10	
	
IX. Advice to EGR 115 Students
Introduction to Computing for Engineers Hybrid is a tedious class that requires a lot of
work, good time management, and the ability to work with deadlines. The class requires a lot of
dedication and one must be adamant about wanting to get the work done without complaining.
Enough time is given for all the work to be done and the instruction for everything is clear.
Students must not be able to learn material in labs as well as on their own with the information
that is provided in the videos and online. Also, never hesitate to ask for help if it is needed
because that is what the professor and student aides are there for.

More Related Content

Viewers also liked

The speed of light
The speed of lightThe speed of light
The speed of lightAnaya Zafar
 
Made of Tuscany main tours
Made of Tuscany main toursMade of Tuscany main tours
Made of Tuscany main toursMade of Tuscany
 
Organizational change development ppt
Organizational change development pptOrganizational change development ppt
Organizational change development pptHasnatuttakween BE
 
Energy industry email lists
Energy industry email listsEnergy industry email lists
Energy industry email listsAndrew Rayel
 
Eng 7 Fragments and Sfentences
Eng 7 Fragments and SfentencesEng 7 Fragments and Sfentences
Eng 7 Fragments and SfentencesTine Lachica
 
голодомор
голодоморголодомор
голодоморvelgasivanna
 
Current MAP Environment
Current MAP EnvironmentCurrent MAP Environment
Current MAP EnvironmentCaroline Pack
 
Full Thesis FINISHED
Full Thesis FINISHEDFull Thesis FINISHED
Full Thesis FINISHEDJames Dunne
 
Dealing with Eco-Anxiety! by Little Climate
Dealing with Eco-Anxiety! by Little ClimateDealing with Eco-Anxiety! by Little Climate
Dealing with Eco-Anxiety! by Little ClimateLittle Climate
 

Viewers also liked (14)

The speed of light
The speed of lightThe speed of light
The speed of light
 
Made of Tuscany main tours
Made of Tuscany main toursMade of Tuscany main tours
Made of Tuscany main tours
 
Organizational change development ppt
Organizational change development pptOrganizational change development ppt
Organizational change development ppt
 
Energy industry email lists
Energy industry email listsEnergy industry email lists
Energy industry email lists
 
Eng 7 Fragments and Sfentences
Eng 7 Fragments and SfentencesEng 7 Fragments and Sfentences
Eng 7 Fragments and Sfentences
 
Identity Theft - If you are me, then who am I
Identity Theft - If you are me, then who am IIdentity Theft - If you are me, then who am I
Identity Theft - If you are me, then who am I
 
WVCS Slideshow - New
WVCS Slideshow - NewWVCS Slideshow - New
WVCS Slideshow - New
 
голодомор
голодоморголодомор
голодомор
 
Current MAP Environment
Current MAP EnvironmentCurrent MAP Environment
Current MAP Environment
 
Oberoimaxima1
Oberoimaxima1Oberoimaxima1
Oberoimaxima1
 
juwel(1)
juwel(1)juwel(1)
juwel(1)
 
Haytham Hussien Resume
Haytham Hussien Resume Haytham Hussien Resume
Haytham Hussien Resume
 
Full Thesis FINISHED
Full Thesis FINISHEDFull Thesis FINISHED
Full Thesis FINISHED
 
Dealing with Eco-Anxiety! by Little Climate
Dealing with Eco-Anxiety! by Little ClimateDealing with Eco-Anxiety! by Little Climate
Dealing with Eco-Anxiety! by Little Climate
 

Similar to Project Report

Research Paper-Ashton Hott
Research Paper-Ashton HottResearch Paper-Ashton Hott
Research Paper-Ashton HottAshton Woods
 
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...tksakaki
 
Iaetsd real time event detection and alert system using sensors
Iaetsd real time event detection and alert system using sensorsIaetsd real time event detection and alert system using sensors
Iaetsd real time event detection and alert system using sensorsIaetsd Iaetsd
 
yoder_research_interests
yoder_research_interestsyoder_research_interests
yoder_research_interestsMark Yoder
 
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATA
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATADATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATA
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATAijcsa
 
New information system for enhancing climate & water governance
New information system for enhancing climate & water governanceNew information system for enhancing climate & water governance
New information system for enhancing climate & water governanceRemya Ramesh
 
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docx
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docxObserving Features on the SunDeveloped by Kendra SibbernsenMC.docx
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docxarnit1
 
Twaster final project report
Twaster final project reportTwaster final project report
Twaster final project reportUgurcan Akpulat
 
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...ijscai
 
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...ijscai
 
MODELLING DYNAMIC PATTERNS USING MOBILE DATA
MODELLING DYNAMIC PATTERNS USING MOBILE DATAMODELLING DYNAMIC PATTERNS USING MOBILE DATA
MODELLING DYNAMIC PATTERNS USING MOBILE DATAcscpconf
 
Modelling dynamic patterns using mobile data
Modelling dynamic patterns using mobile dataModelling dynamic patterns using mobile data
Modelling dynamic patterns using mobile datacsandit
 
New earthquake webquest studenthandout
New earthquake webquest studenthandoutNew earthquake webquest studenthandout
New earthquake webquest studenthandoutMary Myers
 
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...Matt Fouch
 
Earthquake prediction by using evidential reasoning approach
Earthquake prediction by using evidential reasoning approachEarthquake prediction by using evidential reasoning approach
Earthquake prediction by using evidential reasoning approacheSAT Journals
 
urpl969-group2-paper-03May06
urpl969-group2-paper-03May06urpl969-group2-paper-03May06
urpl969-group2-paper-03May06Wintford Thornton
 

Similar to Project Report (20)

Research Paper-Ashton Hott
Research Paper-Ashton HottResearch Paper-Ashton Hott
Research Paper-Ashton Hott
 
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
WWW2010_Earthquake Shakes Twitter User: Analyzing Tweets for Real-Time Event...
 
Iaetsd real time event detection and alert system using sensors
Iaetsd real time event detection and alert system using sensorsIaetsd real time event detection and alert system using sensors
Iaetsd real time event detection and alert system using sensors
 
yoder_research_interests
yoder_research_interestsyoder_research_interests
yoder_research_interests
 
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATA
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATADATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATA
DATA ANALYSIS AND PHASE DETECTION DURING NATURAL DISASTER BASED ON SOCIAL DATA
 
New information system for enhancing climate & water governance
New information system for enhancing climate & water governanceNew information system for enhancing climate & water governance
New information system for enhancing climate & water governance
 
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docx
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docxObserving Features on the SunDeveloped by Kendra SibbernsenMC.docx
Observing Features on the SunDeveloped by Kendra SibbernsenMC.docx
 
Twaster final project report
Twaster final project reportTwaster final project report
Twaster final project report
 
50120140504004
5012014050400450120140504004
50120140504004
 
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...
https://www.scoop.it/topic/soft-computin/p/4142616393/2023/04/12/internationa...
 
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...
APPLICATION OF MATRIX PROFILE TECHNIQUES TO DETECT INSIGHTFUL DISCORDS IN CLI...
 
MODELLING DYNAMIC PATTERNS USING MOBILE DATA
MODELLING DYNAMIC PATTERNS USING MOBILE DATAMODELLING DYNAMIC PATTERNS USING MOBILE DATA
MODELLING DYNAMIC PATTERNS USING MOBILE DATA
 
Modelling dynamic patterns using mobile data
Modelling dynamic patterns using mobile dataModelling dynamic patterns using mobile data
Modelling dynamic patterns using mobile data
 
New earthquake webquest studenthandout
New earthquake webquest studenthandoutNew earthquake webquest studenthandout
New earthquake webquest studenthandout
 
Predicting Plant Growth
Predicting Plant GrowthPredicting Plant Growth
Predicting Plant Growth
 
Ijcet 06 07_003
Ijcet 06 07_003Ijcet 06 07_003
Ijcet 06 07_003
 
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...
The Need for Next-Generation Broadband Seismic Sensors to Enable New Scientif...
 
What is cru
What is cruWhat is cru
What is cru
 
Earthquake prediction by using evidential reasoning approach
Earthquake prediction by using evidential reasoning approachEarthquake prediction by using evidential reasoning approach
Earthquake prediction by using evidential reasoning approach
 
urpl969-group2-paper-03May06
urpl969-group2-paper-03May06urpl969-group2-paper-03May06
urpl969-group2-paper-03May06
 

More from Zoe Zontou

Zontos___EP_410___Particle_Motion
Zontos___EP_410___Particle_MotionZontos___EP_410___Particle_Motion
Zontos___EP_410___Particle_MotionZoe Zontou
 
Zontos_ep410_Report1_SSN
Zontos_ep410_Report1_SSNZontos_ep410_Report1_SSN
Zontos_ep410_Report1_SSNZoe Zontou
 
The Cosmic Web
The Cosmic WebThe Cosmic Web
The Cosmic WebZoe Zontou
 
Earliest Supernovae
Earliest SupernovaeEarliest Supernovae
Earliest SupernovaeZoe Zontou
 
Dark Matter:Energy
Dark Matter:EnergyDark Matter:Energy
Dark Matter:EnergyZoe Zontou
 
The Dearth of Female Physicists at Embry
The Dearth of Female Physicists at EmbryThe Dearth of Female Physicists at Embry
The Dearth of Female Physicists at EmbryZoe Zontou
 
Analytical Report
Analytical ReportAnalytical Report
Analytical ReportZoe Zontou
 
Hawking Radiation and Black Hole Thermodynamics
Hawking Radiation and Black Hole ThermodynamicsHawking Radiation and Black Hole Thermodynamics
Hawking Radiation and Black Hole ThermodynamicsZoe Zontou
 
Star Formation within H-II Regions of Messier 106
Star Formation within H-II Regions of Messier 106Star Formation within H-II Regions of Messier 106
Star Formation within H-II Regions of Messier 106Zoe Zontou
 

More from Zoe Zontou (15)

Zontos___EP_410___Particle_Motion
Zontos___EP_410___Particle_MotionZontos___EP_410___Particle_Motion
Zontos___EP_410___Particle_Motion
 
Zontos_ep410_Report1_SSN
Zontos_ep410_Report1_SSNZontos_ep410_Report1_SSN
Zontos_ep410_Report1_SSN
 
Stardust
StardustStardust
Stardust
 
The Cosmic Web
The Cosmic WebThe Cosmic Web
The Cosmic Web
 
Earliest Supernovae
Earliest SupernovaeEarliest Supernovae
Earliest Supernovae
 
Dark Matter:Energy
Dark Matter:EnergyDark Matter:Energy
Dark Matter:Energy
 
Black Holes
Black HolesBlack Holes
Black Holes
 
Antimatter
AntimatterAntimatter
Antimatter
 
LOFAR
LOFARLOFAR
LOFAR
 
The Dearth of Female Physicists at Embry
The Dearth of Female Physicists at EmbryThe Dearth of Female Physicists at Embry
The Dearth of Female Physicists at Embry
 
Analytical Report
Analytical ReportAnalytical Report
Analytical Report
 
Hawking Radiation and Black Hole Thermodynamics
Hawking Radiation and Black Hole ThermodynamicsHawking Radiation and Black Hole Thermodynamics
Hawking Radiation and Black Hole Thermodynamics
 
Zoe Zontos
Zoe ZontosZoe Zontos
Zoe Zontos
 
Star Formation within H-II Regions of Messier 106
Star Formation within H-II Regions of Messier 106Star Formation within H-II Regions of Messier 106
Star Formation within H-II Regions of Messier 106
 
ERAU 1
ERAU 1ERAU 1
ERAU 1
 

Project Report

  • 2. 2 Table of Contents I. Introduction 3 II. Background Information 3-4 III. Solving the Problem 4-5 IV. Using the Program 5-6 V. Input/Output Diagram 6 VI. How the Program Works 7-9 VII. Conclusion 9 VIII. Future Versions 9 IX. Advice to EGR 115 Students 10
  • 3. 3 I. Introduction Geologist, seismologists, and other scientists who study the earth, how it works, and what goes on inside and outside of it would utilize this sort of program. The program looks to take the data that is given (in this case, between the years 2000-2010) in order to find the largest and smallest magnitude earthquakes and then calculating the intensity between those two earthquakes. This information is calculated and then displayed in an easy way for anyone to understand. The Earthquake Intensity Calculator Program will be very beneficial to any earth- oriented scientist looking to see how different magnitude earthquakes affect the intensity between the two. Instead of having to sit and look through a database full of numbers and data and then having to calculate it, one can simply pick a range of years and find how the intensities change depending on what range of years he or she picks. II. Background Information Earthquakes are an everyday part of the natural world. Every day the earth’s tectonic plates are moving and causing hundreds of earthquakes worldwide; many of which no one can even feel. However, these earthquakes are still detected and recorded. Many people in the world may think that the recording and detection of every earthquake that occurs daily is unnecessary information that will never be used. However, in fact, many scientific organizations such as the USGS (United States Geological Survey) use this information so that they can attempt to predict the probability of future earthquakes and even be able to calculate where and when a certain magnitude earthquake will occur at any given time on the planet. Because earthquakes are such unpredictable natural occurrences, the importance of studying them and recording details about their magnitudes, locations, and intensities allows seismologists to figure out future possible occurrences so that, if need be, the government can alert the people of a certain area to evacuate and escape death and disaster that accompanies very strong earthquakes. New devices that can sense the movement of the earth’s tectonic plates can now be built in order to help gather important information about earthquakes and detect when movement is going to occur or is occurring. Early scientists used information about earthquakes to figure out the history of the earth and how the continents drifted apart and such. It was in 1935 that Charles Richter defined the magnitude of an earthquake as being 𝑴 = 𝒍𝒐𝒈 𝑰 𝑺
  • 4. 4 Where I is the intensity of an earthquake and S is the intensity of any standard earthquake on earth. This constant is measured with an amplitude of 1 micron (or 10-4 cm). Using this definition, one can find that the magnitude for any standard earthquake is 𝑴 = 𝒍𝒐𝒈 𝑺 𝑺 = 𝒍𝒐𝒈𝟏 = 𝟎 The importance of Richter’s finding later led to the scale by which magnitudes are measured to be named after him (the Richter Scale). When looking to find the intensity between two past earthquakes, one can use Richter’s definition and manipulate it to find intensity. By having a the magnitude of a first and second earthquake, a seismologist would set these equal to logarithmic variables such as these: 𝐹𝑖𝑟𝑠𝑡 𝐸𝑎𝑟𝑡ℎ𝑞𝑢𝑎𝑘𝑒 = 𝒍𝒐𝒈 𝑰 𝟏 𝑺 𝑆𝑒𝑐𝑜𝑛𝑑 𝐸𝑎𝑟𝑡ℎ𝑞𝑢𝑎𝑘𝑒 = 𝒍𝒐𝒈 𝑰 𝟐 𝑺 When the two magnitudes are found or chosen, one now is looking for the ratio of the intensities in order to find the numerical value. Once the logarithmic math is calculated, the intensity between the two earthquakes can be found. Spanning from then until now, the importance of knowing how intense an earthquake can be is crucial for detecting future occurrences and to help prevent a major loss of life or destruction such as has happened in recent decades in Asia, Australia, and South America. The importance of earthquakes and the data they offer is more beneficial to humans than one may think. III. Showing and Solving a Problem In order to gain a better understanding of how the the Earthquake Intensity Calculator works, an example of how it works is show below: Given two earthquakes of magnitudes 7.4 and 3.5, calculate the intensity between the two. First Earthquake = 7.4 = 𝒍𝒐𝒈 𝑰 𝟏 𝑺 Second Earthquake = 3.5= 𝒍𝒐𝒈 𝑰 𝟐 𝑺
  • 5. 5 𝒍𝒐𝒈 𝑰 𝟏 𝑺 − (𝒍𝒐𝒈 𝑰 𝟐 𝑺 ) = 𝟕. 𝟒 − 𝟑. 𝟓 𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑺 − 𝒍𝒐𝒈𝑰 𝟐 − 𝒍𝒐𝒈𝑺 = 𝟑. 𝟗 𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑺 − 𝒍𝒐𝒈𝑰 𝟐 + 𝒍𝒐𝒈𝑺 = 𝟑. 𝟗 𝒍𝒐𝒈𝑰 𝟏 − 𝒍𝒐𝒈𝑰 𝟐 = 𝟑. 𝟗 𝒍𝒐𝒈 𝑰 𝟏 𝑰 𝟐 = 𝟑. 𝟗 Once the ratio of the intensities is isolated, the only thing left to do is follow the rule of logs and solve for the intensity. 𝟏𝟎 𝟑.𝟗 = 𝑰 𝟏 𝑰 𝟐 𝑰 𝟏 𝑰 𝟐 = 𝟕𝟗𝟒𝟑. 𝟐𝟖 The first earthquake (7.4) is 7,943.28 times more intense than the second earthquake (3.5). The result such as the one calculated in this example helps to see that as the magnitude difference between the two earthquakes increases, so does the intensity. IV. Using the Program This specific program is very easy to use and is made with simplicity for anyone to understand the data being calculated and the data being shown. In order to fully understand how to utilize it, this section will help give an overall idea and view of each part of the program and how to operate it followed by visuals and what each part of the program does. NOTE: In using this specific program, an excel data sheet such as the one shown below is used to import the numbers and variables that are to be used when calculating what intensities and finding the specific magnitudes for whichever range of years is chosen.
  • 6. 6 This is a display of how the excel data sheet with the data for the earthquakes between the years 2000 and 2010 is situated before the program calls on it to extract the numbers for the program to operate. V. Input/Output Diagram Two chosen years Largest/smallest magnitude earthquakes for given range of years Dates (m/dd/yyyy) Intensity between the two magnitudes Magnitudes Keyboard Monitor Richter’s formulas of seismology .xlsx file
  • 7. 7 VI. How the Program Works After initiating the program, a welcome, pop-up dialog box will come up displaying a general message about what the program will be doing. After the user clicks OK, the program will then prompt them to choose two years off of a list determining which two years the user wants the program to calculate the intensity of the largest and smallest earthquakes within that specific range of years.
  • 8. 8 If the user does not choose two years as is specified, an error message will pop up telling the user that only two years must be chosen in order for the program to work. As shown previously, the user chooses two years between 2000 and 2010 and then selects OK to continue or Cancel to cancel the program. Once they click OK and continue, the program will proceed to determine what the smallest and largest magnitude earthquakes were within the specifically chosen range of years. Another pop-up box will present itself with the two magnitudes. After this, the user can either choose to continue finding the intensity between these two magnitude earthquakes or click the X in the corner. Either choice will cause the program to proceed on to calculate what the actual intensity between the largest magnitude earthquake and the smallest magnitude earthquake intensity is.
  • 9. 9 Once the program has finished the calculation and displayed the result for the user, they can click OK to proceed to a pop-up box that will question the user whether they would like to retry the program with another range of years or to terminate the program. The user is lastly greeted with a goodbye message if they choose to terminate the program. VII. Conclusion This featured program can be used with simplicity and efficiency by virtually anyone, seismologists, geologists, students, earth scientists, physicists, or anyone who is merely curious to see how intensities of two earthquakes are calculated. It is efficient and saves the time that it would normally take one to go through pages and pages of data, calculations and other research in order to figure out the magnitudes and then the intensities. More specifically, this program goes one step further for the user and it specifically calculates the intensity between the intensity of the largest earthquake and smallest earthquake between a certain range of years. VIII. Future Versions Future ideas for the Earthquake Intensity Calculator are prospective and will include many different options and ideas. The option to import earthquake data from different years will be one so as to not limit the program to only one decade as is in this version. Graphs that will help show visualizations of how the data all correlates together will also be available. Other options will be that the user will be able to decide what kind of intensity they wish to calculate instead of centralizing it to only the largest and smallest magnitudes. The user may want to calculate the two smallest magnitude earthquakes or the two largest.
  • 10. 10 IX. Advice to EGR 115 Students Introduction to Computing for Engineers Hybrid is a tedious class that requires a lot of work, good time management, and the ability to work with deadlines. The class requires a lot of dedication and one must be adamant about wanting to get the work done without complaining. Enough time is given for all the work to be done and the instruction for everything is clear. Students must not be able to learn material in labs as well as on their own with the information that is provided in the videos and online. Also, never hesitate to ask for help if it is needed because that is what the professor and student aides are there for.