Homework 2 Solutions Math 307 Summer 17

Size: px
Start display at page:

Download "Homework 2 Solutions Math 307 Summer 17"

Transcription

1 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 1 pound of salt per gallon is entering at a rate of 3 gallons/minute, and the mixture is allowed to flow out of the tank at 2 gallons/minute. Find the amount of salt in the tank at any time prior to the instant when the solution begins to overflow. Find the concentration (in pounds per gallon) of salt in the tank when it is on the point of overflowing. Compare this concentration with the theoretical limiting concentration if the tank had infinite capacity. Variables: Let Q(t) be the amount of salt in the tank in pounds. Let W (t) be the amount of water in the tank in gallons. Let t be time in minutes. In terms of just water, the rate of water in is 3 gal/min and the rate out is 2 gal/minute, so the tank is filling at a rate of 3 gal/min 2 gal/minute = 1 gal/min, so after every minute, there is one more gallon of water in the tank. Since the amount of water starts at 200 gallons, The setup for this mixing problem is dq dt W (t) = t. = rate in of salt rate out of salt where the rate in of salt is the concentration of salt in the water coming in times the rate of water coming in, so rate in of salt = (concentration in)(rate of water in) = (1 lb/gal)(3 gal/min) = 3 lb/min For the rate out, notice that the concentration of the salt coming out is the same as the concentration currently in the tank. Therefore, so our DE is rate out of salt = (concentration out)(rate of water out) ( ) Q lb 2Q lb = (2 gal/min) = W gal (200 + t) gal dq dt = 3 2Q t. This is not a separable equation, but it is linear, so we can solve for Q using integrating factors. 1

2 Step 1: Standard form: ( ) 2 Q + Q = t so p(t) = 2/(200 + t) and g(t) = 3. Step 2: Compute one solution for the integrating factor µ(t) (you don t need a constant of integration): µ(t) = e p(t)dt = e 2/(200+t)dt = e 2 ln 200+t = (200 + t) 2 Step 3: Multiply both sides of the DE by µ(t): Step 4: Rewrite and integrate: (200 + t) 2 Q + 2(200 + t)q = 3(200 + t) 2 ((200 + t) 2 Q) = 3(200 + t) 2 so integrating with respect to t, (200 + t) 2 Q = 3(200 + t) 2 dt = (200 + t) 3 + C Step 5: Solve for Q and C. Q = (200 + t) + C (200 + t) 2 Pluggin in the initial condition Q(0) = 100 (the amount of salt starts at 100), so C = 4, 000, 000 and 100 = C Q = (200 + t) 4, 000, 000 (200 + t) 2. The tank is full when the amount of water W (t) reaches the capacity of the tank, which is 500, so when 500 = W (t) = t then t = 300 min. The concentration in the tank at this time is Q(300) 500 On the other hand, the concentration at time t is = = Q(t) W (t) = Q(t) 4, 000, 000 = t (200 + t) 3, so as t, the fraction converges to zero and the concentration converges to lim Q(t) = 1 0 = 1. t Problem 9. A certain college graduate borrows $8000 to buy a car. The lender charges interest at an annual rate of 10%. Assuming that interest is compounded continuously and that the borrower makes payments continuously at a constant rate k, determine the payment rate k that is required to pay off the loan in 3 years. Also determine how much interest is paid during the 3 year period. 2

