Compartmental Analysis

Size: px
Start display at page:

Download "Compartmental Analysis"

Transcription

1 Compartmental Analysis Math Differential Equations Material Covering Lab 3 We now learn how to model some physical phonomena through DE. General steps for modeling (you are encouraged to find your own): - Fix the variables and decide which variable(s) are dependent and which are independent. - Determine whether any rate of change is interesting to study the phenomenon. - Look for any possible relation between the variables, this step may be useful to reduce the number of variables. - Look for any relation involving the rates of change of the variables (that is to say their derivatives). A relation of this kind is a DE. - Look for initial conditions. - Solve the IVP. - Graph the function. Comment on the result. In this section we study simple systema with only one compartment (or block). Mixing Problems Let x t be the amount of substance dissolved in a fluid contained in a tank at time t. We usually know the initial amount of the dissolved substance x 0. Let V t be the volume of the fluid in the tank at time t. Assumption: the solution in the tank is kept well stirred so the concentration of the substance is uniform. This means that the concentration at time t is given by x t V t Let R in be the rate at which the substance enters the tank and R out be the rate at which the substance exits the tank. [See picture on the board] We have the following relation dx = R in KR out Example: A large tank is filled to capacity with 500 gallons of pure water. Brine containing 2 pounds of salt per gallon is pumped into the tank at a rate of 5 gal/min. The well-mixed solution is pumped out at the same rate. Find the mass x t of salt in the tank at time t. Do not forget to define a suitable interval. Sulution: on the board. Let us check on Maple ode d ics d x 0 = 0 d d t x t = 0 K x t 00 d x t = 0 K 00 x t x 0 = 0 (..) (..2)

2 dsolve ode, ics plot 000 K 000 e K 00 t, t = x t = 000 K 000 e K 00 t (..3) t Reading: Examples and 2 on the textbook. Population Models Let p t be the population at time t. Assumption: even if the population is always an integer we assume that p t is a continuous and differentiable function. We also assume that the growth rate dp So we get the following DE dp = kp. [see the board for general solution] We get is proportional to the population present at time t.

3 p t = p 0 $e k$t. This is called the Malthusian model. Example: The population of a town grows according to the Malthausian model. The initial population of 500 increases to 575 in 0 years. What will be the population in 30 years? How fast is the population growing at t = 30 years? Solution: on the board plus computations on Maple. Read example 3 Section 3.2. A more sophisticated model is the logistic model. We make the assuption that the growth rate is negatively affected by some constrains which can be taken into account by assuming that there is a upper bound p for the population. More precisely we get an equation of the form dp = A$p$ p Kp [General solution on the board] We get p t = p KA$p $t C c$e In case we have an initial population p 0 we get that c = p p 0 K. Example: Suppose a student carrying a flu virus returns to an isolated college campus of 000 students. If it is assumed that the rate at which the virus spreads is proportional not only to the number p of infected students but also to the number of students not infected, determine the number of infected students after 6 days if it is further observed that after 4 days x 4 = 50. Solution: on the board. Heating and Cooling (of Buildings) Newton's law of Cooling Let T t be the temperature inside a building at time t and let M t the temperature outside the building at time t. Empirical law: the rate of change of the temperature inside the building is proportional to the difference between the temperature outside the building and the temperature inside the bulding. The corresponding DE is dt t = K$ M t K T t Remark: notice that the constant K must be positive (see Exam ) and it is the reciprocal of the time constant K. The above DE can be refining by taking into account the following components. - People, lights, and machines contribute to increase the rate of change of the temperature, we label this contribution H t. Notice that H t will always be positive. - Heater (or cooler) contribute to increase (or decrease) the rate of change of T. We label this contribution U t. Notice that U t will be positive if we have a heating system or negative if we have a cooling system.

