First Order Differential Equations

Size: px
Start display at page:

Download "First Order Differential Equations"

Transcription

1 2 First Order Differential Equations We have seen ho to solve simple first order differential equations using Simulin. In particular e have solved initial value problems for the equations dy dt dy dt dx dt = 2 y, y() =, (2.) t = 2 t y + t2, y() =, (2.2) = 2 sin 3t 4x, x(0) = 0. (2.3) The Simulin models ere provided in Figures.6,.20, and.4, respectively. In this chapter e solve a fe more first order equations in the form of applications. These ill include groth and decay, Neton s La of Cooling, pursuit curves, free fall and terminal velocity, the logistic equation, and the logistic equation ith delay. 2. Exponential Groth and Decay The simplest differential equations are those governing groth and decay. As an example, e ill discuss population models. Let P(t) be the population at time t. We see an expression for the rate of change of the population, dp. Assuming that there is no migration dt of population, the only ay the population can change is by adding or subtracting individuals in the population. The equation ould tae the form dp dt = Rate In Rate Out. The Rate In could be due to the number of births per unit time and the Rate Out by the number of deaths per unit time. The simplest forms for these rates ould be given by terms proportional to the population: Rate In = bp and Rate Out = mp. Here e have denoted the birth rate as b and the mortality rate as m. This gives the total rate of change of population as dp dt = bp mp P, (2.4)

2 26 solving differential equations using simulin here = b m. Equation (2.4) is easily modeled in Simulin. All of the needed blocs are under the Commonly Used Blocs group. We need an Integrator, Constant, Gain, and a Scope bloc. The output from the Integrator can be feed into a Gain control, hich represents, and the output from the Gain, P, can then be used as an input to the Integrator. We add the Scope in order to plot the solution. The model is shon in Figure 2.. Note that a Constant bloc as added to provide an external input of the initial condition Gain P' xo s P Figure 2.: Simulin model for exponential groth and decay. The initial value, P(0) = 0, is set in the Constant bloc and = 0.5 is set in the Gain. 0 Integrator Scope Constant The solution for exponential decay ith P(0) = 0 and = 0.5 is shon in Figure 2.2. The simulation time as set at 0s. Figure 2.2: Solution for the exponential decay ith P(0) = 0 and = 0.5. The simulation time as set at 0. The exact solution is easily found noting that Equation (2.4) is a separable equation. Rearranging the equation, its differential form is Integrating, e have dp P dp P = dt. = dt

3 first order differential equations 27 Next, e solve for P(t) through exponentiation, ln P = t + C. (2.5) P(t) = e t+c P(t) = ±e t+c = Ae t. (2.6) Here e define the arbitrary constant, A = ±e C. If the population at t = 0 is P 0, i.e., P(0) = P 0, then the solution gives P(0) = Ae 0 = A = P 0. So, the solution of the initial value problem is P(t) = P 0 e t. In the Simulin model, the initial value as given as P(0) = 0 and = 0.5. Therefore, the solution in Figure 2.2 is of the function P(t) = 0e 0.5t. Equation (2.4) is the familiar exponential model of population groth: Malthusian population groth. dp dt = P. We obtained solutions exhibiting exponential groth ( > 0) or decay ( < 0). This Malthusian groth model has been named after Thomas Robert Malthus ( ), a clergyman ho used this model to arn of the impending doom of the human race if its reproductive practices continued. Later e modify this model to account for competition for resources, leading to the logistic differential equation. 2.2 Neton s La of Cooling If you tae your hot cup of tea, and let it sit in a cold room, the tea ill cool off and reach room temperature after a period of time. The la of cooling is attributed to Isaac Neton ( ) ho as probably the first to state results on ho bodies cool. The main idea is that a body at temperature T(t) is initially at temperature T(0) = T 0. It is placed in an environment at an ambient temperature of T a. The goal is to find the temperature at a later time, T(t). We ill assume that the rate of change of the temperature of the body is proportional to the temperature difference beteen the body and its surroundings. Thus, e have Neton s 70 La of Cooling is an approximation to ho bodies cool for small temperature differences (T T a T) and does not tae into account all of the cooling processes. One account is given by C. T. O Sullivan, Am. J. Phys (990) p dt dt T T a. The proportionality is removed by introducing a cooling constant, here > 0. dt dt = (T T a), (2.7)

