Section 2.2 Solutions to Separable Equations

Size: px
Start display at page:

Download "Section 2.2 Solutions to Separable Equations"

Transcription

1 Section. Solutions to Separable Equations Key Terms: Separable DE Eponential Equation General Solution Half-life Newton s Law of Cooling Implicit Solution (The epression has independent and dependent variables combined; function of two variables.) Eplicit Solution (Dependent variable is epressed as function of the independent variable alone.)

2 Definition: A first order DE is called separable if it can be rearranged so that all terms containing the independent variable are on one side of the equal sign and all terms containing the dependent variable are on the other side. One equation that arises often in applications is N' = -λn Because of the form of its solutions, the DE is called the eponential equation. An equivalent epression is dn =-λn dt. Separate the DE into the form dn =-λdt N Integrating both sides we get ln N = λt - + C -λt+c C -λt Solving for N gives N =e =e e are both positive we have two cases C To simplify things let e, if N > 0 A= C -e, if N < 0. Since e C and e -λt C λt - e e, if N > 0 N(t) = C λt - -e e, if N < 0 Thus the solution can be written N(t) = Ae -λt where A is a nonzero arbitrary constant. This procedure is not valid when N = 0, but note that if we set A to zero then N(t)= 0 and we have a solution for all values of A.

3 Eample: Radioactive decay The eponential equation N(t) = Ae -λt is a model for the decay of Radioactive Thorium- 34. Suppose that 1 gram of this material is reduced to 0.80 gram in one week. Find the half-life of T-34. Let N(t) be the amount of Thorium-34 at time = t weeks. We have N(0) = 1 gm and N(1) = 0.80 gm. There are two unknowns in the eponential equation: A and λ. Using N(t) = Ae -λt and N(0) = 1 we get 1 = Ae -λ0 = A. Thus A = 1. Using N(t) = e -λt and N(1) = 0.80 we get 0.80 = e -λ1 and solving for λ we have -λ = ln(0.80) λ = ln(0.80) Then we have solution N(t) = e ln(0.80)t. To find the half-life we set N = 0.50 gm and solve for t. ln(0.80) t ln(0.50) 0.50 = e ln(0.50) = ln(0.80)t t = weeks ln(0.80) So the half-life is about 3.1 weeks.

4 Eample: Solve DE y'= t y. Let y' = dy/dt and separate the variables. dy = t dt y 1 1 Integrating both sides we get - = t +C y Solving for y we obtain y= = = 1 t +C t +C t +C where we used that times an arbitrary constant is just an arbitrary constant which we renamed to be C. Note that the constant function y(t) = 0 is another solution although no finite value of C in the solution equation will yield this solution. Definition: The general solution to a differential equation is a family of solutions depending on sufficiently many parameters to give all but finitely many solutions. - y(t) = t +C So is general solution of y'= t y, even though this family of solutions doesn t include all solutions.

5 Look at the variety of solutions to IVPs for DE y'= t y. This is just a portion of the direction field. y = -/(t +C) C = -5, -6, y = 0 0 C = C = 1 C = 1,,

6 y ' = t y y t

7 Eample: A can of Coors Light beer at 40 F is placed into a room where the temperature is 70 F. After 10 minutes the temperature of the beer is 60 F. What is the temperature of the beer as a function of time? What is the temperature of the beer 0 minutes after the beer was placed into the room? According to Newton s law of cooling, the rate of change of an object s temperature (T ) is proportional to the difference between its temperature and the ambient temperature (A). Thus we have dt = -k(t - A), k > 0 dt Notice that if T < A, the temperature of the object will be increasing. The equation is separable, so we separate variables to get Integrate both sides to get dt (T - A) ln( T - A ) = -kdt = -kt + C We solve for T using eponentials to obtain -kt +C C -kt -kt -kt T - A = e = e e = Ce T = Ce + A After the integration step we were able to get an eplicit epression for T.

8 -kt T = Ce + A Using the information that at t = 0, T = 40 F and A = 70 F we determine C. -k0 40 = Ce + 70 C = -30 Now we have -kt T = -30e + 70 Using that after 10 minutes the temperature of the beer is 60 F we solve for k. -k10 -k10 1 -k10 ln(1/ 3) 60 = -30e = -30e = e k = Finally to determine the temperature of the beer 0 minutes after the beer was placed into the room we determine T from t T = -30e + 70 We find that ( 0) T = -30e So the beer is about 67 F after 0 minutes, which is almost room temperature.

