Chapter1. Ordinary Differential Equations

Size: px
Start display at page:

Download "Chapter1. Ordinary Differential Equations"

Transcription

1 Chapter1. Ordinary Differential Equations Physicists have a variety of reasons for studying differential equations: almost all the elementary and numerous of the advanced parts of theoretical physics are posed mathematically in terms of differential equations. A differential equation is an equation for a function that relates the values of the function to the values of its derivatives. Many real life problems can be formulated as differential equations. For example d 2 y dy + 2x + y = sin(x) dx2 dx is a differential equation. Sometimes one uses shortened notations to write the same equation as or using the differential operator D = dy y + 2xy + y = sin(x) dx D 2 y + 2xDy + y = sin(x) There are two classes of differential equations: O.D.E. (ordinary differential equations): linear and non-linear; An ordinary differential equation (ode) is a differential equation for a function of a single variable, e.g., x(t), P.D.E. (partial differential equations): A PDE equation is a differential equation for a function of several variables, e.g., (x, y, z, t). An ode contains ordinary derivatives and a pde contains partial derivatives. Typically, pde s are much harder to solve than ode s. For example, are ordinary differential equations. y + 4y + y = 0 y = x 2 y + sin(x) u xx + u yy = 0 u 2 x + u 2 y = ln(u) are partial differential equations. (Partial Differential Equations are usually much more difficult). 1. Some concepts related to differential equations: Order: The order of a differential equation is the order of the highest derivative that occurs in the equation. A first order differential equation contains y 0, y and x so it is of the form F(x; y; y 0 ) = 0 or y 0 = f(x; y). For example, the following differential equations are first order: While these are second order: y = x 2 y + e x xy = (1 + y 2 ) y 2 = 4xy + cos(x) y x 2 y + y = 1 + sin(x)e x y + 6yy = (1 + x 3 ) 1

2 General and Particular Solutions: A general solution of a differential equation involves arbitrary constants. In a particular solution, these constants are determined using initial values. As an example, consider the differential equation y = 2x. y = x 2 + c is a general solution, y = x is a particular solution, Example 1. Find the general solution of the differential equation y = 0. Then, find the particular solution that satisfies y(0) = 5; y (0) = 3. y = 0 y = c y = cx + d. Tis is te general solution. y 0 = 3 c = 3, y 0 = 5 d = 5 tus y = 3x + 5 Therefore y = 3x + 5. This is the particular solution. Explicit and Implicit Solutions: y = f(x) is an explicit solution, F(x; y) = 0 is an implicit solution. We have to solve equations to obtain y for a given x in implicit solutions, whereas it is straight forward for explicit solutions. For example, y = e 4x is an explicit solution of the equation y = 4y. x 3 + y 3 = 1 is an implicit solution of the equation y 2 y + x 2 = 0. It is much easier to verify that a function (given either implicitly or explicitly) is a solution of a given differential equation. What is a solution? Solution is a function that satisfied the equation and the derivatives exist. Example 2: Verify that y(t) = e at is a solution of the IVP (initial value problem) y = ay, y(0) = 1. Here y(0) = 1 is called the initial condition. Let s check if y(t) satisfies the equation and the initial condition: They are both OK. So it is a solution. y = ae at = ay, y(0) = e 0 = 1. Example 3: Verify that y(t) = 10 c e t with c a constant, is a solution to y + y = 10. y = ce t = ce t, y + y = ce t + 10 ce t = 10, tus it is verified. Example 4: Verify that y = c 1 sin 2x + c 2 cos(2x) is a solution of y + 4y = 0. Since the second derivative is involved, we differentiate y twice to get and substituting these in the given equation, 2

