z = 1 2 x 3 4 y + 3 y dt

Size: px
Start display at page:

Download "z = 1 2 x 3 4 y + 3 y dt"

Transcription

1 Exact First Order Differential Equations This Lecture covers material in Section 2.6. A first order differential equations is exact if it can be written in the form M(x, ) + N(x, ) d dx = 0, where M = N x. Before showing how to solve these we need to review some multivariable calculus, especiall the two-variable chain rule. This will also help to motivate wh equations of this form are important in phsics. Let ψ(x, ) be a function of two variables. Then we can think of z = ψ(x, ) as a surface in three-dimensional space where z is the height above the x-plane. Now suppose the x and are functions of t (time) so that (x(t), (t)) gives a curve in the x-plane. Then z(t) = ψ(x(t), (t)) gives a curve in three-dimensional space. Suppose we desire to know the rate of change of z with respect to t. According to the twovariable chain rule the answer is dz dt = ψ x dx dt + ψ d dt. This formula is derived in Calculus III. Here I will give an intuitive motivation for wh it works. Suppose ψ(x, ) is just a plane. Then we have z = ψ(x, ) = Ax + B + C for some constants A, B and C. Here A is the slope of the plane with respect to the x direction, B is the slope of the plane with respect to the direction and C is the intercept with the z-axis. 1 ( )

2 2 z 3 P 4 6 x z = 1 2 x We want to compute the change in z as t changes from t 0 to t 0 + t. Let x = x(t 0 + t) x(t 0 ) and = (t 0 + t) (t 0 ) be the changes in x and, respectivel. For convenience let x 0 = x(t 0 ) and 0 = (t 0 ). Then the change in z is z = ψ(x 0 + x, 0 + ) ψ(x 0, 0 ) = A x + B. We divide both sides b t to obtain z t = A x t + B t. Now we can find the derivative of z with respect to t b taking limits as t 0. This gives dz dt = Adx dt + Bd dt. But notice that A = x ψ and B = ψ. Thus, we have dz dt = ψ dx x dt + ψ d dt which is ( ). This shows that the two-variable chain rule works for planes. In general if ψ(x, ) is reasonabl smooth it can be approximated near each point b a tangent plane. It can be shown that this gives the two-variable chain rule for an function of two variables that

3 is smooth enough that its graph has a tangent plane at each point in an open set containing the point of interest. Now, let z = ψ(x, ) be a surface. But suppose z is some quantit that is conserved, like energ. That is we now have ψ(x, ) = C. The slice of the surface through z = C is called level curve. Example. Let z = ψ(x, ) = x Then the level curve for z = 1 is a circle of radius 1 that floats one unit above the x-plane. Example. Let z = ψ(x, ) = 3x + 3. The level curve for z = 2 is the line 3x + 3 = 2, or = 3x + 5, that is it floating two units above the x-plane. For now suppose is a function of x (at least implicitl). As we change x we cause to change so that z = ψ(x, ) stas on the same level curve. Since z is not changing we have dz/dx = 0. The two-variable chain rule, using x for t, gives 0 = dz dx = dψ(x, (x)) dx = ψ dx x dx + ψ d dx. Therefore, ψ x + ψ = 0. If ψ x and ψ are known functions what we have is a differential equation in. We will be doing the inverse of this process. differential equation in the form 3 That is, given at M(x, ) + N(x, ) d dx = 0 we will solve it for (x) (or at least a relation between x and ) b finding a surface ψ(x, ) such that M = ψ x and N = ψ, and

4 4 then using an initial condition to find the desired level curve. In man applications M, N is given as a force field and then ψ is a potential energ function. If energ is conserved, the dnamics are restricted to a level curve of z = ψ(x, ). Enough talk, let s do some examples. Example 1. Solve (2x + ) + (x + 2) = 0, with (3) = 1. Solution. We want to find a function ψ(x, ) such that So, we integrate. ψ = ψ x dx = ψ x = 2x + & ψ = x x + dx = x 2 + x + C 1 (), where C 1 () an arbitrar function of. The idea is we are finding the class of all functions whose partial derivative with respect to x gives 2x +. But we also need for ψ = x + 2. So, we integrate. ψ = ψ d = x + 2 d = x C 2 (x), where C 2 (x) can be an function of x. We now have two classes of functions, each satisfing one of the two conditions. If we could find a function that is in both classes that would do the trick. The answer is obvious. Let ψ(x, ) = x 2 + x + 2. This function is in both classes and thus satisfies both the needed conditions. Now we consider the initial condition, (3) = 1, that is, x = 3 = = 1. Then ψ(3, 1) = = 13.