9 Implicitly defined solutions It is not always possible to get an eplicit epression for the solution after you solve the separable DE. We consider eamples. Eample: Find the solutions of the equation y = e /(1+y), having initial conditions y(0) = 1 and y(0) = 4. When we separate the variables and integrate we obtain Implicit solution. 1 y+ y =e +C y +y-(e +C)=0 Applying the quadratic formula we get 1 y() = - ± 4 + 8(e + C) = -1± 1+ (e + C) We get two solutions from the quadratic formula, and the initial condition will dictate which solution we choose. Case: y(0) = 1 0 1= -1± 1+ (e + C) C = 1/ Inspection says we must choose the positive root so we have solution. Case: y(0) = = -1± 1+ (e + C) C = 3 Inspection says we must choose the negative root so we have solution. y() = (e +1/ ) = e y() = (e + 3) = e

10 We have the following sketch of the solutions. What is the interval of eistence for each solution? y() = e y() = e In each case the term under the square root is positive for all hence both solutions have interval of eistence (-, ).

11 In the previous eample we were able to take the implicit solution and use the quadratic formula to get eplicit solutions for each initial condition. This not always the case. Eample: Find the solutions of the equation (0) = 1, (0) =, and (0) = 0. t ' = 1+ having initial conditions When we separate the variables and integrate we obtain ( ) +ln = t + C It is not possible to obtain an eplicit epression in this case. Case: (0) = 1 C = 1 so we have ( ) +ln = t +1 Case: (0) = - C = ln()- so we have ( ) +ln = t +ln() - Case: (0) = 0 We can t separate the variables; we would have (1+ )d = tdt Note the denominator. However inspecting the IVP t ' =, (0) = 0 1+ we see that (t) = 0 is a solution.

12 Using numerical methods we can obtain a plot like the following. Since the solutions are defined implicitly, it is a difficult task to visualize them without the aid of numerical methods.

Exponential Growth and Decay

Exponential Growth and Decay Exponential Growth and Decay Warm-up 1. If (A + B)x 2A =3x +1forallx, whatarea and B? (Hint: if it s true for all x, thenthecoe cients have to match up, i.e. A + B =3and 2A =1.) 2. Find numbers (maybe

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.6 Derivatives of Logarithmic Functions In this section, we: use implicit differentiation to find the derivatives of the logarithmic functions and, in particular,

More information

Chapter 11 Packet & 11.2 What is a Differential Equation and What are Slope Fields

Chapter 11 Packet & 11.2 What is a Differential Equation and What are Slope Fields Chapter 11 Packet 11.1 & 11. What is a Differential Equation and What are Slope Fields What is a differential equation? An equation that gives information about the rate of change of an unknown function

More information

3.8 Exponential Growth and Decay

3.8 Exponential Growth and Decay October 15, 2010 Population growth Population growth If y = f (t) is the number of individuals in a population of animals or humans at time t, then it seems reasonable to expect that the rate of growth

More information

6.5 Separable Differential Equations and Exponential Growth

6.5 Separable Differential Equations and Exponential Growth 6.5 2 6.5 Separable Differential Equations and Exponential Growth The Law of Exponential Change It is well known that when modeling certain quantities, the quantity increases or decreases at a rate proportional

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

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

Applications of First Order Differential Equation

Applications of First Order Differential Equation Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 39 Orthogonal Trajectories How to Find Orthogonal Trajectories Growth and Decay

More information

Math-3 Lesson 8-7. b) ph problems c) Sound Intensity Problems d) Money Problems e) Radioactive Decay Problems. a) Cooling problems

Math-3 Lesson 8-7. b) ph problems c) Sound Intensity Problems d) Money Problems e) Radioactive Decay Problems. a) Cooling problems Math- Lesson 8-7 Unit 5 (Part-) Notes 1) Solve Radical Equations ) Solve Eponential and Logarithmic Equations ) Check for Etraneous solutions 4) Find equations for graphs of eponential equations 5) Solve

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematics 256 a course in differential equations for engineering students Chapter 1. How things cool off One physical system in which many important phenomena occur is that where an initial uneven temperature

More information

Practice Midterm Solutions