4 28 solving differential equations using simulin This differential equation can be solved by first reriting the equations as d dt (T T a) = (T T a ). This no taes the form of exponential decay of the function T(t) T a. The solution is easily found as T(t) T a = (T 0 T a )e t, or T(t) = T a + (T 0 T a )e t. Example 2.. A cup of tea at 90 o C cools to 85 o C in ten minutes. If the room temperature is 22 o C, hat is its temperature after 30 minutes? Using the general solution ith T 0 = 90 o C, T(t) = 22 + (90 22)e = e t, e then find using the given information, T(0) = 85 o C. We have 85 = T(0) = e 0 63 = 68e 0 e 0 = = ln = ln min. This gives the solution for this model as T(t) = e t. No e can anser the question. What is T(30)? T(30) = e (30) = 76 o C. 0. Product - Gain 60 T' s xo T Scope Figure 2.3: Simulation model for Neton s La of Cooling, T = (T T a ), T(0) = T0. Here e set = 0. s, T a = 20 o C, and T 0 = 60 o C. T0 Integrator 20 Ta Neton's La of Cooling T' = - (T-T0) Next e model Equation (2.7) in Simulin. The input for the integrator is simply (T T a ). We need to define the constants and T a. We ill

5 first order differential equations 29 externally input the initial condition, T(0) = T 0. The simple model is shon in Figure 2.3. In this case e set = 0. s, T a = 20 o C, and T 0 = 60 o C. Running the simulation for 00 s, e obtain the solution shon in Figure 2.4. Figure 2.4: Solution of Neton s La of Cooling example. Ho good is the solution? We can solve the problem by hand for this set of parameters. Hoever, e ill tae this opportunity to introduce the idea of a subsystem and set up a model in hich e can interactively modify the constants and get Simulin to automatically provide the exact solution for comparison. Product - T' Gain 2 T s xo T(t) T(0) Figure 2.5: Creating a subsystem for the Neton s La of Cooling model. Integrator 3 T ambient Neton's La of Cooling T' = - (T-T0) We begin by replacing the scope ith an output bloc. The Out bloc can be found in the Sin group. The input to the subsystem ill be the three parameters,, T 0, and T a. Each of these constant blocs in Figure 2.3 ill be replaced by an In bloc, found in the Sources group. In Figure 2.5 the three inputs and one output are no oval blocs. Double-clic each of the three input blocs, one at a time, and set the Port Number of, T 0, and T a, to, 2, and 3, respectively. Finally, rename each of these controls using the labels that mae sense, such as for. In Figure 2.5 e sho the subsystem that e have created. No highlight the entire subsystem using CTRL-A. In the menu sys- Creating a subsystem.

6 30 solving differential equations using simulin 2 T(0) 3 T ambient T(0) T(t) T ambient Subsystem T(t) Figure 2.6: Subsystem for Neton s La of Cooling, T = (T T a ), T(0) = T0. tem, loo for Create Subsystem from Selection. In the 205 version, this is under the menu item Diagram and subitem Subsystem & Model Reference. Rearranging the resulting subsystem, one has something lie the subsystem bloc in Figure 2.6. This is the equivalent of a blac box ith three inputs and one output. Next, e can mae use of the subsystem just created. Replace the three input ports ith constant blocs. Rename the Constant blocs ith the parameter name and fill each bloc ith a value. The output port can be replaced ith a Scope bloc, or any other form of output desired. This can be seen in Figure 2.7. Before finishing ith this model, e ill build in the exact solution. Recall that the general solution can be ritten in terms of the parameters as T(t) = T a + (T 0 T a )e t. So, e can feed the values of the parameters in the model into a Fcn bloc and output the exact solution for comparison. We ill also need a time value. So, e ill need the Cloc bloc as ell. 0. Neton's La of Cooling T' = - (T-T0) Figure 2.7: Using a user-created subsystem for Neton s La of Cooling. 60 T(0) T(t) IC Scope 20 Ta T ambient Cooling System The entire model is shon in Figure 2.8. The subsystem is labeled Cooling System The top portion is a repetition of the Neton s La of Cooling model implemented previously. We have added a Fcn bloc from the User-Defined Functions group. The input ill be a vector containing all of the variables in the exact solution. This is accomplished by adding a Mux (or Multiplex) bloc. Doubleclic the Mux bloc and set the number of inputs to 4. No, double-clic the Fcn bloc and enter the exact solution in the form u()+u(2)*exp(-u(3)*u(4)) Here e have assumed that the variables are fed into the Mux bloc in the order T a, T 0 T a,, and t. In Figure 2.8 one can see ho the values are

7 first order differential equations 3 0. Neton's La of Cooling T' = - (T-T0) Figure 2.8: Model of Neton s La of Cooling, T = (T T a ), T(0) = T0, using the subsystem feature. 60 T(0) T(t) IC Scope 20 Ta T ambient Cooling system Exact Solution f(u) Fcn Scope Cloc routed into the Mux bloc. The output can be attached to a second scope, as shon, or can be subtracted from the output of the Cooling System bloc to sho the closeness of the to solutions. One can also send the output to MATLAB using the To Worspace bloc. 2.3 Free Fall ith Drag Consider an object falling to the ground ith air resistance? Free fall is the vertical motion of an object solely under the force of gravity. It has been experimentally determined that an object near the surface of the Earth falls at a constant acceleration in the absence of other forces, such as air resistance. This constant acceleration is denoted by g, here g is called the acceleration due to gravity. The negative sign is an indication that e have chosen a coordinate system in hich up is positive. We are interested in determining the position, y(t), of a falling body as a function of time. The differential equation governing free fall is have ÿ(t) = g. (2.8) Note that e ill occasionally use a dot to indicate time differentiation. We need to model the air resistance. As an object falls faster and faster, the resistive force becomes greater. This drag force is a function of the velocity. The idea is to rite Neton s Second La of Motion F = ma in the form mÿ = mg + f (v), (2.9) here f (v) gives the resistive force and mg is the eight. Note that this applies to free fall near the Earth s surface. Also, for f (v) to be a resistive force, f (v) should oppose the motion. If the body is falling, then f (v)

