When a contaminant is spilled into a stream, one might want to know how much of the stream is affected—e.g., the length over which the concentration exceeds a specified threshold. The concentration C is often computed as a function of time t and distance x from the spill using the advection-dispersion equation:
where U is the mean velocity of the river and K is a dispersion coefficient, which describes spreading by several mechanisms. For an instantaneous spill of mass M mixed over the cross section (with area A) at
, the concentration can be shown—using some of the math needed for Cody Problem 51625—to be
Write a function to compute the length of stream affected by the spill. In other words, find the position
(say) beyond which the concentration never exceeds a threshold
.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers4
Suggested Problems
-
Determine whether a vector is monotonically increasing
22919 Solvers
-
14 Solvers
-
Matrix with different incremental runs
131 Solvers
-
Wind outward from the center ...
85 Solvers
-
How long is the longest prime diagonal?
410 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I feel compelled to point out that the precision I requested in the tests is unrealistic in practice. These lengths do not need to be known to the centimeter, and dispersion coefficients are usually good to a factor of 2.