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

Size: px
Start display at page:

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

Transcription

1 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 sustance in the compartment at time t, an input rate at which the sustance enters the compartment, and an output rate at which the sustance leaves the compartment. Interpreting dx as the rate of change in the amount of the sustance in the compartment at time t, we get dx = input rate output rate. 59

2 60 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Mixing Prolems Example (A one compartment system orange juice prolem). There are 50,000 gal of orange juice in a vat with 10% concentrate, the rest water. A solution of 40% concentrate is sent to the vat at 100 gal/min. Similarly, 100 gal/min is drained from the vat, where there is constant mixing. We want to (1) express the percentage of concentrate in the vat as a function of time and (2) predict when the concentrate will reach 12%. 50,000 gal juice 10% concentrate 100 gal/min 40% concentrate 100 gal/min?% concentrate Let x(t) = the amount of concentrate in the vat. Let c(t) = the percentage of concentrate in the vat. Let V (t) = the volume of liquid in the vat. c(t) = x(t) and x(t) = c(t) V (t). V (t) ( ) Assume good mixing so that the percentage of concentrate leaving the vat is the same as that in the vat. The rate of change of the amount of concentrate in the vat changes with time and is given y dx. Thus we can find x(t) as a solution to a DE modeling the rate of change. Note. (1) amount of concentrate=(# of gal) (percentage of concentrate/gal) (2) # of gal flowing in or out=(rate of flow) (time)

3 We have, using ( ), 2. COMPARTMENTAL ANALYSIS 61 inflow rate = (100 gal/min)(.40 gal conc./gal) = 40 gal conc./min x(t) gal conc. outlow rate = (100 gal/min) = x(t) gal conc./min gal 500 Thus the IVP modeling the process is dx = 40 x(t), x(0) = dx +.002x = 40, x(0) = 5000 µ = e.002t e.002t x e.002t x = 40e.002t =) d h i e.002t x = 40e.002t =) Z e.002t x = 40 e.002t + C =) 1 e.002t x = 40 e.002t + C =).002 x(t) = Ce.002t Now x(0) = C = 5000 =) C = =) x(t) = e.002t =) c(t) =.4.3e.002t so.12 =.4.3e.002t =) t = 34.5 min. Note that lim x(t) = 0.4. t!1 Maple. See orangejuice.mw or orangejuice.pdf

4 62 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Prolem. A 200 gal tank initially contains 50 gal salt water from dissolving 5 l salt in 50 gal water. Salt water with concentration of.25 l/gal of salt is pumped into the tank at 6 gal/min. Salt water is pumped out at 4 gal/min. Find a formula for the concentration of salt in the tank up to the point of overflowing. 6 gal/min 200 gal tank 4 gal/min.25 l/gal 50 gal conc.=.1 l/gal? l/gal Let x(t)=l of salt in tank, V(t)=gal in tank, c(t)=concentration of salt in tank in l/gal Thus c(t) = x(t) and x(t) = c(t)v (t). V (t) inflow rate = (6 gal/min)(.25 l/gal) = 1.5 l/min x(t) l outlow rate = (4 gal/min) = 4x(t) V (t) gal V (t) l/min Since V (t) = t, the model is dx ( ) = 1.5 4x, s(0) = t Alternately, since x(t) = c(t)(50 + 2t), we could also use d h i (#) (50 + 2t)c(t) = 1.5 4c(t) =)

5 Solving ( ), 2. COMPARTMENTAL ANALYSIS 63 2c(t) + (50 + 2t) dc = 1.5 4c(t) =) dc + 6c t = 1.5, t c(0) =.1 x 0 + 2x 25 + t = 1.5, x(0) = 5 µ = e R 2 25+t = e 2 R 25+t = e 2 ln t+25 = e ln(t+25)2 = (t + 25) 2 (t + 25) 2 x 0 + 2(t + 25)x = 1.5(t + 25) 2 =) d h i (t + 25) 2 x = 1.5(t + 25) 2 =) Z (t + 25) 2 x = 1.5 (t + 25) 2 + C =) (t + 25) 2 (t + 25)3 x = x(t) = t C =) C (t + 25) = (t + 25)3 + 2C. 2 2(t + 25) 2 x(0) = C = 5 =) C = =) Then 2C = = 25 2 (10 25) =) C = c(t) = (t + 25) (t + 25) 2 x(t) = (t + 25) (t + 25) 2 and Maple. See extrapro.mw or extrapro.pdf 1 2(t + 25) = (t + 25) (t + 25) 3

