Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Size: px
Start display at page:

Download "Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction."

Transcription

1 Exam Question 10: June 19, 2016

2 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus, and relies heavily on integration. Because of this I will split up this lecture into three parts; first I will give a brief introduction to integration, in case any of you are studying this before you learned integration in maths (if not you should skip it, as I won t be doing anything special and in fact won t go into as much detail as your maths class). We will then move on to differential equations and how to solve them; this will again be an exercise in pure theory. Finally we apply this knowledge to real world problems involving force, motion and other topics.

3 : Motivation It is often the case that we are interested in a function but are instead given its derivative. For example, you could be told that the acceleration of an object at time t is equal to a(t) = 5 2t, but you want to know the velocity v. So we re asking What function has derivative 5 2t? One answer is 5t t 2. Another is 5t t In fact 5t t 2 + C has derivative 5 2t for all values of C, so v could be any of these functions. We will call such functions involving C general anti-derivatives. In general, if F and f are two functions and F (t) = f (t) for all t, we say that F is an anti-derivative of f. The family of anti-derivatives of f is denoted by f (t). This notation may seem arbitrary, and to a certain extent it is, but one of the main motivations for using anti-derivatives (albeit one that we won t use here) is for finding areas under curves and it makes more sense if you study integration in that context. Because we won t do that I ll instead offer this rough motivation for the term.

4 : Motivation First ask yourself, what is the general anti-derivative for 1? If we re talking about functions of t, then it s t + C. If we re talking about functions of x then it s x + C. So if you want the anti-derivative for f (t) = at where a is come constant, then when you write at the term is a reminder that t is the variable in the function and a is just some constant. So if you see 1 dx = dx, you know the answer is x + C. This answers the question of why you need some reference to t in the notation for the anti-derivative, but why specifically? As you may suspect, it is related to the notation f (t) = df that we use for derivatives. We know that f (t) = f (t) + C. However doing some of the calculations you may have done when you learned the chain rule for derivatives, we could argue that df f (t) = = df = f + C.

5 of Elementary Functions It will of course be useful to know the anti-derivatives to some basic functions. Below is a table of the anti-derivatives of many of the elementary functions; you will have a similar list in your mathematical tables. f (x) f (x) dx x n, n 1 x n+1 n+1 + C 1 a+bx e ax 1 b ln a + bx + C 1 a eax + C b ax 1 a ln(b) bax + C sin(ax) 1 a cos(ax) + C cos(ax) 1 a sin(ax) + C 1 a 2 +x 2 1 a tan 1 ( x a ) + C 1 a 2 x 2 sin 1 ( x a ) + C

6 Anti-Differentiation Techniques There is no great mathematical theory that goes in to finding these anti-derivatives; once you know that the derivative of x 2 is 2x, you should be able to figure out that the anti-derivative of x is x2 2 + C just by guessing and checking. In fact all of the above can be verified by guessing and checking. Just like for differentiating, there is one useful formula to remember when finding anti-derivatives. It is easy to show that if F is an anti-derivative of f then 2F is an anti-derivative of 2f, and if G is an anti-derivative of g then F + G is an anti-derivative of f + g. This gives us the formula af (x) + bg(x) dx = a f (x) dx + b g(x) dx, which is analogous to the formula you already know for derivatives: d dx (af (x) + bg(x)) = a d dx f (x) + b d dx g(x).

7 Anti-Differentiation Techniques Example: Find 2x 2 sin(2x) dx. We know that the anti-derivative of x 2 is x3 3 and the anti-derivative of sin(2x) is 1 2 cos(2x), so 2x 2 sin(2x) dx = 2 3 x 3 ( 12 ) cos(2x) + C = 2 3 x cos(2x) + C. 2 There is one more technique commonly used in anti-differentiating that you will need to use. Example: Find cos 2 (x) dx.

8 Anti-Differentiation Techniques We don t know that anti-derivative for cos 2 (x), however we do know that cos 2 (x) = 1 2 (1 + cos(2x)), and so 1 cos 2 (x) dx = (1 + cos(2x)) dx 2 = cos(2x) dx 2 = 1 (x + 12 ) 2 sin(2x) + C = x sin(2x) + C. 4