5 Thus, the level curve we want is 5 x 2 + x + 2 = 13. We will leave as a relation. Below are plots of the surface z = x 2 + x + 2 with the level 13 curve and a projection of this curve into the x-plane. Extra Credit. Prove that this curve x 2 + x + 2 = 13 is an ellipse and find its focal points. You can do this b reviewing how to rotate graphs with rotation matrices and the properties of ellipses. Then rotate the graph 45 o so that its major axis lies along the x-axis.

6 6 Example 2 (Not!). Solve (2x + 2) + (x + 2) = 0, with (3) = 1. We integrate. ψ = 2x + 2 dx = x 2 + 2x + C 1 (). ψ = x + 2 d = x C 2 (x). Now look closel. Since 2x x there is no function that meets both conditions. The method fails! What this means in phsical terms is that the force field 2x + 2, x + 2 does not arise from a potential function; in such a sstem energ is not conserved. Note: This example can be converted to a separable equation because it is homogeneous. We work through this in the Appendix at the end of these notes. What we need is a quick test to see if ψ exists for a given equation so that we don t waste a lot of time barking up the wrong tree. Theorem! Given two functions M(x, ) and N(x, ), there exists a function ψ(x, ) such that ψ x = M(x, ) & ψ = N(x, ), if and onl if M = N x, in an open rectangle containing the point of interest. Check this for the two examples above. This is Theorem in our textbook. Your textbook gives a proof, but another proof is covered in Calculus III that uses Green s Theorem. If ou are a Math major read both and compare them. However, one direction is eas: if ψ exists, then ψ x = ψ x = M = N x. This theorem is the motivation for the definition we gave at the beginning of an exact first order differential equation.

7 Example 3. Find the general solution to cos x + e x + (sin x + xe x ) = 0. Solution. Let M = cos x + e x and N = sin x + xe x. Then M = cos x + e x + xe x = N x. Thus, it is exact. We integrate. ψ = M dx = sin x + e x + C 1 () and ψ = N d = sin x + e x + C 2 (x). We let ψ(x, ) = sin x + e x. The general solution is then sin x + e x = C. Example 4. Solve 4x = 0, with (1) = 1. Solution. It is exact since (4x 3 ) = 0 and (4 3 ) x = 0. Then ψ = 4x 3 dx = x 4 + C 1 () and ψ = 4 3 d = 4 + C 2 (x). We let ψ = x Since (1,1) is our initial condition we see that our solution is x = 2. Below is a graph of this curve projected into the x-plane.

8 8 Note. The equation in Example 4 is separable and can be solved easil b that method. In fact all separable first order differential equations are also exact. See if ou can prove this. Example 5. Solve 4x 4 + 4x 3 = 0, with (1) = 1. Solution. We check for exactness. (4x 4 ) = 0 while (4x 3 ) x = 4 3. Thus, it is not exact. But wait! Notice that this example is exactl the same as Example 4, but that we have multiplied through b x. So, if we now multiple through b 1 x we get 4x = 0. Thus, the solution is same as in Example 4!

9 Integrating factors. 9 This last example motivates the following idea. Suppose we have a differential equation of the form M + N = 0 which is not exact. Can we find a function µ(x, ) such that µm + µn = 0 is exact? The answer is, not alwas, but sometimes ou can. When this works we call µ an integrating factor. Finding such as µ can be trick. Here we show three special cases where an integrating factor µ can be found. Each relies on an assumption about µ that can be tested for. Case 1. Suppose a suitable µ exists and that it is a function of x onl. Case 2. Suppose a suitable µ exists and that it is a function of onl. Case 3. Suppose a suitable µ exists and that it can be written as a function dependent onl on the product x. In all cases we need to find µ such that (µm) = (µn) x so that we have exactness. B the product rule this is equivalent to requiring µ M + µm = µ x N + µn x. ( )