6 64 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Radioactive Decay Suppose t is a su ciently small time interval (i.e., as small as we need) and P ( t) is the proaility that a given nucleus will decay over any time period of length t. We assume P ( t) / approx t =) P ( t) t, > 0 and that P ( t) << 1 (P ( t) is much smaller than 1). P ( t) Also assume that lim =. t!0 t Let N(t) = # of nuclei at time t. Then the numer of atoms decaying over a time period of t eginning at time t is N(t)P ( t) N(t) t =) N(t + t) = N(t) N(t)P ( t) N(t) N(t) t =) dn = lim N(t + t) N(t) t!0 t N(t) t = lim t!0 t lim t!0 = N(t) = N(t) Thus the model is dn = N(t), N(0) = N 0. However, this model is flawed due to the discreteness of N(t), whose values are integers, resulting in a discontinuous function.

7 2. COMPARTMENTAL ANALYSIS 65 We switch to mass m(t) in grams, a continuous quantity. Then the model is given y dm = m(t), m(0) = m 0 and is called the radioactive decay law. > 0 is the decay constant. m(t) outflow rate=λm(t) Malthusian population model We want to model the population p(t) at time t. Assume a virtual lack of death over the oserved time interval. This is asically the same situation as radioactive decay, except there is growth here. Instead of losing a nucleus, we gain a irth. Thus the model is = p, p(0) = p o, > 0 inflow rate=p p(t) is the growth rate and / p is the per capita growth rate.

8 66 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Now add in a death rate where d > 0 is the proportionality constant for the death rate (death y natural causes). irth rate p p(t) death rate Then, the Malthusian model is = p = ( d)p = kp, p(0) = p 0, where the per capita growth rate / p = k is constant. Example. In the 18th century, the population of the US douled every 25 years. Use the Malthusian model to estimate the per capita rate of growth. The Malthusian model is = kp or kp = 0, p(0) = p 0 µ = e kt =) e kt p 0 ke kt p = 0 =) d h i e kt p = 0 =) e kt p = C =) p(t) = Ce kt Now p(0) = C = p 0, so ( ) p(t) = p 0 e kt is the solution for the Malthusian model. Then

9 2. COMPARTMENTAL ANALYSIS 67 2p 0 = p 0 e 25k =) 2 = e 25k =) 25k = ln 2 =) k = ln 2 25 =.0277 Then k =.0277 is the per capita growth rate. Prolem (Page 100 # 14). In 1980 the population of alligators on the Kennedy Center Space grounds was was estimated to e In 2006 the population had grown to an estimated Using the Mathusian model for population growth, estimate the alligator population of the alligators on the Kennedy Center Space grounds in the year Solution. Counting time from the year 1980 with p(t) = the population of the alligators, we have p(0) = Then, from ( ), For 2006, t = 26, and thus p(t) = 1500e kt. p(26) = 1500e k(26) = 6000 =) e k(26) = 4 =) e k = 4 1/26 = 2 1/13. Then, for 2020, t = 40, and so y the Malthusian model, there will e p(40) = 1500e k(40) = / alligators on the Kennedy Center Space grounds

10 68 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Logistic Population Model Now add in the death rate due to the rate of competition (e.g., limited resources, disease, etc.). Then = kp rate of competition]. This rate of competition is proportional to the numer of possile 2-party interactions p p(p 1) pc 2 = C p,2 = =. 2 2 Thus and = kp k p(p 1) 1 2 = k + k 1 2 p k 1 p 2 2, = Ap(p p 1), p(0) = p 0 is the logistic model where A = k 1 2 and p 1 = 2k +1. The equation is separale. k 1 First, Thus are the constant solutions. = 0 =) Ap(p p 1) = 0 =) p = 0 or p = p 1. p = 0 and p = p 1

11 If Ap(p p 1 ) 6= 0, Z p(p p 1 ) = A p p 1 p Since p(0) = p 0, 1 p 1 Z 1 p 1 2. COMPARTMENTAL ANALYSIS 69 Z p + Z + c 1 =) Z 1 p 1 (using partial fractions) = At + c 1 =) p p Z 1 = At + c 1 =) p p 1 p + 1 p 1 1 ln p + 1 ln p p 1 p 1 p 1 = At + c 1 =) ln p p 1 p = Ap 1 t + p 1 c 1 =) = e Ap 1t+p 1 c 1 = e Ap 1t e p 1c 1 = c 2 e Ap 1t p p 1 p = Ce Ap 1t p 0 p 1 p 0 = C =) (C 6= 0) p p 1 = p 0 p 1 p p 0 e =) Ap 1t p(p 0 p 1 ) = p 0 (p p 1 )e Ap1t =) pp 0 pp 1 pp 0 e Ap1t = p 0 p 1 e Ap1t =) p 0 p 1 p(t) = p 0 + (p 1 p 0 )e. Ap 1t (c 2 > 0) =) Note: lim t!1 p(t) = p 1, the carrying capacity of the environment.

12 70 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS We look at the graph of the function p(t) for two cases elow. Note that p 0 is the p-intercept. These two curves are called logistic curves Maple. See logistic.mw or logistic.pdf

13 4. NEWTONIAN MECHANICS Newtonian Mechanics Mechanics is the study of the motion of ojects and the e ect of forces acting on them. Newtonian, or classical mechanics deals with the motion of ordinary ojects that is, ojects that are large compared to an atom and slow-moving compared with the speed of light. A model for Newtonian mechanics can e ased on Newton s laws of motion: (1) When a ody is sujected to no resultant external force, it moves with constant velocity. (2) When a ody is sujected to one or more external forces, the time rate of change of the ody s momentum is equal to the vector sum of the external forces acting on it. (3) When one ody interacts with a second ody, the force of the first ody on the second is equal in magnitude, ut in opposite direction, to the force of the second ody on the first. We can express Newton s second law y = F (t, x, v) where F (t, x, v) is the resultant force on the ody at time t, location x, and velocity v, and p(t) is the momentum of the ody at time t. We have p(t) = mv(t) =) m dv = ma = F (t, x, v), where a = dv dx is the acceleration of the ody at time t. With v =, we have a second order DE in x(t). For F independent of x, we have (?) m dv = F (t, v), a first order equation in v(t).

14 72 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Procedure for Newtonian Models (1) Determine all relevant forces acting on the oject eing studied. It is helpful to draw a simple diagram of the oject that depicts these forces. (2) Choose an appropriate axis or coordinate system in which to represent the motion of the oject and the forces acting on it. Keep in mind that this coordinate system must e an inertial reference frame (a reference frame in which an undistured ody moves with a constant velocity). (3) Apply Newton s second law as expressed in equation (?) to determine the equations of motion for the oject. We have the following choices for units:

15 4. NEWTONIAN MECHANICS 73 Vertical motion with a velocity-dependent drag force An oject of mass m is given an initial downward velocity v 0 and allowed to fall under the influence of gravity. Assume the gravitational force is constant and the force due to air resistance is proportional to the velocity of the oject. We use a vertical axis and let x(t) denote the distance fallen at time t. The force due to gravity is F 1 = mg where g is the acceleration due to gravity at the Earth s surface. The force due to air resistance isn F 2 = v(t) where > 0 is the proportionality constant and the sign is present since the air resistance is opposite in direction to gravity. We have F = F 1 + F 2 = mg v(t) =) (#) m dv = mg v, v(0) = v 0 is the IVP for this model with m > 0 and > 0. (#) is separale and first order linear and can e solved to give (##) v(t) = mg Integrating v = dx + v 0 with respect to t, we get Z x(t) = v(t) = mg t m v 0 mg e t/m mg e t/m + c.

16 74 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Since x(0) = 0, we have 0 = m mg v 0 + c =) c = m and thus the equation of motion is (###) x(t) = mg t + m v 0 We note at this time that mg lim v(t) = and lim x(t) = mg t!1 t!1 t v 0 mg, mg (1 e t/m ). m 2 g 2 + m v 0. The value mg of the horizontal asymptote for v(t) is called the limiting or terminal velocity of the oject and is a constant solution of (#). Since the two forces are in alance here, this is known as an equilirium solution. Note also that the terminal velocity is independent of the initial velocity. We also have x(t) asymptotically approaching the line mg t m 2 g 2 + m v 0.

17 4. NEWTONIAN MECHANICS 75 Prolem (Page 115 # 10). An oject of mass 2 kg is released from rest from a platform 30 m aove the water and allowed to fall under the influence of gravity. After the oject strikes the water, it egins to sink with gravity pulling down and a ouyancy force pushing up. Assume that the force of gravity is constant, no change of momentum occurs on impact with the water, the ouyancy force is 1/2 the weight (weight = mg), and the force due to air resistance or water resistance is proportional to the velocity, with proportionality constant 1 = 10 N-sec/m in the air and 2 = 100 N-sec/m in the water. Find the equation of motion of the oject. What is the velocity of the oject 1 min after it is released? Solution. We have motion equations for oth air and water. For motion in the air, let x 1 (t) e the distance from the oject to the platform and v 1 (t) = x 0 (t) its velocity at time t. We use (##) and (###) from aove with m = 2, = 1 = 10, v 0 = v 1 (0) = 0, and g = 9.81 to get v(t) = mg + mg v 0 e t/m = 1.962(1 e 5t ) and x(t) = mg t + m mg v 0 (1 e t/m ) = 1.962t 0.392(1 e 5t ). Solving x 1 (t) = 1.962t 0.392(1 e 5t ) = 30 for t gives t 15.5 sec for the time the oject hits the water. The velocity at this moment was v 1 (15.5) = 1.962(1 e 5(15.5) ) For motion in the water, we reset t and let x 2 (t) e the distance passed y the oject from the water s surface and y v 2 (t) it velocity at (reset) time t, we have IC at the water s surface of v 2 (0) = 1.962, x 2 (0) = 0. With the gravity force F g = mg, the resistance force F r = 100v, and the ouyancy force F = (1/2)mg, Newton s second law gives (adding ouyancy to (#))

18 76 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS m dv 2 = mg 100v 2 dv 2 (?) = g 2 Solving (?) with the aove IC, 1 2 mg = 1 2 mg 100v 2 =) 100 m v 2 = v 2. v 2 (t) = Ce 50t, v 2 (0) = C = =) C = =) x 2 (t) = Z t 0 v 2 (t) = e 50t =) v 2 (s) ds = 0.098t 0.037e 50t Taking into account the time shift made, the distance from the oject to the platform is ( 1.962t 0.392(1 e 5t ), t apple 15.5 x(t) = 0.098(t 15.5) 0.037e 50(t 15.5) , t > min after the oject was released, it traveled in the water for = 44.5 sec, so it had velocity v 2 (44.5) = e 50(44.5) m/sec. Resistive drag forces proportional to v r, r 6= 1. The signum function, which we use here is defind y 8 >< +1, if x > 0 sgn(x) = 0, if x = 0 >: 1, if x < 0 Note that for x 6= 0, sgn(x) = x and indicates the sign of x. Your text uses x sign(x) for this function.

19 4. NEWTONIAN MECHANICS 77 Using Newton s second law of motion, the DE that models vertical motion of a ody through a medium that exerts a drag force on the ody that is approximately proportional to a power r of its velocity is m dv = mg v r sgn(v) Find a constant solution of this model if r = 2. dv = 0 =) g m v 2 sgn(v) = 0 =) v 2 sgn(v) = mg Thus sgn(v) = +1 =) v > 0, and so v 2 = mg =) r mg v = since the velocity is positive. Maple. See quadratic drag.mw or quadratic drag.pdf.