3 Example 5: Verify that the function x 2 = 2 y 2 ln(y) solves the equation y = We differentiate both sides of the given solution to get xy (x 2 +y 2 ). Linear or non-linear equations: Let y(t) be the unknown. Then, a 0 t y n + a 1 t y n a n t y = g t (1) is a linear equations. If the equation can not be written as Eq. 1, then it s a non-linear. Two things you must know: identify the linearity and order of an equation. Example 6: Let y(t) be the unknown. Identify the order and linearity of the following equations. 2. First-order differential Equations The general first-order differential equation for the function y = (x) is written as dy dx = f(x, y) (2) where f(x, y) can be any function of the independent variable x and the dependent variable y. We first show how to determine a numerical solution of this equation, and then learn techniques for solving analytically some special forms of (2), namely, separable, exact and linear first-order equations. a) Separable equations: A differential equation is said to be separable if it can be rewritten so that terms involving the differential of y is on one side of the equation, and those of x on the other side. One then integrates to get rid of the differentials leading to an equation that implicity or explicitly gives y. Thus, g(y)dy = f(x)dx, it is called a separable equation. We can find the solution by integrating both sides. (Don't forget the integration constant!). 3

4 g y dy = f x dx + c Example 1: Solve the initial value problem y = x 3 e y, with y(1) = 0. Example 2: Solve y 2 y + 2x = 0. Example 3: Find the particular solution of the equation y ln y dx xdy = 0 such that when x = 1, y = 2. Rewrite the equation as 4

5 b) Exact equations: A first order equation can often be written in the form M (x; y) dx + N (x; y) dy = 0 This equation is said to be exact if the left hand side is the differential of a function u(x; y) so that u(x, y) x = M x, y, u(x, y) y = N x, y, In other words, du = Mdx + Ndy, so Mdx + Ndy is a total differential. For example, the equation is exact and (4x 3 + 2xy 2 )dx + (4y 3 + 2yx 2 )dy = 0 u x, y = x 4 + x 2 y 2 + y 4 So, the solution of this equation is very simple, if du is zero, u must be a constant, therefore c = x 4 + x 2 y 2 + y 4 Hence, from the equations related with M and N, the condition M y = N x is necessary and sufficient for the equation M(x; y)dx + N(x; y)dy = 0 to be exact. Example 1: Solve the equation 3y 2 dx + (3y 2 + 6xy)dy = 0 5

6 Example 2: Solve 2x sin(y) dy + x 2 cos(y) dy = 0. And Integrating Factors Consider the equation P dx + Q dy = 0 that is not exact. If it becomes exact after multiplying by, i.e. if (x)pdx + (x)qdy = 0 is exact, then is called an integrating factor. (Note that P, Q and are functions of x and y). Example: Solve (2xe x 3y 2 )dx + 2ydy = 0. Use integrating factor as e x. 6

7 Now the equation is exact. We can solve it as we did the previous example and obtain the result How to Find Integrating Factors? x 2 + y 2 e x = c The first-order linear differential equation (linear in y and its derivative) can be written in the form y + p(x)y = g(x), with the initial condition y(x 0 ) = y 0. Linear first-order equations can be integrated using an integrating factor (x). After mathematical calculation, the solution of above equation) satisfying the initial condition (x 0 ) = y 0 is then traditionally written as Example 1: Solve dy dx + 2y = e x with y(0) = 3/4. Note that this equation is not seperable. With p(x) = 2 and g(x) = e x, we have 7

8 Example 2: Solve y + ay = b. Example 3: Solve ty + 2y = 4t 2 with initial condition y(1) = 2. c) Bernoulli Equation: The equation y + p x y = g(x)y α is called Bernoulli equation. It is nonlinear. Nonlinear equations are usually much more difficult than linear ones, but Bernoulli equation is an exception. It can be linearized by the substitution u x = [y(x)] 1 α Then, we can solve it as other linear equations. Example: Solve the equation 8