9 Examples Now that we can evaluate anti-derivatives, we can answer two types of questions, the first are referred to as first order differential equations, where we have an equation involving the derivative of a function and we have to find the general solution. Example: Find the general solution to Solution: t dy = 1. dy = 1 t 1 y = = ln t + C. t

10 Examples The second are referred to as first order initial value problems, which consist of an equation involving the derivative of a function and the value of that function at some point. Example: Find y if t dy = 1, y(1) = 3. We know from before that y = ln t + C for some value of C. Knowing that y(1) = 3 gives us 3 = ln 1 + C = C, so y = ln t + 3.

11 First Order In most cases first order differential equations won t just involve t (or x), but also the original function itself. Example: Find the general solution to dy = yt. We take all expressions involving y to the left hand side, and all expressions involving t to the right and integrate. 1 dy = t, y 1 y dy = t ln y = t2 2 + C. Note that there s no point in putting a constant on both sides of the equals sign as we can just bring one to the other side and put them together.

12 First Order We then need to rewrite the equation to solve for y. y = e t2 2 +C = e C e t2 2 y = ±e C e t2 2 = Ce t2 2. Note that as the arbitrary constants aren t that important, we will often replace expressions like 2C or C with C, because fundamentally saying that the general solution is y = x + 2C and saying it is y = x + C is saying the same thing. Although it s a more complicated expression, replacing ±e C with C is doing the same thing. If you re uncomfortable with replacing C with itself you can use a new constant each time, but you often end up running out of constants quite quickly.

13 Second Order With this method we can solve a large variety of first order differential equations and initial value problems, although not all. For example, if you try to solve dy = y + t you ll find that you can t bring all the y and t terms to opposite sides. However you won t need to know how to solve such equations here. (For those interested, the type of equations that you now know how to solve are called separable, the rest are inseparable). We will now move on to second order differential equations; that is, equation that involve the second derivative of a function. There are two types of second order differential equations that you will see in this section: involving second and first derivatives (and maybe t), ( ) ex. d2 y = t dy 2. 2 involving second derivatives and the function itself, ex. d 2 y 2 = y.

14 Second Order : Type 1 ( ) = dy 2. 2 Notice that these are really just first order differential equations in We ll look at the first type now, for the equation d2 y disguise, if we let z = dy then dz = d2 y 2 and d2 y 2 = becomes dz = z2. We then solve this as normal: z 2 dz = z 2 dz = ( dy ) 2 z 1 = t + C 1 z = t + C z = 1 C t dy = 1 C t y = ln C t + D.

15 Second Order : Type 1 It is true in general that solutions to second order differential equations will have two arbitrary constants. Therefore initial value problems will give information about both y and dy at some specified times. Example: Solve the initial value problem d 2 ( ) y dy 2 2 = dy, = 1 and y = 2 when t = 0. Following the previous calculations would get us as far as dy = 1 C t, 1 = 1 C 0 1 = C dy = 1 1 t y = ln 1 t + D 2 = D y = ln 1 t + 2.

16 Second Order : Type 2 To solve the second type of second order differential equations, we will only deal with those that include initial value problems. We start by again trying to reduce the equation to a first order one, but in a slightly different way. Consider the equation in the example: d2 y 2 t = 0. Like before we let z = dy notice that dz = dz dy = y, with the initial values dy dy = dz dy = 2, y = 0 when dz, so that = d2 y. Now we 2 z. Therefore in this case we have dz dy z = y z dz = y dy z2 2 = y2 2 + C z 2 = y 2 + C z = ± y 2 + C dy = ± y 2 + C.

17 Second Order : Type 2 Now we have a first order differential equation to solve (unlike in the other example where we just had an anti-derivative to find). We can use the initial conditions now to find C, and to figure out the ± sign. Notice first that when t = 0, y 2 + C = C, which is non-negative. So if dy = 2, the ± sign must be a +, so we have 2 = C 4 = C. We therefore need to solve the initial value problem dy = 4 y 2, y(0) = 0. Soling this as normal, 1 4 y 2 dy = ( sin 1 y ) = t + D 2