20 78 3. MATHEMATICAL MODELS AND NUMERICAL METHODS INVOLVING FIRST-ORDER EQUATIONS Prolem (Page 116 # 22). A sailoat of mass 50 kg has een running (on a straight course) under a light wind at 1 m/sec. Suddenly the wind picks up, lowing hard enough to apply a constant force of 600 N to the sailoat. The only other force acting on the oat is water resistance that is proportional to the velocity of the oat. When the velocity of the sailoat reaches 5 m/sec, the oat egins to rise out of the water and plane. When this happens, the proportionality constant for the water resistance drops to 0 = 60 N-sec/m. Find the equation of motion of the sailoat. What is the limiting velocity of the sailoat under this wind as it is planing? Solution. There are two opposing forces here: a constant horizontal force due to the wind and an opposing force due to water resistance. All the motion occurs on a horizontal axis. Set t = 0 at the point where the oat egins to plane, and let x(t) and v(t) = x 0 (t) denote the distance traveled and velocity, respectively, at time t. The forces due to the wind and water resitance are F w = 600 N and F r = 60v N. Applying Newton s second law, we have 50 dv = v This gives us the IVP dv = 6 (10 v), v(0) = 5. 5 This is a first order linear equation whose solution is Then v(t) = 10 + Ce 6t/5. v(0) = 5 =) 10+C = 5 =) C = 5 =) v(t) = 10 5e 6t/5 =) lim t!1 v(t) = 10. Integrating v(t) with v(0) = 0 gives the following equation of motion: Z t x(t) = 10 5e 6s/5 ds = 10s + 25 t 6 e 6s/5 25 = 10t (e 6t/5 1). 0

21 4. NEWTONIAN MECHANICS 79

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

Compartmental Analysis

Compartmental Analysis Compartmental Analysis Math 366 - 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

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

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

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 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

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

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

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

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

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

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

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

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

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

Modeling with First-Order Equations

Modeling with First-Order Equations Modeling with First-Order Equations MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Radioactive Decay Radioactive decay takes place continuously. The number

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

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

2.4 Differences Between Linear and Nonlinear Equations 75

2.4 Differences Between Linear and Nonlinear Equations 75 .4 Differences Between Linear and Nonlinear Equations 75 fying regions of the ty-plane where solutions exhibit interesting features that merit more detailed analytical or numerical investigation. Graphical

More information

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i Dynamic equilibrium: object moves with constant velocity in a straight line. We note that F net a s are both vector quantities, so in terms of their components, (F net ) x = i (F i ) x = 0, a x = i (a

More information

Modeling with First-Order Equations

Modeling with First-Order Equations Modeling with First-Order Equations MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Radioactive Decay Radioactive decay takes place continuously. The number

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

x y

x y (a) The curve y = ax n, where a and n are constants, passes through the points (2.25, 27), (4, 64) and (6.25, p). Calculate the value of a, of n and of p. [5] (b) The mass, m grams, of a radioactive substance

More information

First Order ODEs (cont). Modeling with First Order ODEs

First Order ODEs (cont). Modeling with First Order ODEs First Order ODEs (cont). Modeling with First Order ODEs September 11 15, 2017 Bernoulli s ODEs Yuliya Gorb Definition A first order ODE is called a Bernoulli s equation iff it is written in the form y

More information

f 0 ab a b: base f

f 0 ab a b: base f Precalculus Notes: Unit Eponential and Logarithmic Functions Sllaus Ojective: 9. The student will sketch the graph of a eponential, logistic, or logarithmic function. 9. The student will evaluate eponential

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections 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 Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

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

Chapter 2 Notes, Kohler & Johnson 2e

Chapter 2 Notes, Kohler & Johnson 2e Contents 2 First Order Differential Equations 2 2.1 First Order Equations - Existence and Uniqueness Theorems......... 2 2.2 Linear First Order Differential Equations.................... 5 2.2.1 First

More information

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x Solutions to Homewor 1, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 problem 2. The problem says that the function yx = ce 2x + e x solves the ODE y + 2y = e x, and ass

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

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

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

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

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington Ordinary Differential Equations: Worked Examples with Solutions Edray Herber Goins Talitha Michal Washington July 31, 2016 2 Contents I First Order Differential Equations 5 1 What is a Differential Equation?

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

Newton s Laws of Motion and Gravitation

Newton s Laws of Motion and Gravitation Newton s Laws of Motion and Gravitation Introduction: In Newton s first law we have discussed the equilibrium condition for a particle and seen that when the resultant force acting on the particle is zero,

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 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

PS113 Chapter 4 Forces and Newton s laws of motion

PS113 Chapter 4 Forces and Newton s laws of motion PS113 Chapter 4 Forces and Newton s laws of motion 1 The concepts of force and mass A force is described as the push or pull between two objects There are two kinds of forces 1. Contact forces where two

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

Chapter 6 Dynamics I: Motion Along a Line

Chapter 6 Dynamics I: Motion Along a Line Chapter 6 Dynamics I: Motion Along a Line Chapter Goal: To learn how to solve linear force-and-motion problems. Slide 6-2 Chapter 6 Preview Slide 6-3 Chapter 6 Preview Slide 6-4 Chapter 6 Preview Slide

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.8 Exponential Growth and Decay In this section, we will: Use differentiation to solve real-life problems involving exponentially growing quantities. EXPONENTIAL

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

Chapter 4. Forces and Newton s Laws of Motion

Chapter 4. Forces and Newton s Laws of Motion Chapter 4 Forces and Newton s Laws of Motion Chapter 4: Forces and Newton s Laws Force, mass and Newton s three laws of motion Newton s law of gravity Normal, friction and tension forces Apparent weight,

More information

Homework #4 Solutions

Homework #4 Solutions MAT 303 Spring 03 Problems Section.: 0,, Section.:, 6,, Section.3:,, 0,, 30 Homework # Solutions..0. Suppose that the fish population P(t) in a lake is attacked by a disease at time t = 0, with the result

More information

STRAND: ALGEBRA Unit 2 Solving Quadratic Equations

STRAND: ALGEBRA Unit 2 Solving Quadratic Equations CMM Suject Support Strand: ALGEBRA Unit Solving Quadratic Equations: Tet STRAND: ALGEBRA Unit Solving Quadratic Equations TEXT Contents Section. Factorisation. Using the Formula. Completing the Square

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

Math 3313: Differential Equations First-order ordinary differential equations

Math 3313: Differential Equations First-order ordinary differential equations Math 3313: Differential Equations First-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Math 2343: Introduction Separable

More information

NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections )

NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections ) NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections 13.1-13.3) Today s Objectives: Students will be able to: a) Write the equation of motion for an accelerating body. b) Draw the free-body and kinetic

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2 EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2 WORK, POWER AND ENERGY TRANSFER IN DYNAMIC ENGINEERING SYSTEMS TUTORIAL 1 - LINEAR MOTION Be able to determine

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

