Math 345 Intro to Math Biology Lecture 21: Diffusion

Size: px
Start display at page:

Download "Math 345 Intro to Math Biology Lecture 21: Diffusion"

Transcription

1 Math 345 Intro to Math Biology Lecture 21: Diffusion Junping Shi College of William and Mary November 12, 2018

2 Functions of several variables z = f (x, y): two variables, one function value Domain: a subset of R 2, Range: a subset of R 1 Domain: a subset of R 1, Range: a subset of R 2 ) Examples: (1) z = x 2 + y 2 (distance of (x, y) to the origin) (2) The temperature T (x, y) of different locations of Virginia (3) The population density E(x, y, t) of deers in Virginia at time t and location (x, y) (4) Cobb-Douglas production function P(L, K) = al α K 1 α (L: labor, K: capital) Let u(x, y, z, t) be the density (concentration) of a substance. The density is defined population in O n by u(x, y, z, t) = lim, where O n is a sequence of domains n volume of O n containing (x, y, z), and the volume of O n tends to zero as n. (u : R 3 R R is a function of spatial location (x, y, z) and time t, and the dimension of u is ML 3 (M is mass or number, L is length (L 3 is volume)). Four ways of expressing a function: (a) verbally (a description in words); (b) algebraically (a formula) (c) numerically (a spread sheet); (d) visually (a graph)

3 Partial Derivative f f (x + h, y) f (x, y) (x, y) = Dx f (x, y) = fx (x, y) = lim x h 0 h partial derivative of f (x, y) with respect to x= rate of change of f (x, y) in the x-direction Meaning of partial derivative: when a function is determined by two or more variables, partial derivative shows the rate of change of the whole function when one of the variables changes. So it is a partial change. Second derivatives: f xx = 2 f x 2, fxy = 2 f y x,fyx = 2 f y x, fyy = 2 f y 2 But f xy = f yx if both are continuous Example Find f x, f t, f xx, f xt and f tt if f (x, t) = e x2 /t.

4 Diffusion Diffusion is the spontaneous spreading of matter (particles or molecules), heat, momentum, or light. Diffusion is one type of transport phenomenon. Diffusion is the movement of particles from higher chemical potential to lower chemical potential (chemical potential can in most cases be represented by a change in concentration). It is readily observed, for example, when dried food like spaghetti is cooked; water molecules diffuse into the spaghetti strings, making them thicker and more flexible. It is a physical process rather than a chemical reaction, which requires no net energy expenditure. In cell biology, diffusion is often described as a form of passive transport, by which substances cross membranes.

5 Brownian motion The concept of Brownian motion is closely related to diffusion. Brownian motion is the random movement of microscopic particles in a gas or liquid. This motion is caused by the collision of the microparticle with the moving atoms of the surrounding medium. Having found motion in the particles of the pollen of all the living plants which I had examined, I was led next to inquire whether this property continued after the death of the plant, and for what length of time it was retained. Robert Brown (1828)

6 Robert Brown and Albert Einstein Brownian motion is generally regarded as having been discovered by the botanist Robert Brown in It is believed that Brown was studying pollen particles floating in water under the microscope. He then observed minute particles within the vacuoles of the pollen grains executing a jittery motion. By repeating the experiment with particles of dust, he was able to rule out that the motion was due to pollen particles being alive, although the origin of the motion was yet to be explained. The first complete theory of Brownian motion was formulated by Albert Einstein in R. Brown (1828) A. Einstein (1905)

7 Random walk Considers a walker that takes steps of length x to the left or right along a line, and after each t time units, the walker will take one step. If the walker is at location x 0 at the time t 0, then at time t = t 0 + t, the walker will either be at x 0 x or x 0 + x. Normally the chances or going left or right should be equal, thus the probability of the walker going left or right is 1/2. Now we assume that many walkers are walking with the same time frame simultaneously, with the same step size and on the same lattice on the line. We define P(t, x) as the number of walkers at time t and location x. Then after one time step t, everyone who is at x 0 is gone now (go to x 0 x or x 0 + x), and half of those who are at x 0 x and half of those who are at x 0 + x move to x = x 0 now. Random walker

8 Brownian motion and diffusion ( x) 2 Diffusion equation: u t = du xx, where d = lim x 0, t 0 2 t Higher dimensional random walk produces diffusion equation u t = d x u xx + d y u yy, ( x) 2 where d x = lim x 0, t 0 2 t, dy = lim ( y) 2 y 0, t 0 2 t Brownian motion is the random moving of particles in a fluid (a liquid or a gas) resulting from their bombardment by the fast-moving atoms or molecules in the gas or liquid. It is a continuous-time stochastic processes, and the density of Brownian particles u(x, t) satisfies the diffusion equation. [Brown, 1827], [Bachelier, 1900], [Einstein, 1905] Louis Bachelier was a French mathematician at the turn of the 20th century. He is credited with being the first person to model the stochastic process now called Brownian motion, as part of his PhD thesis (published in 1900). Bacheliers Doctoral thesis, which introduced for the first time a mathematical model of Brownian motion and its use for valuing stock options, is historically the first paper to use advanced mathematics in the study of finance. Thus, Bachelier is considered as the forefather of mathematical finance and a pioneer in the study of stochastic processes. His work in finance is recognized as one of the foundations for the Black-Scholes model.

9 Diffusion equation P t (t, x) = D 2 P (t, x) x2 (The time-derivative equals to a constant times the second spatial-derivative) the rate of change w.r.t. time is caused by the the spatial movement, and it is the second derivative since the average of the first derivative is zero. It was first derived by Joseph Fourier in his treatise Théorie analytique de la chaleur, published in 1822, to describe the heat conduction; The particle diffusion equation was originally derived by Albert Einstein in Einstein used it in order to model Brownian motion. Diffusion constant D: dimension L 2 T 1 Example: oxygen (depends on temperature and media) Temperature ( C) Media D (cm 2 /sec) 0 air air water water

10 Discrete diffusion equation Suppose that t = 1, 2,, and x = 0, ±1, ±2,. Or equivalently t N and x Z. Let P(t, x) be the population at time t and location x. Then the random walk assumption gives equation: P(n + 1, x) = 1 2 P(n, x 1) + 1 P(n, x 1), n N, x Z. 2 Or we may assume that the probability of moving to the left (or right) neighbor is r, and the probability of staying in the original location is 1 2r, then the equation is or P(n + 1, x) = rp(n, x 1) + (1 2r)P(n, x) + rp(n, x 1), n N, x Z, P(n + 1, x) P(n, x) = r [P(n, x 1) 2P(n, x) + P(n, x 1)], n N, x Z. Here r is the dispersal rate and it is dimensionless (as a percentage).

11 Solution of discrete diffusion equation P(n + 1, x) P(n, x) = r [P(n, x 1) 2P(n, x) + P(n, x 1)], n N, x Z. Initial condition: P(0, 0) = 1 and P(0, x) = 0 for x 0 (population initially concentrates at x = 0) ( 2n Solution: P(n, x) = n x Here ( 2n n x ) = ) 1 (2n)! (n x)!(n + x)!. for n x n, and P(n, x) = 0 for x n n For fixed n, {P(n, x) : x Z} is a probability distribution so that n P(n, x) = 1. x= n

12 Binomial distribution If you flip a coin, the probability of getting a head is p and the probability of getting a tail is 1 p, then the probability of getting exactly k heads in m trials is given by ( m ) P(m, k) = p k (1 p) m k, 0 k m. k This is called binomial probability distribution function. So the solution of discrete diffusion equation at n is a binomial distribution P(2n, n x) with p = 1/2 (shifting from x [0, 2n] to x [ n, n]) If m is large, then the binomial distribution is approximately a normal distribution N(mp, mp(1 p)) (mean mp and variance mp(1 p)). So P(2n, n x) is approximately N(0, n/2) = 1 e x2 /(2n). 2nπ

13 Normal distribution P t (t, x) = D 2 P (t, x) x2 1 x 2 Solution: P(t, x) = e 4Dt (4πDt) 1/2 It is a normal distribution of mean 0 and variance 2Dt. Biological meaning: if a fixed amount of organism is released from a point (x = 0), then the dispersal of the organism follows the diffusion equation, and the distribution of the organism is a normal one with mean 0 and variance 2Dt.

14 Other solutions of diffusion equation u t = Du xx where u(x, t) is the solution trivial solution: u(x, t) = a + bx (steady state solution) separable solution: u(x, t) = U(t)V (x), u(x, t) = e dλt cos( λx) or u(x, t) = e dλt sin( λx) for any λ > 0. u(x, t) = e dλt e λx or u(x, t) = e dλt e λx for any λ > 0. (none of them are uniformly bounded for all x R, when t is fixed) self-similar solution: u(x, t) = t 1/2 U(x/t 1/2 ), u(x, t) = t 1/2 e x2 /(4dt) Φ(x, t) = (4πdt) 1/2 e x2 /(4dt) (so R udx = 1) fundamental solution (normal distribution function with mean 0 and variance 2dt)

Lecture 3: From Random Walks to Continuum Diffusion

Lecture 3: From Random Walks to Continuum Diffusion Lecture 3: From Random Walks to Continuum Diffusion Martin Z. Bazant Department of Mathematics, MIT February 3, 6 Overview In the previous lecture (by Prof. Yip), we discussed how individual particles

More information

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING EMILY GENTLES Abstract. This paper introduces the basics of the simple random walk with a flair for the statistical approach. Applications in biology

More information

1.1 Review of Probability Theory

1.1 Review of Probability Theory 1.1 Review of Probability Theory Angela Peace Biomathemtics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology. CRC Press,

More information

Random walks, Brownian motion, and percolation

Random walks, Brownian motion, and percolation Random walks, Brownian motion, and percolation Martin Barlow 1 Department of Mathematics, University of British Columbia PITP, St Johns College, January 14th, 2015 Two models in probability theory In this

More information

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS EXAM Exam # Math 3342 Summer II, 2 July 2, 2 ANSWERS i pts. Problem. Consider the following data: 7, 8, 9, 2,, 7, 2, 3. Find the first quartile, the median, and the third quartile. Make a box and whisker

More information

ROBERT BROWN AND THE POLLEN STUFF

ROBERT BROWN AND THE POLLEN STUFF ROBERT BROWN AND THE POLLEN STUFF P. Hänggi Institut für Physik Universität Augsburg Robert Brown (1773-1858) This is the view Brown obtained in 1828, when he first recognised the cell nucleus. It shows

More information

From Random Numbers to Monte Carlo. Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that

From Random Numbers to Monte Carlo. Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that From Random Numbers to Monte Carlo Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that Random Walk Through Life Random Walk Through Life If you flip the coin 5 times you will

More information

CNH3C3 Persamaan Diferensial Parsial (The art of Modeling PDEs) DR. PUTU HARRY GUNAWAN

CNH3C3 Persamaan Diferensial Parsial (The art of Modeling PDEs) DR. PUTU HARRY GUNAWAN CNH3C3 Persamaan Diferensial Parsial (The art of Modeling PDEs) DR. PUTU HARRY GUNAWAN Partial Differential Equations Content 1. Part II: Derivation of PDE in Brownian Motion PART II DERIVATION OF PDE

More information

Brownian motion and the Central Limit Theorem

Brownian motion and the Central Limit Theorem Brownian motion and the Central Limit Theorem Amir Bar January 4, 3 Based on Shang-Keng Ma, Statistical Mechanics, sections.,.7 and the course s notes section 6. Introduction In this tutorial we shall

More information

Simple math for a complex world: Random walks in biology and finance. Jake Hofman Physics Department Columbia University

Simple math for a complex world: Random walks in biology and finance. Jake Hofman Physics Department Columbia University Simple math for a complex world: Random walks in biology and finance Jake Hofman Physics Department Columbia University 2007.10.31 1 Outline Complex systems The atomic hypothesis and Brownian motion Mathematics

More information

Page Max. Possible Points Total 100

Page Max. Possible Points Total 100 Math 3215 Exam 2 Summer 2014 Instructor: Sal Barone Name: GT username: 1. No books or notes are allowed. 2. You may use ONLY NON-GRAPHING and NON-PROGRAMABLE scientific calculators. All other electronic

More information

Diffusion of a density in a static fluid

Diffusion of a density in a static fluid Diffusion of a density in a static fluid u(x, y, z, t), density (M/L 3 ) of a substance (dye). Diffusion: motion of particles from places where the density is higher to places where it is lower, due to

More information

Topics covered so far:

Topics covered so far: Topics covered so far: Chap 1: The kinetic theory of gases P, T, and the Ideal Gas Law Chap 2: The principles of statistical mechanics 2.1, The Boltzmann law (spatial distribution) 2.2, The distribution

More information

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section: MATH 5 Final Examination December 6, 5 FORM A Name: Student Number: Section: This exam has 7 questions for a total of 5 points. In order to obtain full credit for partial credit problems, all work must

More information

This is a Gaussian probability centered around m = 0 (the most probable and mean position is the origin) and the mean square displacement m 2 = n,or

This is a Gaussian probability centered around m = 0 (the most probable and mean position is the origin) and the mean square displacement m 2 = n,or Physics 7b: Statistical Mechanics Brownian Motion Brownian motion is the motion of a particle due to the buffeting by the molecules in a gas or liquid. The particle must be small enough that the effects

More information

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics

Chain Rule. MATH 311, Calculus III. J. Robert Buchanan. Spring Department of Mathematics 3.33pt Chain Rule MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Spring 2019 Single Variable Chain Rule Suppose y = g(x) and z = f (y) then dz dx = d (f (g(x))) dx = f (g(x))g (x)

More information

MATH 19520/51 Class 5

MATH 19520/51 Class 5 MATH 19520/51 Class 5 Minh-Tam Trinh University of Chicago 2017-10-04 1 Definition of partial derivatives. 2 Geometry of partial derivatives. 3 Higher derivatives. 4 Definition of a partial differential

More information

Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions for Homework 7

Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions for Homework 7 Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions for Homework 7 Steve Dunbar Due Mon, November 2, 2009. Time to review all of the information we have about coin-tossing fortunes

More information

Lecture 1: Random walk

Lecture 1: Random walk Lecture : Random walk Paul C Bressloff (Spring 209). D random walk q p r- r r+ Figure 2: A random walk on a D lattice. Consider a particle that hops at discrete times between neighboring sites on a one

More information

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 10, 2011 FORM A Name: Student Number: Section: This exam has 10 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work

More information

7.1 Functions of Two or More Variables

7.1 Functions of Two or More Variables 7.1 Functions of Two or More Variables Hartfield MATH 2040 Unit 5 Page 1 Definition: A function f of two variables is a rule such that each ordered pair (x, y) in the domain of f corresponds to exactly

More information

Way to Success Model Question Paper. Answer Key

Way to Success Model Question Paper. Answer Key A Way to Success Model Question Paper,aw;gpay; / PHYSICS Answer Key (Based on new Question pattern 2019) gphpt I / SECTION I 1 (c) 9 (b) 2 jpirntfk; velocity 10 (d) 3 AB cosθ; 11 (c) 4 v = f λ 12 (b) 5

More information

Droplets and atoms. Benjamin Schumacher Department of Physics Kenyon College. Bright Horizons 35 (July, 2018)

Droplets and atoms. Benjamin Schumacher Department of Physics Kenyon College. Bright Horizons 35 (July, 2018) Droplets and atoms Benjamin Schumacher Department of Physics Kenyon College Bright Horizons 35 (July, 2018) Part I: Einstein's other great idea The old revolution Birth of modern physics (1900-1930) Atomic

More information

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus Math 128 Midterm Examination 2 October 21, 28 Name 6 problems, 112 (oops) points. Instructions: Show all work partial credit will be given, and Answers without work are worth credit without points. You

More information

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation.

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation. Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: y y x y2 = 0 : homogeneous equation. x2 v = y dy, y = vx, and x v + x dv dx = v + v2. dx =

More information

Math 311, Partial Differential Equations, Winter 2015, Midterm

Math 311, Partial Differential Equations, Winter 2015, Midterm Score: Name: Math 3, Partial Differential Equations, Winter 205, Midterm Instructions. Write all solutions in the space provided, and use the back pages if you have to. 2. The test is out of 60. There

More information

Chapter 3. Random Process & Partial Differential Equations

Chapter 3. Random Process & Partial Differential Equations Chapter 3 Random Process & Partial Differential Equations 3.0 Introduction Deterministic model ( repeatable results ) Consider particles with coordinates rr 1, rr, rr the interactions between particles

More information

Math 131 Exam 2 Spring 2016

Math 131 Exam 2 Spring 2016 Math 3 Exam Spring 06 Name: ID: 7 multiple choice questions worth 4.7 points each. hand graded questions worth 0 points each. 0. free points (so the total will be 00). Exam covers sections.7 through 3.0

More information

Finite difference method for solving Advection-Diffusion Problem in 1D

Finite difference method for solving Advection-Diffusion Problem in 1D Finite difference method for solving Advection-Diffusion Problem in 1D Author : Osei K. Tweneboah MATH 5370: Final Project Outline 1 Advection-Diffusion Problem Stationary Advection-Diffusion Problem in

More information

Biological and Medical Applications of Pressures and Fluids. Lecture 2.13 MH

Biological and Medical Applications of Pressures and Fluids. Lecture 2.13 MH Biological and Medical Applications of Pressures and Fluids Foundation Physics Lecture 2.13 MH Pressures in the human body All pressures quoted are gauge pressure Bladder Pressure Cerebrospinal Pressure

More information

Local vs. Nonlocal Diffusions A Tale of Two Laplacians

Local vs. Nonlocal Diffusions A Tale of Two Laplacians Local vs. Nonlocal Diffusions A Tale of Two Laplacians Jinqiao Duan Dept of Applied Mathematics Illinois Institute of Technology Chicago duan@iit.edu Outline 1 Einstein & Wiener: The Local diffusion 2

More information

Lecture 13. Drunk Man Walks

Lecture 13. Drunk Man Walks Lecture 13 Drunk Man Walks H. Risken, The Fokker-Planck Equation (Springer-Verlag Berlin 1989) C. W. Gardiner, Handbook of Stochastic Methods (Springer Berlin 2004) http://topp.org/ http://topp.org/species/mako_shark

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

Mathematical Methods - Lecture 9

Mathematical Methods - Lecture 9 Mathematical Methods - Lecture 9 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

Math 5198 Mathematics for Bioscientists

Math 5198 Mathematics for Bioscientists Math 5198 Mathematics for Bioscientists Lecture 1: Course Conduct/Overview Stephen Billups University of Colorado at Denver Math 5198Mathematics for Bioscientists p.1/22 Housekeeping Syllabus CCB MERC

More information

Date: Tuesday, 18 February :00PM. Location: Museum of London

Date: Tuesday, 18 February :00PM. Location: Museum of London Probability and its Limits Transcript Date: Tuesday, 18 February 2014-1:00PM Location: Museum of London 18 FEBRUARY 2014 PROBABILITY AND ITS LIMITS PROFESSOR RAYMOND FLOOD Slide: Title slide Welcome to

More information

SUFFICIENT STATISTICS

SUFFICIENT STATISTICS SUFFICIENT STATISTICS. Introduction Let X (X,..., X n ) be a random sample from f θ, where θ Θ is unknown. We are interested using X to estimate θ. In the simple case where X i Bern(p), we found that the

More information

Separation of variables in two dimensions. Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 )