3 Variables: Let S(t) be the amount owed. Let t be time in years. Our DE is ds dt = 0.1S k We also have the initial condition S(0) = Notice that the problem statement implicitly assumes that 0.1S k is negative for all t. Otherwise, if the student doesn t make large enough payments, then the student s loan will grow exponentially and they will never be able to pay it off. Separating variables and integrating, we get the solution or 0.1S k = Ce 0.1t. S = Ce 0.1t + 10k for some C (notice this C and the previous one are different). Pluggin in S(0) = 8000, we get C = k. Therefore, S = ( k)e 0.1t + 10k. In order for the student to pay off the loan in 3 years, that means S(3) = 0, so which can be rewritten as Solving for k, 0 = ( k)e k. k(10e ) = 8000e 0.3. k $3087 per year. Finally, the amount of interest paid is the total amount paid minus the initial amount loaned, so Interest paid = Total paid 8000 = (3 yr)(k dollars/year) 8000 $1260. Problem 16. Newton s Law of Cooling states that the temperature of an object changes at a rate proportional to the difference betweeen its temperature and that of its surroundings. Suppose that the temperature of a cup of coffee obeys Newton s law of cooling. If the coffee has a temperature of 200 F when freshly poured, and 1 min later has cooled to 190 F in a room at 70 F, determine when the coffee reaches a temperature of 150 F. Variables: Let T be temperature and t be time in minutes. Then our DE is dt dt = k(70 T ) for some positive k > 0. We have the two conditions T (0) = 200 and T (1) = 190. The DE is linear first order, so using integrating factors we can solve to get T = 70 + Ce kt. Plugging in T (0) = 200 gives you C = 130, and plugging in T (1) = 190 gives you k = ln ( 12 13). Therefore, T = e ln(12/13)t. 3

