Math 128A Spring 2003 Week 10 Solutions

Size: px
Start display at page:

Download "Math 128A Spring 2003 Week 10 Solutions"

Transcription

1 Math 128A Spring 2003 Week 10 Solutions Burden & Faires 5.4: 1a, 3a, 11a, 15, 17 Burden & Faires 5.5: 1a the equation should be y = te 3t 2y), 5 Burden & Faires 5.4. Runge-Kutta Methods 1. Use the Modified Euler method to approximate the solution to the following intial-value problem, and compare the result to the actual value. y = te 3t 2y, 0 t 1, y0) = 0, with h = 0.5; actual solution yt) = 1 5 te3t 1 25 e3t e 2t. Using the modified Euler method, we have: t 0 = 0.0 w 0 = yt 0 ) = )e30.0) 1 25 e30.0) e 20.0) = t 1 = 0.5 w 1 = w 0 + h 2 [ft 0, w 0 ) + ft 1, w 0 + hft 0, w 0 ))] = [f0.0, ) + f0.5, f0.0, ))] = 0.25[0.5e 1.5 ] = yt 1 ) = )e30.5) 1 25 e30.5) e 20.5) = t 2 = 1.0 w 2 = [f0.5, ) + f1.0, f0.5, ))] = [0.5e ) + 1.0e e )))] = yt 2 ) = )e31.0) 1 25 e31.0) e 21.0) = Repeat Exercise 1 using the Midpoint method. 1

2 Using the Midpoint method, we have: t 0 = 0.0 w 0 = yt 0 ) = t 1 = 0.5 w 1 = w 0 + hf t 0 + h 2, w 0 + h ) 2 ft 0, w 0 ) = f0.25, f0.0, )) = 0.5[0.25)e )0)] = yt 1 ) = t 2 = 1.0 w 2 = w 1 + hf t 1 + h 2, w 1 + h ) 2 ft 1, w 1 ) = f0.75, f0.5, )) = [ 0.75)e [ 0.5)e ) ])] = yt 2 ) = Use the Runge-Kutta method of order four to approximate the solution to the following initial-value problem, and compare the result to the actual value. y = y/t y/t) 2, 1 t 2, y1) = 1, with h = 0.1; actual solution yt) = t/1 + ln t). Applying the Runge-Kutta method of order four we obtain the following results. t i w i yt i ) The irreversible chemical reaction in which two molecules of solid potassium dichromate K 2 Cr 2 O 7 ), two molecules of water H 2 O), and three atoms os solid sulfur S) combine to yield three molecules of gas sulfur dioxide SO 2 ), four molecules of solid potassium hydroxide KOH), and two molecules of solid chromic oxide Cr 2 O 3 ) can be represented symbolically by the stoichiometric equation: 2K 2 Cr 2 O 7 + 2H 2 O + 3S rkoh + 2Cr 2 O 3 + 3SO 2. 2

3 If n 1 molecules of K 2 Cr 2 O 7, n 2 molecules of H 2 O, and n 3 molecules of S are originally available, the following differential equation describes the amount xt) of KOH after time t: dx n dt = k 1 x ) 2 n 2 x ) 2 n 3 3x ) 3, where k is the velocity constant of the reaction. If k = , n 1 = n 2 = , and n 3 = , how many units of potassium hydroxide will have been formed after 0.2 s? Running the Runge-Kutta method with 100 subintervals gives and with 1000 subintervals gives , so we see that there will be 2079 units of potassium hydroxide. 17. The Runga-Kutta method of order four can be written in the form w 0 = α, w i+1 = w i + h 6 ft i, w i ) + h 3 ft i + α 1 h, w i + δ 1 hft i, w i )) Find the values of the constants + h 3 ft i + α 2 h, w i + δ 2 hft i + γ 2 h, w i + γ 3 hft i, w i ))) + h 6 ft i + α 3 h, w i + δ 3 hft i + γ 4 h, w i + γ 5 hft i + γ 6 h, w i + γ 7 hft i, w i )))). α 1, α 2, α 3, δ 1, δ 2, δ 3, γ 2, γ 3, γ 4, γ 5, γ 6, and γ 7. w 0 = α k 1 = hft i, w i ) k 2 = hf t i + h 2, w i + 1 ) 2 k 1 = hf t i + h 2, w i + 1 ) 2 hft i, w i ) k 3 = hf t i + h 2, w i + 1 ) 2 k 2 = hf t i + h2, w i + 12 hf t i + h 2, w i + 1 )) 2 hft i, w i ) k 4 = hft i+1, w i + k 3 ) = hf t i+1, w i + hf t i + h2, w i + 12 hf t i + h 2, w i + 1 ))) 2 hft i, w i ) w i+1 = w i + 1 hft i, w i ) + 2hf t i + h 6 2, w i + 1 ) 2 hft i, w i ) +2hf t i + h2, w i + 12 hf t i + h 2, w i + 1 )) 2 hft i, w i ) +hf t i+1, w i + hf t i + h2, w i + 12 hf t i + h 2, w i + 1 )))) 2 hft i, w i ) = w i + h 6 ft i, w i ) + h t 3 f i + h 2, w i + 1 ) 2 hft i, w i ) + h 3 f t i + h 2, w i + 1 t 2 hf i + h 2, w i + 1 )) 2 hft i, w i ) + h t 6 f i+1, w i + hf t i + h2, w i + 12 hf t i + h 2, w i + 1 ))) 2 hft i, w i ) 3