Separation of variables in two dimensions. Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 ) Separation of variables in two dimensions Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 ) Separation of variables in two dimensions Overview of method: Consider linear, homogeneous

More information

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Math 251 December 14, 2005 Final Exam Name Section There are 10 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning of each question

More information

FE 5204 Stochastic Differential Equations

FE 5204 Stochastic Differential Equations Instructor: Jim Zhu e-mail:zhu@wmich.edu http://homepages.wmich.edu/ zhu/ January 20, 2009 Preliminaries for dealing with continuous random processes. Brownian motions. Our main reference for this lecture

More information

Chapter 3: Random Variables 1

Chapter 3: Random Variables 1 Chapter 3: Random Variables 1 Yunghsiang S. Han Graduate Institute of Communication Engineering, National Taipei University Taiwan E-mail: yshan@mail.ntpu.edu.tw 1 Modified from the lecture notes by Prof.

More information

MATH Solutions to Probability Exercises

MATH Solutions to Probability Exercises MATH 5 9 MATH 5 9 Problem. Suppose we flip a fair coin once and observe either T for tails or H for heads. Let X denote the random variable that equals when we observe tails and equals when we observe

More information

Before you begin read these instructions carefully:

Before you begin read these instructions carefully: NATURAL SCIENCES TRIPOS Part IA Wednesday, 10 June, 2015 9:00 am to 12:00 pm MATHEMATICS (2) Before you begin read these instructions carefully: The paper has two sections, A and B. Section A contains