Section 8.5. z(t) = be ix(t). (8.5.1) Figure A pendulum. ż = ibẋe ix (8.5.2) (8.5.3) = ( bẋ 2 cos(x) bẍ sin(x)) + i( bẋ 2 sin(x) + bẍ cos(x)).

Section 8.5. z(t) = be ix(t). (8.5.1) Figure A pendulum. ż = ibẋe ix (8.5.2) (8.5.3) = ( bẋ 2 cos(x) bẍ sin(x)) + i( bẋ 2 sin(x) + bẍ cos(x)). Difference Equations to Differential Equations Section 8.5 Applications: Pendulums Mass-Spring Systems In this section we will investigate two applications of our work in Section 8.4. First, we will consider

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

Section 11.1 What is a Differential Equation?

Section 11.1 What is a Differential Equation? 1 Section 11.1 What is a Differential Equation? Example 1 Suppose a ball is dropped from the top of a building of height 50 meters. Let h(t) denote the height of the ball after t seconds, then it is known

More information

PhysicsAndMathsTutor.com 1

PhysicsAndMathsTutor.com 1 PhysicsAndMathsTutor.com 1 Q1. An apple and a leaf fall from a tree at the same instant. Both apple and leaf start at the same height above the ground but the apple hits the ground first. You may be awarded

More information

Physics for Scientists and Engineers. Chapter 5 Force and Motion

Physics for Scientists and Engineers. Chapter 5 Force and Motion Physics for Scientists and Engineers Chapter 5 Force and Motion Spring, 2008 Ho Jung Paik Force Forces are what cause any change in the velocity of an object The net force is the vector sum of all the

More information

Newton s First Law of Motion. Newton s Second Law of Motion. Weight 9/30/2015

Newton s First Law of Motion. Newton s Second Law of Motion. Weight 9/30/2015 Forces Newton s Three Laws of Motion Types of Forces Weight Friction Terminal Velocity Periodic Motion Forces Defined as a push or a pull Types of Forces 1) Gravitational - attractive force that exists

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

More information

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II)

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II) MATH 8, FALL 7 - PROBLEM SET #5 SOLUTIONS (PART II (Oct ; Antiderivatives; + + 3 7 points Recall that in pset 3A, you showed that (d/dx tanh x x Here, tanh (x denotes the inverse to the hyperbolic tangent