4 The modified DE equation is: dt t = K$ M t K T t C H t C U t. However, no matter what DE we are using, we can always rewrite it as dt t C K$T t = Q t. [Solve the g eneral equation on the board] Final solution is T t = e KKt $ e Kt $Q t C C. Read examples, 2, and 3 on your textbook (especially example 2 which is useful for exercise 6 on Lab 3). Example: On a mild Saturday morning while people are working inside, the furnace keeps the temperature inside the building at 2 + C. At noon the furnace is turned off and the people go home. The temperature outside is a constant 2 + C for the rest of the afternoon. If the time constant for the building is 3hr, when will the temperature inside the building reach 6 + C? If some windows are left open and the time constant drop to 2hr, when will the temperature inside reach 6 + C? Solution: with reference to the above equation, we have Q t = K$M t C H t C U t. Since during the period we are considering, the bulding is empty and everything is turned off, we have H t = 0 and U t = 0, moreover M t = 2 + C is constant. So we can write Q t d 2$K t/2 K (2.) In the first case we have K d 3 and we have the general solution T t d e KK$t $ int e K$t $Q t, t C C t/e KK t 3 e K t Q t C C (2.2) (2.3) T t Let us redefine the function T t d e K 3 t 3 $ 2 e t C C e K 3 t t/e K 3 t 2 e 2 e 3 t C C 3 t C C We need to make sure that the initial condition T 0 = 2 is satisfied so we need to solve: solve T 0 = 2, C 9 So the solution to the IVP is (2.4) (2.5) (2.6)

5 T t d e K 3 t $ 2 e simplify expand T t 3 t C 9 t/e K 3 t 2 e 2 C 9 e K 3 t Remark: exponential term will eventually "die off". 3 t C 9 (2.7) (2.8) Finally we need to solve solve T t = 6, t at 5 digits K3 ln 4 9 (2.9) If the time constant is 3hr, the building reaches 6 + C at 2:26pm. (2.0) In the second case we have Q t d 2$K2 t/2 K2 (2.) K2 d 2 and we have the general solution T2 t d e KK2$t $ int e K2$t $Q t, t C C t/e KK2 t 2 e K2 t Q t C C (2.2) (2.3) T2 t Let us redefine the function T2 t d e K 2 t 2 $ 2$e t C C e K 2 t t/e K 2 t 2 e 2 e 2 t C C 2 t C C We need to make sure that the initial condition T 0 = 2 is still satisfied so we need to solve: solve T2 0 = 2, C 9 So the solution to the IVP is T2 t d e K 2 t 2 $ 2 e t C 9 (2.4) (2.5) (2.6)

6 simplify expand T2 t t/e K 2 t 2 e 2 C 9 e K 2 t 2 t C 9 (2.7) (2.8) Finally we need to solve solve T2 t = 6, t at 5 digits K2 ln 4 9 (2.9).629 (2.20) If the time constant is 2hr, the building reaches 6 + C at :37pm. Let us plot the two graphs together for comparison: plot T t, T2 t, 2, t = t T(t) T2(t) Outside Temperature

7 Newtonian Mechanics For simplicity's sake, we consider motions of a point along a linear path with coordinate x. We express Newton's second law of motion as dp = F t, x, v where p is the momentum of the point which is m$v (where m is the mass and v = dx is the velocity) F represents the net sum of all the forces acting on the point, F may depend on time t, position x, and velocity v. Remark : we need to be careful in considering all the forces acting on the point. Remark 2: dp = d m$v = m$ dv = m$a since the mass m is considered constant. Read Examples, 2, 3, and 4 Sec. 3.5 on you textbook. Example: An object of mass 5 kg is given an initial downward velocity of 50 m/sec and then allowed to fall under the influence of gravity. Assume the force in newtons due to air resistance is K0 v, where v is the velocity of the object in m/sec. Assume the object is initially 500m above the ground. a) Write a DE describing the motion. b) Determine the terminal velocity of the object. c) Solve the IVP. d) Determine when the object will strike the ground. e) Plot the graph of motion from the beginning till the object hits the ground. Solution: to be done in class. Electrical Circuits We consider two simple circuits. RL-circuits L$ di C R$I = E t where E is the voltage (unit: volt, V), I is the current (unit: ampere, A), L is the inductance (unit: henry, H)), R is the resistance (unit: ohm, Ω). General solution: to be done in class. RC-circuits R$ dq C q C = E t where we used the identity I = dq q is the charge (unit: coulomb C) C is the capacitance (unit: farad F)

8 General solution: to be done in class. Remark: in case E t is constant, the problems can be solve by separation of variables. Read Examples and 2 Sec. 3.5 on your textbook.

MATH 312 Section 3.1: Linear Models

MATH 312 Section 3.1: Linear Models MATH 312 Section 3.1: Linear Models Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Population Growth 2 Newton s Law of Cooling 3 Kepler s Law Second Law of Planetary Motion 4

More information

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations

SPS Mathematical Methods Lecture #7 - Applications of First-order Differential Equations 1. Linear Models SPS 2281 - Mathematical Methods Lecture #7 - Applications of First-order Differential Equations (a) Growth and Decay (b) Half-life of Radioactive (c) Carbon Dating (d) Newton s Law of

More information

Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008

Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008 Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008 Chapter 3. Mathematical methods and numerical methods involving first order equations. Section 3.3 Heating and cooling of buildings. Our goal

More information

Differential Equations Spring 2007 Assignments

Differential Equations Spring 2007 Assignments Differential Equations Spring 2007 Assignments Homework 1, due 1/10/7 Read the first two chapters of the book up to the end of section 2.4. Prepare for the first quiz on Friday 10th January (material up

More information

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Chapter 1. Introduction Section 1.1 Background Definition Equation that contains some derivatives of an unknown function is called

More information

sections June 11, 2009

sections June 11, 2009 sections 3.2-3.5 June 11, 2009 Population growth/decay When we model population growth, the simplest model is the exponential (or Malthusian) model. Basic ideas: P = P(t) = population size as a function

More information

Math , Spring 2010: Exam 2 Solutions 1. #1.) /5 #2.) /15 #3.) /20 #4.) /10 #5.) /10 #6.) /20 #7.) /20 Total: /100

Math , Spring 2010: Exam 2 Solutions 1. #1.) /5 #2.) /15 #3.) /20 #4.) /10 #5.) /10 #6.) /20 #7.) /20 Total: /100 Math 231.04, Spring 2010: Exam 2 Solutions 1 NAME: Math 231.04 Exam 2 Solutions #1.) /5 #2.) /15 #3.) /20 #4.) /10 #5.) /10 #6.) /20 #7.) /20 Total: /100 Instructions: There are 5 pages and a total of

More information

MAT01B1: Separable Differential Equations

MAT01B1: Separable Differential Equations MAT01B1: Separable Differential Equations Dr Craig 3 October 2018 My details: acraig@uj.ac.za Consulting hours: Tomorrow 14h40 15h25 Friday 11h20 12h55 Office C-Ring 508 https://andrewcraigmaths.wordpress.com/

More information

Chapters 8.1 & 8.2 Practice Problems

Chapters 8.1 & 8.2 Practice Problems EXPECTED SKILLS: Chapters 8.1 & 8. Practice Problems Be able to verify that a given function is a solution to a differential equation. Given a description in words of how some quantity changes in time

More information

CHAPTER 3. Mathematical Models and Numerical Methods Involving First-Order Equations

CHAPTER 3. Mathematical Models and Numerical Methods Involving First-Order Equations CHAPTER 3 Mathematical Models and Numerical Methods Involving First-Order Equations 2. Compartmental Analysis The asic one-compartment system consists of a function x(t) that represents the amount of a

More information

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs September 18 22, 2017 Mixing Problem Yuliya Gorb Example: A tank with a capacity

More information

Homework #5 Solutions

Homework #5 Solutions Homework #5 Solutions Math 123: Mathematical Modeling, Spring 2019 Instructor: Dr. Doreen De Leon 1. Exercise 7.2.5. Stefan-Boltzmann s Law of Radiation states that the temperature change dt/ of a body

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Swaroop Nandan Bora swaroop@iitg.ernet.in Department of Mathematics Indian Institute of Technology Guwahati Guwahati-781039 A first-order differential equation is an equation

More information

Mixing Problems. Solution of concentration c 1 grams/liter flows in at a rate of r 1 liters/minute. Figure 1.7.1: A mixing problem.

Mixing Problems. Solution of concentration c 1 grams/liter flows in at a rate of r 1 liters/minute. Figure 1.7.1: A mixing problem. page 57 1.7 Modeling Problems Using First-Order Linear Differential Equations 57 For Problems 33 38, use a differential equation solver to determine the solution to each of the initial-value problems and

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

Math 2214 Solution Test 1D Spring 2015

Math 2214 Solution Test 1D Spring 2015 Math 2214 Solution Test 1D Spring 2015 Problem 1: A 600 gallon open top tank initially holds 300 gallons of fresh water. At t = 0, a brine solution containing 3 lbs of salt per gallon is poured into the

More information

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 2 Solutions MA 214 Calculus IV (Spring 2016) Section 2 Homework Assignment 2 Solutions 1 Boyce and DiPrima, p 60, Problem 2 Solution: Let M(t) be the mass (in grams) of salt in the tank after t minutes The initial-value

More information

Find the orthogonal trajectories for the family of curves. 9. The family of parabolas symmetric with respect to the x-axis and vertex at the origin.

Find the orthogonal trajectories for the family of curves. 9. The family of parabolas symmetric with respect to the x-axis and vertex at the origin. Exercises 2.4.1 Find the orthogonal trajectories for the family of curves. 1. y = Cx 3. 2. x = Cy 4. 3. y = Cx 2 + 2. 4. y 2 = 2(C x). 5. y = C cos x 6. y = Ce x 7. y = ln(cx) 8. (x + y) 2 = Cx 2 Find

More information

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

More information

1 What is a differential equation

1 What is a differential equation Math 10B - Calculus by Hughes-Hallett, et al. Chapter 11 - Differential Equations Prepared by Jason Gaddis 1 What is a differential equation Remark 1.1. We have seen basic differential equations already

More information

of 8 28/11/ :25

of 8 28/11/ :25 Paul's Online Math Notes Home Content Chapter/Section Downloads Misc Links Site Help Contact Me Differential Equations (Notes) / First Order DE`s / Modeling with First Order DE's [Notes] Differential Equations

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Find the orthogonal trajectories for the family of curves.

Find the orthogonal trajectories for the family of curves. Exercises, Section 2.4 Exercises 2.4.1 Find the orthogonal trajectories for the family of curves. 1. y = Cx 3. 2. x = Cy 4. 3. y = Cx 2 +2. 4. y 2 =2(C x). 5. y = C cos x 6. y = Ce x 7. y = ln(cx) 8. (x

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

2.5 Linear Applications 99 Two-Tank Mixing. Two tanks A and B are assumed to contain A 0 and B 0 liters of brine at t = 0. Let the input for the rst t

2.5 Linear Applications 99 Two-Tank Mixing. Two tanks A and B are assumed to contain A 0 and B 0 liters of brine at t = 0. Let the input for the rst t 98 First Order Dierential Equations 2.5 Linear Applications This collection of applications for the linear equation y 0 + p(x)y = r(x) includes mixing problems, especially brine tanks in single and multiple

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS HANDOUT DIFFERENTIAL EQUATIONS For International Class Nikenasih Binatari NIP. 19841019 200812 2 005 Mathematics Educational Department Faculty of Mathematics and Natural Sciences State University of Yogyakarta

More information

(competition between 2 species) (Laplace s equation, potential theory,electricity) dx4 (chemical reaction rates) (aerodynamics, stress analysis)

(competition between 2 species) (Laplace s equation, potential theory,electricity) dx4 (chemical reaction rates) (aerodynamics, stress analysis) SSE1793: Tutorial 1 1 UNIVERSITI TEKNOLOGI MALAYSIA SSE1793 DIFFERENTIAL EQUATIONS TUTORIAL 1 1. Classif each of the following equations as an ordinar differential equation (ODE) or a partial differential

More information

University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 2013) Final Exam April 25, 2013

University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 2013) Final Exam April 25, 2013 University of Regina Department of Mathematics and Statistics Math 111 All Sections (Winter 013) Final Exam April 5, 013 Name: Student Number: Please Check Off Your Instructor: Dr. R. McIntosh (001) Dr.

More information

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS 130 LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS: A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. A differential

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations Lecture Notes for Math 251: ODE and PDE. Lecture 6: 2.3 Modeling With First Order Equations Shawn D. Ryan Spring 2012 1 Modeling With First Order Equations Last Time: We solved separable ODEs and now we

More information

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015

Math 2Z03 - Tutorial # 3. Sept. 28th, 29th, 30th, 2015 Math 2Z03 - Tutorial # 3 Sept. 28th, 29th, 30th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #3: 2.8

More information

9.3: Separable Equations

9.3: Separable Equations 9.3: Separable Equations An equation is separable if one can move terms so that each side of the equation only contains 1 variable. Consider the 1st order equation = F (x, y). dx When F (x, y) = f (x)g(y),

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1).

dy x a. Sketch the slope field for the points: (1,±1), (2,±1), ( 1, ±1), and (0,±1). Chapter 6. d x Given the differential equation: dx a. Sketch the slope field for the points: (,±), (,±), (, ±), and (0,±). b. Find the general solution for the given differential equation. c. Find the

More information

2.5 Linear Applications

2.5 Linear Applications 2.5 Linear Applications 111 2.5 Linear Applications This collection of applications for the linear equation y + p(x)y = r(x) includes mixing problems, especially brine tanks in single and multiple cascade,

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

