Determine the location of the evil point source

Assignment Help Python Programming
Reference no: EM132355011

Question

Use triangulation to locate a pollutant source

In LAB 10.25, you developed functions for using three points and two distances to calculate the location of an unknown point.

Now, let's suppose that the unknown point is actually a point source for some pollutant X, and at time 0 it releases a burst of X. Assume no wind, and that Xdiffuses freely from its release point.

Suppose that we have measurement devices at the three points 1, 2, and 3 that track the concentration of X as a function of time, and that the concentration of X is detected to peak at times t1, t2, and t3, at each point, respectively. Can we determine the location of the evil point source?

Let's make the assumption that the time intervals scale with the square of the distance divided by the diffusivity of X, ti ∼ di^2

****the i's are subscripts*****

This means we can invoke some unknown constant K = √DX that satisfies (** the X is a subscript)

d1 = K√t1, d2 = K√t2, and d3 = K√t3. Can we estimate K uniquely knowing this?

Consider that if we choose a value for K, all three distances are set, and we get the two solutions points that correspond to that value of K. We can then measure the distance to point 3 for each solution point, and see if it matches K(t03.5). What if it doesn't? Is there one unique value of K that works?

The answer is yes! Consider the following algorithm:

. Given times t1, t2, t3 and the points (x1,y1), (x2,y2), and (x3,y3);

. Guess K.

. Find the point (x,y) the correct distance from both (x1,y1) and (x2,y2) and closest to (x3,y3).

. Compute the apparent distance d'3 from (x,y) to (x3,y3). DX

. Compute z = √K√t3 .d′3

. Ifzis1,stop;otherwiseletKbeK/z,andgoto3.

The value of K this converges to, if squared, gives an estimate for the diffusivity DX.

Part 1 Objective

To the following code, add your implementation of the algorithm listed above. Then, given the following coordinates and times of observed peak concentration, print the coordinates of the evil point source in the format (x,y) (including the parentheses) where x and y are floats with three digits following the decimal.

Coordinates x,y of observation. Time of peak concentration

(-8.0,5.0)                                      300

(-5.0,-6.0)                                     400

(9.0,1.0)                                        500

Reference no: EM132355011

Questions Cloud

Explain the relationship between objects and references : Explain the relationship between objects, references, and aliasing. Also You need to make 3 examples examples with Python lists.
Improving productivity in the organization process : Kleen-Flo tumbler industries fall under Bureaucratic culture, where accountabilities are approached and divided systematically
Write a program to pre-sell limited number of cinema tickets : Write a program to pre-sell a limited number of cinema tickets. Each buyer can buy as many as 4 tickets. No more than 20 tickets can be sold.
Develop an LCI flow chart showing the amount of inputs : Curtin University, Australia- PRRE6005 Life Cycle Management Assignment. Develop an LCI flow chart showing the amount of inputs
Determine the location of the evil point source : Suppose that we have measurement devices at the three points 1, 2, and 3 that track the concentration of X as a function of time.
Describe the a.p nichols company dependence : How can we describe the A.P Nichols company's dependence and influence of the structure on the organization's ability to achieve its goals. Explain
Growing list of transportation infrastructure needs : As the U.S. grapples with a growing list of transportation infrastructure needs and limited public funds, more states are looking to public-private
Present in the company of ap nichols : How can we explain the culture and environment that was present in the company of A.P Nichols?
Alignment of strategy and culture : Why does the A.P Nichols firms goals mainly include the alignment of strategy and culture? Why? Explain, example

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd