Applications of 1st-Order Equations

Size: px
Start display at page:

Download "Applications of 1st-Order Equations"

Transcription

1 3 Applications of 1st-Order Equations 3.2 Compartmental Analysis For a first example we shall analyze a one-compartment system, and then later consider a two-compartment system. Example 3.1. A brine solution (a mixture of salt and water) flows at a constant rate of 4 L/min into a tank that initially contains 100 L of pure water. The solution inside the tank is kept well-stirred and flows out of the tank at a rate of. If the concentration of salt in the brine entering the tank is 0.2 kg/l, determine the mass of the salt in the tank after t minutes. Find when will the concentration of salt in the tank be 0.1 kg/l. Solution. Let x(t) be the mass of salt, in kilograms, that is in the tank at time t. Since the tank is initially filled with fresh water we know that x(0) = 0. See Figure 1. In order to determine x(t) we will use what we know about the rate at which x(t) changes over time, which is x (t). An expression for x (t) will be given as the rate salt enters the tank minus the rate salt leaves the tank (in kilograms per minute). To do this we first need to know the volume of the solution in the tank at time t. The volume is given to be 100 L initially, and since 4 L of liquid enters the tank and 3 L leaves with each minute, we can see that at time t the volume of solution in the tank must be t. Now, the rate salt enters the tank is easily reckoned: 4 liters of brine is entering per minute, there s 0.2 kg of salt per liter, and so a total of 0.8 kg of salt is entering per minute. As for the rate salt leaves, at time t there s x(t) kg of salt in the tank, and we assume that it is uniformly dissolved throughout the t liters of solution to give a concentration of x(t)/(100 + t) kg of salt per liter. Since 3 liters of solution is leaving per minute, we conclude that 3x(t)/(100 + t) 4 L/min 0.2 kg/l x(t) kg salt x(0) = 0 Figure 1

2 2 kg of salt is leaving per minute. The derivation of x (t) is as follows: x (t) = (rate salt enters Tank 1) (rate salt leaves Tank 1) ( )( ) ( )( ) 0.2 kg 4 L x(t) kg 3 L = 1 L 1 min t L 1 min = 0.8 3x(t) t. Thus we have a linear first-order ODE: x 3 + t x = 0.8. To solve this equation, we multiply by the integrating factor ( ) 3 µ(t) = exp t dt = e 3 ln t+100 +c = (t + 100) 3 to obtain which becomes and thus (t + 100) 3 x + 3(t + 100) 2 x = 0.8(t + 100) 3, (t + 100) 3 x = [ (t + 100) 3 x ] = 0.8(t + 100) 3 0.8(t + 100) 3 dt = (t + 100)4 + c. From this we get a general explicit solution to the ODE, x(t) = 1 c (t + 100) + 5 (t + 100). 3 To determine c we use the initial condition x(0) = 0: 0 = 1 5 ( ) + c ( ) 3 c = 20 c = Thus, the mass of salt in the tank at time t is given by x(t) = (t + 100) 5 (t + 100). 3 The concentration, C(t), of salt at time t is given by the mass x(t) at time t divided by the volume t at time t. That is, C(t) = x(t)/(t + 100), so that C(t) = (t + 100) 4. Now, to find when the concentration of salt is 0.1 kg/l we solve C(t) = 0.1, giving the equation 0.1 = (t + 100) 4. From this we find that t = minutes.