MA 226 FINAL EXAM. Show Your Work. Problem Possible Actual Score

MA 226 FINAL EXAM. Show Your Work. Problem Possible Actual Score Name: MA 226 FINAL EXAM Show Your Work Problem Possible Actual Score 1 36 2 8 3 8 4 8 5 8 6 8 7 8 8 8 9 8 TOTAL 100 1.) 30 points (3 each) Short Answer: The answers to these questions need only consist

More information

Laplace Transform Problems

Laplace Transform Problems AP Calculus BC Name: Laplace Transformation Day 3 2 January 206 Laplace Transform Problems Example problems using the Laplace Transform.. Solve the differential equation y! y = e t, with the initial value

More information

XXIX Applications of Differential Equations

XXIX Applications of Differential Equations MATHEMATICS 01-BNK-05 Advanced Calculus Martin Huard Winter 015 1. Suppose that the rate at which a population of size yt at time t changes is proportional to the amount present. This gives rise to the

More information

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

More information

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ).

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ). Section 1.1 Direction Fields Key Terms/Ideas: Mathematical model Geometric behavior of solutions without solving the model using calculus Graphical description using direction fields Equilibrium solution

More information

2.2. THE PRODUCT AND QUOTIENT RULES 179. P dv dt + V dp. dt.

2.2. THE PRODUCT AND QUOTIENT RULES 179. P dv dt + V dp. dt. 22 THE PRODUCT AND QUOTIENT RULES 179 Thus, using the Product Rule, we find that dt = 1 k P dv + V dp At t = t 0, we obtain dt = 1 [(100, 000)(0005) + (002)( 100)] = 6225 K/s t0 8 Hence, at time t 0, the

More information

Closing Wed: HW_9A,9B (9.3/4,3.8) Final: Sat, June 3 th, 1:30-4:20, ARC 147

Closing Wed: HW_9A,9B (9.3/4,3.8) Final: Sat, June 3 th, 1:30-4:20, ARC 147 Closing Wed: HW_9A,9B (9.3/4,3.8) Final: Sat, June 3 th, 1:30-4:20, ARC 147 New material for the final, be able to: Solve separable diff. eq.. Use initial conditions & constants. Be able to set up the

More information

Math 315: Differential Equations Lecture Notes Patrick Torres

Math 315: Differential Equations Lecture Notes Patrick Torres Introduction What is a Differential Equation? A differential equation (DE) is an equation that relates a function (usually unknown) to its own derivatives. Example 1: The equation + y3 unknown function,

More information

Final Exam Review Part I: Unit IV Material

Final Exam Review Part I: Unit IV Material Final Exam Review Part I: Unit IV Material Math114 Department of Mathematics, University of Kentucky April 26, 2017 Math114 Lecture 37 1/ 11 Outline 1 Conic Sections Math114 Lecture 37 2/ 11 Outline 1

More information

Exercise 1: RC Time Constants

Exercise 1: RC Time Constants Exercise 1: RC EXERCISE OBJECTIVE When you have completed this exercise, you will be able to determine the time constant of an RC circuit by using calculated and measured values. You will verify your results

More information

The final is comprehensive (8-9 pages). There will be two pages on ch 9.

The final is comprehensive (8-9 pages). There will be two pages on ch 9. Closing Wed: HW_9A,9B (9.3/4,3.8) Final: Sat, Dec. 9 th, 1:30-4:20, KANE 130 Assigned seats, for your seat go to: catalyst.uw.edu/gradebook/aloveles/102715 The final is comprehensive (8-9 pages). There

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

4. Some Applications of first order linear differential