18 Second Order : Type 2 y 2 = sin(t + D) y = 2 sin(t + D). Knowing that y = 0 when t = 0 gives us 0 = sin(d) 0, π = D y = 2 sin(t), 2 sin(t + D). To decide which is the real solution, we go back to the condition dy = 2 when t = 0 and see that as we get dy = 2 cos(t), 2 cos(t + π) = 2, 2 when t = 0, y = 2 sin t is the correct solution.

19 Examples of We now move on to some real-world problems which become differential equations when we try to solve them. The common theme here is that in these problems the rate of change of a quantity depends on the quantity itself (or something slightly more complex for second order problems). Example: The rate of change of the population of a town is proportional to the number of people living in that town. If 1000 people lived in this town on Jan 1st 2015, and 1200 lived here on Jan 1st 2016, how many will live in this city on Jan 1st 2017? We start by defining terms and solving the differential equation, we ll worry about the questions asked later. Let y be the population at time t where y is measured in Number of People and t is measured in years, where t = 0 is Jan 1st What we were told was that dy was proportional to y, so we start with dy = ky, y(0) = Then we solve the differential equation:

20 Examples of 1 y dy = k ln y = kt + C y = e kt+c y = ±e C e kt = Ce kt. Using the initial conditions, we get 1000 = C y = 1000e kt. We were asked for the value of y at time t = 2, but to do that we need to find k. That s where the knowledge that y(1) = 1200 comes in.

21 Examples of 1200 = 1000e k ln 1.2 = k k y = 1000e t y(2) = 1000e So there are approximately 1440 people living in this town on Jan 1st 2017.

22 Examples of Example: The engine of a car applies a constant force of 80 N. However there is also air resistance proportional to the velocity of the car. If the car is of mass m, what is the top speed of the car? If F is the sum of all forces acting on the car, what we were told was that F = 80 kv for some constant k. As F = ma and a = dv, we can rewrite this as a differential equation we can solve: m k m dv = 80 kv m 80 kv dv = ln 80 kv = t + C ln 80 kv = kt m + C 80 kv = e kt m +C 80 kv = ±e C e kt m v = 80 k + Ce kt m 80 k as t.

23 Examples of Example: An object lying on a table is connected to a point o on the table by a short elastic string. If the object is pulled a distance s from the table the string applies a force proportional to s in the direction of o. If the object is pulled 3 m away from o at time t = 0 and released, what is its position at time t? What we were told was that F = ks for some constant k, if we think of s as displacement rather than distance. As F = ma where m is the mass of the object and a = d2 s, we have the initial 2 value problem m d 2 s 2 = ks, By letting v = ds, we get d2 s 2 ds s = 3 and = dv = dv ds ds = 0 when t = 0. = dv ds m dv ds v = ks mv dv = ks ds v so that m v 2 2 = k s2 2 + C

24 Examples of v = ± C k m s2. The initial conditions give us 0 = ± C 9 k m which tell us that C = 9 k m but not what to do with the ± sign, so we ll leave it for now. We then have the differential equation ds = ± 9 k m ks2 m m 1 k ds = ± 9 s 2 m ( s ) k sin 1 = ±t + D 3 ( ) k s = 3 sin ± m t + D.

25 Examples of Using our initial conditions again we get that so that 3 = 3 sin(d), π 2 = D, ( ) k s = 3 sin ± m t + π. 2 You can then notice that whatever we replace the ± sign with, the function is the same. So by letting ± = + for convenience we get ( ) k s = 3 sin m t + π. 2

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

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

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

21-256: Partial differentiation

21-256: Partial differentiation 21-256: Partial differentiation Clive Newstead, Thursday 5th June 2014 This is a summary of the important results about partial derivatives and the chain rule that you should know. Partial derivatives

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

Parametric Equations, Function Composition and the Chain Rule: A Worksheet

Parametric Equations, Function Composition and the Chain Rule: A Worksheet Parametric Equations, Function Composition and the Chain Rule: A Worksheet Prof.Rebecca Goldin Oct. 8, 003 1 Parametric Equations We have seen that the graph of a function f(x) of one variable consists

More information

MATH 124. Midterm 2 Topics

MATH 124. Midterm 2 Topics MATH 124 Midterm 2 Topics Anything you ve learned in class (from lecture and homework) so far is fair game, but here s a list of some main topics since the first midterm that you should be familiar with:

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