4 Thus we have α 1 = 1 2 α 2 = 1 2 α 3 = 1 δ 1 = 1 2 δ 2 = 1 2 δ 3 = 1 γ 2 = 1 2 γ 3 = 1 2 γ 4 = 1 2 γ 5 = 1 2 γ 6 = 1 2 γ 7 = 1 2 Burden & Faires 5.5. Error Control and the Runge-Kutta Method 1. Use the Runge-Kutta-Fehlberg method with tolerance TOL = 10 4, hmax = 0.25, and hmin = 0.05 to approximate the solution to the following initial-value problem. Compare the results to the actual values. y = te 3t 2y, 0 t 1, y0) = 0; actual solution yt) = 1 5 te3t 1 25 e3t e 2t. Running the Runge-Kutta-Fehlberg method we get the following results. t i w i h i yt i ) In the theory of the spread of contagious disease, a relatively elementary differential equation can be used to predict the number of infective individuals in the population at any time, provided appropriate simplification assumptions are made. In particular, let us assume that all individuals in a fixed poplulation have an equally likely chance of being infected and once infected remain in that state. Suppose xt) denotes the number of susceptible individuals at time t and yt) denotes the number of infectives. It is reasonable to assume that the rate at which the number of infectives changes is proportional to the product of xt) and yt) since the rate depends on both the number of infectives and the number of susceptibles present at that time. If the population is large enough to assume that xt) and yt) are continuous variables, the problem can be expressed y t) = kxt)yt), where k is a constant and xt) + yt) = m, the total population. This equation can be rewritten involving only yt) as y t) = km yt))yt). Assuming that m = 100, 000, y0) = 1000, k = , and that time is measured in days, find an approximation to the number of infective individuals at the end of 30 days. b. The differential equation in part a) is called a Bernoulli equation and it can be transformed into a linear differential equation in ut) = yt)) 1. Use this technique to find the exact solution to the equation, under the same assumptions as in part a), and compare the true value of yt) to the approximation given there. What is lim t yt)? Does this agree with your intuition? 4

5 Running Runge-Kutta-Fehlberg with a tolerance of 10 4, minimum mesh size of 0.1 and maximum mesh size of 1.0, we get y30) = b. Applying the substitution, we get the differential equation: dut) 1 ) dt u t) [ut)] 2 = k = k m ut) 1) ut) 1 m 1 ) 1 ut) ut) u t) = kmut) 1) = kmut) + k ut) = ce kmt + 1 m u0) = c + 1 m c = u0) 1 m ut) = u0) 1 ) e kmt + 1 m m. When m = , u0) = , k = , then the solution is given by ut) = ) e 0.2t Thus, we have and yt) = = 99e 0.2t + 1 ) e 0.2t + 1 y30.0) = lim yt) = t 105 = m. It would be expected that eventually everyone would be infected. 5

Homework 2 Solutions

Homework 2 Solutions Homework Solutions Igor Yanovsky Math 5B TA Section 5.3, Problem b: Use Taylor s method of order two to approximate the solution for the following initial-value problem: y = + t y, t 3, y =, with h = 0.5.

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

k 2f, k 2r C 2 H 5 + H C 2 H 6