10 10 Case 1. If Case 1 holds then µ = 0 and we can think of µ x as µ. Then ( ) becomes or µm = µ N + µn x µ µ = M N x. N If our assumption is correct then, since µ /µ depends onl on x, we know that (M N x )/N depends onl on x. Then the integrals below are well defined. 1 µ dµ = M N x dx N Thus, µ = e M Nx N dx. In fact, this gives us a test to determine when this method will work. If M N x N depends onl on x it follows that µ depends onl on x. Example 6. Find the general solution to 2 + x 3 + x = 0. Solution. Since ( 2 + x 3 ) = 2 and (x) x = are not equal, this equation is not exact. But 2 x depends onl on x. Thus, we let = 1 x µ = e 1 x dx = x. So, we multipl through b x to get x 2 + x 4 + x 2 = 0.

11 Let M = x 2 + x 4 and N = x 2. Then M = 2x = N x, so we have exactness. Now we find ψ as before. ψ = M dx = 1 2 x x5 + C 1 () ψ = N d = 1 2 x2 2 + C 2 (x) 11 Thus, we let ψ = 1 2 x x5, so the general solution is or if ou prefer Solving for gives 1 2 x x5 = C, 5x x 5 = C. C 2x 5 = ±. 5x 2 Case 2. This is so similar to Case 1 that we leave it to ou to develop the method and find the formula for µ(). Case 3. Recall equation ( ): µ M + µm = µ x N + µn x. Let v = x and remember we are assuming µ can be rewritten as a function of v. Thus, µ = µ(v) = dµ v dv = dµ dv x = xµ, and µ x = µ(v) x = dµ v dv = dµ dv = µ, where µ means the derivative with respect to v. Now ( ) becomes xµ M + µm = µ N + µn x,

12 12 which gives µ µ = N x M xm N. If the right hand side depends onl on v = x then the assumption we are making is valid, and thus µ = e Perhaps an example would help. Example. Solve with (1) = π. N x M xm N dv. 5x x cos x + x4 + cos x d dx = 0, Solution. Let M = 5x x cos x and N = x4 +cos x. Then M = sin x & N x = 4x3 sin x Thus, the given equation is not exact. We now search for an integration factor. Case 1. Case 2. M N x N = 4x3 x 4 +cos x N x M 4x3 M = 5x 4 +cos x x = = 4x 3 x 4 + cos x 4x 4 5x 4 + cos x No good! Rats!! Case 3. N x M xm N = Let v = x. Now, 4x3 5x 4 + cos x (x 4 + cos x) = 1 x! Eureka!!! µ(v) = e 1 v dv = e ln v +C = C v = C x ;

13 we will use µ = x On ward! We multipl the original equation b x to get 5x 4 + cos x + (x 5 + x cos x) = 0. Let M = 5x 4 + cos x and N = x 5 + x cos x. We double check that it is in fact exact. M = 5x 4 + cos x x sin x = N x. Now the hunt is on for ψ! ψ = M dx = x 5 + sin x + C 1 () 13 and ψ = N d = x 5 + sin x + C 2 (x). Thus, ψ = x 5 +sin x and the general solution is x 5 +sin x = C. Since (1) = π ou can check that C = π. Thus, the solution is x 5 + sin x = π. Appendix A. Example 2. Recall that Example 2 was not exact, but that it was noted that it is homogeneous. Here we will solve it. 2x 2 = = 2 2 ( ) x x ( 2 2v ) = 1 + 2v, x where v = /x. It follows that = v + xv. Now we have x dv dx Thus, = 2 2v 1 + 2v v = 2 2v 1 + 2v v1 + 2v 1 + 2v = 2 3v 2v v

14 v 2 + 3v + v dv = 2 We rewrite the left integrand as Now and 1 4v v 2 + 3v + 2 = x dx ( 4v + 3 2v 2 + 3v v 2 + 3v + 2 4v + 3 2v 2 + 3v + 2 dv = ln 2v2 + 3v C 1 2v 2 + 3v + 2 dv = dv ( 2v ) /8 Let u = 2v Then du = 2dv. The integral becomes du u 2 + /8 = 4 du 8u 2 / + 1. Let w = 2 2u. Then dw = 2 2du. Now the integral becomes, 2 dw w = 2 arctan(w) + C. Putting all this together gives ln x + C = 1 2 ln 2v2 + 3v arctan ) ( ) 4v + 3. Now we find C. We had (1) = 1 and since v = /x we get v = 1. Thus, ( ) C = ln + 1 ( ) arctan. Thus, our solution is given b the relation ln x = 1 2 ln(2v2 + 3v + 2) + 1 arctan ( ) 4v + 3