More information

Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force.

Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force. NEWTON S LAWS OF MOTION Newton s First Law Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force. Inertia (Newton s 1

More information

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is:

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is: Chapter 1 Kinematics 1.1 Basic ideas r(t) is the position of a particle; r = r is the distance to the origin. If r = x i + y j + z k = (x, y, z), then r = r = x 2 + y 2 + z 2. v(t) is the velocity; v =

More information

Projectile Motion B D B D A E A E

Projectile Motion B D B D A E A E Projectile Motion Projectile motion is motion under a constant unbalanced force. A projectile is a body that has been thrown or projected. No consideration is given to the force projecting the body, nor

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

Physics 221, January 24

Physics 221, January 24 Key Concepts: Newton s 1 st law Newton s 2 nd law Weight Newton s 3 rd law Physics 221, January 24 Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code. Matter

More information

STRAND F: ALGEBRA. UNIT F4 Solving Quadratic Equations: Text * * Contents. Section. F4.1 Factorisation. F4.2 Using the Formula

STRAND F: ALGEBRA. UNIT F4 Solving Quadratic Equations: Text * * Contents. Section. F4.1 Factorisation. F4.2 Using the Formula UNIT F4 Solving Quadratic Equations: Tet STRAND F: ALGEBRA Unit F4 Solving Quadratic Equations Tet Contents * * Section F4. Factorisation F4. Using the Formula F4. Completing the Square UNIT F4 Solving

More information

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW.

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW. PHYSICS. A balloon is moving horizontally in air with speed of 5 m/s towards north. A car is moving with 5 m/s towards east. If a person sitting inside the car sees the balloon, the velocity of the balloon

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

Physics General Physics. Lecture 3 Newtonian Mechanics. Fall 2016 Semester. Prof. Matthew Jones

Physics General Physics. Lecture 3 Newtonian Mechanics. Fall 2016 Semester. Prof. Matthew Jones Physics 22000 General Physics Lecture 3 Newtonian Mechanics Fall 2016 Semester Prof. Matthew Jones 1 Review of Lectures 1 and 2 In the previous lectures we learned how to describe some special types of

More information

Quiz Samples for Chapter 7 Kinetic Energy and Work

Quiz Samples for Chapter 7 Kinetic Energy and Work Name: Department: Student ID #: Notice ˆ + ( 1) points per correct (incorrect) answer ˆ No penalty for an unanswered question ˆ Fill the lank ( ) with ( ) if the statement is correct (incorrect) ˆ : corrections

More information

Section , #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation.

Section , #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation. Section.3.5.3, #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation dq = 1 4 (1 + sin(t) ) + Q, Q(0) = 50. (1) 100 (a) The differential equation given

More information

3. What type of force is the woman applying to cart in the illustration below?

3. What type of force is the woman applying to cart in the illustration below? Name: Forces and Motion STUDY GUIDE Directions: Answer the following questions. 1. What is a force? a. A type of energy b. The rate at which an object performs work c. A push or a pull d. An object that

More information

P (t) = rp (t) 22, 000, 000 = 20, 000, 000 e 10r = e 10r. ln( ) = 10r 10 ) 10. = r. 10 t. P (30) = 20, 000, 000 e

P (t) = rp (t) 22, 000, 000 = 20, 000, 000 e 10r = e 10r. ln( ) = 10r 10 ) 10. = r. 10 t. P (30) = 20, 000, 000 e APPM 360 Week Recitation Solutions September 18 01 1. The population of a country is growing at a rate that is proportional to the population of the country. The population in 1990 was 0 million and in

More information

AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force).

AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force). AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force). 1981M1. A block of mass m, acted on by a force of magnitude F directed horizontally to the

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

Forces and Motion in One Dimension

Forces and Motion in One Dimension Nicholas J. Giordano www.cengage.com/physics/giordano Forces and Motion in One Dimension Applications of Newton s Laws We will learn how Newton s Laws apply in various situations We will begin with motion

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Problem Set 4 Momentum and Continuous Mass Flow Solutions

Problem Set 4 Momentum and Continuous Mass Flow Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01 Fall 2012 Problem Set 4 Momentum and Continuous Mass Flow Solutions Problem 1: a) Explain why the total force on a system of particles

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

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation

Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Section 2.3 Modeling : Key Terms: Three major steps in modeling: Construction of the Model Analysis of the Model Comparison with Experiment or Observation Mixing Problems Population Example Continuous

More information

VARIABLE MASS PROBLEMS

VARIABLE MASS PROBLEMS VARIABLE MASS PROBLEMS Question 1 (**) A rocket is moving vertically upwards relative to the surface of the earth. The motion takes place close to the surface of the earth and it is assumed that g is the

More information

Forces. Dynamics FORCEMAN

Forces. Dynamics FORCEMAN 1 Forces Dynamics FORCEMAN 2 What causes things to move? Forces What is a force? A push or a pull that one body exerts on another. 3 Balanced No change in motion 4 5 Unbalanced If the forces acting on

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