k 2f, k 2r C 2 H 5 + H C 2 H 6 hemical Engineering HE 33 F pplied Reaction Kinetics Fall 04 Problem Set 4 Solution Problem. The following elementary steps are proposed for a gas phase reaction: Elementary Steps Rate constants H H f,

More information

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

1 Error in Euler s Method

1 Error in Euler s Method 1 Error in Euler s Method Experience with Euler s 1 method raises some interesting questions about numerical approximations for the solutions of differential equations. 1. What determines the amount of

More information

AP Calculus BC 2006 Free-Response Questions

AP Calculus BC 2006 Free-Response Questions AP Calculus BC 2006 Free-Response Questions The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

More information

AP Calculus BC 2001 Free-Response Questions

AP Calculus BC 2001 Free-Response Questions AP Calculus BC 001 Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must

More information

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant

More information

2008 AP Calculus AB Multiple Choice Exam

2008 AP Calculus AB Multiple Choice Exam 008 AP Multiple Choice Eam Name 008 AP Calculus AB Multiple Choice Eam Section No Calculator Active AP Calculus 008 Multiple Choice 008 AP Calculus AB Multiple Choice Eam Section Calculator Active AP Calculus

More information

Mark Howell Gonzaga High School, Washington, D.C.

Mark Howell Gonzaga High School, Washington, D.C. Be Prepared for the Calculus Exam Mark Howell Gonzaga High School, Washington, D.C. Martha Montgomery Fremont City Schools, Fremont, Ohio Practice exam contributors: Benita Albert Oak Ridge High School,

More information

PSTricks. pst-ode. A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7.

PSTricks. pst-ode. A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7. PSTricks pst-ode A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7 27th March 2014 Package author(s): Alexander Grahn Contents 2 Contents 1 Introduction

More information

System of First Order Differential Equations

System of First Order Differential Equations CHAPTER System of First Order Differential Equations In this chapter, we will discuss system of first order differential equations. There are many applications that involving find several unknown functions

More information

IB Chemistry 1 Mole. One atom of C-12 has a mass of 12 amu. One mole of C-12 has a mass of 12 g. Grams we can use more easily.

IB Chemistry 1 Mole. One atom of C-12 has a mass of 12 amu. One mole of C-12 has a mass of 12 g. Grams we can use more easily. The Mole Atomic mass units and atoms are not convenient units to work with. The concept of the mole was invented. This was the number of atoms of carbon-12 that were needed to make 12 g of carbon. 1 mole

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

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

Chem 1100 Chapter Three Study Guide Answers Outline I. Molar Mass and Moles A. Calculations of Molar Masses

Chem 1100 Chapter Three Study Guide Answers Outline I. Molar Mass and Moles A. Calculations of Molar Masses Chem 1100 Chapter Three Study Guide Answers Outline I. Molar Mass and Moles A. Calculations of Molar Masses B. Calculations of moles C. Calculations of number of atoms from moles/molar masses 1. Avagadro

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

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

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

AP Calculus AB 2012 Free-Response Questions

AP Calculus AB 2012 Free-Response Questions AP Calculus AB 1 Free-Response Questions About the College Board The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded in

More information

Chemical Reactions in Water Ron Robertson

Chemical Reactions in Water Ron Robertson Chemical Reactions in Water Ron Robertson r2 f:\files\courses\1110-20\2010 possible slides for web\waterchemtrans.doc Properties of Compounds in Water Electrolytes and nonelectrolytes Water soluble compounds

More information

1.11 2 22 (even), 24, 30, 36, 40, 42

1.11 2 22 (even), 24, 30, 36, 40, 42 1.11 2 22 (even), 24, 30, 36, 40, 42 Solutions 1 12 Write an equation the expresses the statement 2) P is directly proportional to w. 4) w is jointly proportional to m and n. 6) P varies inversely as T.

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

How To Understand Enzyme Kinetics

How To Understand Enzyme Kinetics Chapter 12 - Reaction Kinetics In the last chapter we looked at enzyme mechanisms. In this chapter we ll see how enzyme kinetics, i.e., the study of enzyme reaction rates, can be useful in learning more

More information

Sample Midterm Solutions

Sample Midterm Solutions Sample Midterm Solutions Instructions: Please answer both questions. You should show your working and calculations for each applicable problem. Correct answers without working will get you relatively few