15 ln ( ) 1 1 ( ) arctan, 15 where v = /x. I tried to graph this using an implicitplot commend. I got no where. I kept getting an error message: Error, (in implicitplot) could not evaluate expression. So, even though I was able to solve the differential equation, the solution is so convoluted it was not of much use to me. So, I used a numerical method on a computer. > DEplot(diff((x),x)=(-2*x-2*(x))/(x+2*(x)),(x), x= ,[[(1)=1]],= ,arrows=line); But, notice something odd is happening just after x = 1.9. The graph of the solution curve suddenl shoots off straight. Look at the slope field. Notice the slopes are tending toward negative infinit just after x = 1.9. After that point the computer s solution curve is no longer valid. That computer will not tell ou this. You have to understand what is going on with the math in order to use solution properl.

MATH 312 Section 2.4: Exact Differential Equations

MATH 312 Section 2.4: Exact Differential Equations MATH 312 Section 2.4: Exact Differential Equations Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Exact Differential Equations 2 Solving an Exact DE 3 Making a DE Exact 4 Conclusion

More information

2.8 Implicit Differentiation

2.8 Implicit Differentiation .8 Implicit Differentiation Section.8 Notes Page 1 Before I tell ou what implicit differentiation is, let s start with an example: EXAMPLE: Find if x. This question is asking us to find the derivative

More information

MATH 271 Test #4T Solutions

MATH 271 Test #4T Solutions MATH 7 Test #4T Solutions You do not need to evaluate the integrals in problems () (5); just set them up. () ( points) Consider the curve which is represented b the parametric equations x = + t + t, =

More information

First Order Differential Equations f ( x,

First Order Differential Equations f ( x, Chapter d dx First Order Differential Equations f ( x, ).1 Linear Equations; Method of Integrating Factors Usuall the general first order linear equations has the form p( t ) g ( t ) (1) where pt () and

More information

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y).

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y). Autonomous Equations / Stabilit of Equilibrium Solutions First order autonomous equations, Equilibrium solutions, Stabilit, Longterm behavior of solutions, direction fields, Population dnamics and logistic

More information

Lecture 4: Exact ODE s

Lecture 4: Exact ODE s Lecture 4: Exact ODE s Dr. Michael Doughert Januar 23, 203 Exact equations are first-order ODE s of a particular form, and whose methods of solution rel upon basic facts concerning partial derivatives,

More information

5.9 Representations of Functions as a Power Series

5.9 Representations of Functions as a Power Series 5.9 Representations of Functions as a Power Series Example 5.58. The following geometric series x n + x + x 2 + x 3 + x 4 +... will converge when < x

More information

MATH LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW

MATH LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW MATH 234 - LECTURE NOTES FIRST ORDER SEPARABLE DIFFERENTIAL EQUATIONS OVERVIEW Now will will begin with the process of learning how to solve differential equations. We will learn different techniques for

More information

88 Chapter 2. First Order Differential Equations. Problems 1 through 6 involve equations of the form dy/dt = f (y). In each problem sketch

88 Chapter 2. First Order Differential Equations. Problems 1 through 6 involve equations of the form dy/dt = f (y). In each problem sketch 88 Chapter 2. First Order Differential Equations place to permit successful breeding, and the population rapidl declined to extinction. The last survivor died in 1914. The precipitous decline in the passenger

More information

Equations of lines in

Equations of lines in Roberto s Notes on Linear Algebra Chapter 6: Lines, planes an other straight objects Section 1 Equations of lines in What ou nee to know alrea: The ot prouct. The corresponence between equations an graphs.

More information

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

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

Lecture 7 - Separable Equations

Lecture 7 - Separable Equations Lecture 7 - Separable Equations Separable equations is a very special type of differential equations where you can separate the terms involving only y on one side of the equation and terms involving only

More information

Algebra/Pre-calc Review

Algebra/Pre-calc Review Algebra/Pre-calc Review The following pages contain various algebra and pre-calculus topics that are used in the stud of calculus. These pages were designed so that students can refresh their knowledge