More information

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section: MATH 5 Final Examination May 3, 07 FORM A Name: Student Number: Section: This exam has 6 questions for a total of 50 points. In order to obtain full credit for partial credit problems, all work must be

More information

Chapter 6 - Random Processes

Chapter 6 - Random Processes EE385 Class Notes //04 John Stensby Chapter 6 - Random Processes Recall that a random variable X is a mapping between the sample space S and the extended real line R +. That is, X : S R +. A random process

More information

Probability Theory and Simulation Methods

Probability Theory and Simulation Methods Feb 28th, 2018 Lecture 10: Random variables Countdown to midterm (March 21st): 28 days Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters

More information

Joint Probability Distributions, Correlations

Joint Probability Distributions, Correlations Joint Probability Distributions, Correlations What we learned so far Events: Working with events as sets: union, intersection, etc. Some events are simple: Head vs Tails, Cancer vs Healthy Some are more

More information

Stochastic Integration and Stochastic Differential Equations: a gentle introduction

Stochastic Integration and Stochastic Differential Equations: a gentle introduction Stochastic Integration and Stochastic Differential Equations: a gentle introduction Oleg Makhnin New Mexico Tech Dept. of Mathematics October 26, 27 Intro: why Stochastic? Brownian Motion/ Wiener process

More information

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 14, 2015 FORM A Name: Student Number: Section: This exam has 11 questions for a total of 150 points. Show all your work! In order to obtain full credit for partial credit