Newton s Laws. A force is simply a push or a pull. Forces are vectors; they have both size and direction.

Newton s Laws. A force is simply a push or a pull. Forces are vectors; they have both size and direction. Newton s Laws Newton s first law: An object will stay at rest or in a state of uniform motion with constant velocity, in a straight line, unless acted upon by an external force. In other words, the bodies

More information

Cambridge International Examinations Cambridge Ordinary Level

Cambridge International Examinations Cambridge Ordinary Level Cambridge International Examinations Cambridge Ordinary Level *4053145049* PHYSICS 5054/22 Paper 2 Theory October/November 2015 1 hour 45 minutes Candidates answer on the Question Paper. No Additional

More information

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 2: - ODEs. 1. Motivation 2. What you should already know 3. Types and orders of ODEs 4.

More information

Solutions to Section 1.1

Solutions to Section 1.1 Solutions to Section True-False Review: FALSE A derivative must involve some derivative of the function y f(x), not necessarily the first derivative TRUE The initial conditions accompanying a differential

More information

Wiley Plus Reminder! Assignment 1

Wiley Plus Reminder! Assignment 1 Wiley Plus Reminder! Assignment 1 6 problems from chapters and 3 Kinematics Due Monday October 5 Before 11 pm! Chapter 4: Forces and Newton s Laws Force, mass and Newton s three laws of motion Newton s

More information

A population is modeled by the differential equation

A population is modeled by the differential equation Math 2, Winter 2016 Weekly Homework #8 Solutions 9.1.9. A population is modeled by the differential equation dt = 1.2 P 1 P ). 4200 a) For what values of P is the population increasing? P is increasing

More information

Dynamics: Forces and Newton s Laws of Motion

Dynamics: Forces and Newton s Laws of Motion Lecture 7 Chapter 5 Dynamics: Forces and Newton s Laws of Motion Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsi Today we are going to discuss: Chapter 5: Force, Mass: Section 5.1

More information

Chapter 4: Newton's Laws of Motion

Chapter 4: Newton's Laws of Motion Chapter 4 Lecture Chapter 4: Newton's Laws of Motion Goals for Chapter 4 To understand force either directly or as the net force of multiple components. To study and apply Newton's first law. To study

More information

Chapter 5. The Laws of Motion

Chapter 5. The Laws of Motion Chapter 5 The Laws of Motion The astronaut orbiting the Earth in the Figure is preparing to dock with a Westar VI satellite. The satellite is in a circular orbit 700 km above the Earth's surface, where

More information

First Order Differential Equations Chapter 1

First Order Differential Equations Chapter 1 First Order Differential Equations Chapter 1 Doreen De Leon Department of Mathematics, California State University, Fresno 1 Differential Equations and Mathematical Models Section 1.1 Definitions: An equation

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION 6 APPLICATIONS OF INTEGRATION APPLICATIONS OF INTEGRATION 6.4 Work In this section, we will learn about: Applying integration to calculate the amount of work done in performing a certain physical task.

More information

Force. The cause of an acceleration or change in an object s motion. Any kind of a push or pull on an object.

Force. The cause of an acceleration or change in an object s motion. Any kind of a push or pull on an object. Force The cause of an acceleration or change in an object s motion. Any kind of a push or pull on an object. Forces do not always give rise to motion. Forces can be equal and opposite. Force is a vector

More information

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week The University of Sydney Math1003 Integral Calculus and Modelling Semester Exercises and s for Week 11 011 Assumed Knowledge Integration techniques. Objectives (10a) To be able to solve differential equations

More information

Exam 2. May 21, 2008, 8:00am

Exam 2. May 21, 2008, 8:00am PHYSICS 101: Fundamentals of Physics Exam 2 Exam 2 Name TA/ Section # May 21, 2008, 8:00am Recitation Time You have 1 hour to complete the exam. Please answer all questions clearly and completely, and

More information

Math 31S. Rumbos Fall Solutions to Exam 1

Math 31S. Rumbos Fall Solutions to Exam 1 Math 31S. Rumbos Fall 2011 1 Solutions to Exam 1 1. When people smoke, carbon monoxide is released into the air. Suppose that in a room of volume 60 m 3, air containing 5% carbon monoxide is introduced

More information

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems Math 210 Differential Equations Mock Final Dec. 2003 *************************************************************** 1. Initial Value Problems 1. Construct the explicit solution for the following initial

More information