9 3. Mathematical Modeling Differential equations are the natural tools to formulate, solve and understand many engineering and scientific systems. The mathematical models of most of the simple systems are differential equations. The simplest ordinary differential equations can be integrated directly by finding antiderivatives. Example 1: Malthus' law of population Dynamics; We all know that population grows in general, but how fast does the population of a city grow? What will the population of the US be in 2025? Questions of this kind have been of interest to many scientists and the first person to propose a mathematical law was Rev. Thomas Robert Malthus, an English clergy man who laid out his findings in his 1798 writings. Malthusian law says: The rate of change of population is proportional to the actual population at any given time. Notice that this law is very similar in nature to Newton's law. Both laws predict that the rate of change of a quantity is in some sense proportional to the quantity remaining at a given time. The only difference is that Newton's law has to do with the decrease in heat while Malthus law has to do with increase in population. Let the population at a given time t 0 be P 0 and at any time t later be P(t). Then according to Malthus law, dp dt P If k is the constant of proportionality, the above equation becomes dp dt = kp This is a very simple equation whose solution is ln P = k t + c, where c is the constant of integration. Using the initial condition that at t = t 0 ; P = P 0, we get We can then write the solution as that is, ln P 0 = k t 0 + c ln P = k t + ln P 0 k t 0 ln P = k(t t 0 ) + ln P 0 P = P 0 k(t t 0 ) ** The world population in 1965 and in 1970 was billions and billions, respectively. What was the population in 1973? Solution: From equation (2.19), using the data for 1965 and 1970, 9

10 To find the population in 1973, we have that The actual population of the world in 1973 was billions! Example 2: Newton s Law of motion. Consider a mass falling under the influence of constant gravity, such as approximately found on the Earth s surface. Newton s law, F = ma, results in the equation where x is the height of the object above the ground, m is the mass of the object, and g = 9.8 meter/sec2 is the constant gravitational acceleration. Find the height as a function of time if the initial height is y 0 and initial speed is v 0. Here, the right-hand-side of the ode is a constant. The first integration, obtained by antidifferentiation, yields where A is the constant of integration, and the second integration gives with B another constant of integration. The two constants of integration A and B can be determined from initial conditions. If we know that the initial height of the mass is x0, and the initial velocity is v0, then the correct initial conditions are Substitution of these initial conditions into the equations for dx/dt and x allows us to solve for A and B to determine the unique solution that satisfies both the ode and the initial conditions: 10

11 Example 3: Exponential growth/decay. Assume the rate of change of Q(t) is proportional to the quantity at time t. We can write where r is the rate of growth/decay and Q(t) is the amount of quantity at time t. If r > 0: exponential growth If r < 0: exponential decay Differential equation: Here r is called the growth rate. By IC, we get Q(0) = C = Q 0. The solution is Two concepts: Doubling time TD (only if r > 0): is the time that Q(T D ) = 2Q 0. Half life (or half time) TH (only for r < 0): is the time that Q(T H ) = (½) Q 0. Note here that T H > 0 since r < 0.. NB! TD, TH do not depend on Q 0. They only depend on r. Example: A radio active material is reduced to 1/3 after 10 years. Find its half life. Model: dq/dt = rq, r is rate which is unknown. We have the solution Q(t) = Q 0 e rt. So Q 10 = Q 0 e rt = Q 0, Q 3 0e 10r = Q 0 ln 3, r = 3 10 To find the half life, we only need the rate r T H = ln 2 10 ln 2 = ln 2 = 10 r ln 3 ln 3 11

12 Review Examples

13 4. 13

14 Exercises 1. Show that the equation is exact, and obtain its general solution. Also, find the particular solution corresponding to the given initial condition as well. Ans: 2. Obtain the general solution, using the methods of this section. Ans: a) x 2-2xy y 2 = C 3. Use separation of variables to find the general solution. Ans: 4. Solve y = (3x 2-1)/(2y), subject to the given initial condition a) y(0) = -3, b) y(0) = -1, c) y(4) = 5, d) y(-1)=0. Ans: 5. Solve x y' + y= 6x 2 subject to the given initial condition a) y(1) = 0 and b) y(-3) = 18, using any method of this section. Ans: a) y(x) = 2x 2 2/x, b) y(x) = 2x 2 14

15 6. Solve the problems in the course books. References: 1. Greenberg, M.D. Advanced Engineering Mathematics, 2nd edition. Prentice Hall, O'Neil, P.V. Advanced Engineering Mathematics, 5th edition. Thomson, Ross, S.L. Introduction to Ordinary Differential Equations, 4th edition. Wiley,

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

Math 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

More information

Separable First Order Differential Equations

Separable First Order Differential Equations Separable First Order Differential Equations Form of Separable Equations which take the form = gx hy or These are differential equations = gxĥy, where gx is a continuous function of x and hy is a continuously

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 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

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.

More information

ECG590I Asset Pricing. Lecture 2: Present Value 1