More information

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts Week #7: Substitutions and by Parts, Area Between Curves Goals: The Method of Substitution Areas Integration by Parts 1 Week 7 The Indefinite Integral The Fundamental Theorem of Calculus, b a f(x) dx =

More information

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

More information

1.4 Techniques of Integration

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

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations Definition A first-order differential equation that can be written in the form Is said to be separable. Note: the variables of a separable equation can be written as Examples Solve

More information

5.5. The Substitution Rule

5.5. The Substitution Rule INTEGRALS 5 INTEGRALS 5.5 The Substitution Rule In this section, we will learn: To substitute a new variable in place of an existing expression in a function, making integration easier. INTRODUCTION Due

More information

Chapter 2: First Order DE 2.6 Exact DE and Integrating Fa

Chapter 2: First Order DE 2.6 Exact DE and Integrating Fa Chapter 2: First Order DE 2.6 Exact DE and Integrating Factor First Order DE Recall the general form of the First Order DEs (FODE): dy dx = f(x, y) (1) (In this section x is the independent variable; not

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

First Order Differential Equations Lecture 3

First Order Differential Equations Lecture 3 First Order Differential Equations Lecture 3 Dibyajyoti Deb 3.1. Outline of Lecture Differences Between Linear and Nonlinear Equations Exact Equations and Integrating Factors 3.. Differences between Linear

More information

Math 229 Mock Final Exam Solution

Math 229 Mock Final Exam Solution Name: Math 229 Mock Final Exam Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and that it

More information

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22]

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] HW2 Solutions MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, 2013 Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] Section 3.1: 1, 2, 3, 9, 16, 18, 20, 23 Section 3.2: 1, 2,

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

2.2 SEPARABLE VARIABLES

2.2 SEPARABLE VARIABLES 44 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 6 Consider the autonomous DE 6 Use our ideas from Problem 5 to find intervals on the -ais for which solution curves are concave up and intervals for which

More information

Solving First Order ODEs. Table of contents

Solving First Order ODEs. Table of contents Solving First Order ODEs Table of contents Solving First Order ODEs............................................... 1 1. Introduction...................................................... 1 Aside: Two ways

More information

Exploring Substitution

Exploring Substitution I. Introduction Exploring Substitution Math Fall 08 Lab We use the Fundamental Theorem of Calculus, Part to evaluate a definite integral. If f is continuous on [a, b] b and F is any antiderivative of f

More information

1. First-order ODE s

1. First-order ODE s 18.03 EXERCISES 1. First-order ODE s 1A. Introduction; Separation of Variables 1A-1. Verif that each of the following ODE s has the indicated solutions (c i,a are constants): a) 2 + = 0, = c 1 e x +c 2

More information

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its

0, such that. all. for all. 0, there exists. Name: Continuity. Limits and. calculus. the definitionn. satisfying. limit. However, is the limit of its L Marizzaa A Bailey Multivariable andd Vector Calculus Name: Limits and Continuity Limits and Continuity We have previously defined limit in for single variable functions, but how do we generalize this

More information

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential CHAPTER : Partial Derivatives.1 Definition of a Partial Derivative. Increments and Differential.3 Chain Rules.4 Local Etrema.5 Absolute Etrema 1 Chapter : Partial Derivatives.1 Definition of a Partial

More information

SEPARABLE EQUATIONS 2.2

SEPARABLE EQUATIONS 2.2 46 CHAPTER FIRST-ORDER DIFFERENTIAL EQUATIONS 4. Chemical Reactions When certain kinds of chemicals are combined, the rate at which the new compound is formed is modeled b the autonomous differential equation

More information

1 Implicit Differentiation

1 Implicit Differentiation 1 Implicit Differentiation In logarithmic differentiation, we begin with an equation y = f(x) and then take the logarithm of both sides to get ln y = ln f(x). In this equation, y is not explicitly expressed

More information

MEMORIAL UNIVERSITY OF NEWFOUNDLAND

MEMORIAL UNIVERSITY OF NEWFOUNDLAND MEMORIAL UNIVERSITY OF NEWFOUNDLAND DEPARTMENT OF MATHEMATICS AND STATISTICS Volumes Math 11 Winter 17 SOLUTIONS 1. (a) i. The axis of smmetr is a horizontal line, so we integrate with respect to x. The