8 32 solving differential equations using simulin should be positive. If the body is rising, then f (v) ould have to be negative to indicate the opposition to the motion. We ill model the drag as quadratic in the velocity, f (v) = bv 2. Example 2.2. Solve the free fall problem ith f (v) = bv 2. The differential equation that e need to solve is v = v 2 g, (2.0) here = b/m. Note that this is a first order equation for v(t). Formally, e can separate the variables and integrate over time to obtain t + C = v dz z 2 g. (2.) If e can do the integral, then e have a solution for v. One ay to evaluate this integral is to use Partial Fraction Decomposition. When there are to linear factors in the denominator, the integral can be reritten as dx (x a)(x b) = [ b a x a ] dx (2.2) x b The ne integral has to terms hich can be readily integrated. In order to factor the denominator in the current problem, e first have to rerite the constants. We let α 2 = g/ and rite the integrand as z 2 g = z 2 α 2. (2.3) No e use a partial fraction decomposition to obtain z 2 g = [ 2α z α ]. (2.4) z + α The integrand can be easily integrated giving t + C = 2α ln v α v + α. (2.5) Solving for v, e have v(t) = Ae2αt α, (2.6) + Ae2αt here A e C. A can be determined using the initial velocity. There are other forms for the solution in terms of a tanh function, hich the reader can determine as an exercise. One important conclusion is that for large times, the ratio in the solution approaches. Thus, v α = g as t. This means that the falling object ill reach a constant terminal velocity. Equation (2.0) can be modeled in Simulin. The model is shon in Figure 2.9. The solution for = m, hich is found for the above sample computation, is shon in Figure 2.0. We see that terminal velocity is obtained and matches the predicted value, g = 78 m/s.

9 first order differential equations g 0 v' xo s Integrator v Figure 2.9: Model for free fall ith drag as described by v = v 2 g. Constant u 2 Math Function Scope Free Fall ith Drag v' = v^2 - g Figure 2.0: Solution for free fall ith drag ith = starting from rest. 2.4 Pursuit Curves Another application that is interesting is to find the path that a body traces out as it moves toards a fixed point or another moving body. Such curves are no as pursuit curves. These could model aircraft or submarines folloing targets, or predators folloing prey. For example, a ha follos a sparro, a large fish chases a small fish, or a fox chases a rabbit. Example 2.3. A dog at point (x, y) sees a cat traveling at speed v along a straight line. The dog runs toards the cat at constant speed but alays in a direction along line of sight beteen their positions. If the dog starts out at the point (0, 0) at t = 0, hen the cat is at (a, 0), then hat is the path the dog needs to follo? Will the dog catch the cat? We sho the path in Figure 2.2. Let the cat s path be along the

10 34 solving differential equations using simulin y Figure 2.: A dog at point (x, y) sees a cat at point (a, vt) and alays follos the straight line beteen these points. (a, vt) (x, y) (a, 0) x line x = a. Therefore, the cat is at position (a, vt) at time t. The goal is to find the dog s path, (x(t), y(t)), or y = y(x). First e consider the equation of the line of sight beteen the points (x, y) and (a, vt). Considering that the slope of this line is the same as the slope of the tangent to the path, y = y(x), e have y = vt y a x. The dog is moving at a constant speed, and the distance the dog to travels s given by L = t, here t is the running time from the origin. The distance the dog travels is also given by the arclength of the path beteen (0, 0) and (x, y) : x L = + [y (x)] 2 dx. 0 Eliminating the time using y = vt y a x, e have x + [y (x)] 2 dx = v (y + (a x)y ). 0 Furthermore, e can differentiate this result ith respect to x to get rid of the integral, + [y (x)] 2 = v (a x)y. (2.7) This is the differential equation governing the dog s pursuit. It is modeled later in Simulin as shon in Figure 2.2. Even though Equation (2.7)is a second order differential equation for y(x), it is a first order separable equation in the speed function z(x) = y (x). Namely, v (a x)z = v x + z 2. Separating variables, e find dz v = ln(z + + z 2 ) + z 2 dx a x.