4 Setting T = 150 and solving we get so 8 13 = eln(12/13)t t = ln(8/13) ln(12/13). Problem 20a. A ball with mass 0.15kg is thrown upward with initial velocity 20m/s from the roof of a building 30m high. Neglecting air resistance, find the max height above the ground that the ball reaches. We basically did this in class. If v(t) is the velocity and h(t) is the height, we saw that they are given by the equations v(t) = gt + v 0 = 9.8t + 20 h(t) = (g/2)t 2 + v 0 t + h 0 = 4.9t t + 30 (notice that these are both independent of the mass m = In order to find the maximum height, that is when v(t) = 0, so t = 20/9.8 = Plugging this into h(t) we get h(2.04) 50.41m, the maximum height of the ball. Problem 21a. Assume that the conditions are as in Problem 20, except that there is a force due to air resistance of magnitude v /30 directed opposite to the velocity, where the velocity v is measured in m/s. Find the max height above the ground that the ball reaches. As seen in class, in this case our differential equation for the velocity is m dv dt = mg v 30. We also have the initial condition v(0) = 20 and we know m = 0.15kg. Solving the differential equation with integrating factors we get v = Ce 0.22t Then we use the initial condition to solve for C: 20 = Ce = C, so C = and v = e 0.22t. The max height occurs when v = 0, so and solving this gives 0 = e 0.22t t = ln(0.68) s. Remember how I told you to compare the answer you get here with the answer you get in Problem 20? Comparing the times, we see that the ball peaks faster if there is air resistance, which makes sense. Ok, 4

5 so what about the max height? Let s solve for h(t) by integrating v(t) and then pluggin in the initial condition. ( ) 9.8 h(t) = v(t)dt = e 0.22t dt + C = t e 0.22t + C Plugging in the initial condition h(0) = 30, we can solve to get C = Then since the ball peaks at t = 1.753, the max height is h(1.753) = (1.753) e 0.22(1.753) m We see that this is slightly lower than the peak height in Problem 20, so our intuition served us well! Section 2.4 Problem 1. Determine an interval in which the solution of the given IVP is certain to exist First put it in standard form (t 3)y + (ln t)y = 2t, y(1) = 2 y + ln t t 3 y = 2t t 3. then p(t) = ln t/(t 3) and g(t) = 2t/(t 3). Since ln t is only defined for t > 0, both p(t) and g(t) are continuous on the intervals (0, 3) and (3, ). Since the initial condition t 0 = 1 is in (0, 3), Theorem says there exists a unique solution to the IVP, and it is guaranteed to exist on the interval (0, 3). Problem 7. State where in the ty-plane the hypotheses of Theorem are satisfied for the differential equation y = t y 2t + 5y. What they really mean is, where could the initial condition (t 0, y 0 ) be in the ty-plane so that there exists some rectangle around it on which both f and the partial derivative f/ y are continuous? First, note that f = t y 2t + 5y and f y = (2t + 5y)( 1) (5)(t y) (2t + 5y) 2 = 7t (2t + 5y) 2. Then both functions are continuous when 2t + 5y 0, meaning they are continuous everywhere but on the line y = 2t/5. If we draw this line. But given any initial condition (t 0, y 0 ) not on this line, you can find a rectangle containing the point that does not intersect the line of discontinuity (the rectangle might have to be really small if your point is close to the line). 5

6 Therefore, the hypotheses are satisfied at all points not on the line y = 2t/5. Section 2.5 Problem 3. Determine the equilibrium points and classify each one as asymptotically stable or unstable. Draw the phase line, and sketch several graphs of solutions in the ty-plane. dy dt = y(y 1)(y 2), y 0 0 The equilibrium solutions are y = 0, y = 1 and y = 2. For 0 < y < 1, the derivative is positive dy/dt > 0. For 1 < y < 2, the derivative is negative dy/dt < 0. For y > 2, the derivative is positive dy/dt > 0. In order to figure out the signs of the derivatives in each interval, you can simply plug in any y value in that interval into f(y) to check the sign. For example, f(1.5) = (1.5)(0.5)( 0.5) < 0. Therefore, all values of f(y) are negative in the interval 1 < y < 2. It follows that y = 0 is unstable, y = 1 is stable, and y = 2 is unstable. Problem 18. A pond forms as water collects in a conical depression of radius a and depth h. Suppose that water flows in at a constant rate k and is lost through evaporation at a rate proportional to the surface area. (a) Show that the volume V (t) of water in the pond at time t satisfies the DE where α is the coefficient of evaporation. dv dt = k απ ( ) 2/3 3a V 2/3 πh 6

7 (b) Find the equilibrium depth of water in the pond. Is the equilibrium asymptotically stable? (c) Find a condition that must be satisfied if the pond is not to overflow. (a) As mentioned in the hint, let L(t) be the height of the water from the bottom of the cone. The surface of the water forms a circle of radius r(t), so the surface area is πr 2. Notice that the ratio of r to L is the same as the ratio of the radius of the whole cone a to the height of the whole cone h, so r L = a h. (0.1) Furthermore, since the body of water forms a cone of height L and radius r, its volume is V = 1 3 πr2 L. (0.2) from the volume formula of a right circular cone. Now let s write the differential equation. Since the rate in of water is k and the rate out of water is proportional to the surface area of the water, which is πr 2, we have dv dt = k απr2 where α is the coefficient of evaporation. So we see that we need to write r in terms of V. Let s solve for L in equation (0.1) and plug it into equation (0.2), then solve for r in terms of V : Plugging this back into the DE we get dv dt = k απ L = rh a V = 1 ( ) rh 3 πr2 = rhπ a ( ) 1/3 3V a r = πh ( ) 2/3 3V a = k απ πh 3a r3 ( ) 2/3 3a V 2/3 πh (b) Notice that they asking for you to solve for the value of L at equilibrium. Let s go back to the equation and set this quantity equal to zero. Then dv dt = k απr2 r = k απ (we take the positive square root because the radius can t be negative). Then we can plug back into equation (0.1) to get L. L = rh ( ) h k a = a απ First, notice that V, L and r all increase together, or they all decrease together. You can see that this equilibrium solution is indeed stable because as L increases, r increases as well, and the right hand side of the DE decreases. So as you increase r the rate of change must go from positive, to 0 at the above equilibrium, and then to negative. This means that our equilibrium is asymptotically stable. 7

8 (c) In order for the pond not to overflow, we would need the equilibrium L value to be at most the height of the cone h, so we need ( ) h k a απ h k απ a2 so we would need the inflow k to be at most απa 2. k απa 2 Problem 20. At a given level of effort, it is reasonable to assume that the rate at which fish are caught depends on the population y: the more fish there are, the easier it is to catch them. Thus we assume that the rate at which fish are caught is given by Ey where E is a positive constant, with units 1/time, that measures the total effort made to harvest the given species of fish. To include this effect, the logistic equation is replaced by dy = r(1 y/k)y Ey dt This equation is known as the Schaefer model. (a) Show that if E < r, then there are two equilibrium points, y 1 = 0 and y 2 = K(1 E/r) > 0. (b) Show that y = y 1 is unstable and y = y 2 is asymptotically stable. (c) A sustainable yield Y of the fishery is a rate at which fish can be caught indefinitely. It is the product of the effort E and the asymptotically stable population y 2. Find Y as a function of the effort E; the graph of this function is known as the yield-effort curve. (d) Determine E so as to maximize Y and thereby find the maximum sustainable yield Y m. (a) Let A be the expression A = (r E)K/r. Then the first thing to notice is that with a bit of rewriting we can factor the equation as dy = y(a y)(r/k) dt so the equilibrium points are y = 0 and y = A, which is the same as y 2 given in the problem statement. Then it is obvious that y 2 = A = (r E)K/r > 0 if E < r. (b) Since A, r and K are all positive, the graph of y versus y(a y)(r/k) looks like 8

9 so solutions below y = A increase up to y = A, and solutions above y = A decrease down to y = A. Therefore, y = y 2 = A is a stable equilibrium. Similarly, solutions near y = 0 diverge away from y = 0, so y = y 1 = 0 is unstable. (c) They literally just want you to write Y = Ey 2 = E(r E)K/r (d) In order to maximize Y with respect to E, we need to set dy/de = 0, so 0 = dy de = (r E)K/r EK/r by the product rule, and collecting and simplifying we get so E = r/2. Plugging back into Y we get E(2K/r) = K Y m = (r/2)(r r/2)k/r = rk 4 Section 2.6 Problem 7. Determine whether the equation is exact. If it is exact, find the solution. (e x sin y 2y sin x) + (e x cos y + 2 cos x)y = 0 9

10 Let M = e x sin y 2y sin x and N = e x cos y + 2 cos x. Since M y = ex cos y 2 sin x = N x, the ODE is exact. Therefore, in order to solve it, we must find a Φ(x, y) such that Φ x = M, Φ y = N. In order to find such a Φ, we integrate M and N with respect to x and y, respectively, so Φ = M dx = (e x sin y 2y sin x) dx = e x sin y + 2y cos x + C 1 (y) Φ = N dy = (e x cos y + 2 cos x) dy = e x sin y + 2y cos x + C 2 (x) where C 1 (y) is some function of y and C 2 (x) is some function of x. Since these expressions for Φ must match, then we see that both C 1 (y) and C 2 (x) must be constants. Hence, Φ = e x sin y + 2y cos x and the final solution is for any constant C. e x sin y + 2y cos x = C Additional Problems Problem A1. Solve the given initial value problem and determine how the interval in which the solution exists depends on the initial value y 0, Rewrite the equation as y + t 2 y 2 = 0, y(0) = y 0. y = t 2 y 2, then we see that it is a separable equation. Also notice that since f(t, y) and f/ y are continous for all t and y, there exists a unique solution to the differential equation for any initial conditions. However, we cannot yet tell where those solutions are continuous. First, we should look for equilibrium solutions. Setting the right hand side of the equation equal to 0, we see the only equilibrium solution is y = 0. Therefore, when y 0 = 0 the unique solution is y = 0, which is continuous for all t. Second, we solve the separable equation, y 2 dy = t 2 dt We can solve for C using the initial conditions, y 1 = t 3 /3 + C 1 y = t 3 /3 + C. y 0 = /3 + C = 1 C 10

11 so C = y 1 0, assuming y 0 0. So for y 0 0, the solution is y = 1 t 3 /3 + y0 1 = 3y 0 y 0 t which is not defined when y 0 t 3 = 3 so when t = 3 3 y 0. The sign of this value depends on the sign of y 0, so there are two cases. If y 0 > 0, then 3 3/y 0 < 0 so the largest interval on which the solution is continuous is ( 3 3/y 0, ). Otherwise, if y 0 < 0, then 3 3/y 0 > 0 so the largest interval on which the solution is continuous is (, 3 3/y 0 ). In summary, Initial y 0 value Largest interval on which solution is continuous y 0 = 0 (, ) y 0 > 0 ( 3 3/y 0, ) y 0 < 0 (, 3 3/y 0 ) 11

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

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

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

More information

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

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

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

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

Sample Questions, Exam 1 Math 244 Spring 2007

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

More information

Problem Sheet 1.1 First order linear equations;

Problem Sheet 1.1 First order linear equations; Problem Sheet 1 First order linear equations; In each of Problems 1 through 8 find the solution of the given initial value problem 5 6 7 8 In each of Problems 9 and 10: (a) Let be the value of for which

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

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

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1 Math 392 Exam 1 Solutions Fall 20104 1. (10 pts) Find the general solution to the differential equation = 1 y 2 t + 4ty = 1 t(y 2 + 4y). Hence (y 2 + 4y) = t y3 3 + 2y2 = ln t + c. 2. (8 pts) Perform Euler

More information

Sect2.1. Any linear equation:

Sect2.1. Any linear equation: Sect2.1. Any linear equation: Divide a 0 (t) on both sides a 0 (t) dt +a 1(t)y = g(t) dt + a 1(t) a 0 (t) y = g(t) a 0 (t) Choose p(t) = a 1(t) a 0 (t) Rewrite it in standard form and ḡ(t) = g(t) a 0 (t)

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

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

First Order ODEs, Part II

First Order ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Existence & Uniqueness Theorems 1 Existence & Uniqueness Theorems

More information

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

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

More information

Math 266, Midterm Exam 1

Math 266, Midterm Exam 1 Math 266, Midterm Exam 1 February 19th 2016 Name: Ground Rules: 1. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use

More information

Assignment # 3, Math 370, Fall 2018 SOLUTIONS:

Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Problem 1: Solve the equations: (a) y (1 + x)e x y 2 = xy, (i) y(0) = 1, (ii) y(0) = 0. On what intervals are the solution of the IVP defined? (b) 2y + y

More information

Math Spring 2014 Homework 2 solution

Math Spring 2014 Homework 2 solution Math 3-00 Spring 04 Homework solution.3/5 A tank initially contains 0 lb of salt in gal of weater. A salt solution flows into the tank at 3 gal/min and well-stirred out at the same rate. Inflow salt concentration

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

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

More information

Chapter 2: First Order ODE 2.4 Examples of such ODE Mo

Chapter 2: First Order ODE 2.4 Examples of such ODE Mo Chapter 2: First Order ODE 2.4 Examples of such ODE Models 28 January 2018 First Order ODE Read Only Section! We recall the general form of the First Order DEs (FODE): dy = f (t, y) (1) dt where f (t,

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

Calculus IV - HW 2 MA 214. Due 6/29

Calculus IV - HW 2 MA 214. Due 6/29 Calculus IV - HW 2 MA 214 Due 6/29 Section 2.5 1. (Problems 3 and 5 from B&D) The following problems involve differential equations of the form dy = f(y). For each, sketch the graph of f(y) versus y, determine

More information

Calculus IV - HW 1. Section 20. Due 6/16

Calculus IV - HW 1. Section 20. Due 6/16 Calculus IV - HW Section 0 Due 6/6 Section.. Given both of the equations y = 4 y and y = 3y 3, draw a direction field for the differential equation. Based on the direction field, determine the behavior

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

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 IV. Applications, modeling, and word problems Lesson Overview Mixing: Smoke flows into the room; evenly mixed air flows

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

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

ODE Math 3331 (Summer 2014) June 16, 2014

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

More information

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

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section: MATH 251 Examination I October 10, 2013 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November 6 2017 Name: Student ID Number: I understand it is against the rules to cheat or engage in other academic misconduct

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

DEplot(D(y)(x)=2*sin(x*y(x)),y(x),x=-2..2,[[y(1)=1]],y=-5..5)

DEplot(D(y)(x)=2*sin(x*y(x)),y(x),x=-2..2,[[y(1)=1]],y=-5..5) Project #1 Math 181 Name: Email your project to ftran@mtsac.edu with your full name and class on the subject line of the email. Do not turn in a hardcopy of your project. Step 1: Initialize the program:

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

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus Math 128 Midterm Examination 2 October 21, 28 Name 6 problems, 112 (oops) points. Instructions: Show all work partial credit will be given, and Answers without work are worth credit without points. You

More information

MAT 275 Test 1 SOLUTIONS, FORM A

MAT 275 Test 1 SOLUTIONS, FORM A MAT 75 Test SOLUTIONS, FORM A The differential equation xy e x y + y 3 = x 7 is D neither linear nor homogeneous Solution: Linearity is ruinied by the y 3 term; homogeneity is ruined by the x 7 on the

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

20D - Homework Assignment 1

20D - Homework Assignment 1 0D - Homework Assignment Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment October 7, 0. #,,,4,6 Solve the given differential equation. () y = x /y () y = x /y( + x ) () y + y sin x = 0 (4) y =

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

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60 Math 307 E - Summer 011 Pactice Mid-Term Exam June 18, 011 Name: Student number: 1 10 10 3 10 4 10 5 10 6 10 Total 60 Complete all questions. You may use a scientific calculator during this examination.

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

Introduction to di erential equations

Introduction to di erential equations Chapter 1 Introduction to di erential equations 1.1 What is this course about? A di erential equation is an equation where the unknown quantity is a function, and where the equation involves the derivative(s)

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

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

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

More information

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9.

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9. Math 307A, Winter 2014 Midterm 1 Solutions Page 1 of 8 1. (10 points Solve the following initial value problem explicitly. Your answer should be a function in the form y = g(t, where there is no undetermined

More information

Lesson 10 MA Nick Egbert

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

More information

(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

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

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy

MATH 294???? FINAL # 4 294UFQ4.tex Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy 3.1. 1 ST ORDER ODES 1 3.1 1 st Order ODEs MATH 294???? FINAL # 4 294UFQ4.tex 3.1.1 Find the general solution y(x) of each of the following ODE's a) y 0 = cosecy MATH 294 FALL 1990 PRELIM 2 # 4 294FA90P2Q4.tex

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

Sample Solutions of Assignment 3 for MAT3270B: 2.8,2.3,2.5,2.7

Sample Solutions of Assignment 3 for MAT3270B: 2.8,2.3,2.5,2.7 Sample Solutions of Assignment 3 for MAT327B: 2.8,2.3,2.5,2.7 1. Transform the given initial problem into an equivalent problem with the initial point at the origin (a). dt = t2 + y 2, y(1) = 2, (b). dt

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

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

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

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

More information

Graded and supplementary homework, Math 2584, Section 4, Fall 2017

Graded and supplementary homework, Math 2584, Section 4, Fall 2017 Graded and supplementary homework, Math 2584, Section 4, Fall 2017 (AB 1) (a) Is y = cos(2x) a solution to the differential equation d2 y + 4y = 0? dx2 (b) Is y = e 2x a solution to the differential equation

More information

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA:

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA: Exam 4 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may

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

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

Math 2214 Solution Test 1D Spring 2015

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

More information

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

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

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

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

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

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

More information

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2.

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2. Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f continuous

More information

ANOTHER FIVE QUESTIONS:

ANOTHER FIVE QUESTIONS: No peaking!!!!! See if you can do the following: f 5 tan 6 sin 7 cos 8 sin 9 cos 5 e e ln ln @ @ Epress sin Power Series Epansion: d as a Power Series: Estimate sin Estimate MACLAURIN SERIES ANOTHER FIVE

More information

Math 2930 Worksheet Introduction to Differential Equations

Math 2930 Worksheet Introduction to Differential Equations Math 2930 Worksheet Introduction to Differential Equations Week 2 February 1st, 2019 Learning Goals Solve linear first order ODEs analytically. Solve separable first order ODEs analytically. Questions

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 116 Practice for Exam 2

Math 116 Practice for Exam 2 Math 6 Practice for Exam 2 Generated October 29, 205 Name: SOLUTIONS Instructor: Section Number:. This exam has 7 questions. Note that the problems are not of equal difficulty, so you may want to skip

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

4. Some Applications of first order linear differential

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

More information

Computational Neuroscience. Session 1-2

Computational Neuroscience. Session 1-2 Computational Neuroscience. Session 1-2 Dr. Marco A Roque Sol 05/29/2018 Definitions Differential Equations A differential equation is any equation which contains derivatives, either ordinary or partial

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

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

Math 165 Final Exam worksheet solutions

Math 165 Final Exam worksheet solutions C Roettger, Fall 17 Math 165 Final Exam worksheet solutions Problem 1 Use the Fundamental Theorem of Calculus to compute f(4), where x f(t) dt = x cos(πx). Solution. From the FTC, the derivative of the

More information

Practice Problems For Test 1

Practice Problems For Test 1 Practice Problems For Test 1 Population Models Exponential or Natural Growth Equation 1. According to data listed at http://www.census.gov, the world s total population reached 6 billion persons in mid-1999,

More information

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

DIFFERENTIAL EQUATIONS

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

More information

Final Exam Review Part I: Unit IV Material

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

More information

Ordinary Differential Equations

Ordinary Differential Equations 12/01/2015 Table of contents Second Order Differential Equations Higher Order Differential Equations Series The Laplace Transform System of First Order Linear Differential Equations Nonlinear Differential

More information

Math 116 Practice for Exam 2

Math 116 Practice for Exam 2 Math 116 Practice for Exam 2 Generated October 29, 2015 Name: Instructor: Section Number: 1. This exam has 7 questions. Note that the problems are not of equal difficulty, so you may want to skip over

More information

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015.

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015. APPM 23: Final Exam :3am :pm, May, 25. ON THE FRONT OF YOUR BLUEBOOK write: ) your name, 2) your student ID number, 3) lecture section, 4) your instructor s name, and 5) a grading table for eight questions.

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