More information

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F.

Math 181/281. Rumbos Spring 2011 Page 1. Solutions to Assignment #5. Hence, the dynamical system, θ(t, p, q), for (t, p, q) R 3 corresponding = F. Math 181/281. Rumbos Spring 2011 Page 1 Solutions to Assignment #5 1. For real numbers a and b with a 2 + b 2 = 0, let F : R 2 R 2 be given b ( ) ( ) ( ) x ax b x F =, for all R 2. (1) bx + a (a) Explain

More information

Math 123, Week 9: Separable, First-Order Linear, and Substitution Methods. Section 1: Separable DEs

Math 123, Week 9: Separable, First-Order Linear, and Substitution Methods. Section 1: Separable DEs Math 123, Week 9: Separable, First-Order Linear, and Substitution Methods Section 1: Separable DEs We are finally to the point in the course where we can consider how to find solutions to differential

More information

MTH Calculus with Analytic Geom I TEST 1

MTH Calculus with Analytic Geom I TEST 1 MTH 229-105 Calculus with Analytic Geom I TEST 1 Name Please write your solutions in a clear and precise manner. SHOW your work entirely. (1) Find the equation of a straight line perpendicular to the line

More information

Section Taylor and Maclaurin Series

Section Taylor and Maclaurin Series Section.0 Taylor and Maclaurin Series Ruipeng Shen Feb 5 Taylor and Maclaurin Series Main Goal: How to find a power series representation for a smooth function us assume that a smooth function has a power

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

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

More information

Unit 12 Study Notes 1 Systems of Equations

Unit 12 Study Notes 1 Systems of Equations You should learn to: Unit Stud Notes Sstems of Equations. Solve sstems of equations b substitution.. Solve sstems of equations b graphing (calculator). 3. Solve sstems of equations b elimination. 4. Solve

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.3 The Fundamental Theorem of Calculus Sec. 5.3: The Fundamental Theorem of Calculus Fundamental Theorem of Calculus: Sec. 5.3: The Fundamental Theorem of Calculus Fundamental

More information

Example. Evaluate. 3x 2 4 x dx.

Example. Evaluate. 3x 2 4 x dx. 3x 2 4 x 3 + 4 dx. Solution: We need a new technique to integrate this function. Notice that if we let u x 3 + 4, and we compute the differential du of u, we get: du 3x 2 dx Going back to our integral,

More information

Math 131, Lecture 20: The Chain Rule, continued

Math 131, Lecture 20: The Chain Rule, continued Math 131, Lecture 20: The Chain Rule, continued Charles Staats Friday, 11 November 2011 1 A couple notes on quizzes I have a couple more notes inspired by the quizzes. 1.1 Concerning δ-ε proofs First,

More information

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

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

More information

Engineering Mathematics I

Engineering Mathematics I Engineering Mathematics I_ 017 Engineering Mathematics I 1. Introduction to Differential Equations Dr. Rami Zakaria Terminolog Differential Equation Ordinar Differential Equations Partial Differential

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a:

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a: SECTION.5 CONTINUITY 9.5 CONTINUITY We noticed in Section.3 that the it of a function as approaches a can often be found simpl b calculating the value of the function at a. Functions with this propert

More information

MATH 18.01, FALL PROBLEM SET # 8

MATH 18.01, FALL PROBLEM SET # 8 MATH 18.01, FALL 01 - PROBLEM SET # 8 Professor: Jared Speck Due: by 1:45pm on Tuesday 11-7-1 (in the boxes outside of Room -55 during the day; stick it under the door if the room is locked; write your

More information

3.1 Day 1: The Derivative of a Function

3.1 Day 1: The Derivative of a Function A P Calculus 3.1 Day 1: The Derivative of a Function I CAN DEFINE A DERIVATIVE AND UNDERSTAND ITS NOTATION. Last chapter we learned to find the slope of a tangent line to a point on a graph by using a

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

SYDE 112, LECTURE 7: Integration by Parts

SYDE 112, LECTURE 7: Integration by Parts SYDE 112, LECTURE 7: Integration by Parts 1 Integration By Parts Consider trying to take the integral of xe x dx. We could try to find a substitution but would quickly grow frustrated there is no substitution

More information

4 Differential Equations