11 first order differential equations 35 sqrt(+u^2) Fcn Figure 2.2: Model for the pursuit curve, (a x)y = v + [y (x)] 2, y(0) = 0, y (0) = 0, for = 2 and v =. v Cloc Product 0 y'(0) xo s Integrator y' 0 y(0) xo s Integrator Scope Constant u(3)*u(2)*u()/(u()^2-u(2)^2) Fcn Display The integrals can be computed using standard methods from calculus. We can easily integrate the right hand side, dx a x = ln a x + c. The left hand side taes a little extra or, or looing the value up in Tables or using a CAS pacage. Recall a trigonometric substitution is in order. We let z = tan θ. Then dz = sec 2 θ dθ. The methods proceeds as follos: dz + z 2 = = sec 2 θ + tan 2 θ dθ sec θ dθ = ln(tan θ + sec θ) + c 2 Putting these together, e have for x > 0, = ln(z + + z 2 ) + c 2. (2.8) ln(z + + z 2 ) = v ln x + C. Using the initial condition z = y = 0 and x = a at t = 0, 0 = v ln a + C, or C = v ln a. Using this value for c, e find ln(z + + z 2 ) = v ln x v ln a ln(z + + z 2 ) = v ln x a

12 36 solving differential equations using simulin ln(z + ( x ) v + z 2 ) = ln a z + ( x ) v + z 2 =. (2.9) a We can solve for z = y, to find y = [ ( x ) v ( x ) v ] 2 a a Integrating, y(x) = a 2 [ ( xa ) + v + v ( xa ) v ] v +. The integration constant,, can be found noing y(a) = 0. This gives 0 = a [ 2 + v ] v + = a [ 2 v ] + v av = 2 v 2. (2.20) The full solution for the path is given by y(x) = a 2 [ ( xa ) + v + v ( xa ) v ] v + av 2 v 2. Can the dog catch the cat? This ould happen if there is a time hen y(0) = vt. Inserting x = 0 into the solution, e have y(0) = av 2 v 2 = vt. This is possible if > v. Figure 2.3: Solution for the pursuit curve.

13 first order differential equations The Logistic Equation In this section e ill explore a nonlinear population model. Typically, e ant to model the groth of a given population, y(t), and the differential equation governing the groth behavior of this population is developed in a manner similar to that done in the section on groth and decay. Recall that a simple population model dy dt = by my, (2.2) here e had defined the birth rate as b and the mortality rate as m. Generally, these rates could depend on the time. In the case that they are both constant rates, e can define = b m and obtain the familiar exponential model of population groth. When populations get large enough, there is competition for resources, such as space and food, hich can lead to a higher mortality rate. Thus, the mortality rate may be a function of the population size, m = m(y). The simplest model ould be a linear dependence, m = m + cy. Then, the previous exponential model taes the form dy dt = y cy2, (2.22) here = b m. This is non as the logistic model of population groth. Typically, c is small and the added nonlinear term does not really ic in until the population gets large enough. Example 2.4. Sho that Equation (2.22) can be ritten in the form The logistic model as first published in 838 by Pierre François Verhulst ( ) in the form dn dt = rn ( N K ), here N is the population at time t, r is the groth rate, and K is hat is called the carrying capacity. Note that in this model r = = Kc. z = z( z) hich has only one parameter. We carry this out be rescaling the population, y(t) = αz(t), here α is to be determined. Inserting this transformation, e have y = y cy 2 αz = αz cα 2 z 2, or z = z ( α c ) z. Thus, e obtain the result, z = z( z), if e pic α = c. The point of this derivation is to sho that there is only one free parameter,, and that many combinations of c and in the original problem lead to essentially the same solution shape. We can model the logistic equation, y = ry( y), ith r = and y(0) = 0. in Simulin. The model is shon in Figure 2.4. Running te model gives the solution in Figure 2.5. It shos the typical sigmoidal curve bounded by the solutions y = 0 and y =.

14 38 solving differential equations using simulin Gain Logistic Equation y' s Integrator y Scope Figure 2.4: Logistic equation, y = ry( y). y y' = r y (-y) Product -y Constant Figure 2.5: Solution to the logistic equation, y = ry( y), ith r = and y(0) = The Logistic Equation ith Delay Sometimes the rate of change does not immediately tae place hen the system changes. This can be modeled using differential-delay equations. For example, hen the resources are being depleted, the effects might be delayed. So, a possible model ould be the logistic equation ith delay, y = ry(t)( y(t τ)), here τ is a fixed delay time. The problem ith trying to solve this model at time t is that e need to no something about the solution for earlier times, y(t τ). One ay to tacle the problem is to specify the solution for times [0, τ] and then to solve the equation ith delay using this starting value. So, if y = 2

15 first order differential equations 39 initially, e could let y = 2 for [0, τ]. 2 Alpha >= y' s y Cloc 0 Sitch to enter y=2 for t<= Integrator Scope Solve y'=0 y y(-y(t-)) Logistic Equation ith Delay y' = alpha y(t)(-y(t-)) Product -y(t-) y(t-) Transport Delay Constant The Simulin model is shon if Figure 2.6. A Sitch bloc is used to specify the starting values for times up to τ =. Then, the differential equation solver taes over ith a Delay bloc used to enter the delay term. This model produces the solution 2.7. Figure 2.6: Logistic equation ith delay, y = ry(t)( y(t τ)) Figure 2.7: Logistic equation ith delay, y = ry(t)( y(t τ))