MATH 23 EXAM 1 REVIEW PROBLEMS

MATH 23 EXAM 1 REVIEW PROBLEMS MATH 3 EXAM 1 REVIEW PROBLEMS Problem 1. A spherical raindrop evaporates at a rate proportional to its surface area. Write a differential equation for the volume of the raindrop as a function of time.

More information

Math Applied Differential Equations

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

More information

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

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

More information

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section: MATH 251 Examination I October 8, 2015 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Name: Solutions Final Exam

Name: Solutions Final Exam Instructions. Answer each of the questions on your own paper. Put your name on each page of your paper. Be sure to show your work so that partial credit can be adequately assessed. Credit will not be given

More information

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I October 5, 2017 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit

More information

Review for the Final Exam

Review for the Final Exam Calculus Lia Vas. Integrals. Evaluate the following integrals. (a) ( x 4 x 2 ) dx (b) (2 3 x + x2 4 ) dx (c) (3x + 5) 6 dx (d) x 2 dx x 3 + (e) x 9x 2 dx (f) x dx x 2 (g) xe x2 + dx (h) 2 3x+ dx (i) x

More information

Even-Numbered Homework Solutions

Even-Numbered Homework Solutions Even-Numbered Homework Solutions Chapter 1 1.1 8. Using the decay-rate parameter you computed in 1.1.7, determine the time since death if: (a) 88% of the original C-14 is still in the material The decay-rate