MAT137 - Week 8, lecture 1

MAT137 - Week 8, lecture 1 MAT137 - Week 8, lecture 1 Reminder: Problem Set 3 is due this Thursday, November 1, at 11:59pm. Don t leave the submission process until the last minute! In today s lecture we ll talk about implicit differentiation,

More information

First order differential Equations

First order differential Equations Chapter 10 First order differential Equations 10.1 What is a Differential Equation? A differential equation is an equation involving an unknown function and its derivatives. A general differential equation

More information

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following:

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Trigonometric Integrals The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Substitution u sinx u cosx u tanx u secx

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

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

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

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

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of Factoring Review for Algebra II The saddest thing about not doing well in Algebra II is that almost any math teacher can tell you going into it what s going to trip you up. One of the first things they

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

2.5 The Chain Rule Brian E. Veitch

2.5 The Chain Rule Brian E. Veitch 2.5 The Chain Rule This is our last ifferentiation rule for this course. It s also one of the most use. The best way to memorize this (along with the other rules) is just by practicing until you can o

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid.

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid. Final 09/4/207 Name: Problems -5 are each worth 8 points. Problem 6 is a bonus for up to 4 points. So a full score is 40 points and the max score is 44 points. The exam has 6 pages; make sure you have

More information

The Chain Rule. The Chain Rule. dy dy du dx du dx. For y = f (u) and u = g (x)

The Chain Rule. The Chain Rule. dy dy du dx du dx. For y = f (u) and u = g (x) AP Calculus Mrs. Jo Brooks The Chain Rule To find the derivative of more complicated functions, we use something called the chain rule. It can be confusing unless you keep yourself organized as you go

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B Lecture The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then y = f (u) u The Chain Rule

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

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

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) 1 / 28 Indefinite Integral Given a function f, if F is a function such that

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

Practice Problems: Integration by Parts

Practice Problems: Integration by Parts Practice Problems: Integration by Parts Answers. (a) Neither term will get simpler through differentiation, so let s try some choice for u and dv, and see how it works out (we can always go back and try

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim SMT Calculus Test Solutions February, x + x 5 Compute x x x + Answer: Solution: Note that x + x 5 x x + x )x + 5) = x )x ) = x + 5 x x + 5 Then x x = + 5 = Compute all real values of b such that, for fx)

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 3.6 The chain rule 1 Lecture College of Science MATHS 101: Calculus I (University of Bahrain) Logarithmic Differentiation 1 / 1 Motivation Goal: We want to derive rules to find the derivative of

More information

8.1 Solutions of homogeneous linear differential equations

8.1 Solutions of homogeneous linear differential equations Math 21 - Spring 2014 Classnotes, Week 8 This week we will talk about solutions of homogeneous linear differential equations. This material doubles as an introduction to linear algebra, which is the subject

More information

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular,

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Lecture 6. Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Newton's second law. However, this is not always the most

More information

MAT137 - Term 2, Week 2

MAT137 - Term 2, Week 2 MAT137 - Term 2, Week 2 This lecture will assume you have watched all of the videos on the definition of the integral (but will remind you about some things). Today we re talking about: More on the definition

More information

Mathematics Revision Questions for the University of Bristol School of Physics

Mathematics Revision Questions for the University of Bristol School of Physics Mathematics Revision Questions for the University of Bristol School of Physics You will not be surprised to find you have to use a lot of maths in your stu of physics at university! You need to be completely

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

3. Go over old quizzes (there are blank copies on my website try timing yourself!)

3. Go over old quizzes (there are blank copies on my website try timing yourself!) final exam review General Information The time and location of the final exam are as follows: Date: Tuesday, June 12th Time: 10:15am-12:15pm Location: Straub 254 The exam will be cumulative; that is, it

More information

11.5. The Chain Rule. Introduction. Prerequisites. Learning Outcomes

11.5. The Chain Rule. Introduction. Prerequisites. Learning Outcomes The Chain Rule 11.5 Introduction In this Section we will see how to obtain the derivative of a composite function (often referred to as a function of a function ). To do this we use the chain rule. This

More information

4.5 Integration of Rational Functions by Partial Fractions