16 40 solving differential equations using simulin 2.7 Exercises. Model the folloing first order differential equations in Simulin and find the solutions for different initial conditions. dy a. dx = ex 2y. dy b. dt = y2 ( + t 2 ). dy y c. dx = 2. x d. xy = y( 2y). e. y (sin x)y = sin x. f. xy 2y = x 2. ds g. dt + 2s = st2. h. x 2x = te 2t. dy i. + y = sin x,. dx dy j. dx 3 x y = x3. 2. Consider the case of free fall ith a damping force proportional to the velocity, f D = ±v ith = 0. g/s. a. Using the correct sign, consider a 50 g mass falling from rest at a height of 00m. Find the velocity as a function of time. Does the mass reach terminal velocity? b. Let the mass be thron upard from the ground ith an initial speed of 50 m/s. Find the velocity as a function of time as it travels upard and then falls to the ground. Ho high does the mass get? What is its speed hen it returns to the ground? 3. A paratrooper, 322 lbs including munitions, jumps from 0,000 ft. Model this free fall ith air resistance f (v) = 5v 2 in Simulin. First, rite don the free fall equation. Use the model to solve for v(t). Is there a terminal velocity? Find the time to land and the impact velocity. 4. Model the folloing problem in Simulin: The temperature inside your house is 70 o F and it is 30 o F outside. At :00 A.M. the furnace breas don. At 3:00 A.M. the temperature in the house has dropped to 50 o F. Assuming the outside temperature is constant and that Neton s La of Cooling applies, determine hen the temperature inside your house reaches 40 o F. 5. Model the folloing problem in Simulin: A body is discovered during a murder investigation at 8:00 P.M. and the temperature of the body is 70 o F. To hours later the body temperature has dropped to 60 o F in a room that is at 50 o F. Assuming that Neton s La of Cooling applies

17 and the body temperature of the person as 98.6 o F at the time of death, determine hen the murder occurred. first order differential equations 4

18

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

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

Systems of Differential Equations: General Introduction and Basics

Systems of Differential Equations: General Introduction and Basics 36 Systems of Differential Equations: General Introduction and Basics Thus far, we have been dealing with individual differential equations But there are many applications that lead to sets of differential

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

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

Basic Differential Equations

Basic Differential Equations Unit #15 - Differential Equations Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Basic Differential Equations 1. Show that y = x + sin(x) π satisfies the initial value problem

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

Part I consists of 14 multiple choice questions (worth 5 points each) and 5 true/false question (worth 1 point each), for a total of 75 points.

Part I consists of 14 multiple choice questions (worth 5 points each) and 5 true/false question (worth 1 point each), for a total of 75 points. Math 131 Exam 1 Solutions Part I consists of 14 multiple choice questions (orth 5 points each) and 5 true/false question (orth 1 point each), for a total of 75 points. 1. The folloing table gives the number

More information

Complex Numbers and the Complex Exponential

Complex Numbers and the Complex Exponential Complex Numbers and the Complex Exponential φ (2+i) i 2 θ φ 2+i θ 1 2 1. Complex numbers The equation x 2 + 1 0 has no solutions, because for any real number x the square x 2 is nonnegative, and so x 2

More information

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa

Outline. Calculus for the Life Sciences. What is a Differential Equation? Introduction. Lecture Notes Introduction to Differential Equa Outline Calculus for the Life Sciences Lecture Notes to Differential Equations Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu 1 Department of Mathematics and Statistics Dynamical Systems Group Computational

More information

Towards a Theory of Societal Co-Evolution: Individualism versus Collectivism

Towards a Theory of Societal Co-Evolution: Individualism versus Collectivism Toards a Theory of Societal Co-Evolution: Individualism versus Collectivism Kartik Ahuja, Simpson Zhang and Mihaela van der Schaar Department of Electrical Engineering, Department of Economics, UCLA Theorem

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

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

then the substitution z = ax + by + c reduces this equation to the separable one.

then the substitution z = ax + by + c reduces this equation to the separable one. 7 Substitutions II Some of the topics in this lecture are optional and will not be tested at the exams. However, for a curious student it should be useful to learn a few extra things about ordinary differential

More information

Math 266: Ordinary Differential Equations

Math 266: Ordinary Differential Equations Math 266: Ordinary Differential Equations Long Jin Purdue University, Spring 2018 Basic information Lectures: MWF 8:30-9:20(111)/9:30-10:20(121), UNIV 103 Instructor: Long Jin (long249@purdue.edu) Office

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

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

CHAPTER 4: DYNAMICS: FORCE AND NEWTON S LAWS OF MOTION