More information

AP Calculus BC 2010 Free-Response Questions

AP Calculus BC 2010 Free-Response Questions AP Calculus BC 2010 Free-Response Questions The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded

More information

Liquid phase. Balance equation Moles A Stoic. coefficient. Aqueous phase

Liquid phase. Balance equation Moles A Stoic. coefficient. Aqueous phase STOICHIOMETRY Objective The purpose of this exercise is to give you some practice on some Stoichiometry calculations. Discussion The molecular mass of a compound is the sum of the atomic masses of all

More information

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)

More information

Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry Answers

Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry Answers Key Questions & Exercises Chem 115 POGIL Worksheet - Week 4 Moles & Stoichiometry Answers 1. The atomic weight of carbon is 12.0107 u, so a mole of carbon has a mass of 12.0107 g. Why doesn t a mole of

More information

Code: MATH 274 Title: ELEMENTARY DIFFERENTIAL EQUATIONS

Code: MATH 274 Title: ELEMENTARY DIFFERENTIAL EQUATIONS Code: MATH 274 Title: ELEMENTARY DIFFERENTIAL EQUATIONS Institute: STEM Department: MATHEMATICS Course Description: This is an introductory course in concepts and applications of differential equations.

More information

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3 CHANGE OF AIR TEMPERATURE WITH ALTITUDE, ATMOSPHERIC STABILITY AND AIR POLLUTION Vertical motion of air governs many atmospheric processes, such as the formation of clouds and precipitation and the dispersal

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

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

Payment streams and variable interest rates

Payment streams and variable interest rates Chapter 4 Payment streams and variable interest rates In this chapter we consider two extensions of the theory Firstly, we look at payment streams A payment stream is a payment that occurs continuously,

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

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

Writing and Balancing Chemical Equations

Writing and Balancing Chemical Equations Name Writing and Balancing Chemical Equations Period When a substance undergoes a chemical reaction, chemical bonds are broken and new bonds are formed. This results in one or more new substances, often

More information

Sample Problem: STOICHIOMETRY and percent yield calculations. How much H 2 O will be formed if 454 g of. decomposes? NH 4 NO 3 N 2 O + 2 H 2 O

Sample Problem: STOICHIOMETRY and percent yield calculations. How much H 2 O will be formed if 454 g of. decomposes? NH 4 NO 3 N 2 O + 2 H 2 O STOICHIOMETRY and percent yield calculations 1 Steps for solving Stoichiometric Problems 2 Step 1 Write the balanced equation for the reaction. Step 2 Identify your known and unknown quantities. Step 3

More information

CHEM 120 Online: Chapter 6 Sample problems Date: 2. Which of the following compounds has the largest formula mass? A) H2O B) NH3 C) CO D) BeH2

CHEM 120 Online: Chapter 6 Sample problems Date: 2. Which of the following compounds has the largest formula mass? A) H2O B) NH3 C) CO D) BeH2 CHEM 120 Online: Chapter 6 Sample problems Date: 1. To determine the formula mass of a compound you should A) add up the atomic masses of all the atoms present. B) add up the atomic masses of all the atoms

More information

JANUARY 2016 EXAMINATIONS. Life Insurance I

JANUARY 2016 EXAMINATIONS. Life Insurance I PAPER CODE NO. MATH 273 EXAMINER: Dr. C. Boado-Penas TEL.NO. 44026 DEPARTMENT: Mathematical Sciences JANUARY 2016 EXAMINATIONS Life Insurance I Time allowed: Two and a half hours INSTRUCTIONS TO CANDIDATES:

More information

Name Date Class STOICHIOMETRY. SECTION 12.1 THE ARITHMETIC OF EQUATIONS (pages 353 358)

Name Date Class STOICHIOMETRY. SECTION 12.1 THE ARITHMETIC OF EQUATIONS (pages 353 358) Name Date Class 1 STOICHIOMETRY SECTION 1.1 THE ARITHMETIC OF EQUATIONS (pages 353 358) This section explains how to calculate the amount of reactants required or product formed in a nonchemical process.

More information

Chapter Three: STOICHIOMETRY

Chapter Three: STOICHIOMETRY p70 Chapter Three: STOICHIOMETRY Contents p76 Stoichiometry - The study of quantities of materials consumed and produced in chemical reactions. p70 3-1 Counting by Weighing 3-2 Atomic Masses p78 Mass Mass