Practice Midterm Solutions Practice Midterm Solutions Math 4B: Ordinary Differential Equations Winter 20 University of California, Santa Barbara TA: Victoria Kala DO NOT LOOK AT THESE SOLUTIONS UNTIL YOU HAVE ATTEMPTED EVERY PROBLEM

More information

Solutions. 1. Use the table of integral formulas in Appendix B in the textbook to help compute the integrals below. u du 9 + 4u + C 48

Solutions. 1. Use the table of integral formulas in Appendix B in the textbook to help compute the integrals below. u du 9 + 4u + C 48 ams 11b Study Guide 3 econ 11b Solutions 1. Use the table of integral formulas in Appendi B in the tetbook to help compute the integrals below. 4 d a. 5 + 9 = 4 5 1 3 ln + 9 3 + C = 4 15 ln + 9 3 + C Formula

More information

= f (x ), recalling the Chain Rule and the fact. dx = f (x )dx and. dx = x y dy dx = x ydy = xdx y dy = x dx. 2 = c

= f (x ), recalling the Chain Rule and the fact. dx = f (x )dx and. dx = x y dy dx = x ydy = xdx y dy = x dx. 2 = c Separable Variables, differential equations, and graphs of their solutions This will be an eploration of a variety of problems that occur when stuing rates of change. Many of these problems can be modeled

More information

Integral Curve (generic name for a member of the collection of known as the general solution)

Integral Curve (generic name for a member of the collection of known as the general solution) Section 1.2 Solutions of Some Differential Equations Key Terms/Ideas: Phase Line (This topic is not in this section of the book.) Classification of Equilibrium Solutions: Source, Sink, Node SPECIAL CASE:

More information

Lesson 6 MA Nick Egbert

Lesson 6 MA Nick Egbert Overview In this lesson we start our stu of differential equations. We start by considering only exponential growth and decay, and in the next lesson we will extend this idea to the general method of separation

More information

1. If (A + B)x 2A =3x +1forallx, whatarea and B? (Hint: if it s true for all x, thenthecoe cients have to match up, i.e. A + B =3and 2A =1.

1. If (A + B)x 2A =3x +1forallx, whatarea and B? (Hint: if it s true for all x, thenthecoe cients have to match up, i.e. A + B =3and 2A =1. Warm-up. If (A + B)x 2A =3x +forallx, whatarea and B? (Hint: if it s true for all x, thenthecoe cients have to match up, i.e. A + B =3and 2A =.) 2. Find numbers (maybe not integers) A and B which satisfy

More information

The Geiger Counter. Gavin Cheung. April 10, 2011

The Geiger Counter. Gavin Cheung. April 10, 2011 The Geiger Counter Gavin Cheung 0938173 April 10, 011 Abstract The half life of indium-116 was found using a Geiger counter. The half life was found to be 3300 ± 50s. The dead time of the Geiger counter

More information

Math 31S. Rumbos Fall Solutions to Exam 1

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

More information

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS Mr. Isaac Akpor Adjei (MSc. Mathematics, MSc. Biostats) isaac.adjei@gmail.com April 7, 2017 ORDINARY In many physical situation, equation arise which involve differential coefficients. For example: 1 The

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

Solving differential equations (Sect. 7.4) Review: Overview of differential equations.

Solving differential equations (Sect. 7.4) Review: Overview of differential equations. Solving differential equations (Sect. 7.4 Previous class: Overview of differential equations. Exponential growth. Separable differential equations. Review: Overview of differential equations. Definition

More information

DIFFERENTIATION RULES

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

More information

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

Differential Equations

Differential Equations Universit of Differential Equations DEO PAT- ET RIE Definition: A differential equation is an equation containing a possibl unknown) function and one or more of its derivatives. Eamples: sin + + ) + e

More information

6 Differential Equations

6 Differential Equations 6 Differential Equations This chapter introduces you to differential equations, a major field in applied and theoretical mathematics that provides useful tools for engineers, scientists and others studying

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

dy dx dx = 7 1 x dx dy = 7 1 x dx e u du = 1 C = 0

dy dx dx = 7 1 x dx dy = 7 1 x dx e u du = 1 C = 0 1. = 6x = 6x = 6 x = 6 x x 2 y = 6 2 + C = 3x2 + C General solution: y = 3x 2 + C 3. = 7 x = 7 1 x = 7 1 x General solution: y = 7 ln x + C. = e.2x = e.2x = e.2x (u =.2x, du =.2) y = e u 1.2 du = 1 e u

More information

Unit 5: Exponential and Logarithmic Functions

Unit 5: Exponential and Logarithmic Functions 71 Rational eponents Unit 5: Eponential and Logarithmic Functions If b is a real number and n and m are positive and have no common factors, then n m m b = b ( b ) m n n Laws of eponents a) b) c) d) e)

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