CHAPTER 4: DYNAMICS: FORCE AND NEWTON S LAWS OF MOTION CHAPTE 4: DYNAMICS: FOCE AND NEWTON S LAWS OF MOTION 4. NEWTON S SECOND LAW OF MOTION: CONCEPT OF A SYSTEM. A 6.- kg sprinter starts a race ith an acceleration of external force on him? 4. m/s. What is

More information

Science One Math. October 23, 2018

Science One Math. October 23, 2018 Science One Math October 23, 2018 Today A general discussion about mathematical modelling A simple growth model Mathematical Modelling A mathematical model is an attempt to describe a natural phenomenon

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: Homework 2

Differential Equations: Homework 2 Differential Equations: Homework Alvin Lin January 08 - May 08 Section.3 Exercise The direction field for provided x 0. dx = 4x y is shown. Verify that the straight lines y = ±x are solution curves, y

More information

ENGI 2422 First Order ODEs - Separable Page 3-01

ENGI 2422 First Order ODEs - Separable Page 3-01 ENGI 4 First Order ODEs - Separable Page 3-0 3. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with

More information

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008 Mathematics 32 Calculus for Physical and Life Sciences 2 Eam 3 Review Sheet April 5, 2008 Sample Eam Questions - Solutions This list is much longer than the actual eam will be (to give you some idea of

More information

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1 Chapter 11 Differential Equations 11.1 Use separation of variables to solve the following differential equations with given initial conditions. (a) = 2ty, y(0) = 10 (b) = y(1 y), y(0) = 0.5, (Hint: 1 y(y

More information

( ) ( ). ( ) " d#. ( ) " cos (%) " d%

( ) ( ). ( )  d#. ( )  cos (%)  d% Math 22 Fall 2008 Solutions to Homework #6 Problems from Pages 404-407 (Section 76) 6 We will use the technique of Separation of Variables to solve the differential equation: dy d" = ey # sin 2 (") y #

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

Coordinate Curves for Trajectories

Coordinate Curves for Trajectories 43 The material on linearizations and Jacobian matrices developed in the last chapter certainly expanded our ability to deal with nonlinear systems of differential equations Unfortunately, those tools

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

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Elementary Differential Equations and Boundary Value Problems, 11 th edition, by William E. Boyce, Richard C. DiPrima,

More information

Chapter 7. Nonlinear Systems. 7.1 Introduction

Chapter 7. Nonlinear Systems. 7.1 Introduction Nonlinear Systems Chapter 7 The scientist does not study nature because it is useful; he studies it because he delights in it, and he delights in it because it is beautiful. - Jules Henri Poincaré (1854-1912)

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Intermediate Differential Equations. John A. Burns

Intermediate Differential Equations. John A. Burns Intermediate Differential Equations Delay Differential Equations John A. Burns jaburns@vt.edu Interdisciplinary Center for Applied Mathematics Virginia Polytechnic Institute and State University Blacksburg,

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

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

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

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

Math 20C Homework 2 Partial Solutions

Math 20C Homework 2 Partial Solutions Math 2C Homework 2 Partial Solutions Problem 1 (12.4.14). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section 12.4. From these properties, we

More information

MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2)

MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2) MA 137 Calculus 1 with Life Science Application A First Look at Differential Equations (Section 4.1.2) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky October 12, 2015

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

Math 232, Final Test, 20 March 2007

Math 232, Final Test, 20 March 2007 Math 232, Final Test, 20 March 2007 Name: Instructions. Do any five of the first six questions, and any five of the last six questions. Please do your best, and show all appropriate details in your solutions.

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

AP Calculus Testbank (Chapter 6) (Mr. Surowski)

AP Calculus Testbank (Chapter 6) (Mr. Surowski) AP Calculus Testbank (Chapter 6) (Mr. Surowski) Part I. Multiple-Choice Questions 1. Suppose that f is an odd differentiable function. Then (A) f(1); (B) f (1) (C) f(1) f( 1) (D) 0 (E). 1 1 xf (x) =. 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

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

Econ 201: Problem Set 3 Answers

Econ 201: Problem Set 3 Answers Econ 20: Problem Set 3 Ansers Instructor: Alexandre Sollaci T.A.: Ryan Hughes Winter 208 Question a) The firm s fixed cost is F C = a and variable costs are T V Cq) = 2 bq2. b) As seen in class, the optimal

More information

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

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 266: Autonomous equation and population dynamics

Math 266: Autonomous equation and population dynamics Math 266: Autonomous equation and population namics Long Jin Purdue, Spring 2018 Autonomous equation An autonomous equation is a differential equation which only involves the unknown function y and its

More information

Homework 6 Solutions

Homework 6 Solutions Homeork 6 Solutions Igor Yanovsky (Math 151B TA) Section 114, Problem 1: For the boundary-value problem y (y ) y + log x, 1 x, y(1) 0, y() log, (1) rite the nonlinear system and formulas for Neton s method

More information

Arial Bombing Techniques