More information

Lecture Notes 7 Random Processes. Markov Processes Markov Chains. Random Processes

Lecture Notes 7 Random Processes. Markov Processes Markov Chains. Random Processes Lecture Notes 7 Random Processes Definition IID Processes Bernoulli Process Binomial Counting Process Interarrival Time Process Markov Processes Markov Chains Classification of States Steady State Probabilities

More information

REVIEW: Waves on a String

REVIEW: Waves on a String Lecture 14: Solution to the Wave Equation (Chapter 6) and Random Walks (Chapter 7) 1 Description of Wave Motion REVIEW: Waves on a String We are all familiar with the motion of a transverse wave pulse

More information

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 Justify your answers; show your work. 1. A sequence of Events. (10 points) Let {B n : n 1} be a sequence of events in

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

1 Brownian motion and the Langevin equation

1 Brownian motion and the Langevin equation Figure 1: The robust appearance of Robert Brown (1773 1858) 1 Brownian otion and the Langevin equation In 1827, while exaining pollen grains and the spores of osses suspended in water under a icroscope,

More information

Year 7 Science. 7C1: The Particle Model. PPA Challenge

Year 7 Science. 7C1: The Particle Model. PPA Challenge Year 7 Science 7C1: The Particle Model PPA Challenge Name: Form: Task Sheet 1 (Bronze Challenge): The Particle Model Use the words in the box to label the diagram below. This particle diagram shows the