ECG590I Asset Pricing. Lecture 2: Present Value 1 ECG59I Asset Pricing. Lecture 2: Present Value 1 2 Present Value If you have to decide between receiving 1$ now or 1$ one year from now, then you would rather have your money now. If you have to decide

More information

2 Integrating Both Sides

2 Integrating Both Sides 2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation

More information

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)

More information

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Sometimes functions are given not in the form y = f(x) but in a more complicated form in which it is difficult or impossible to express y explicitly in terms of x. Such functions

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

The integrating factor method (Sect. 2.1).

The integrating factor method (Sect. 2.1). The integrating factor method (Sect. 2.1). Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Variable

More information

tegrals as General & Particular Solutions

tegrals as General & Particular Solutions tegrals as General & Particular Solutions dy dx = f(x) General Solution: y(x) = f(x) dx + C Particular Solution: dy dx = f(x), y(x 0) = y 0 Examples: 1) dy dx = (x 2)2 ;y(2) = 1; 2) dy ;y(0) = 0; 3) dx

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

Limits and Continuity

Limits and Continuity Math 20C Multivariable Calculus Lecture Limits and Continuity Slide Review of Limit. Side limits and squeeze theorem. Continuous functions of 2,3 variables. Review: Limits Slide 2 Definition Given a function

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

The one dimensional heat equation: Neumann and Robin boundary conditions

The one dimensional heat equation: Neumann and Robin boundary conditions The one dimensional heat equation: Neumann and Robin boundary conditions Ryan C. Trinity University Partial Differential Equations February 28, 2012 with Neumann boundary conditions Our goal is to solve:

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations 73 2.2 Separable Equations An equation y = f(x, y) is called separable provided algebraic operations, usually multiplication, division and factorization, allow it to be written

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Course objectives and preliminaries Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the Numerical Analysis

More information

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

More information

Differential Equations I MATB44H3F. Version September 15, 2011-1949

Differential Equations I MATB44H3F. Version September 15, 2011-1949 Differential Equations I MATB44H3F Version September 15, 211-1949 ii Contents 1 Introduction 1 11 Preliminaries 1 12 Sample Application of Differential Equations 2 2 First Order Ordinary Differential Equations

More information

Calculus 1: Sample Questions, Final Exam, Solutions

Calculus 1: Sample Questions, Final Exam, Solutions Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.

More information

An Introduction to Partial Differential Equations

An Introduction to Partial Differential Equations An Introduction to Partial Differential Equations Andrew J. Bernoff LECTURE 2 Cooling of a Hot Bar: The Diffusion Equation 2.1. Outline of Lecture An Introduction to Heat Flow Derivation of the Diffusion

More information

Solving DEs by Separation of Variables.

Solving DEs by Separation of Variables. Solving DEs by Separation of Variables. Introduction and procedure Separation of variables allows us to solve differential equations of the form The steps to solving such DEs are as follows: dx = gx).

More information

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

MATH 425, PRACTICE FINAL EXAM SOLUTIONS.

MATH 425, PRACTICE FINAL EXAM SOLUTIONS. MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator

More information

Eigenvalues, Eigenvectors, and Differential Equations

Eigenvalues, Eigenvectors, and Differential Equations Eigenvalues, Eigenvectors, and Differential Equations William Cherry April 009 (with a typo correction in November 05) The concepts of eigenvalue and eigenvector occur throughout advanced mathematics They

More information

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3 CORE 4 Summary Notes Rational Expressions Factorise all expressions where possible Cancel any factors common to the numerator and denominator x + 5x x(x + 5) x 5 (x + 5)(x 5) x x 5 To add or subtract -

More information

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style Finding a Particular Integral 19.6 Introduction We stated in Block 19.5 that the general solution of an inhomogeneous equation is the sum of the complementary function and a particular integral. We have

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

An Introduction to Applied Mathematics: An Iterative Process

An Introduction to Applied Mathematics: An Iterative Process An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

Particular Solutions. y = Ae 4x and y = 3 at x = 0 3 = Ae 4 0 3 = A y = 3e 4x