Arial Bombing Techniques Arial Bombing Techniques By Crystal Pepper and Chris Wilson March 30, 2009 Abstract In this article we will explore the bombing techniques used by the United States Army during World War II in order to

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

Differential Equations & Separation of Variables

Differential Equations & Separation of Variables Differential Equations & Separation of Variables SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 8. of the recommended textbook (or the equivalent

More information

The Princeton Review AP Calculus BC Practice Test 2

The Princeton Review AP Calculus BC Practice Test 2 0 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0 MATH 307 Due: Problem 1 Text: 2.2.9-20 Solve the following initial value problems (this problem should mainly be a review of MATH 125). 1. y = (1 2t)y 2, y(0) = 1/6 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Graphical Analysis and Errors - MBL

Graphical Analysis and Errors - MBL I. Graphical Analysis Graphical Analysis and Errors - MBL Graphs are vital tools for analyzing and displaying data throughout the natural sciences and in a wide variety of other fields. It is imperative

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

10.3 Parametric Equations. 1 Math 1432 Dr. Almus

10.3 Parametric Equations. 1 Math 1432 Dr. Almus Math 1432 DAY 39 Dr. Melahat Almus almus@math.uh.edu OFFICE HOURS (212 PGH) MW12-1:30pm, F:12-1pm. If you email me, please mention the course (1432) in the subject line. Check your CASA account for Quiz

More information

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum

CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION. From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION From Exploratory Factor Analysis Ledyard R Tucker and Robert C. MacCallum 1997 19 CHAPTER 3 THE COMMON FACTOR MODEL IN THE POPULATION 3.0. Introduction

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

EXERCISES Chapter 7: Transcendental Functions. Hyperbolic Function Values and Identities

EXERCISES Chapter 7: Transcendental Functions. Hyperbolic Function Values and Identities 54 Chapter 7: ranscendental Functions EXERCISES 7.8 perbolic Function Values and Identities Each of Eercises 4 gives a value of sinh or cosh. Use the definitions and the identit cosh - sinh = to find the

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

Math221: HW# 2 solutions

Math221: HW# 2 solutions Math: HW# solutions Andy Royston October, 5 8..4 Integrate each side from to t: t d x dt dt dx dx (t) dt dt () g k e kt t t ge kt dt g k ( e kt ). () Since the object starts from rest, dx dx () v(). Now

More information

A Computer Controlled Microwave Spectrometer for Dielectric Relaxation Studies of Polar Molecules

A Computer Controlled Microwave Spectrometer for Dielectric Relaxation Studies of Polar Molecules 384 A Computer Controlled Microave Spectrometer for Dielectric Relaation Studies of Polar Molecules Jai N. Dahiya*, Santaneel Ghosh and J. A. Roberts+ Department of Physics and Engineering Physics, Southeast

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

MATH 1220 Midterm 1 Thurs., Sept. 20, 2007

MATH 1220 Midterm 1 Thurs., Sept. 20, 2007 MATH 220 Midterm Thurs., Sept. 20, 2007 Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the eam and nothing else. Calculators

More information

9.1 Solving Differential Equations

9.1 Solving Differential Equations 9.1 Solving Differential Equations What is a differential equation? Real-world examples: The order of a differential equation is the order of the that occurs in the equation. A differential equation is

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Outline of lectures 3-6

Outline of lectures 3-6 GENOME 453 J. Felsenstein Evolutionary Genetics Autumn, 013 Population genetics Outline of lectures 3-6 1. We ant to kno hat theory says about the reproduction of genotypes in a population. This results

More information

Solutions to Math 41 Second Exam November 5, 2013

Solutions to Math 41 Second Exam November 5, 2013 Solutions to Math 4 Second Exam November 5, 03. 5 points) Differentiate, using the method of your choice. a) fx) = cos 03 x arctan x + 4π) 5 points) If u = x arctan x + 4π then fx) = fu) = cos 03 u and

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

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

Computers, Lies and the Fishing Season

Computers, Lies and the Fishing Season 1/47 Computers, Lies and the Fishing Season Liz Arnold May 21, 23 Introduction Computers, lies and the fishing season takes a look at computer software programs. As mathematicians, we depend on computers

More information

Calculus Math 21B, Winter 2009 Final Exam: Solutions

Calculus Math 21B, Winter 2009 Final Exam: Solutions Calculus Math B, Winter 9 Final Exam: Solutions. (a) Express the area of the region enclosed between the x-axis and the curve y = x 4 x for x as a definite integral. (b) Find the area by evaluating the

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

sec x dx = ln sec x + tan x csc x dx = ln csc x cot x

sec x dx = ln sec x + tan x csc x dx = ln csc x cot x Name: Instructions: The exam will have eight problems. Make sure that your reasoning and your final answers are clear. Include labels and units when appropriate. No notes, books, or calculators are permitted

More information

Math 132 Information for Test 2