More information

MAT 311 Midterm #1 Show your work! 1. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE. y = (1 x 2 y 2 ) 1/3

MAT 311 Midterm #1 Show your work! 1. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE. y = (1 x 2 y 2 ) 1/3 MAT 3 Midterm # Show your work!. The existence and uniqueness theorem says that, given a point (x 0, y 0 ) the ODE y = ( x 2 y 2 ) /3 has a unique (local) solution with initial condition y(x 0 ) = y 0

More information

Second Printing Errata for Advanced Engineering Mathematics, by Dennis G. Zill and Michael R. Cullen

Second Printing Errata for Advanced Engineering Mathematics, by Dennis G. Zill and Michael R. Cullen 59X_errataSecondPrint.qxd /7/7 9:9 AM Page Second Printing Errata for Advanced Engineering Mathematics, by Dennis G. Zill and Michael R. Cullen (Yellow highlighting indicates corrected material) Page 7

More information

Math 113 Final Exam Practice Problem Solutions. f(x) = ln x x. lim. lim. x x = lim. = lim 2

Math 113 Final Exam Practice Problem Solutions. f(x) = ln x x. lim. lim. x x = lim. = lim 2 Math 3 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal . Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal 3 9 matrix D such that A = P DP, for A =. 3 4 3 (a) P = 4, D =. 3 (b) P = 4, D =. (c) P = 4 8 4, D =. 3 (d) P

More information