4 Differential Equations Advanced Calculus Chapter 4 Differential Equations 65 4 Differential Equations 4.1 Terminology Let U R n, and let y : U R. A differential equation in y is an equation involving y and its (partial) derivatives.

More information

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor First-Order ODE: Separable Equations, Exact Equations and Integrating Factor Department of Mathematics IIT Guwahati REMARK: In the last theorem of the previous lecture, you can change the open interval

More information

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class.

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class. Math 18 Written Homework Assignment #1 Due Tuesday, December 2nd at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 18 students, but

More information

Math 53 Homework 4 Solutions

Math 53 Homework 4 Solutions Math 5 Homework 4 Solutions Problem 1. (a) z = is a paraboloid with its highest point at (0,0,) and intersecting the -plane at the circle + = of radius. (or: rotate the parabola z = in the z-plane about

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM MA26-A Calculus III 2006 Fall Homework 7 Solutions Due 0/20/2006 8:00AM 3 #4 Find the rst partial derivatives of the function f (; ) 5 + 3 3 2 + 3 4 f (; ) 5 4 + 9 2 2 + 3 4 f (; ) 6 3 + 2 3 3 #6 Find

More information

8.7 MacLaurin Polynomials

8.7 MacLaurin Polynomials 8.7 maclaurin polynomials 67 8.7 MacLaurin Polynomials In this chapter you have learned to find antiderivatives of a wide variety of elementary functions, but many more such functions fail to have an antiderivative

More information

SECTION 3.5: DIFFERENTIALS and LINEARIZATION OF FUNCTIONS

SECTION 3.5: DIFFERENTIALS and LINEARIZATION OF FUNCTIONS (Section 3.5: Differentials and Linearization of Functions) 3.5.1 SECTION 3.5: DIFFERENTIALS and LINEARIZATION OF FUNCTIONS LEARNING OBJECTIVES Use differential notation to express the approximate change

More information

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over, The Derivative of a Function Measuring Rates of Change of a function y f(x) f(x 0 ) P Q Secant line x 0 x x Average rate of change of with respect to over, " " " " - Slope of secant line through, and,

More information

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3 Math 201 Solutions to Assignment 1 1. Solve the initial value problem: x 2 dx + 2y = 0, y(0) = 2. x 2 dx + 2y = 0, y(0) = 2 2y = x 2 dx y 2 = 1 3 x3 + C y = C 1 3 x3 Notice that y is not defined for some

More information

Chapter 7: Techniques of Integration

Chapter 7: Techniques of Integration Chapter 7: Techniques of Integration MATH 206-01: Calculus II Department of Mathematics University of Louisville last corrected September 14, 2013 1 / 43 Chapter 7: Techniques of Integration 7.1. Integration

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations 4 The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Ordinary Differential Equations (ODEs)

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

More information

Tangent Planes, Linear Approximations and Differentiability

Tangent Planes, Linear Approximations and Differentiability Jim Lambers MAT 80 Spring Semester 009-10 Lecture 5 Notes These notes correspond to Section 114 in Stewart and Section 3 in Marsden and Tromba Tangent Planes, Linear Approximations and Differentiability

More information

Math 162: Calculus IIA

Math 162: Calculus IIA Math 62: Calculus IIA Final Exam ANSWERS December 9, 26 Part A. (5 points) Evaluate the integral x 4 x 2 dx Substitute x 2 cos θ: x 8 cos dx θ ( 2 sin θ) dθ 4 x 2 2 sin θ 8 cos θ dθ 8 cos 2 θ cos θ dθ

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

WeBWorK, Problems 2 and 3

WeBWorK, Problems 2 and 3 WeBWorK, Problems 2 and 3 7 dx 2. Evaluate x ln(6x) This can be done using integration by parts or substitution. (Most can not). However, it is much more easily done using substitution. This can be written

More information

Biostatistics in Research Practice - Regression I

Biostatistics in Research Practice - Regression I Biostatistics in Research Practice - Regression I Simon Crouch 30th Januar 2007 In scientific studies, we often wish to model the relationships between observed variables over a sample of different subjects.

More information

Section 8.2: Integration by Parts When you finish your homework, you should be able to

Section 8.2: Integration by Parts When you finish your homework, you should be able to Section 8.2: Integration by Parts When you finish your homework, you should be able to π Use the integration by parts technique to find indefinite integral and evaluate definite integrals π Use the tabular

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy Math 4 Spring 08 problem set. (a) Consider these two first order equations. (I) d d = + d (II) d = Below are four direction fields. Match the differential equations above to their direction fields. Provide

More information

Week 3 September 5-7.

Week 3 September 5-7. MA322 Weekl topics and quiz preparations Week 3 September 5-7. Topics These are alread partl covered in lectures. We collect the details for convenience.. Solutions of homogeneous equations AX =. 2. Using

More information

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University Math 30 Calculus II Brian Veitch Fall 015 Northern Illinois University Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something

More information

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

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

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

More information

Math 4381 / 6378 Symmetry Analysis

Math 4381 / 6378 Symmetry Analysis Math 438 / 6378 Smmetr Analsis Elementar ODE Review First Order Equations Ordinar differential equations of the form = F(x, ( are called first order ordinar differential equations. There are a variet of

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Unit #11 - Integration by Parts, Average of a Function

Unit #11 - Integration by Parts, Average of a Function Unit # - Integration by Parts, Average of a Function Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Integration by Parts. For each of the following integrals, indicate whether

More information

Chapter 6: Inverse Trig Functions

Chapter 6: Inverse Trig Functions Haberman MTH Section I: The Trigonometric Functions Chapter 6: Inverse Trig Functions As we studied in MTH, the inverse of a function reverses the roles of the inputs and the outputs (For more information

More information

Math 107: Calculus II, Spring 2015: Midterm Exam II Monday, April Give your name, TA and section number:

Math 107: Calculus II, Spring 2015: Midterm Exam II Monday, April Give your name, TA and section number: Math 7: Calculus II, Spring 25: Midterm Exam II Monda, April 3 25 Give our name, TA and section number: Name: TA: Section number:. There are 5 questions for a total of points. The value of each part of

More information

Sometimes the domains X and Z will be the same, so this might be written:

Sometimes the domains X and Z will be the same, so this might be written: II. MULTIVARIATE CALCULUS The first lecture covered functions where a single input goes in, and a single output comes out. Most economic applications aren t so simple. In most cases, a number of variables

More information

Lecture : The Indefinite Integral MTH 124

Lecture : The Indefinite Integral MTH 124 Up to this point we have investigated the definite integral of a function over an interval. In particular we have done the following. Approximated integrals using left and right Riemann sums. Defined the

More information

SECTION 3.6: CHAIN RULE

SECTION 3.6: CHAIN RULE SECTION 3.6: CHAIN RULE (Section 3.6: Chain Rule) 3.6.1 LEARNING OBJECTIVES Understand the Chain Rule and use it to differentiate composite functions. Know when and how to apply the Generalized Power Rule

More information

2326 Problem Sheet 1. Solutions 1. First Order Differential Equations. Question 1: Solve the following, given an explicit solution if possible:

2326 Problem Sheet 1. Solutions 1. First Order Differential Equations. Question 1: Solve the following, given an explicit solution if possible: 2326 Problem Sheet. Solutions First Order Differential Equations Question : Solve the following, given an explicit solution if possible:. 2 x = 4x3, () = 3, ( ) The given equation is a first order linear

More information

12.1 Systems of Linear equations: Substitution and Elimination

12.1 Systems of Linear equations: Substitution and Elimination . Sstems of Linear equations: Substitution and Elimination Sstems of two linear equations in two variables A sstem of equations is a collection of two or more equations. A solution of a sstem in two variables

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures College of Science MATHS : Calculus I (University of Bahrain) Integrals / 7 The Substitution Method Idea: To replace a relatively

More information

Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems

Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems Problem Solving 1: The Mathematics of 8.02 Part I. Coordinate Systems In 8.02 we regularly use three different coordinate systems: rectangular (Cartesian), cylindrical and spherical. In order to become

More information

INTRODUCTION TO DIFFERENTIAL EQUATIONS

INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS. Definitions and Terminolog. Initial-Value Problems.3 Differential Equations as Mathematical Models CHAPTER IN REVIEW The words differential and equations certainl

More information

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53 Table of contents The Cartesian Coordinate System - Pictures of Equations Your Personal Review Graphs of Equations with Two Variables Distance Equations of Circles Midpoints Quantifying the Steepness of

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information