Math 132 Information for Test 2 Math 13 Information for Test Test will cover material from Sections 5.6, 5.7, 5.8, 6.1, 6., 6.3, 7.1, 7., and 7.3. The use of graphing calculators will not be allowed on the test. Some practice questions

More information

Science One Math. October 17, 2017

Science One Math. October 17, 2017 Science One Math October 17, 2017 Today A few more examples of related rates problems A general discussion about mathematical modelling A simple growth model Related Rates Problems Problems where two or

More information

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics).

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics). Math 132. Practice Questions From Calculus II I. Topics Covered in Test I 0. State the following calculus rules (these are many of the key rules from Test 1 topics). (Trapezoidal Rule) b a f(x) dx (Fundamental

More information

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

Basic Procedures for Common Problems

Basic Procedures for Common Problems Basic Procedures for Common Problems ECHE 550, Fall 2002 Steady State Multivariable Modeling and Control 1 Determine what variables are available to manipulate (inputs, u) and what variables are available

More information

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

More information

Friday 09/15/2017 Midterm I 50 minutes

Friday 09/15/2017 Midterm I 50 minutes Fa 17: MATH 2924 040 Differential and Integral Calculus II Noel Brady Friday 09/15/2017 Midterm I 50 minutes Name: Student ID: Instructions. 1. Attempt all questions. 2. Do not write on back of exam sheets.

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

1. The accumulated net change function or area-so-far function

1. The accumulated net change function or area-so-far function Name: Section: Names of collaborators: Main Points: 1. The accumulated net change function ( area-so-far function) 2. Connection to antiderivative functions: the Fundamental Theorem of Calculus 3. Evaluating

More information

Halliday/Resnick/Walker 7e Chapter 14

Halliday/Resnick/Walker 7e Chapter 14 HRW 7e Chapter 4 Page of 8 Halliday/Resnick/Walker 7e Chapter 4. The air inside pushes outard ith a force given by p i A, here p i is the pressure inside the room and A is the area of the indo. Similarly,

More information

APPM 2360 Lab #3: The Predator Prey Model

APPM 2360 Lab #3: The Predator Prey Model APPM 2360 Lab #3: The Predator Prey Model 1 Instructions Labs may be done in groups of 3 or less. One report must be turned in for each group and must be in PDF format. Labs must include each student s:

More information

Sample Final Questions: Solutions Math 21B, Winter y ( y 1)(1 + y)) = A y + B

Sample Final Questions: Solutions Math 21B, Winter y ( y 1)(1 + y)) = A y + B Sample Final Questions: Solutions Math 2B, Winter 23. Evaluate the following integrals: tan a) y y dy; b) x dx; c) 3 x 2 + x dx. a) We use partial fractions: y y 3 = y y ) + y)) = A y + B y + C y +. Putting

More information

Intermediate 2 Revision Unit 3. (c) (g) w w. (c) u. (g) 4. (a) Express y = 4x + c in terms of x. (b) Express P = 3(2a 4d) in terms of a.

Intermediate 2 Revision Unit 3. (c) (g) w w. (c) u. (g) 4. (a) Express y = 4x + c in terms of x. (b) Express P = 3(2a 4d) in terms of a. Intermediate Revision Unit. Simplif 9 ac c ( ) u v u ( ) 9. Epress as a single fraction a c c u u a a (h) a a. Epress, as a single fraction in its simplest form Epress 0 as a single fraction in its simplest

More information

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x +

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x + MATH 06 0 Practice Exam #. (0 points) Evaluate the following integrals: (a) (0 points). t +t+7 This is an irreducible quadratic; its denominator can thus be rephrased via completion of the square as a

More information

Differential Equations

Differential Equations Chapter 7 Differential Equations 7. An Introduction to Differential Equations Motivating Questions In this section, we strive to understand the ideas generated by the following important questions: What

More information

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Calculus Review Session Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Topics to be covered 1. Functions and Continuity 2. Solving Systems of Equations 3. Derivatives (one

More information

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod)

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) 28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) θ + ω 2 sin θ = 0. Indicate the stable equilibrium points as well as the unstable equilibrium points.

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

More information

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM SOLUTIONS

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

More information

Elementary Differential Equations

Elementary Differential Equations Elementary Differential Equations George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 310 George Voutsadakis (LSSU) Differential Equations January 2014 1 /

More information

Integration Techniques

Integration Techniques Review for the Final Exam - Part - Solution Math Name Quiz Section The following problems should help you review for the final exam. Don t hesitate to ask for hints if you get stuck. Integration Techniques.

More information

Problem 1. Possible Solution. Let f be the 2π-periodic functions defined by f(x) = cos ( )

Problem 1. Possible Solution. Let f be the 2π-periodic functions defined by f(x) = cos ( ) Problem Let f be the π-periodic functions defined by f() = cos ( ) hen [ π, π]. Make a draing of the function f for the interval [ 3π, 3π], and compute the Fourier series of f. Use the result to compute

More information