More information

Solution a homogeneous mixture = A solvent + solute(s) Aqueous solution water is the solvent

Solution a homogeneous mixture = A solvent + solute(s) Aqueous solution water is the solvent Solution a homogeneous mixture = A solvent + solute(s) Aqueous solution water is the solvent Water a polar solvent: dissolves most ionic compounds as well as many molecular compounds Aqueous solution:

More information

Euler s Method and Functions

Euler s Method and Functions Chapter 3 Euler s Method and Functions The simplest method for approximately solving a differential equation is Euler s method. One starts with a particular initial value problem of the form dx dt = f(t,

More information

HOW TO MAKE STANDARD SOLUTIONS FOR CHEMISTRY

HOW TO MAKE STANDARD SOLUTIONS FOR CHEMISTRY HOW TO MAKE STANDARD SOLUTIONS FOR CHEMISTRY Phillip Bigelow Chemists make two common types of "standard solutions": Molar solutions Normal solutions Both of these solutions are concentrations (or strengths

More information

Balancing Chemical Equations

Balancing Chemical Equations Balancing Chemical Equations Academic Success Center Science Tutoring Area Science Tutoring Area Law of Conservation of Mass Matter cannot be created nor destroyed Therefore the number of each type of

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

Name: Teacher: Pd. Date:

Name: Teacher: Pd. Date: Name: Teacher: Pd. Date: STAAR Tutorial : Energy and Matter: Elements, Compounds, and Chemical Equations: 6.5C Differentiate between elements and compounds on the most basic level. 8.5F Recognize whether

More information

11-1 Stoichiometry. Represents

11-1 Stoichiometry. Represents 11-1 Stoichiometry What is stoichiometry? Calculations that relate the quantities of substances. It is the study of quantitative (measurable amounts) relationships in chemical reactions and equations.

More information

Properties of Alcohols and Phenols Experiment #3

Properties of Alcohols and Phenols Experiment #3 Properties of Alcohols and Phenols Experiment #3 Objectives: To observe the solubility of alcohols relative to their chemical structure, to perform chemical tests to distinguish primary, secondary and

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

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

Chapter 3 Mass Relationships in Chemical Reactions

Chapter 3 Mass Relationships in Chemical Reactions Chapter 3 Mass Relationships in Chemical Reactions Student: 1. An atom of bromine has a mass about four times greater than that of an atom of neon. Which choice makes the correct comparison of the relative

More information

6.3 PARTIAL FRACTIONS AND LOGISTIC GROWTH

6.3 PARTIAL FRACTIONS AND LOGISTIC GROWTH 6 CHAPTER 6 Techniques of Integration 6. PARTIAL FRACTIONS AND LOGISTIC GROWTH Use partial fractions to find indefinite integrals. Use logistic growth functions to model real-life situations. Partial Fractions

More information

2 CELLULAR RESPIRATION

2 CELLULAR RESPIRATION 2 CELLULAR RESPIRATION What factors affect the rate of cellular respiration in multicellular organisms? BACKGROUND Living systems require free energy and matter to maintain order, to grow, and to reproduce.

More information

Chemistry Post-Enrolment Worksheet

Chemistry Post-Enrolment Worksheet Name: Chemistry Post-Enrolment Worksheet The purpose of this worksheet is to get you to recap some of the fundamental concepts that you studied at GCSE and introduce some of the concepts that will be part

More information

Unit 3 Notepack Chapter 7 Chemical Quantities Qualifier for Test

Unit 3 Notepack Chapter 7 Chemical Quantities Qualifier for Test Unit 3 Notepack Chapter 7 Chemical Quantities Qualifier for Test NAME Section 7.1 The Mole: A Measurement of Matter A. What is a mole? 1. Chemistry is a quantitative science. What does this term mean?

More information

Chapter 4: Chemical and Solution Stoichiometry

Chapter 4: Chemical and Solution Stoichiometry Chapter 4: Chemical and Solution Stoichiometry (Sections 4.1-4.4) 1 Reaction Stoichiometry The coefficients in a balanced chemical equation specify the relative amounts in moles of each of the substances

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

Since we will be dealing with aqueous acid and base solution, first we must examine the behavior of water.

Since we will be dealing with aqueous acid and base solution, first we must examine the behavior of water. Acids and Bases Know the definition of Arrhenius, Bronsted-Lowry, and Lewis acid and base. Autoionization of Water Since we will be dealing with aqueous acid and base solution, first we must examine the

More information

6. Differentiating the exponential and logarithm functions

6. Differentiating the exponential and logarithm functions 1 6. Differentiating te exponential and logaritm functions We wis to find and use derivatives for functions of te form f(x) = a x, were a is a constant. By far te most convenient suc function for tis purpose

More information

Physical Science 1 Progression

Physical Science 1 Progression Physical Science 1 Progression This progression is the about the structure and properties of matter. Matter is composed of material that is too small to be seen, but is understood in terms of the types

More information

Math 22B, Homework #8 1. y 5y + 6y = 2e t

Math 22B, Homework #8 1. y 5y + 6y = 2e t Math 22B, Homework #8 3.7 Problem # We find a particular olution of the ODE y 5y + 6y 2e t uing the method of variation of parameter and then verify the olution uing the method of undetermined coefficient.

More information

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w Chapter 4 Vehicle Dynamics 4.. Introduction In order to design a controller, a good representative model of the system is needed. A vehicle mathematical model, which is appropriate for both acceleration

More information

Chemical Kinetics. Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B

Chemical Kinetics. Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B Reaction Rates: Chemical Kinetics Reaction Rate: The change in the concentration of a reactant or a product with time (M/s). Reactant Products A B change in number of moles of B Average rate = change in

More information

Calculus AB 2014 Scoring Guidelines

Calculus AB 2014 Scoring Guidelines P Calculus B 014 Scoring Guidelines 014 The College Board. College Board, dvanced Placement Program, P, P Central, and the acorn logo are registered trademarks of the College Board. P Central is the official

More information

Chemical Reactions 2 The Chemical Equation

Chemical Reactions 2 The Chemical Equation Chemical Reactions 2 The Chemical Equation INFORMATION Chemical equations are symbolic devices used to represent actual chemical reactions. The left side of the equation, called the reactants, is separated

More information

AP Calculus AB 2006 Scoring Guidelines

AP Calculus AB 2006 Scoring Guidelines AP Calculus AB 006 Scoring Guidelines The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to college

More information

AP Calculus BC 2013 Free-Response Questions

AP Calculus BC 2013 Free-Response Questions AP Calculus BC 013 Free-Response Questions About the College Board The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded in

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem. Difference Equations to Differential Equations

Section 3.7. Rolle s Theorem and the Mean Value Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate

More information

Thermodynamics. Chapter 13 Phase Diagrams. NC State University

Thermodynamics. Chapter 13 Phase Diagrams. NC State University Thermodynamics Chapter 13 Phase Diagrams NC State University Pressure (atm) Definition of a phase diagram A phase diagram is a representation of the states of matter, solid, liquid, or gas as a function

More information

Visualizing Differential Equations Slope Fields. by Lin McMullin

Visualizing Differential Equations Slope Fields. by Lin McMullin Visualizing Differential Equations Slope Fields by Lin McMullin The topic of slope fields is new to the AP Calculus AB Course Description for the 2004 exam. Where do slope fields come from? How should

More information

MOLARITY = (moles solute) / (vol.solution in liter units)

MOLARITY = (moles solute) / (vol.solution in liter units) CHEM 101/105 Stoichiometry, as applied to Aqueous Solutions containing Ionic Solutes Lect-05 MOLES - a quantity of substance. Quantities of substances can be expressed as masses, as numbers, or as moles.

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

OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS

OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS ONDERZOEKSRAPPORT NR 8904 OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS BY M. VANDEBROEK & J. DHAENE D/1989/2376/5 1 IN A OPTIMAl PREMIUM CONTROl NON-liFE INSURANCE BUSINESS By Martina Vandebroek

More information

STOICHIOMETRY OF COMBUSTION

STOICHIOMETRY OF COMBUSTION STOICHIOMETRY OF COMBUSTION FUNDAMENTALS: moles and kilomoles Atomic unit mass: 1/12 126 C ~ 1.66 10-27 kg Atoms and molecules mass is defined in atomic unit mass: which is defined in relation to the 1/12

More information

YIELD YIELD REACTANTS PRODUCTS

YIELD YIELD REACTANTS PRODUCTS Balancing Chemical Equations A Chemical Equation: is a representation of a chemical reaction in terms of chemical formulas Example: 1. Word Description of a Chemical Reaction When methane gas (CH 4 ) burns

More information

Formulas, Equations and Moles

Formulas, Equations and Moles Chapter 3 Formulas, Equations and Moles Interpreting Chemical Equations You can interpret a balanced chemical equation in many ways. On a microscopic level, two molecules of H 2 react with one molecule

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

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

CHAPTER 7 APPLICATIONS TO MARKETING. Chapter 7 p. 1/54

CHAPTER 7 APPLICATIONS TO MARKETING. Chapter 7 p. 1/54 CHAPTER 7 APPLICATIONS TO MARKETING Chapter 7 p. 1/54 APPLICATIONS TO MARKETING State Equation: Rate of sales expressed in terms of advertising, which is a control variable Objective: Profit maximization

More information

Chapter 8: Quantities in Chemical Reactions

Chapter 8: Quantities in Chemical Reactions Ch 8 Page 1 Chapter 8: Quantities in Chemical Reactions Stoichiometry: the numerical relationship between chemical quantities in a balanced chemical equation. Ex. 4NH 3 + 5O 2 4NO + 6H 2 O The reaction

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

More information

Chapter 8 - Chemical Equations and Reactions

Chapter 8 - Chemical Equations and Reactions Chapter 8 - Chemical Equations and Reactions 8-1 Describing Chemical Reactions I. Introduction A. Reactants 1. Original substances entering into a chemical rxn B. Products 1. The resulting substances from

More information

MOLES AND MOLE CALCULATIONS

MOLES AND MOLE CALCULATIONS 35 MOLES ND MOLE CLCULTIONS INTRODUCTION The purpose of this section is to present some methods for calculating both how much of each reactant is used in a chemical reaction, and how much of each product

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Course objectives and preliminaries Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the Numerical Analysis

More information

Word Equations and Balancing Equations. Video Notes

Word Equations and Balancing Equations. Video Notes Word Equations and Balancing Equations Video Notes In this lesson, you will: Use the law of conservation of mass and provide standard rules for writing and balancing equations. Write and balance equations

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 10

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 10 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 10 Boundary Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

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

ECG590I Asset Pricing. Lecture 2: Present Value 1

ECG590I Asset Pricing. Lecture 2: Present Value 1 ECG59I Asset Pricing. Lecture 2: Present Value 1 2 Present Value If you have to decide between receiving 1$ now or 1$ one year from now, then you would rather have your money now. If you have to decide

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

CLASS TEST GRADE 11. PHYSICAL SCIENCES: CHEMISTRY Test 6: Chemical change

CLASS TEST GRADE 11. PHYSICAL SCIENCES: CHEMISTRY Test 6: Chemical change CLASS TEST GRADE PHYSICAL SCIENCES: CHEMISTRY Test 6: Chemical change MARKS: 45 TIME: hour INSTRUCTIONS AND INFORMATION. Answer ALL the questions. 2. You may use non-programmable calculators. 3. You may

More information

Chapter 3. Mass Relationships in Chemical Reactions

Chapter 3. Mass Relationships in Chemical Reactions Chapter 3 Mass Relationships in Chemical Reactions This chapter uses the concepts of conservation of mass to assist the student in gaining an understanding of chemical changes. Upon completion of Chapter

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Chapter 1: Initial value problems in ODEs Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the Numerical

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

Don't Forget the Differential Equations: Finishing 2005 BC4

Don't Forget the Differential Equations: Finishing 2005 BC4 connect to college success Don't Forget the Differential Equations: Finishing 005 BC4 Steve Greenfield available on apcentral.collegeboard.com connect to college success www.collegeboard.com The College

More information

Mole Notes.notebook. October 29, 2014

Mole Notes.notebook. October 29, 2014 1 2 How do chemists count atoms/formula units/molecules? How do we go from the atomic scale to the scale of everyday measurements (macroscopic scale)? The gateway is the mole! But before we get to the

More information

Partial Fractions. and Logistic Growth. Section 6.2. Partial Fractions

Partial Fractions. and Logistic Growth. Section 6.2. Partial Fractions SECTION 6. Partial Fractions and Logistic Growth 9 Section 6. Partial Fractions and Logistic Growth Use partial fractions to find indefinite integrals. Use logistic growth functions to model real-life

More information