4. Some Applications of first order linear differential September 9, 2012 4-1 4. Some Applications of first order linear differential Equations The modeling problem There are several steps required for modeling scientific phenomena 1. Data collection (experimentation)

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION Classification by type - Ordinary Differential Equations (ODE) Contains one or more dependent variables with respect to one independent variable is the dependent variable while is the independent variable

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework. Substitution and Nonexact Differential Equation Made Exact) [0] Solve dy dx = ey + 3e x+y, y0) = 0. Let u := e x, v = e y, and hence dy = v + 3uv) dx, du = u)dx, dv = v)dy = u)dv

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

Table of Information and Equation Tables for AP Physics Exams

Table of Information and Equation Tables for AP Physics Exams Table of Information and Equation Tables for AP Physics Exams The accompanying Table of Information and Equation Tables will be provided to students when they take the AP Physics Exams. Therefore, students

More information

ODE Math 3331 (Summer 2014) June 16, 2014

ODE Math 3331 (Summer 2014) June 16, 2014 Page 1 of 12 Please go to the next page... Sample Midterm 1 ODE Math 3331 (Summer 2014) June 16, 2014 50 points 1. Find the solution of the following initial-value problem 1. Solution (S.O.V) dt = ty2,

More information

First-order transient

First-order transient EIE209 Basic Electronics First-order transient Contents Inductor and capacitor Simple RC and RL circuits Transient solutions Constitutive relation An electrical element is defined by its relationship between

More information

Differential equations

Differential equations Differential equations Math 27 Spring 2008 In-term exam February 5th. Solutions This exam contains fourteen problems numbered through 4. Problems 3 are multiple choice problems, which each count 6% of

More information

Calculus concepts and applications

Calculus concepts and applications Calculus concepts and applications This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

2r 2 e rx 5re rx +3e rx = 0. That is,

2r 2 e rx 5re rx +3e rx = 0. That is, Math 4, Exam 1, Solution, Spring 013 Write everything on the blank paper provided. You should KEEP this piece of paper. If possible: turn the problems in order (use as much paper as necessary), use only

More information

If you need more room, use the backs of the pages and indicate that you have done so.

If you need more room, use the backs of the pages and indicate that you have done so. Math 125 Final Exam Winter 2018 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name Turn off and stow away all cell phones, watches, pagers, music players, and other similar devices.

More information

UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005

UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005 UNIVERSITY OF WATERLOO FINAL EXAMINATION FALL TERM 2005 COURSE NUMBER AMATH 250 COURSE TITLE Introduction to Differential Equations DATE OF EXAM Tuesday December 20, 2005 TIME PERIOD DURATION OF EXAM NUMBER

More information

Modeling with differential equations

Modeling with differential equations Mathematical Modeling Lia Vas Modeling with differential equations When trying to predict the future value, one follows the following basic idea. Future value = present value + change. From this idea,

More information

ELECTRONICS E # 1 FUNDAMENTALS 2/2/2011

ELECTRONICS E # 1 FUNDAMENTALS 2/2/2011 FE Review 1 ELECTRONICS E # 1 FUNDAMENTALS Electric Charge 2 In an electric circuit it there is a conservation of charge. The net electric charge is constant. There are positive and negative charges. Like

More information

8.a: Integrating Factors in Differential Equations. y = 5y + t (2)

8.a: Integrating Factors in Differential Equations. y = 5y + t (2) 8.a: Integrating Factors in Differential Equations 0.0.1 Basics of Integrating Factors Until now we have dealt with separable differential equations. Net we will focus on a more specific type of differential

More information

Physics 208, Spring 2016 Exam #3

Physics 208, Spring 2016 Exam #3 Physics 208, Spring 206 Exam #3 A Name (Last, First): ID #: Section #: You have 75 minutes to complete the exam. Formulae are provided on an attached sheet. You may NOT use any other formula sheet. You

More information

Solutions x. Figure 1: g(x) x g(t)dt ; x 0,

Solutions x. Figure 1: g(x) x g(t)dt ; x 0, MATH Quiz 4 Spring 8 Solutions. (5 points) Express ln() in terms of ln() and ln(3). ln() = ln( 3) = ln( ) + ln(3) = ln() + ln(3). (5 points) If g(x) is pictured in Figure and..5..5 3 4 5 6 x Figure : g(x)