Exponential Growth (Doubling Time)

Exponential Growth (Doubling Time) Exponential Growth (Doubling Time) 4 Exponential Growth (Doubling Time) Suppose we start with a single bacterium, which divides every hour. After one hour we have 2 bacteria, after two hours we have 2

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

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

More information

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26.

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26. Answer Key 969 BC 97 BC. C. E. B. D 5. E 6. B 7. D 8. C 9. D. A. B. E. C. D 5. B 6. B 7. B 8. E 9. C. A. B. E. D. C 5. A 6. C 7. C 8. D 9. C. D. C. B. A. D 5. A 6. B 7. D 8. A 9. D. E. D. B. E. E 5. E.

More information

Chapter 6: Messy Integrals

Chapter 6: Messy Integrals Chapter 6: Messy Integrals Review: Solve the following integrals x 4 sec x tan x 0 0 Find the average value of 3 1 x 3 3 Evaluate 4 3 3 ( x 1), then find the area of ( x 1) 4 Section 6.1: Slope Fields

More information

Honors Pre Calculus Worksheet 3.1. A. Find the exponential equation for the given points, and then sketch an accurate graph (no calculator). 2.

Honors Pre Calculus Worksheet 3.1. A. Find the exponential equation for the given points, and then sketch an accurate graph (no calculator). 2. Honors Pre Calculus Worksheet 3.1 A. Find the eponential equation for the given points, and then sketch an accurate graph (no calculator). 1., 3, 9 1,. ( 1, ),, 9 1 1 1 8 8 B. Sketch a graph the following

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Chapter Practice Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the general solution to the eact differential equation. ) dy dt =

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

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation.

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation. Exam 1 Review: Questions and Answers Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e x is a solution of y y 30y = 0. Answer: r = 6, 5 2. Find the

More information

Math 34B. Practice Exam, 3 hrs. March 15, 2012

Math 34B. Practice Exam, 3 hrs. March 15, 2012 Math 34B Practice Exam, 3 hrs March 15, 2012 9.3.4c Compute the indefinite integral: 10 x+9 dx = 9.3.4c Compute the indefinite integral: 10 x+9 dx = = 10 x 10 9 dx = 10 9 10 x dx = 10 9 e ln 10x dx 9.3.4c

More information

MT410 EXAM 1 SAMPLE 1 İLKER S. YÜCE DECEMBER 13, 2010 QUESTION 1. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS. dy dt = 4y 5, y(0) = y 0 (1) dy 4y 5 =

MT410 EXAM 1 SAMPLE 1 İLKER S. YÜCE DECEMBER 13, 2010 QUESTION 1. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS. dy dt = 4y 5, y(0) = y 0 (1) dy 4y 5 = MT EXAM SAMPLE İLKER S. YÜCE DECEMBER, SURNAME, NAME: QUESTION. SOLUTIONS OF SOME DIFFERENTIAL EQUATIONS where t. (A) Classify the given equation in (). = y, y() = y () (B) Solve the initial value problem.

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

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 Lecture 17. October 1, 005 Homework. Problem Set 5 Part I: (a) and (b); Part II: Problem 1. Practice Problems. Course Reader: 3F 1, 3F, 3F 4, 3F 8. 1. Ordinary differential equations. An ordinary differential

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

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011

Introduction to Differential Equations. National Chiao Tung University Chun-Jen Tsai 9/14/2011 Introduction to Differential Equations National Chiao Tung Universit Chun-Jen Tsai 9/14/011 Differential Equations Definition: An equation containing the derivatives of one or more dependent variables,

More information

Worksheet Week 7 Section

Worksheet Week 7 Section Worksheet Week 7 Section 8.. 8.4. This worksheet is for improvement of your mathematical writing skill. Writing using correct mathematical epression and steps is really important part of doing math. Please