3 The following example illustrates a physical system consisting of two compartments. The general approach is to analyze the first compartment, then use the information garnered to analyze the second compartment. Example 3.2. Beginning at time t = 0, fresh water is pumped at a rate of into a well-stirred tank that is initially filled with 60 L of brine. The increasingly less concentrated salt solution flows at a rate of out a drain that feeds into a second tank initially filled with 60 L of pure water. The resultant mixture of water and salt in the second tank, which is also well-stirred, is pumped into the ocean at a rate of. Find the time when the concentration of salt in the second tank is greatest, and compare the maximal concentration in the second tank to the initial concentration in the first tank. Solution. It is not actually necessary to know how much salt is initially in Tank 1 to determine when the concentration of salt in Tank 2 is greatest. Let x(t) be the number of kilograms of salt in Tank 1 at time t, and let y(t) be the number of kilograms of salt in Tank 2 at time t. We have x(0) = x 0 for some constant x 0, and also y(0) = 0 since the water in Tank 2 is initially pure. See Figure 2. Now, noting that the volume of solution in Tank 1 is a constant 60 L, we have x (t) = (rate salt enters Tank 1) (rate salt leaves Tank 1) ( )( ) x(t) kg 3 L = 0 = 3x(t) 60 L 1 min 60, which yields the equation x = 1 x, also written as dx/dt = x/20. This equation is separable, 20 giving 20 x dx = dt, and hence ln ( x 20) = t + c 0 for arbitrary constant c 0. Exponentiating both sides and letting c 1 = e c 0 be an arbitrary positive constant, we obtain x 20 = e t+c 0 = c 1 e t, and then x(t) = c 1 e t/20. Using the initial condition x(0) = x 0, we substitute t = 0 and x = x 0 into the equation to get x 0 = c 1 e 0 = c 1, and thus x(t) = x 0 e t/20. (1) Now we turn our attention to Tank 2. Since the volume of solution in Tank 2 is always 60 L, we have y (t) = (rate salt enters Tank 2) (rate salt leaves Tank 2) ( )( ) ( )( ) x(t) kg 3 L y(t) kg 3 L = 60 L 1 min 60 L 1 min = x(t) 20 y(t) 20 = x 0e t/20 y(t) 20 3

4 4 0 kg/l 60 L solution x(t) kg salt x(0) = x 0 x(t) kg/l L solution y(t) kg salt y(0) = 0 y(t) kg/l 1 60 Figure 2 where the last equality follows from (1). Hence we have the equation y y = x 0 20 e t/20, (2) which is a first-order linear ODE and so can be solved by finding an appropriate integrating factor µ(t). We have ( ) 1 µ(t) = exp 20 dt = e t/20 and so, multiplying (2) by e t/20, we obtain which can be written and therefore y e t/ yet/20 = x 0 20, ( ) ye t/20 x 0 = 20, x0 ye t/20 = 20 dt = x 0 20 t + c. Using the initial condition y(0) = 0, we substitute t = 0 and y = 0 into this equation to find that c = 0, and at last we have an expression for y(t): y(t) = x 0 20 te t/20. The concentration of salt in Tank 2 at time t, C(t), is given by C(t) = y(t)/60; that is, C(t) = x te t/20. To determine when the concentration is greatest, we must find t > 0 for which C(t) attains a global maximum value on (0, ). 1 This entails finding t for which C (t) = 0; that is, we must solve x e t/20 x 0 24, 000 te t/20 = 0. But this equation immediately implies that 20 t = 0, and hence t = 20 minutes. 1 Note that, since the volume of solution in Tank 2 is a constant 60 L, we could just as well determine when y(t) attains a maximum.

5 5 Finally, at time t = 20 minutes we find that the mass of salt in Tank 2 is y(20) = x 0 20 (20)e 20/20 = 1 e x 0. That is, Tank 2 is at most 1/e times as salty as Tank 1 was initially. Observe that x(t) 0 and y(t) 0 as t, as is to be expected since fresh water is ultimately displacing brine in the system. Problems concerning the decay of one or more radioactive isotopes also lend themselves to compartmental analysis. In the simplest case there is a single radioactive substance that decays into some other element, so that a compartment is a sample of the substance. No quantity of the substance is entering the compartment, but gradually over time atoms of the substance are leaving (i.e. fissioning into other material). Empirical data make one thing clear: the rate of decay of a radioactive substance is directly proportional to the amount of the substance that is present. Thus, if x(t) is the amount of the substance (in grams, say), then x (t) is the rate of change of the amount of the substance, with x (t) = kx(t) for some constant of proportionality k < 0 that depends on the isotope under consideration. The half-life of a radioactive isotope, which is the time it takes for half of it to decay, can vary from nanoseconds to gigayears. Example 3.3. Cobra Commander has 260 grams of kaboomium-320 (chemical symbol 320 Ka) in the basement of his secret hideout. Upon returning from a carefree five-hour drive with Destro in the countryside in his spiffy new Nissan Cube, he finds that 192 grams remain. After how many hours will only 10 grams remain? Solution. Let x(t) be the amount of 320 Ka in grams at time t in hours, where x(0) = 260 and x(5) = 192. The rate at which 320 Ka decays is proportional to the amount present, which is to say that x (t) = kx(t) for some constant k. This is a separable ODE which becomes 1 x dx = k dt, and thus ln x = kt + c. Of course, x(t) is never negative, so we may write ln(x) = kt + c, whence we obtain x(t) = e kt+c = x 0 e kt (letting x 0 = e c ). From the initial condition x(0) = 260 comes 260 = x 0 e 0, so that x 0 = 260 and hence x(t) = 260e kt. (3) It remains to find k. Fortunately we have another bit of information available: x(5) = 192. Putting this into (3) gives 192 = 260e 5k, whence and we fully determine x(t) to be k = 0.2 ln(192/260) x(t) = 260e t.