More information

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS Problem Set Assignment #1 Math 3350, Spring 2004 Feb. 6, 2004 ANSWERS i Problem 1. [Section 1.4, Problem 4] A rocket is shot straight up. During the initial stages of flight is has acceleration 7t m /s

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations ymy/013 Building Intuition Even though there are an infinite number of differential equations, they all share common characteristics that allow intuition

More information

Name: Lab Partner: Section:

Name: Lab Partner: Section: Chapter 6 Capacitors and RC Circuits Name: Lab Partner: Section: 6.1 Purpose The purpose of this experiment is to investigate the physics of capacitors in circuits. The charging and discharging of a capacitor

More information

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models.

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Unit #16 : Differential Equations Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Differential Equation Modelling - 1 Differential Equation

More information

Section 1: Electric Fields

Section 1: Electric Fields PHY 132 Outline of Lecture Notes i Section 1: Electric Fields A property called charge is part of the basic nature of protons and electrons. Large scale objects become charged by gaining or losing electrons.

More information

VANDERBILT UNIVERSITY. MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions

VANDERBILT UNIVERSITY. MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions VANDERBILT UNIVERSITY MATH 2610 ORDINARY DIFFERENTIAL EQUATIONS Practice for test 1 solutions The first test will cover all material discussed up to (including) section 4.5. Important: The solutions below

More information

first name (print) last name (print) brock id (ab17cd) (lab date)

first name (print) last name (print) brock id (ab17cd) (lab date) (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 1 Capacitance In this Experiment you will learn the relationship between the voltage and charge stored on a capacitor;

More information

1. (10 points) Find the general solution to the following second-order differential equation:

1. (10 points) Find the general solution to the following second-order differential equation: Math 307A, Winter 014 Midterm Solutions Page 1 of 8 1. (10 points) Find the general solution to the following second-order differential equation: 4y 1y + 9y = 9t. To find the general solution to this nonhomogeneous

More information

AP Calculus AB Section 7.3: Other Differential Equations for Real-World Applications Period: Date: Practice Exercises Score: / 5 Points

AP Calculus AB Section 7.3: Other Differential Equations for Real-World Applications Period: Date: Practice Exercises Score: / 5 Points AP Calculus AB Name: Section 7.3: Other Differential Equations for Real-World Applications Period: Date: Practice Exercises Score: / 5 Points 1. Sweepstakes Problem I: You have just won a national sweepstakes!

More information

Dr. Julie J. Nazareth

Dr. Julie J. Nazareth Name: Dr. Julie J. Nazareth Lab Partner(s): Physics: 133L Date lab performed: Section: Capacitors Parts A & B: Measurement of capacitance single, series, and parallel combinations Table 1: Voltage and

More information

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40 Math 307O: Introduction to Differential Equations Name: October 24, 204 ID Number: Fall 204 Midterm I Number Total Points Points Obtained 0 2 0 3 0 4 0 Total 40 Instructions.. Show all your work and box

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) u = - x15 cos (x15) + C

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) u = - x15 cos (x15) + C AP Calculus AB Exam Review Differential Equations and Mathematical Modelling MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the general solution

More information

Chapter 2: Linear Constant Coefficient Higher Order Equations

Chapter 2: Linear Constant Coefficient Higher Order Equations Chapter 2: Linear Constant Coefficient Higher Order Equations The wave equation is a linear partial differential equation, which means that sums of solutions are still solutions, just as for linear ordinary

More information

Lesson 10 MA Nick Egbert

Lesson 10 MA Nick Egbert Overview There is no new material for this lesson, we just apply our knowledge from the previous lesson to some (admittedly complicated) word problems. Recall that given a first-order linear differential

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

Lab 4 RC Circuits. Name. Partner s Name. I. Introduction/Theory

Lab 4 RC Circuits. Name. Partner s Name. I. Introduction/Theory Lab 4 RC Circuits Name Partner s Name I. Introduction/Theory Consider a circuit such as that in Figure 1, in which a potential difference is applied to the series combination of a resistor and a capacitor.

More information

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002 Math 220 Final Exam Sample Problems December 12, 2002 Topics for Math 220 - Fall 2002 Chapter 1. Solutions and Initial Values Approximation via the Euler method Chapter 2. First Order: Linear First Order:

More information

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration Section 2.5 Mixing Problems Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration The problems we will discuss are called mixing problems. They employ tanks and other receptacles

More information

Integrated Calculus II Exam 2 Solutions 3/28/3

Integrated Calculus II Exam 2 Solutions 3/28/3 Integrated Calculus II Exam 2 Solutions /28/ Question 1 Solve the following differential equation, with the initial condition y() = 2: dy = (y 1)2 t 2. Plot the solution and discuss its behavior as a function

More information

Ch. 9: Be able to 1. Solve separable diff. eq. 2. Use initial conditions & constants. 3. Set up and do ALL the applied problems from homework.

Ch. 9: Be able to 1. Solve separable diff. eq. 2. Use initial conditions & constants. 3. Set up and do ALL the applied problems from homework. Closing Wed: HW9A, 9B (9.3, 9.4) Final: March 10 th, 1:30-4:20 in KANE 210 Comprehensive (8-10 pages). There will be two pages on ch 9. Ch. 9: Be able to 1. Solve separable diff. eq. 2. Use initial conditions

More information

Review Problems for Exam 2

Review Problems for Exam 2 Calculus II Math - Fall 4 Name: Review Problems for Eam In question -6, write a differential equation modeling the given situations, you do not need to solve it.. The rate of change of a population P is

More information

SMA 208: Ordinary differential equations I

SMA 208: Ordinary differential equations I SMA 208: Ordinary differential equations I Modeling with First Order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi

More information

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models.

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Unit #17 : Differential Equations Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Reading: Sections 11.5-11.7. In workingwiththemodels insections11.5

More information

20D - Homework Assignment 4

20D - Homework Assignment 4 Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment November, 03 0D - Homework Assignment First, I will give a brief overview of how to use variation of parameters. () Ensure that the differential

More information

Math 2300 Calculus II University of Colorado Final exam review problems

Math 2300 Calculus II University of Colorado Final exam review problems Math 300 Calculus II University of Colorado Final exam review problems. A slope field for the differential equation y = y e x is shown. Sketch the graphs of the solutions that satisfy the given initial

More information

FE Review 2/2/2011. Electric Charge. Electric Energy ELECTRONICS # 1 FUNDAMENTALS

FE Review 2/2/2011. Electric Charge. Electric Energy ELECTRONICS # 1 FUNDAMENTALS FE eview ELECONICS # FUNDAMENALS Electric Charge 2 In an electric circuit there is a conservation of charge. he net electric charge is constant. here are positive and negative charges. Like charges repel

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Basic Definitions and Concepts A differential equation is an equation that involves one or more of the derivatives (first derivative, second derivative,

More information

Math 2250 Lab 3 Due Date : 2/2/2017

Math 2250 Lab 3 Due Date : 2/2/2017 Math 2250 Lab Due Date : 2/2/2017 Name: UID: Unless stated otherwise, show all your work and explain your reasoning. You are allowed to use any results from lecture or the text as long as they are referenced

More information

Math Assignment 2

Math Assignment 2 Math 2280 - Assignment 2 Dylan Zwick Spring 2014 Section 1.5-1, 15, 21, 29, 38, 42 Section 1.6-1, 3, 13, 16, 22, 26, 31, 36, 56 Section 2.1-1, 8, 11, 16, 29 Section 2.2-1, 10, 21, 23, 24 1 Section 1.5

More information

Handout 5: Current and resistance. Electric current and current density

Handout 5: Current and resistance. Electric current and current density 1 Handout 5: Current and resistance Electric current and current density Figure 1 shows a flow of positive charge. Electric current is caused by the flow of electric charge and is defined to be equal to

More information

D1.3 Separable Differential Equations

D1.3 Separable Differential Equations Section 5.3 Separable Differential Equations D.3 Separable Differential Equations Sketching solutions of a differential equation using its direction field is a powerful technique, and it provides a wealth

More information

REUNotes08-CircuitBasics May 28, 2008

REUNotes08-CircuitBasics May 28, 2008 Chapter One Circuits (... introduction here... ) 1.1 CIRCUIT BASICS Objects may possess a property known as electric charge. By convention, an electron has one negative charge ( 1) and a proton has one

More information