More information

Modeling with Differential Equations

Modeling with Differential Equations Modeling with Differential Equations 1. Exponential Growth and Decay models. Definition. A quantity y(t) is said to have an exponential growth model if it increases at a rate proportional to the amount

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

Some Basic Modeling with Differential Equations

Some Basic Modeling with Differential Equations Some Basic Modeling with Differential Equations S. F. Ellermeyer Kennesaw State University October 6, 2003 1 What is a Mathematical Model? A mathematical model is an equation or set of equations that attempt

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 Extremal Values 2

More information

Slope Fields and Differential Equations

Slope Fields and Differential Equations Slope Fields and Differential Equations Students should be able to: Draw a slope field at a specified number of points b hand. Sketch a solution that passes through a given point on a slope field. Match

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

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

2. (12 points) Find an equation for the line tangent to the graph of f(x) =

2. (12 points) Find an equation for the line tangent to the graph of f(x) = November 23, 2010 Name The total number of points available is 153 Throughout this test, show your work Throughout this test, you are expected to use calculus to solve problems Graphing calculator solutions

More information

Modeling Via Differential Equations

Modeling Via Differential Equations Modeling Via Differential Equations S. F. Ellermeyer Kennesaw State University May 31, 2003 Abstract Mathematical modeling via differential equations is introduced. We partially follow the approach in

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 2017 Outline Extremal Values The

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

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

2. Higher-order Linear ODE s

2. Higher-order Linear ODE s 2. Higher-order Linear ODE s 2A. Second-order Linear ODE s: General Properties 2A-1. On the right below is an abbreviated form of the ODE on the left: (*) y + p()y + q()y = r() Ly = r() ; where L is the

More information

(x! 4) (x! 4)10 + C + C. 2 e2x dx = 1 2 (1 + e 2x ) 3 2e 2x dx. # 8 '(4)(1 + e 2x ) 3 e 2x (2) = e 2x (1 + e 2x ) 3 & dx = 1

(x! 4) (x! 4)10 + C + C. 2 e2x dx = 1 2 (1 + e 2x ) 3 2e 2x dx. # 8 '(4)(1 + e 2x ) 3 e 2x (2) = e 2x (1 + e 2x ) 3 & dx = 1 33. x(x - 4) 9 Let u = x - 4, then du = and x = u + 4. x(x - 4) 9 = (u + 4)u 9 du = (u 0 + 4u 9 )du = u + 4u0 0 = (x! 4) + 2 5 (x! 4)0 (x " 4) + 2 5 (x " 4)0 ( '( = ()(x - 4)0 () + 2 5 (0)(x - 4)9 () =