6 With this model in hand we can ascertain how many hours it will be before only 10 g of 320 Ka remains for Cobra Commander to play with: set x(t) = 10 to get 260e t = 10, and thus ( ) 1 1 t = ln That is, after about 53.8 hours only 10 g of kaboomium-320 will remain. We assume that Cobra Commander knows his business. And knowing is half the battle! 6

(amount of salt in) (amount of salt out),

(amount of salt in) (amount of salt out), MATH 222 (Lectures 1,2,4) Worksheet 8.5 Solutions Please inform your TA if you find any errors in the solutions. 1. A 100 gallon tank is full of pure water. Let pure water run into the tank at the rate

More information

C.4 Applications of Differential Equations

C.4 Applications of Differential Equations APPENDIX C Differential Equations A39 C.4 Applications of Differential Equations Use differential equations to model and solve real-life problems. EXAMPLE 1 Modeling Advertising Awareness The new cereal

More information

Math 267 - Practice exam 2 - solutions

Math 267 - Practice exam 2 - solutions C Roettger, Fall 13 Math 267 - Practice exam 2 - solutions Problem 1 A solution of 10% perchlorate in water flows at a rate of 8 L/min into a tank holding 200L pure water. The solution is kept well stirred

More information

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have LINEAR DIFFERENTIAL EQUATIONS A first-der linear differential equation is one that can be put into the fm 1 d Py Q where P and Q are continuous functions on a given interval. This type of equation occurs

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

1. [20 pts] Find an integrating factor and solve the equation y 3y = e 2t. Then solve the initial value problem y 3y = e 2t, y(0) = 3.

1. [20 pts] Find an integrating factor and solve the equation y 3y = e 2t. Then solve the initial value problem y 3y = e 2t, y(0) = 3. 22M:034 Engineer Math IV: Differential Equations Midterm Exam 1 October 2, 2013 Name Section number 1. [20 pts] Find an integrating factor and solve the equation 3 = e 2t. Then solve the initial value

More information

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have Linear Differential Equations A first-der linear differential equation is one that can be put into the fm 1 d P y Q where P and Q are continuous functions on a given interval. This type of equation occurs

More information

1. (from Stewart, page 586) Solve the initial value problem.

1. (from Stewart, page 586) Solve the initial value problem. . (from Stewart, page 586) Solve the initial value problem.. (from Stewart, page 586) (a) Solve y = y. du dt = t + sec t u (b) Solve y = y, y(0) = 0., u(0) = 5. (c) Solve y = y, y(0) = if possible. 3.

More information

Section 1.4. Difference Equations

Section 1.4. Difference Equations Difference Equations to Differential Equations Section 1.4 Difference Equations At this point almost all of our sequences have had explicit formulas for their terms. That is, we have looked mainly at sequences

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

Main properties of atoms and nucleus

Main properties of atoms and nucleus Main properties of atoms and nucleus. Atom Structure.... Structure of Nuclei... 3. Definition of Isotopes... 4. Energy Characteristics of Nuclei... 5. Laws of Radioactive Nuclei Transformation... 3. Atom

More information

IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate.

IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate. د.شيماء Biopharmaceutics INTRAVENOUS INFUSION: IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate. The main advantage for

More information

Math 115 HW #8 Solutions

Math 115 HW #8 Solutions Math 115 HW #8 Solutions 1 The function with the given graph is a solution of one of the following differential equations Decide which is the correct equation and justify your answer a) y = 1 + xy b) y

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

Unit 2: Quantities in Chemistry

Unit 2: Quantities in Chemistry Mass, Moles, & Molar Mass Relative quantities of isotopes in a natural occurring element (%) E.g. Carbon has 2 isotopes C-12 and C-13. Of Carbon s two isotopes, there is 98.9% C-12 and 11.1% C-13. Find

More information

Eigenvalues, Eigenvectors, and Differential Equations

Eigenvalues, Eigenvectors, and Differential Equations Eigenvalues, Eigenvectors, and Differential Equations William Cherry April 009 (with a typo correction in November 05) The concepts of eigenvalue and eigenvector occur throughout advanced mathematics They

More information

The Mole Concept. The Mole. Masses of molecules