More information

Math 1314 Test 4 Review Lesson 16 Lesson Use Riemann sums with midpoints and 6 subdivisions to approximate the area between

Math 1314 Test 4 Review Lesson 16 Lesson Use Riemann sums with midpoints and 6 subdivisions to approximate the area between Math 1314 Test 4 Review Lesson 16 Lesson 24 1. Use Riemann sums with midpoints and 6 subdivisions to approximate the area between and the x-axis on the interval [1, 9]. Recall: RectangleSum[,

More information

1 + x 2 d dx (sec 1 x) =

1 + x 2 d dx (sec 1 x) = Page This exam has: 8 multiple choice questions worth 4 points each. hand graded questions worth 4 points each. Important: No graphing calculators! Any non-graphing, non-differentiating, non-integrating

More information

ACM 116: Lectures 3 4

ACM 116: Lectures 3 4 1 ACM 116: Lectures 3 4 Joint distributions The multivariate normal distribution Conditional distributions Independent random variables Conditional distributions and Monte Carlo: Rejection sampling Variance

More information

14.3 Partial Derivatives

14.3 Partial Derivatives 14 14.3 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. On a hot day, extreme humidity makes us think the temperature is higher than it really is, whereas

More information

MATH 3B (Butler) Practice for Final (I, Solutions)

MATH 3B (Butler) Practice for Final (I, Solutions) MATH 3B (Butler) Practice for Final (I, Solutions). Gabriel s horn is a mathematical object taken by rotating the curve y = x around the x-axis for x

More information

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014 Time: 3 hours, 8:3-11:3 Instructions: MATH 151, FINAL EXAM Winter Quarter, 21 March, 214 (1) Write your name in blue-book provided and sign that you agree to abide by the honor code. (2) The exam consists

More information

Autumn 2015 Practice Final. Time Limit: 1 hour, 50 minutes

Autumn 2015 Practice Final. Time Limit: 1 hour, 50 minutes Math 309 Autumn 2015 Practice Final December 2015 Time Limit: 1 hour, 50 minutes Name (Print): ID Number: This exam contains 9 pages (including this cover page) and 8 problems. Check to see if any pages

More information

MA Chapter 10 practice

MA Chapter 10 practice MA 33 Chapter 1 practice NAME INSTRUCTOR 1. Instructor s names: Chen. Course number: MA33. 3. TEST/QUIZ NUMBER is: 1 if this sheet is yellow if this sheet is blue 3 if this sheet is white 4. Sign the scantron

More information

Chapter 2: Random Variables

Chapter 2: Random Variables ECE54: Stochastic Signals and Systems Fall 28 Lecture 2 - September 3, 28 Dr. Salim El Rouayheb Scribe: Peiwen Tian, Lu Liu, Ghadir Ayache Chapter 2: Random Variables Example. Tossing a fair coin twice:

More information

Stochastic Processes and Advanced Mathematical Finance. Intuitive Introduction to Diffusions

Stochastic Processes and Advanced Mathematical Finance. Intuitive Introduction to Diffusions Steven R. Dunbar Department of Mathematics 03 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 40-47-3731 Fax: 40-47-8466 Stochastic Processes and Advanced

More information

DIFFUSION PURPOSE THEORY

DIFFUSION PURPOSE THEORY DIFFUSION PURPOSE The objective of this experiment is to study by numerical simulation and experiment the process of diffusion, and verify the expected relationship between time and diffusion width. THEORY

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

Some Tools From Stochastic Analysis

Some Tools From Stochastic Analysis W H I T E Some Tools From Stochastic Analysis J. Potthoff Lehrstuhl für Mathematik V Universität Mannheim email: potthoff@math.uni-mannheim.de url: http://ls5.math.uni-mannheim.de To close the file, click

More information

Math 4263 Homework Set 1

Math 4263 Homework Set 1 Homework Set 1 1. Solve the following PDE/BVP 2. Solve the following PDE/BVP 2u t + 3u x = 0 u (x, 0) = sin (x) u x + e x u y = 0 u (0, y) = y 2 3. (a) Find the curves γ : t (x (t), y (t)) such that that

More information

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

Irreversibility. Have you ever seen this happen? (when you weren t asleep or on medication) Which stage never happens?

Irreversibility. Have you ever seen this happen? (when you weren t asleep or on medication) Which stage never happens? Lecture 5: Statistical Processes Random Walk and Particle Diffusion Counting and Probability Microstates and Macrostates The meaning of equilibrium 0.10 0.08 Reading: Elements Ch. 5 Probability (N 1, N

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Brownian Motion and The Atomic Theory

Brownian Motion and The Atomic Theory Brownian Motion and The Atomic Theory Albert Einstein Annus Mirabilis Centenary Lecture Simeon Hellerman Institute for Advanced Study, 5/20/2005 Founders Day 1 1. What phenomenon did Einstein explain?

More information

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section: MATH 251 Final Examination December 19, 2012 FORM A Name: Student Number: Section: This exam has 17 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all

More information

Math Assignment 14

Math Assignment 14 Math 2280 - Assignment 14 Dylan Zwick Spring 2014 Section 9.5-1, 3, 5, 7, 9 Section 9.6-1, 3, 5, 7, 14 Section 9.7-1, 2, 3, 4 1 Section 9.5 - Heat Conduction and Separation of Variables 9.5.1 - Solve the

More information

SAMPLE FINAL EXAM SOLUTIONS

SAMPLE FINAL EXAM SOLUTIONS LAST (family) NAME: FIRST (given) NAME: ID # : MATHEMATICS 3FF3 McMaster University Final Examination Day Class Duration of Examination: 3 hours Dr. J.-P. Gabardo THIS EXAMINATION PAPER INCLUDES 22 PAGES

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, :40 PM

MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, :40 PM MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, 2008 2:40 PM Personal Background MS in Statistics; PhD in Mathematics 30 years teaching at liberal arts college Service

More information

Introduction to the mathematical modeling of multi-scale phenomena

Introduction to the mathematical modeling of multi-scale phenomena Introduction to the mathematical modeling of multi-scale phenomena Diffusion Brownian motion Brownian motion (named after botanist Robert Brown) refers to the random motion of particles suspended in a

More information

Diffusion - The Heat Equation

Diffusion - The Heat Equation Chapter 6 Diffusion - The Heat Equation 6.1 Goal Understand how to model a simple diffusion process and apply it to derive the heat equation in one dimension. We begin with the fundamental conservation

More information

hp calculators HP 50g Probability distributions The MTH (MATH) menu Probability distributions

hp calculators HP 50g Probability distributions The MTH (MATH) menu Probability distributions The MTH (MATH) menu Probability distributions Practice solving problems involving probability distributions The MTH (MATH) menu The Math menu is accessed from the WHITE shifted function of the Pkey by

More information

CHE3935. Lecture 10 Brownian Dynamics

CHE3935. Lecture 10 Brownian Dynamics CHE3935 Lecture 10 Brownian Dynamics 1 What Is Brownian Dynamics? Brownian dynamics is based on the idea of the Brownian motion of particles So what is Brownian motion? Named after botanist Robert Brown

More information

Math 222 Spring 2013 Exam 3 Review Problem Answers

Math 222 Spring 2013 Exam 3 Review Problem Answers . (a) By the Chain ule, Math Spring 3 Exam 3 eview Problem Answers w s w x x s + w y y s (y xy)() + (xy x )( ) (( s + 4t) (s 3t)( s + 4t)) ((s 3t)( s + 4t) (s 3t) ) 8s 94st + 3t (b) By the Chain ule, w

More information

MATH 425, HOMEWORK 3 SOLUTIONS

MATH 425, HOMEWORK 3 SOLUTIONS MATH 425, HOMEWORK 3 SOLUTIONS Exercise. (The differentiation property of the heat equation In this exercise, we will use the fact that the derivative of a solution to the heat equation again solves the

More information

RAJASTHAN P.E.T. MATHS-1995

RAJASTHAN P.E.T. MATHS-1995 RAJASTHAN P.E.T. MATHS-1995 1. The equation of the normal to the circle x2 + y2 = a2 at point (x y ) will be : (1) x y - xy = (2) xx - yy = (3) x y + xy = (4) xx + yy = 2. Equation of the bisector of the

More information

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201 (2016), PDE 2 / 20 Vibrating string and the wave equation Consider a stretched string of length

More information

Student s Printed Name:

Student s Printed Name: Student s Printed Name: Instructor: CUID: Section # : You are not permitted to use a calculator on any part of this test. You are not allowed to use any textbook, notes, cell phone, laptop, PDA, or any

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives with respect to those variables. Most (but

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

Test 2 - Answer Key Version A

Test 2 - Answer Key Version A MATH 8 Student s Printed Name: Instructor: CUID: Section: Fall 27 8., 8.2,. -.4 Instructions: You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook,

More information

What are the odds? Coin tossing and applications

What are the odds? Coin tossing and applications What are the odds? Coin tossing and applications Dr. Antal Járai Department of Mathematical Sciences University of Bath 19 July 2011 Please feel free to interrupt with questions at any time. Outline This

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 Lecture Notes 8 - PDEs Page 8.01 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl.

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl. E X A M Course code: Course name: Number of pages incl. front page: 6 MA430-G Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours Resources allowed: Notes: Pocket calculator,

More information

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM SOLUTIONS

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM SOLUTIONS FINAL EXAM CALCULUS MATH 00 FALL 08 Name PRACTICE EXAM SOLUTIONS Please answer all of the questions, and show your work. You must explain your answers to get credit. You will be graded on the clarity of

More information

Lectures on Markov Chains

Lectures on Markov Chains Lectures on Markov Chains David M. McClendon Department of Mathematics Ferris State University 2016 edition 1 Contents Contents 2 1 Markov chains 4 1.1 The definition of a Markov chain.....................

More information

Math 564 Homework 1. Solutions.

Math 564 Homework 1. Solutions. Math 564 Homework 1. Solutions. Problem 1. Prove Proposition 0.2.2. A guide to this problem: start with the open set S = (a, b), for example. First assume that a >, and show that the number a has the properties

More information

An Introduction to Partial Differential Equations

An Introduction to Partial Differential Equations An Introduction to Partial Differential Equations Ryan C. Trinity University Partial Differential Equations Lecture 1 Ordinary differential equations (ODEs) These are equations of the form where: F(x,y,y,y,y,...)

More information

A proof for the full Fourier series on [ π, π] is given here.

A proof for the full Fourier series on [ π, π] is given here. niform convergence of Fourier series A smooth function on an interval [a, b] may be represented by a full, sine, or cosine Fourier series, and pointwise convergence can be achieved, except possibly at

More information