Particular Solutions. y = Ae 4x and y = 3 at x = 0 3 = Ae 4 0 3 = A y = 3e 4x Particular Solutions If the differential equation is actually modeling something (like the cost of milk as a function of time) it is likely that you will know a specific value (like the fact that milk

More information

Math 267 - Practice exam 2 - solutions

Math 267 - Practice exam 2 - solutions C Roettger, Fall 13 Math 267 - Practice exam 2 - solutions Problem 1 A solution of 10% perchlorate in water flows at a rate of 8 L/min into a tank holding 200L pure water. The solution is kept well stirred

More information

Nonhomogeneous Linear Equations

Nonhomogeneous Linear Equations Nonhomogeneous Linear Equations In this section we learn how to solve second-order nonhomogeneous linear differential equations with constant coefficients, that is, equations of the form ay by cy G x where

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

3 Contour integrals and Cauchy s Theorem

3 Contour integrals and Cauchy s Theorem 3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of

More information

Constrained optimization.

Constrained optimization. ams/econ 11b supplementary notes ucsc Constrained optimization. c 2010, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values

More information

arxiv:physics/0004029v1 [physics.ed-ph] 14 Apr 2000

arxiv:physics/0004029v1 [physics.ed-ph] 14 Apr 2000 arxiv:physics/0004029v1 [physics.ed-ph] 14 Apr 2000 Lagrangians and Hamiltonians for High School Students John W. Norbury Physics Department and Center for Science Education, University of Wisconsin-Milwaukee,

More information

To give it a definition, an implicit function of x and y is simply any relationship that takes the form:

To give it a definition, an implicit function of x and y is simply any relationship that takes the form: 2 Implicit function theorems and applications 21 Implicit functions The implicit function theorem is one of the most useful single tools you ll meet this year After a while, it will be second nature to

More information

Second Order Linear Partial Differential Equations. Part I

Second Order Linear Partial Differential Equations. Part I Second Order Linear Partial Differential Equations Part I Second linear partial differential equations; Separation of Variables; - point boundary value problems; Eigenvalues and Eigenfunctions Introduction

More information

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5 1. (Line integrals Using parametrization. Two types and the flux integral) Formulas: ds = x (t) dt, d x = x (t)dt and d x = T ds since T = x (t)/ x (t). Another one is Nds = T ds ẑ = (dx, dy) ẑ = (dy,

More information

On closed-form solutions to a class of ordinary differential equations

On closed-form solutions to a class of ordinary differential equations International Journal of Advanced Mathematical Sciences, 2 (1 (2014 57-70 c Science Publishing Corporation www.sciencepubco.com/index.php/ijams doi: 10.14419/ijams.v2i1.1556 Research Paper On closed-form

More information

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise

More information

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation Interpolation, Extrapolation & Polynomial Approximation November 16, 2015 Introduction In many cases we know the values of a function f (x) at a set of points x 1, x 2,..., x N, but we don t have the analytic

More information

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2 DIFFERENTIAL EQUATIONS 6 Many physical problems, when formulated in mathematical forms, lead to differential equations. Differential equations enter naturally as models for many phenomena in economics,

More information

x 2 y 2 +3xy ] = d dx dx [10y] dy dx = 2xy2 +3y

x 2 y 2 +3xy ] = d dx dx [10y] dy dx = 2xy2 +3y MA7 - Calculus I for thelife Sciences Final Exam Solutions Spring -May-. Consider the function defined implicitly near (,) byx y +xy =y. (a) [7 points] Use implicit differentiation to find the derivative

More information

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm.

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm. PRACTICE FINAL Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 1cm. Solution. Let x be the distance between the center of the circle

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A RAJALAKSHMI ENGINEERING COLLEGE MA 26 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS. Solve (D 2 + D 2)y = 0. 2. Solve (D 2 + 6D + 9)y = 0. PART A 3. Solve (D 4 + 4)x = 0 where D = d dt 4. Find Particular Integral:

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

How To Solve A Linear Dierential Equation

How To Solve A Linear Dierential Equation Dierential Equations (part 2): Linear Dierential Equations (by Evan Dummit, 2012, v. 1.00) Contents 4 Linear Dierential Equations 1 4.1 Terminology.................................................. 1 4.2

More information

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y).

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 =0, x 1 = π 4, x

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy.

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy. ERROR PROPAGATION For sums, differences, products, and quotients, propagation of errors is done as follows. (These formulas can easily be calculated using calculus, using the differential as the associated

More information

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C. Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

Introduction to Differential Equations

Introduction to Differential Equations Introduction to Differential Equations Lecture notes for MATH 2351/2352 Jeffrey R. Chasnov The Hong Kong University of Science and Technology The Hong Kong University of Science and Technology Department

More information

Line and surface integrals: Solutions

Line and surface integrals: Solutions hapter 5 Line and surface integrals: olutions Example 5.1 Find the work done by the force F(x, y) x 2 i xyj in moving a particle along the curve which runs from (1, ) to (, 1) along the unit circle and

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem. Difference Equations to Differential Equations

Section 3.7. Rolle s Theorem and the Mean Value Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate

More information

Using a table of derivatives

Using a table of derivatives Using a table of derivatives In this unit we construct a Table of Derivatives of commonly occurring functions. This is done using the knowledge gained in previous units on differentiation from first principles.

More information

Second-Order Linear Differential Equations

Second-Order Linear Differential Equations Second-Order Linear Differential Equations A second-order linear differential equation has the form 1 Px d 2 y dx 2 dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. We saw in Section 7.1

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

MAT 274 HW 2 Solutions c Bin Cheng. Due 11:59pm, W 9/07, 2011. 80 Points

MAT 274 HW 2 Solutions c Bin Cheng. Due 11:59pm, W 9/07, 2011. 80 Points MAT 274 HW 2 Solutions Due 11:59pm, W 9/07, 2011. 80 oints 1. (30 ) The last two problems of Webwork Set 03 Modeling. Show all the steps and, also, indicate the equilibrium solutions for each problem.

More information

INTEGRATING FACTOR METHOD

INTEGRATING FACTOR METHOD Differential Equations INTEGRATING FACTOR METHOD Graham S McDonald A Tutorial Module for learning to solve 1st order linear differential equations Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

Don't Forget the Differential Equations: Finishing 2005 BC4

Don't Forget the Differential Equations: Finishing 2005 BC4 connect to college success Don't Forget the Differential Equations: Finishing 005 BC4 Steve Greenfield available on apcentral.collegeboard.com connect to college success www.collegeboard.com The College

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

Thermodynamics: Lecture 2

Thermodynamics: Lecture 2 Thermodynamics: Lecture 2 Chris Glosser February 11, 2001 1 OUTLINE I. Heat and Work. (A) Work, Heat and Energy: U = Q + W. (B) Methods of Heat Transport. (C) Infintesimal Work: Exact vs Inexact Differentials

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

Partial Fractions Examples

Partial Fractions Examples Partial Fractions Examples Partial fractions is the name given to a technique of integration that may be used to integrate any ratio of polynomials. A ratio of polynomials is called a rational function.

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series In the preceding section we were able to find power series representations for a certain restricted class of functions. Here we investigate more general problems: Which functions

More information

Nonlinear Algebraic Equations. Lectures INF2320 p. 1/88

Nonlinear Algebraic Equations. Lectures INF2320 p. 1/88 Nonlinear Algebraic Equations Lectures INF2320 p. 1/88 Lectures INF2320 p. 2/88 Nonlinear algebraic equations When solving the system u (t) = g(u), u(0) = u 0, (1) with an implicit Euler scheme we have

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

More Quadratic Equations

More Quadratic Equations More Quadratic Equations Math 99 N1 Chapter 8 1 Quadratic Equations We won t discuss quadratic inequalities. Quadratic equations are equations where the unknown appears raised to second power, and, possibly

More information

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have

dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have Linear Differential Equations A first-der linear differential equation is one that can be put into the fm 1 d P y Q where P and Q are continuous functions on a given interval. This type of equation occurs

More information

Recognizing Types of First Order Differential Equations E. L. Lady

Recognizing Types of First Order Differential Equations E. L. Lady Recognizing Types of First Order Differential Equations E. L. Lady Every first order differential equation to be considered here can be written can be written in the form P (x, y)+q(x, y)y =0. This means

More information

The Basics of Physics with Calculus. AP Physics C

The Basics of Physics with Calculus. AP Physics C The Basics of Physics with Calculus AP Physics C Pythagoras started it all 6 th Century Pythagoras first got interested in music when he was walking past a forge and heard that the sounds of the blacksmiths'

More information

GRAVITATIONAL FIELDS PHYSICS 20 GRAVITATIONAL FORCES. Gravitational Fields (or Acceleration Due to Gravity) Symbol: Definition: Units:

GRAVITATIONAL FIELDS PHYSICS 20 GRAVITATIONAL FORCES. Gravitational Fields (or Acceleration Due to Gravity) Symbol: Definition: Units: GRAVITATIONAL FIELDS Gravitational Fields (or Acceleration Due to Gravity) Symbol: Definition: Units: Formula Description This is the formula for force due to gravity or as we call it, weight. Relevant

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

Techniques of Integration

Techniques of Integration CHPTER 7 Techniques of Integration 7.. Substitution Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration

More information

SIXTY STUDY QUESTIONS TO THE COURSE NUMERISK BEHANDLING AV DIFFERENTIALEKVATIONER I

SIXTY STUDY QUESTIONS TO THE COURSE NUMERISK BEHANDLING AV DIFFERENTIALEKVATIONER I Lennart Edsberg, Nada, KTH Autumn 2008 SIXTY STUDY QUESTIONS TO THE COURSE NUMERISK BEHANDLING AV DIFFERENTIALEKVATIONER I Parameter values and functions occurring in the questions belowwill be exchanged

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

Differential Equations

Differential Equations 40 CHAPTER 15 Differential Equations In many natural conditions the rate at which the amount of an object changes is directly proportional to the amount of the object itself. For example: 1) The marginal

More information

Solutions to Practice Problems for Test 4

Solutions to Practice Problems for Test 4 olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,

More information

Mathematical Modeling and Engineering Problem Solving

Mathematical Modeling and Engineering Problem Solving Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with

More information

Figure 2.1: Center of mass of four points.

Figure 2.1: Center of mass of four points. Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would

More information

Solutions to Exercises, Section 4.5

Solutions to Exercises, Section 4.5 Instructor s Solutions Manual, Section 4.5 Exercise 1 Solutions to Exercises, Section 4.5 1. How much would an initial amount of $2000, compounded continuously at 6% annual interest, become after 25 years?

More information

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF Polynomials 5 5.1 Addition and Subtraction of Polynomials and Polynomial Functions 5.2 Multiplication of Polynomials 5.3 Division of Polynomials Problem Recognition Exercises Operations on Polynomials

More information

Course outline, MA 113, Spring 2014 Part A, Functions and limits. 1.1 1.2 Functions, domain and ranges, A1.1-1.2-Review (9 problems)

Course outline, MA 113, Spring 2014 Part A, Functions and limits. 1.1 1.2 Functions, domain and ranges, A1.1-1.2-Review (9 problems) Course outline, MA 113, Spring 2014 Part A, Functions and limits 1.1 1.2 Functions, domain and ranges, A1.1-1.2-Review (9 problems) Functions, domain and range Domain and range of rational and algebraic

More information

HSC Mathematics - Extension 1. Workshop E4

HSC Mathematics - Extension 1. Workshop E4 HSC Mathematics - Extension 1 Workshop E4 Presented by Richard D. Kenderdine BSc, GradDipAppSc(IndMaths), SurvCert, MAppStat, GStat School of Mathematics and Applied Statistics University of Wollongong

More information

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those 1.(6pts) Which of the following vectors has the same direction as v 1,, but has length 6? (a), 4, 4 (b),, (c) 4,, 4 (d), 4, 4 (e) 0, 6, 0 The length of v is given by ( 1) + + 9 3 We would like to make

More information

1. (from Stewart, page 586) Solve the initial value problem.

1. (from Stewart, page 586) Solve the initial value problem. . (from Stewart, page 586) Solve the initial value problem.. (from Stewart, page 586) (a) Solve y = y. du dt = t + sec t u (b) Solve y = y, y(0) = 0., u(0) = 5. (c) Solve y = y, y(0) = if possible. 3.

More information