The Mole Concept. The Mole. Masses of molecules The Mole Concept Ron Robertson r2 c:\files\courses\1110-20\2010 final slides for web\mole concept.docx The Mole The mole is a unit of measurement equal to 6.022 x 10 23 things (to 4 sf) just like there

More information

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING Essential Standard: STUDENTS WILL UNDERSTAND THAT THE PROPERTIES OF MATTER AND THEIR INTERACTIONS ARE A CONSEQUENCE OF THE STRUCTURE OF MATTER,

More information

8.7 Exponential Growth and Decay

8.7 Exponential Growth and Decay Section 8.7 Exponential Growth and Decay 847 8.7 Exponential Growth and Decay Exponential Growth Models Recalling the investigations in Section 8.3, we started by developing a formula for discrete compound

More information

Chapter Test B. Chapter: Measurements and Calculations

Chapter Test B. Chapter: Measurements and Calculations Assessment Chapter Test B Chapter: Measurements and Calculations PART I In the space provided, write the letter of the term or phrase that best completes each statement or best answers each question. 1.

More information

7-5.5. Translate chemical symbols and the chemical formulas of common substances to show the component parts of the substances including:

7-5.5. Translate chemical symbols and the chemical formulas of common substances to show the component parts of the substances including: 7-5.5 Translate chemical symbols and the chemical formulas of common substances to show the component parts of the substances including: NaCl [salt], H 2 O [water], C 6 H 12 O 6 [simple sugar], O 2 [oxygen

More information

Matter. Atomic weight, Molecular weight and Mole

Matter. Atomic weight, Molecular weight and Mole Matter Atomic weight, Molecular weight and Mole Atomic Mass Unit Chemists of the nineteenth century realized that, in order to measure the mass of an atomic particle, it was useless to use the standard

More information

CHEM 110: CHAPTER 3: STOICHIOMETRY: CALCULATIONS WITH CHEMICAL FORMULAS AND EQUATIONS

CHEM 110: CHAPTER 3: STOICHIOMETRY: CALCULATIONS WITH CHEMICAL FORMULAS AND EQUATIONS 1 CHEM 110: CHAPTER 3: STOICHIOMETRY: CALCULATIONS WITH CHEMICAL FORMULAS AND EQUATIONS The Chemical Equation A chemical equation concisely shows the initial (reactants) and final (products) results of

More information

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

Math 231:Introduction to Ordinary Differential Equations Mini-Project: Modeling Chemical Reaction Mechanisms

Math 231:Introduction to Ordinary Differential Equations Mini-Project: Modeling Chemical Reaction Mechanisms Department of Mathematics Fall 2012 The University of Tennessee H. Finotti Math 231:Introduction to Ordinary Differential Equations Mini-Project: Modeling Chemical Reaction Mechanisms Chemical kinetics,

More information

The integrating factor method (Sect. 2.1).

The integrating factor method (Sect. 2.1). The integrating factor method (Sect. 2.1). Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Variable

More information

Solutions to Exercises, Section 4.5

Solutions to Exercises, Section 4.5 Instructor s Solutions Manual, Section 4.5 Exercise 1 Solutions to Exercises, Section 4.5 1. How much would an initial amount of $2000, compounded continuously at 6% annual interest, become after 25 years?

More information

Module M1.5 Exponential and logarithmic functions

Module M1.5 Exponential and logarithmic functions F L E X I B L E L E A R N I N G A P P R O A C H T O P H Y S I C S Module M.5 Opening items. Module introduction.2 Fast track questions. Ready to study? 2 Exponential functions 2. Exponential growth and

More information

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

More information

Homework # 3 Solutions

Homework # 3 Solutions Homework # 3 Solutions February, 200 Solution (2.3.5). Noting that and ( + 3 x) x 8 = + 3 x) by Equation (2.3.) x 8 x 8 = + 3 8 by Equations (2.3.7) and (2.3.0) =3 x 8 6x2 + x 3 ) = 2 + 6x 2 + x 3 x 8

More information

Reaction Rates and Chemical Kinetics. Factors Affecting Reaction Rate [O 2. CHAPTER 13 Page 1

Reaction Rates and Chemical Kinetics. Factors Affecting Reaction Rate [O 2. CHAPTER 13 Page 1 CHAPTER 13 Page 1 Reaction Rates and Chemical Kinetics Several factors affect the rate at which a reaction occurs. Some reactions are instantaneous while others are extremely slow. Whether a commercial

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Performing Calculatons

Performing Calculatons Performing Calculatons There are three basic units for measurement in the organic laboratory mass, volume, and number, measured in moles. Most of the other types of measurements are combinations of them,

More information

Atomic Masses. Chapter 3. Stoichiometry. Chemical Stoichiometry. Mass and Moles of a Substance. Average Atomic Mass

Atomic Masses. Chapter 3. Stoichiometry. Chemical Stoichiometry. Mass and Moles of a Substance. Average Atomic Mass Atomic Masses Chapter 3 Stoichiometry 1 atomic mass unit (amu) = 1/12 of the mass of a 12 C atom so one 12 C atom has a mass of 12 amu (exact number). From mass spectrometry: 13 C/ 12 C = 1.0836129 amu

More information

Solving Linear Equations in One Variable. Worked Examples

Solving Linear Equations in One Variable. Worked Examples Solving Linear Equations in One Variable Worked Examples Solve the equation 30 x 1 22x Solve the equation 30 x 1 22x Our goal is to isolate the x on one side. We ll do that by adding (or subtracting) quantities

More information

Element of same atomic number, but different atomic mass o Example: Hydrogen

Element of same atomic number, but different atomic mass o Example: Hydrogen Atomic mass: p + = protons; e - = electrons; n 0 = neutrons p + + n 0 = atomic mass o For carbon-12, 6p + + 6n 0 = atomic mass of 12.0 o For chlorine-35, 17p + + 18n 0 = atomic mass of 35.0 atomic mass

More information

Practice with Proofs

Practice with Proofs Practice with Proofs October 6, 2014 Recall the following Definition 0.1. A function f is increasing if for every x, y in the domain of f, x < y = f(x) < f(y) 1. Prove that h(x) = x 3 is increasing, using

More information

Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10

Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10 Dirk Bergemann Department of Economics Yale University s by Olga Timoshenko Economics 121b: Intermediate Microeconomics Problem Set 2 1/20/10 This problem set is due on Wednesday, 1/27/10. Preliminary

More information

2.6 The driven oscillator

2.6 The driven oscillator 2.6. THE DRIVEN OSCILLATOR 131 2.6 The driven oscillator We would like to understand what happens when we apply forces to the harmonic oscillator. That is, we want to solve the equation M d2 x(t) 2 + γ

More information

Chemistry. The student will be able to identify and apply basic safety procedures and identify basic equipment.

Chemistry. The student will be able to identify and apply basic safety procedures and identify basic equipment. Chemistry UNIT I: Introduction to Chemistry The student will be able to describe what chemistry is and its scope. a. Define chemistry. b. Explain that chemistry overlaps many other areas of science. The

More information

CHEM 101/105 Numbers and mass / Counting and weighing Lect-03

CHEM 101/105 Numbers and mass / Counting and weighing Lect-03 CHEM 101/105 Numbers and mass / Counting and weighing Lect-03 Interpretation of Elemental Chemical Symbols, Chemical Formulas, and Chemical Equations Interpretation of an element's chemical symbol depends

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

Second Order Linear Partial Differential Equations. Part I

Second Order Linear Partial Differential Equations. Part I Second Order Linear Partial Differential Equations Part I Second linear partial differential equations; Separation of Variables; - point boundary value problems; Eigenvalues and Eigenfunctions Introduction

More information

Work hard. Be nice. Name: Period: Date: UNIT 1: Introduction to Matter Lesson 4: A Fine Line Between Compounds and Mixtures

Work hard. Be nice. Name: Period: Date: UNIT 1: Introduction to Matter Lesson 4: A Fine Line Between Compounds and Mixtures Name: Period: Date: UNIT 1: Introduction to Matter Lesson 4: A Fine Line Between Compounds and Mixtures Do Now: PRE-READING OPEN-NOTES QUIZ! By the end of today, you will have an answer to: How do pure

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry

Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry Why? Chemists are concerned with mass relationships in chemical reactions, usually run on a macroscopic scale (grams, kilograms, etc.). To deal with

More information

Particular Solutions. y = Ae 4x and y = 3 at x = 0 3 = Ae 4 0 3 = A y = 3e 4x

Particular Solutions. y = Ae 4x and y = 3 at x = 0 3 = Ae 4 0 3 = A y = 3e 4x Particular Solutions If the differential equation is actually modeling something (like the cost of milk as a function of time) it is likely that you will know a specific value (like the fact that milk

More information

Organic Chemistry Calculations

Organic Chemistry Calculations Organic Chemistry Calculations There are three basic units for measurement in the organic laboratory mass, volume, and number, measured in moles. Most of the other types of measurements are combinations

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.

More information

Basics of Nuclear Physics and Fission

Basics of Nuclear Physics and Fission Basics of Nuclear Physics and Fission A basic background in nuclear physics for those who want to start at the beginning. Some of the terms used in this factsheet can be found in IEER s on-line glossary.

More information

Chapter 1: Chemistry: Measurements and Methods

Chapter 1: Chemistry: Measurements and Methods Chapter 1: Chemistry: Measurements and Methods 1.1 The Discovery Process o Chemistry - The study of matter o Matter - Anything that has mass and occupies space, the stuff that things are made of. This

More information

Linear Programming Notes V Problem Transformations

Linear Programming Notes V Problem Transformations Linear Programming Notes V Problem Transformations 1 Introduction Any linear programming problem can be rewritten in either of two standard forms. In the first form, the objective is to maximize, the material

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

Name Date Class CHEMICAL QUANTITIES. SECTION 10.1 THE MOLE: A MEASUREMENT OF MATTER (pages 287 296)

Name Date Class CHEMICAL QUANTITIES. SECTION 10.1 THE MOLE: A MEASUREMENT OF MATTER (pages 287 296) Name Date Class 10 CHEMICAL QUANTITIES SECTION 10.1 THE MOLE: A MEASUREMENT OF MATTER (pages 287 296) This section defines the mole and explains how the mole is used to measure matter. It also teaches

More information

Chapter 2: The Chemical Context of Life

Chapter 2: The Chemical Context of Life Chapter 2: The Chemical Context of Life Name Period This chapter covers the basics that you may have learned in your chemistry class. Whether your teacher goes over this chapter, or assigns it for you

More information

The one dimensional heat equation: Neumann and Robin boundary conditions

The one dimensional heat equation: Neumann and Robin boundary conditions The one dimensional heat equation: Neumann and Robin boundary conditions Ryan C. Trinity University Partial Differential Equations February 28, 2012 with Neumann boundary conditions Our goal is to solve:

More information

Differential Equations

Differential Equations 40 CHAPTER 15 Differential Equations In many natural conditions the rate at which the amount of an object changes is directly proportional to the amount of the object itself. For example: 1) The marginal

More information

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C. Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u

More information

MOLAR MASS AND MOLECULAR WEIGHT Themolar mass of a molecule is the sum of the atomic weights of all atoms in the molecule. Molar Mass.

MOLAR MASS AND MOLECULAR WEIGHT Themolar mass of a molecule is the sum of the atomic weights of all atoms in the molecule. Molar Mass. Counting Atoms Mg burns in air (O 2 ) to produce white magnesium oxide, MgO. How can we figure out how much oxide is produced from a given mass of Mg? PROBLEM: If If 0.200 g of Mg is is burned, how much

More information

REVIEW SHEETS INTRODUCTORY PHYSICAL SCIENCE MATH 52

REVIEW SHEETS INTRODUCTORY PHYSICAL SCIENCE MATH 52 REVIEW SHEETS INTRODUCTORY PHYSICAL SCIENCE MATH 52 A Summary of Concepts Needed to be Successful in Mathematics The following sheets list the key concepts which are taught in the specified math course.

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

2.2 Scientific Notation: Writing Large and Small Numbers

2.2 Scientific Notation: Writing Large and Small Numbers 2.2 Scientific Notation: Writing Large and Small Numbers A number written in scientific notation has two parts. A decimal part: a number that is between 1 and 10. An exponential part: 10 raised to an exponent,

More information

1. Degenerate Pressure

1. Degenerate Pressure . Degenerate Pressure We next consider a Fermion gas in quite a different context: the interior of a white dwarf star. Like other stars, white dwarfs have fully ionized plasma interiors. The positively

More information

Honors Chemistry: Unit 6 Test Stoichiometry PRACTICE TEST ANSWER KEY Page 1. A chemical equation. (C-4.4)

Honors Chemistry: Unit 6 Test Stoichiometry PRACTICE TEST ANSWER KEY Page 1. A chemical equation. (C-4.4) Honors Chemistry: Unit 6 Test Stoichiometry PRACTICE TEST ANSWER KEY Page 1 1. 2. 3. 4. 5. 6. Question What is a symbolic representation of a chemical reaction? What 3 things (values) is a mole of a chemical

More information

Chapter 12 IVP Practice Problems

Chapter 12 IVP Practice Problems PRACTICE PROBLEMS 43 Chapter IVP Practice Problems Use Excel and VBA to solve the following problems. Document your solutions using the Expert Problem Solving steps outlined in Table... Find an approximate

More information

Thermodynamics of Mixing

Thermodynamics of Mixing Thermodynamics of Mixing Dependence of Gibbs energy on mixture composition is G = n A µ A + n B µ B and at constant T and p, systems tend towards a lower Gibbs energy The simplest example of mixing: What

More information

HW 3 Due Sep 12, Wed

HW 3 Due Sep 12, Wed HW 3 Due Sep, Wed 1. Consider a tank used in certain hydrodynamic experiments. After one experiment the tank contains 200 L of a dye solution with a concentration of 1 g/l. To prepare for the next experiment,

More information

The Graphical Method: An Example

The Graphical Method: An Example The Graphical Method: An Example Consider the following linear program: Maximize 4x 1 +3x 2 Subject to: 2x 1 +3x 2 6 (1) 3x 1 +2x 2 3 (2) 2x 2 5 (3) 2x 1 +x 2 4 (4) x 1, x 2 0, where, for ease of reference,

More information

FP1. HiSET TM Mathematics Practice Test

FP1. HiSET TM Mathematics Practice Test FP1 HiSET TM Mathematics Practice Test Copyright 013 Educational Testing Service. All rights reserved. E T S and the E T S logo are registered trademarks of Educational Testing Service (E T S) in the United

More information

Vector has a magnitude and a direction. Scalar has a magnitude

Vector has a magnitude and a direction. Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude

More information

First Order Circuits. EENG223 Circuit Theory I

First Order Circuits. EENG223 Circuit Theory I First Order Circuits EENG223 Circuit Theory I First Order Circuits A first-order circuit can only contain one energy storage element (a capacitor or an inductor). The circuit will also contain resistance.

More information

The Mole. 6.022 x 10 23

The Mole. 6.022 x 10 23 The Mole 6.022 x 10 23 Background: atomic masses Look at the atomic masses on the periodic table. What do these represent? E.g. the atomic mass of Carbon is 12.01 (atomic # is 6) We know there are 6 protons

More information

where h = 6.62 10-34 J s

where h = 6.62 10-34 J s Electromagnetic Spectrum: Refer to Figure 12.1 Molecular Spectroscopy: Absorption of electromagnetic radiation: The absorptions and emissions of electromagnetic radiation are related molecular-level phenomena

More information

PENDULUM PERIODS. First Last. Partners: student1, student2, and student3

PENDULUM PERIODS. First Last. Partners: student1, student2, and student3 PENDULUM PERIODS First Last Partners: student1, student2, and student3 Governor s School for Science and Technology 520 Butler Farm Road, Hampton, VA 23666 April 13, 2011 ABSTRACT The effect of amplitude,

More information

No Solution Equations Let s look at the following equation: 2 +3=2 +7

No Solution Equations Let s look at the following equation: 2 +3=2 +7 5.4 Solving Equations with Infinite or No Solutions So far we have looked at equations where there is exactly one solution. It is possible to have more than solution in other types of equations that are

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

CONSERVATION LAWS. See Figures 2 and 1.

CONSERVATION LAWS. See Figures 2 and 1. CONSERVATION LAWS 1. Multivariable calculus 1.1. Divergence theorem (of Gauss). This states that the volume integral in of the divergence of the vector-valued function F is equal to the total flux of F

More information

Chapter 2 Measurement and Problem Solving

Chapter 2 Measurement and Problem Solving Introductory Chemistry, 3 rd Edition Nivaldo Tro Measurement and Problem Solving Graph of global Temperature rise in 20 th Century. Cover page Opposite page 11. Roy Kennedy Massachusetts Bay Community

More information

1 Sufficient statistics

1 Sufficient statistics 1 Sufficient statistics A statistic is a function T = rx 1, X 2,, X n of the random sample X 1, X 2,, X n. Examples are X n = 1 n s 2 = = X i, 1 n 1 the sample mean X i X n 2, the sample variance T 1 =

More information

The numerical values that you find are called the solutions of the equation.

The numerical values that you find are called the solutions of the equation. Appendi F: Solving Equations The goal of solving equations When you are trying to solve an equation like: = 4, you are trying to determine all of the numerical values of that you could plug into that equation.

More information

How To Understand Algebraic Equations

How To Understand Algebraic Equations Please use the resources below to review mathematical concepts found in chemistry. 1. Many Online videos by MiraCosta Professor Julie Harland: www.yourmathgal.com 2. Text references in red/burgundy and

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information

Chapter 7 Direct-Current Circuits

Chapter 7 Direct-Current Circuits Chapter 7 Direct-Current Circuits 7. Introduction...7-7. Electromotive Force...7-3 7.3 Resistors in Series and in Parallel...7-5 7.4 Kirchhoff s Circuit Rules...7-7 7.5 Voltage-Current Measurements...7-9

More information

How do we obtain the solution, if we are given F (t)? First we note that suppose someone did give us one solution of this equation

How do we obtain the solution, if we are given F (t)? First we note that suppose someone did give us one solution of this equation 1 Green s functions The harmonic oscillator equation is This has the solution mẍ + kx = 0 (1) x = A sin(ωt) + B cos(ωt), ω = k m where A, B are arbitrary constants reflecting the fact that we have two

More information

= 800 kg/m 3 (note that old units cancel out) 4.184 J 1000 g = 4184 J/kg o C

= 800 kg/m 3 (note that old units cancel out) 4.184 J 1000 g = 4184 J/kg o C Units and Dimensions Basic properties such as length, mass, time and temperature that can be measured are called dimensions. Any quantity that can be measured has a value and a unit associated with it.

More information

14.02 Principles of Macroeconomics Problem Set 1 Fall 2005 ***Solution***

14.02 Principles of Macroeconomics Problem Set 1 Fall 2005 ***Solution*** Part I. True/False/Uncertain Justify your answer with a short argument. 14.02 Principles of Macroeconomics Problem Set 1 Fall 2005 ***Solution*** Posted: Monday, September 12, 2005 Due: Wednesday, September

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chapter 4: Eponential and Logarithmic Functions Section 4.1 Eponential Functions... 15 Section 4. Graphs of Eponential Functions... 3 Section 4.3 Logarithmic Functions... 4 Section 4.4 Logarithmic Properties...

More information

2 The Structure of Atoms

2 The Structure of Atoms CHAPTER 4 2 The Structure of Atoms SECTION Atoms KEY IDEAS As you read this section, keep these questions in mind: What do atoms of the same element have in common? What are isotopes? How is an element

More information

Practice Tests Answer Keys

Practice Tests Answer Keys Practice Tests Answer Keys COURSE OUTLINE: Module # Name Practice Test included Module 1: Basic Math Refresher Module 2: Fractions, Decimals and Percents Module 3: Measurement Conversions Module 4: Linear,

More information

Unit 9 Compounds Molecules

Unit 9 Compounds Molecules Unit 9 Compounds Molecules INTRODUCTION Compounds are the results of combinations of elements. These new substances have unique properties compared to the elements that make them up. Compounds are by far

More information

Sample Test 1 SAMPLE TEST 1. CHAPTER 12

Sample Test 1 SAMPLE TEST 1. CHAPTER 12 13 Sample Test 1 SAMPLE TEST 1. CHAPTER 12 1. The molality of a solution is defined as a. moles of solute per liter of solution. b. grams of solute per liter of solution. c. moles of solute per kilogram

More information

Warm-Up 9/9. 1. Define the term matter. 2. Name something in this room that is not matter.

Warm-Up 9/9. 1. Define the term matter. 2. Name something in this room that is not matter. Warm-Up 9/9 1. Define the term matter. 2. Name something in this room that is not matter. Warm-Up 9/16 1. List the three most important rules of lab safety. 2. Would you classify jello as a solid or a

More information

Chapter 6. Work and Energy

Chapter 6. Work and Energy Chapter 6 Work and Energy The concept of forces acting on a mass (one object) is intimately related to the concept of ENERGY production or storage. A mass accelerated to a non-zero speed carries energy

More information

A Detailed Price Discrimination Example

A Detailed Price Discrimination Example A Detailed Price Discrimination Example Suppose that there are two different types of customers for a monopolist s product. Customers of type 1 have demand curves as follows. These demand curves include

More information

PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models

PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models Student Objectives for this Chapter PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models To draw the scheme and write the differential equations appropriate to a multi-compartment pharmacokinetic

More information

Chemistry B11 Chapter 4 Chemical reactions

Chemistry B11 Chapter 4 Chemical reactions Chemistry B11 Chapter 4 Chemical reactions Chemical reactions are classified into five groups: A + B AB Synthesis reactions (Combination) H + O H O AB A + B Decomposition reactions (Analysis) NaCl Na +Cl

More information