4.5 Integration of Rational Functions by Partial Fractions 4.5 Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something like this, 2 x + 1 + 3 x 3 = 2(x 3) (x + 1)(x 3) + 3(x + 1) (x

More information

Solutions to Exam 2, Math 10560

Solutions to Exam 2, Math 10560 Solutions to Exam, Math 6. Which of the following expressions gives the partial fraction decomposition of the function x + x + f(x = (x (x (x +? Solution: Notice that (x is not an irreducile factor. If

More information

Puzzle 1 Puzzle 2 Puzzle 3 Puzzle 4 Puzzle 5 /10 /10 /10 /10 /10

Puzzle 1 Puzzle 2 Puzzle 3 Puzzle 4 Puzzle 5 /10 /10 /10 /10 /10 MATH-65 Puzzle Collection 6 Nov 8 :pm-:pm Name:... 3 :pm Wumaier :pm Njus 5 :pm Wumaier 6 :pm Njus 7 :pm Wumaier 8 :pm Njus This puzzle collection is closed book and closed notes. NO calculators are allowed

More information

MATH 31B: BONUS PROBLEMS

MATH 31B: BONUS PROBLEMS MATH 31B: BONUS PROBLEMS IAN COLEY LAST UPDATED: JUNE 8, 2017 7.1: 28, 38, 45. 1. Homework 1 7.2: 31, 33, 40. 7.3: 44, 52, 61, 71. Also, compute the derivative of x xx. 2. Homework 2 First, let me say

More information

M155 Exam 2 Concept Review

M155 Exam 2 Concept Review M155 Exam 2 Concept Review Mark Blumstein DERIVATIVES Product Rule Used to take the derivative of a product of two functions u and v. u v + uv Quotient Rule Used to take a derivative of the quotient of

More information

Math 106 Fall 2014 Exam 2.1 October 31, ln(x) x 3 dx = 1. 2 x 2 ln(x) + = 1 2 x 2 ln(x) + 1. = 1 2 x 2 ln(x) 1 4 x 2 + C

Math 106 Fall 2014 Exam 2.1 October 31, ln(x) x 3 dx = 1. 2 x 2 ln(x) + = 1 2 x 2 ln(x) + 1. = 1 2 x 2 ln(x) 1 4 x 2 + C Math 6 Fall 4 Exam. October 3, 4. The following questions have to do with the integral (a) Evaluate dx. Use integration by parts (x 3 dx = ) ( dx = ) x3 x dx = x x () dx = x + x x dx = x + x 3 dx dx =

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

More information

2.3: Modeling with Differential Equations

2.3: Modeling with Differential Equations 2.3: Modeling with Differential Equations Some General Comments: A mathematical model is an equation or set of equations that mimic the behavior of some phenomenon under certain assumptions/approximations.

More information

Newbattle Community High School Higher Mathematics. Key Facts Q&A

Newbattle Community High School Higher Mathematics. Key Facts Q&A Key Facts Q&A Ways of using this booklet: 1) Write the questions on cards with the answers on the back and test yourself. ) Work with a friend who is also doing to take turns reading a random question

More information

Graphs of Antiderivatives, Substitution Integrals

Graphs of Antiderivatives, Substitution Integrals Unit #10 : Graphs of Antiderivatives, Substitution Integrals Goals: Relationship between the graph of f(x) and its anti-derivative F (x) The guess-and-check method for anti-differentiation. The substitution

More information

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 2 ADVANCED DIFFERENTIATION

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 2 ADVANCED DIFFERENTIATION MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL ADVANCED DIFFERENTIATION CONTENTS Function of a Function Differentiation of a Sum Differentiation of a Proct Differentiation of a Quotient Turning Points

More information

Main topics for the First Midterm

Main topics for the First Midterm Main topics for the First Midterm Midterm 2 will cover Sections 7.7-7.9, 8.1-8.5, 9.1-9.2, 11.1-11.2. This is roughly the material from the first five homeworks and and three quizzes. In particular, I

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations A A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

More information

MATH 116, LECTURE 13, 14 & 15: Derivatives

MATH 116, LECTURE 13, 14 & 15: Derivatives MATH 116, LECTURE 13, 14 & 15: Derivatives 1 Formal Definition of the Derivative We have seen plenty of limits so far, but very few applications. In particular, we have seen very few functions for which

More information

Integration by Parts

Integration by Parts Calculus 2 Lia Vas Integration by Parts Using integration by parts one transforms an integral of a product of two functions into a simpler integral. Divide the initial function into two parts called u

More information

Integration by substitution

Integration by substitution Integration by substitution There are occasions when it is possible to perform an apparently difficult piece of integration by first making a substitution. This has the effect of changing the variable

More information

1.1. BASIC ANTI-DIFFERENTIATION 21 + C.

1.1. BASIC ANTI-DIFFERENTIATION 21 + C. .. BASIC ANTI-DIFFERENTIATION and so e x cos xdx = ex sin x + e x cos x + C. We end this section with a possibly surprising complication that exists for anti-di erentiation; a type of complication which

More information

Leibniz Notation. Math 184 section 922 5/31/11. An alternative to the notation f (x) or (x + 2) is the so-called Leibniz

Leibniz Notation. Math 184 section 922 5/31/11. An alternative to the notation f (x) or (x + 2) is the so-called Leibniz Leibniz Notation Math 184 section 922 5/31/11 An alternative to the notation f (x) or (x + 2) is the so-called Leibniz d d df d(x+2) notation, f(x) or (x + 2) (also written (x) or ). It tells us to dx

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

Change & Rates of Change

Change & Rates of Change Name: Date: Per: Change & Rates of Change Two concepts that physicist tend to trouble themselves over more than any others are how much a thing changes and at what rate that something changed. Much of

More information

MathsGeeks. Everything You Need to Know A Level Edexcel C4. March 2014 MathsGeeks Copyright 2014 Elite Learning Limited

MathsGeeks. Everything You Need to Know A Level Edexcel C4. March 2014 MathsGeeks Copyright 2014 Elite Learning Limited Everything You Need to Know A Level Edexcel C4 March 4 Copyright 4 Elite Learning Limited Page of 4 Further Binomial Expansion: Make sure it starts with a e.g. for ( x) ( x ) then use ( + x) n + nx + n(n

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then f (u) u The Chain Rule with the Power

More information

MITOCW 6. Standing Waves Part I

MITOCW 6. Standing Waves Part I MITOCW 6. Standing Waves Part I The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

C6-2 Differentiation 3

C6-2 Differentiation 3 chain, product and quotient rules C6- Differentiation Pre-requisites: C6- Estimate Time: 8 hours Summary Learn Solve Revise Answers Summary The chain rule is used to differentiate a function of a function.

More information

BHASVIC MαTHS. Skills 1

BHASVIC MαTHS. Skills 1 Skills 1 Normally we work with equations in the form y = f(x) or x + y + z = 10 etc. These types of equations are called Cartesian Equations all the variables are grouped together into one equation, and

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

Math 231E, Lecture 13. Area & Riemann Sums

Math 231E, Lecture 13. Area & Riemann Sums Math 23E, Lecture 3. Area & Riemann Sums Motivation for Integrals Question. What is an integral, and why do we care? Answer. A tool to compute a complicated expression made up of smaller pieces. Example.

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

More information

Higher Mathematics Course Notes

Higher Mathematics Course Notes Higher Mathematics Course Notes Equation of a Line (i) Collinearity: (ii) Gradient: If points are collinear then they lie on the same straight line. i.e. to show that A, B and C are collinear, show that

More information

1 Introduction; Integration by Parts

1 Introduction; Integration by Parts 1 Introduction; Integration by Parts September 11-1 Traditionally Calculus I covers Differential Calculus and Calculus II covers Integral Calculus. You have already seen the Riemann integral and certain

More information

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page.

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page. ***THIS TIME I DECIDED TO WRITE A LOT OF EXTRA PROBLEMS TO GIVE MORE PRACTICE. The actual midterm will have about 6 problems. If you want to practice something with approximately the same length as the

More information

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Intro to Learning Theory Date: 12/8/16

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Intro to Learning Theory Date: 12/8/16 600.463 Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Intro to Learning Theory Date: 12/8/16 25.1 Introduction Today we re going to talk about machine learning, but from an

More information

Guide to Proofs on Sets

Guide to Proofs on Sets CS103 Winter 2019 Guide to Proofs on Sets Cynthia Lee Keith Schwarz I would argue that if you have a single guiding principle for how to mathematically reason about sets, it would be this one: All sets

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 3.6 The chain rule 1 Lecture College of Science MATHS 101: Calculus I (University of Bahrain) Logarithmic Differentiation 1 / 23 Motivation Goal: We want to derive rules to find the derivative

More information

Integration, Separation of Variables

Integration, Separation of Variables Week #1 : Integration, Separation of Variables Goals: Introduce differential equations. Review integration techniques. Solve first-order DEs using separation of variables. 1 Sources of Differential Equations

More information

MAT137 - Term 2, Week 5

MAT137 - Term 2, Week 5 MAT137 - Term 2, Week 5 Test 3 is tomorrow, February 3, at 4pm. See the course website for details. Today we will: Talk more about integration by parts. Talk about integrating certain combinations of trig

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed 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

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

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Calculus I Announcements

Calculus I Announcements Slide 1 Calculus I Announcements Read sections 4.2,4.3,4.4,4.1 and 5.3 Do the homework from sections 4.2,4.3,4.4,4.1 and 5.3 Exam 3 is Thursday, November 12th See inside for a possible exam question. Slide

More information

Rubber elasticity. Marc R. Roussel Department of Chemistry and Biochemistry University of Lethbridge. February 21, 2009

Rubber elasticity. Marc R. Roussel Department of Chemistry and Biochemistry University of Lethbridge. February 21, 2009 Rubber elasticity Marc R. Roussel Department of Chemistry and Biochemistry University of Lethbridge February 21, 2009 A rubber is a material that can undergo large deformations e.g. stretching to five

More information

Vector calculus background

Vector calculus background Vector calculus background Jiří Lebl January 18, 2017 This class is really the vector calculus that you haven t really gotten to in Calc III. Let us start with a very quick review of the concepts from

More information

Chapter 3. Integration. 3.1 Indefinite Integration

Chapter 3. Integration. 3.1 Indefinite Integration Chapter 3 Integration 3. Indefinite Integration Integration is the reverse of differentiation. Consider a function f(x) and suppose that there exists another function F (x) such that df f(x). (3.) For

More information

Lecture 9: Taylor Series

Lecture 9: Taylor Series Math 8 Instructor: Padraic Bartlett Lecture 9: Taylor Series Week 9 Caltech 212 1 Taylor Polynomials and Series When we first introduced the idea of the derivative, one of the motivations we offered was

More information

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

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

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

MATH 1207 R02 MIDTERM EXAM 2 SOLUTION

MATH 1207 R02 MIDTERM EXAM 2 SOLUTION MATH 7 R MIDTERM EXAM SOLUTION FALL 6 - MOON Name: Write your answer neatly and show steps. Except calculators, any electronic devices including laptops and cell phones are not allowed. () (5 pts) Find

More information

The definite integral gives the area under the curve. Simplest use of FTC1: derivative of integral is original function.

The definite integral gives the area under the curve. Simplest use of FTC1: derivative of integral is original function. 5.3: The Fundamental Theorem of Calculus EX. Given the graph of f, sketch the graph of x 0 f(t) dt. The definite integral gives the area under the curve. EX 2. Find the derivative of g(x) = x 0 + t 2 dt.

More information

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018 Math 55: Integral Calculus Final Exam Study Guide, Spring 08 PART : Concept Review (Note: concepts may be tested on the exam in the form of true/false or short-answer questions.). Complete each statement

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

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations for Engineers and Scientists Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International

More information

Review of Differentiation and Integration for Ordinary Differential Equations

Review of Differentiation and Integration for Ordinary Differential Equations Schreyer Fall 208 Review of Differentiation an Integration for Orinary Differential Equations In this course you will be expecte to be able to ifferentiate an integrate quickly an accurately. Many stuents

More information

Chapter 6. Techniques of Integration. 6.1 Differential notation

Chapter 6. Techniques of Integration. 6.1 Differential notation Chapter 6 Techniques of Integration In this chapter, we expand our repertoire for antiderivatives beyond the elementary functions discussed so far. A review of the table of elementary antiderivatives (found

More information