More information

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π Fourier transforms We can imagine our periodic function having periodicity taken to the limits ± In this case, the function f (x) is not necessarily periodic, but we can still use Fourier transforms (related

More information

Introduction to Differential Equations

Introduction to Differential Equations Math0 Lecture # Introduction to Differential Equations Basic definitions Definition : (What is a DE?) A differential equation (DE) is an equation that involves some of the derivatives (or differentials)

More information

Growth and Decay Models

Growth and Decay Models Growth and Decay Models --08 In certain situations, the rate at which a thing grows or decreases is proportional to the amount present. When a sustance undergoes radioactive decay, the release of decay

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

6.1 Antiderivatives and Slope Fields Calculus

6.1 Antiderivatives and Slope Fields Calculus 6. Antiderivatives and Slope Fields Calculus 6. ANTIDERIVATIVES AND SLOPE FIELDS Indefinite Integrals In the previous chapter we dealt with definite integrals. Definite integrals had limits of integration.

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

EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: MEMORIZE: General Form of an Exponential Function y = a b x-h + k

EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: MEMORIZE: General Form of an Exponential Function y = a b x-h + k EXPONENTIAL FUNCTIONS REVIEW PACKET FOR UNIT TEST TOPICS OF STUDY: o Recognizing Eponential Functions from Equations, Graphs, and Tables o Graphing Eponential Functions Using a Table of Values o Identifying

More information

Solutions. .5 = e k k = ln(.5) Now that we know k we find t for which the exponential function is = e kt

Solutions. .5 = e k k = ln(.5) Now that we know k we find t for which the exponential function is = e kt MATH 1220-03 Exponential Growth and Decay Spring 08 Solutions 1. (#15 from 6.5.) Cesium 137 and strontium 90 were two radioactive chemicals released at the Chernobyl nuclear reactor in April 1986. The

More information

Section II: Exponential and Logarithmic Functions. Module 6: Solving Exponential Equations and More

Section II: Exponential and Logarithmic Functions. Module 6: Solving Exponential Equations and More Haberman MTH 111c Section II: Eponential and Logarithmic Functions Module 6: Solving Eponential Equations and More EXAMPLE: Solve the equation 10 = 100 for. Obtain an eact solution. This equation is so

More information

CHAPTER Let x(t) be the position (displacement) of the particle at time t. The force on the particle is given to be

CHAPTER Let x(t) be the position (displacement) of the particle at time t. The force on the particle is given to be CHAPTER Section. Differential Equation Models.. Let y(t) be the number of bacteria at time t. The rate of change of the number of bacteria is y (t). Since this rate of change is given to be proportional

More information

Applications of Exponential Functions Group Activity 7 STEM Project Week #10

Applications of Exponential Functions Group Activity 7 STEM Project Week #10 Applications of Exponential Functions Group Activity 7 STEM Project Week #10 In the last activity we looked at exponential functions. We looked at an example of a population growing at a certain rate.

More information

dx. Ans: y = tan x + x2 + 5x + C

dx. Ans: y = tan x + x2 + 5x + C Chapter 7 Differential Equations and Mathematical Modeling If you know one value of a function, and the rate of change (derivative) of the function, then yu can figure out many things about the function.

More information

Exponential Growth and Decay

Exponential Growth and Decay Exponential Growth and Decay 2-4-2005 In certain situations, the rate at which a thing grows or decreases is proportional to the amount present. When a substance undergoes radioactive decay, the release

More information

COLLEGE ALGEBRA. Practice Problems Exponential and Logarithm Functions. Paul Dawkins

COLLEGE ALGEBRA. Practice Problems Exponential and Logarithm Functions. Paul Dawkins COLLEGE ALGEBRA Practice Problems Eponential and Logarithm Functions Paul Dawkins Table of Contents Preface... ii Eponential and Logarithm Functions... Introduction... Eponential Functions... Logarithm

More information

Section 11.1 Rational Exponents Goals: 1. To use the properties of exponents. 2. To evaluate and simplify expressions containing rational exponents.

Section 11.1 Rational Exponents Goals: 1. To use the properties of exponents. 2. To evaluate and simplify expressions containing rational exponents. Section 11.1 Rational Eponents Goals: 1. To use the properties of eponents.. To evaluate and simplif epressions containing rational eponents. I. Properties to Review m n A. a a = m B. ( a ) n = C. n a

More information

UCLA: Math 3B Problem set 6 (solutions) Fall, 2018

UCLA: Math 3B Problem set 6 (solutions) Fall, 2018 This week you will practice writing differential equations modelling real world phenomena as well as understanding population models. You will also get practice solving separable differential equations.

More information

Math 308 Exam I Practice Problems

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

More information

Section Differential Equations: Modeling, Slope Fields, and Euler s Method

Section Differential Equations: Modeling, Slope Fields, and Euler s Method Section.. Differential Equations: Modeling, Slope Fields, and Euler s Method Preliminar Eample. Phsical Situation Modeling Differential Equation An object is taken out of an oven and placed in a room where

More information

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients?

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? 1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? Let y = ay b with y(0) = y 0 We can solve this as follows y =

More information

Name: Date: Period: Calculus Honors: 4-2 The Product Rule

Name: Date: Period: Calculus Honors: 4-2 The Product Rule Name: Date: Period: Calculus Honors: 4- The Product Rule Warm Up: 1. Factor and simplify. 9 10 0 5 5 10 5 5. Find ' f if f How did you go about finding the derivative? Let s Eplore how to differentiate

More information

Sec 3.1. lim and lim e 0. Exponential Functions. f x 9, write the equation of the graph that results from: A. Limit Rules

Sec 3.1. lim and lim e 0. Exponential Functions. f x 9, write the equation of the graph that results from: A. Limit Rules Sec 3. Eponential Functions A. Limit Rules. r lim a a r. I a, then lim a and lim a 0 3. I 0 a, then lim a 0 and lim a 4. lim e 0 5. e lim and lim e 0 Eamples:. Starting with the graph o a.) Shiting 9 units

More information

( + ) 3. AP Calculus BC Chapter 6 AP Exam Problems. Antiderivatives. + + x + C. 2. If the second derivative of f is given by f ( x) = 2x cosx

( + ) 3. AP Calculus BC Chapter 6 AP Exam Problems. Antiderivatives. + + x + C. 2. If the second derivative of f is given by f ( x) = 2x cosx Chapter 6 AP Eam Problems Antiderivatives. ( ) + d = ( + ) + 5 + + 5 ( + ) 6 ( + ). If the second derivative of f is given by f ( ) = cos, which of the following could be f( )? + cos + cos + + cos + sin

More information

Intermediate Algebra Section 9.3 Logarithmic Functions

Intermediate Algebra Section 9.3 Logarithmic Functions Intermediate Algebra Section 9.3 Logarithmic Functions We have studied inverse functions, learning when they eist and how to find them. If we look at the graph of the eponential function, f ( ) = a, where

More information

Precalculus: 4.4 More Equations and Applications

Precalculus: 4.4 More Equations and Applications Concepts: Solving Equations with Eponentials and Logarithms, eponential decay models with half-life radioactive dating, metabolization of drugs, compound interest formula, Newton s law of cooling. You

More information

DEFINITION DIFFERENTIAL EQUATIONS SEPARATING THE VARIABLES. A differential equation is an equation dy. involving a differential coefficient i.e.

DEFINITION DIFFERENTIAL EQUATIONS SEPARATING THE VARIABLES. A differential equation is an equation dy. involving a differential coefficient i.e. FIRST ORDER DEFINITION A differential equation is an equation involving a differential coefficient i.e. In this sllabus, we will onl learn the first order To solve differential equation, we integrate and

More information

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function?

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function? Helpful Concepts for MTH 261 Final What are the general strategies for determining the domain of a function? How do we use the graph of a function to determine its range? How many graphs of basic functions

More information

f 0 ab a b: base f

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

More information

Homework 2 Solutions Math 307 Summer 17

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

More information

Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models

Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models Section 6.8 Exponential Models; Newton's Law of Cooling; Logistic Models 197 Objective #1: Find Equations of Populations that Obey the Law of Uninhibited Growth. In the last section, we saw that when interest

More information

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0.

Exam 1 Review. Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. Exam 1 Review Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e rx is a solution of y y 30y = 0. 2. Find the real numbers r such that y = e rx is a

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

8 สมการเช งอน พ นธ และ การประย กต

8 สมการเช งอน พ นธ และ การประย กต 321 102 General Mathematics 1 321 102 General Mathematics For the students from Pharmaceutical Faculty 1/2004 Instructor: Dr Wattana Toutip (ดร.ว ฒนา เถาว ท พย ) 8 สมการเช งอน พ นธ และ การประย กต (Differential

More information

Precalculus Chapter 10 Page 1

Precalculus Chapter 10 Page 1 Section 0. Eponential Functions. To simplify epressions and solve eponential equations involving real eponents. A. Definition of Eponential Function. An function is in the form, where and.. Graph: y =

More information

AP Calculus. Slope Fields and Differential Equations. Student Handout

AP Calculus. Slope Fields and Differential Equations. Student Handout AP Calculus Slope Fields and Differential Equations Student Handout 016-017 EDITION Use the following link or scan the QR code to complete the evaluation for the Stud Session https://www.survemonke.com/r/s_sss

More information

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

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

More information

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

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

Math 121. Practice Problems from Chapter 4 Fall 2016

Math 121. Practice Problems from Chapter 4 Fall 2016 Math 11. Practice Problems from Chapter Fall 01 Section 1. Inverse Functions 1. Graph an inverse function using the graph of the original function. For practice see Eercises 1,.. Use information about

More information

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

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

More information

1.5. Applications. Theorem The solution of the exponential decay equation with N(0) = N 0 is N(t) = N 0 e kt.

1.5. Applications. Theorem The solution of the exponential decay equation with N(0) = N 0 is N(t) = N 0 e kt. 6 Section Objective(s): The Radioactive Decay Equation Newton s Cooling Law Salt in a Water Tanks 151 Exponential Decay 15 Applications Definition 151 The exponential decay equation for N is N = k N, k

More information